Poor Wireless Signal — Client Roaming Issues
Presenting Symptom
Wireless clients experience intermittent connectivity and fail to roam between access points, resulting in poor signal strength and frequent disconnections.
Network Context
A small branch office with 5 Cisco APs (model 2802i) managed by a Cisco 9800-40 WLC. The network uses 802.11ac Wave 2 and supports client roaming. Clients are a mix of laptops and mobile devices. The WLC runs IOS XE 16.12. The office has an open floor plan with APs placed along the ceiling.
Diagnostic Steps
Check client association and signal strength
show wireless client summaryClient MAC AP Name RSSI SNR State 00:1a:2b:3c:4d:5e AP-Office-1 -75 15 Associated 00:1a:2b:3c:4d:5f AP-Office-2 -80 12 Associated
Low RSSI (below -70 dBm) and SNR (below 20 dB) indicate poor signal. Clients may be associated to a distant AP instead of a closer one.
Verify client roaming behavior
show wireless client mac-address <client-mac> detailClient MAC: 00:1a:2b:3c:4d:5e Roaming History: AP-Office-1 -> AP-Office-2 (time: 10s ago) AP-Office-2 -> AP-Office-1 (time: 5s ago) Roaming Attempts: 10 in last 60 seconds
Frequent roaming (ping-pong) indicates poor roaming decisions. Clients may be bouncing between APs due to weak signal or misconfigured thresholds.
Check AP radio configuration and channel utilization
show ap auto-rf 802.11b summaryAP Name Channel Utilization Interference AP-Office-1 1 80% High AP-Office-2 6 85% High
Examine client roaming thresholds
show wireless client roaming parametersRoaming Decision: RSSI-based RSSI Threshold: -70 dBm SNR Threshold: 15 dB Transition Time: 5 seconds
Default thresholds may be too aggressive. Clients roam when RSSI drops below -70 dBm, but in a noisy environment this causes frequent roaming.
Root Cause
The WLC is configured with default RSSI and SNR roaming thresholds that are too sensitive for the office environment. Additionally, channel utilization is high due to overlapping channels and interference, causing clients to attempt roaming even when signal is adequate, leading to ping-pong roaming and poor performance.
Resolution
Verification
Run 'show wireless client summary' and verify RSSI and SNR are above thresholds. Check 'show wireless client mac-address <client-mac> detail' to see roaming history reduced. Also run 'show ap auto-rf 802.11a summary' to confirm channel utilization below 50%.
Prevention
1. Perform a site survey to optimize AP placement and channel planning. 2. Use Cisco CleanAir to detect and mitigate interference. 3. Configure client roaming thresholds based on environment (not default) and enable band steering to offload clients to 5 GHz.
CCNA Exam Relevance
On the CCNA 200-301 exam, this scenario appears as a troubleshooting question where you must identify misconfigured roaming thresholds. The exam tests understanding of wireless client roaming behavior and the impact of RSSI/SNR thresholds. Key fact: Clients roam based on RSSI and SNR thresholds; improper values cause ping-pong roaming.
Exam Tips
Memorize default roaming thresholds: RSSI -70 dBm, SNR 15 dB.
Know that high channel utilization (>70%) can cause poor roaming decisions.
Remember that 'show wireless client roaming parameters' displays current thresholds.
Commands Used in This Scenario
Test Your CCNA Knowledge
Practice with scenario-based questions to prepare for the CCNA 200-301 exam.
Practice CCNA Questions