WirelessCCNA 200-301

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

1

Check client association and signal strength

show wireless client summary
Client 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.

2

Verify client roaming behavior

show wireless client mac-address <client-mac> detail
Client 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.

3

Check AP radio configuration and channel utilization

show ap auto-rf 802.11b summary
AP Name          Channel  Utilization  Interference
AP-Office-1      1        80%          High
AP-Office-2      6        85%          High
4

Examine client roaming thresholds

show wireless client roaming parameters
Roaming 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

Adjust roaming thresholds and optimize RF settings: 1. Increase RSSI threshold to -75 dBm to reduce sensitivity. 2. Increase SNR threshold to 20 dB. 3. Enable band steering to prefer 5 GHz. 4. Adjust channel assignment to minimize co-channel interference. Commands: configure terminal wireless client roaming rssi-threshold -75 wireless client roaming snr-threshold 20 wireless client band-select ap dot11 5ghz channel auto end

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

1.

Memorize default roaming thresholds: RSSI -70 dBm, SNR 15 dB.

2.

Know that high channel utilization (>70%) can cause poor roaming decisions.

3.

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