WirelessCCNA 200-301

WLAN Profile Disabled on WLC — Clients Cannot Connect

Presenting Symptom

Wireless clients cannot connect to the corporate SSID 'CorpNet' and receive 'Unable to join the network' errors.

Network Context

A small branch office with a Cisco 9800 WLC and 2802i APs. The WLC runs IOS XE 17.3. The SSID 'CorpNet' is configured with WPA2-PSK and mapped to VLAN 100. Clients report authentication failures, but the PSK is verified correct.

Diagnostic Steps

1

Check WLAN status on WLC

show wlan summary
WLAN ID   Profile Name   SSID       Status
1         CorpNet        CorpNet    Disabled

If the WLAN status is 'Disabled', clients cannot associate. Normal status should be 'Enabled'.

2

Verify WLAN configuration details

show wlan id 1
WLAN Profile Name : CorpNet
SSID : CorpNet
Status : Disabled
Security : WPA2-PSK
VLAN : VLAN0100

Confirm the WLAN is indeed disabled. Look for 'Status : Disabled'.

3

Check for any admin disable reason

show wlan id 1 detail | include Disabled
WLAN is administratively disabled

This indicates the WLAN was manually disabled by an administrator, not due to a failure.

4

Check AP join status and radio

show ap summary
AP Name     Slots    AP Model      State
AP01        2        AIR-AP2802I   Registered

Ensure APs are registered. If APs are down, clients cannot connect regardless of WLAN status.

Root Cause

The WLAN profile 'CorpNet' is administratively disabled on the WLC. This prevents any client associations, even though the APs are up and the security configuration is correct.

Resolution

Enable the WLAN profile on the WLC: 1. Enter WLAN configuration mode: configure terminal wlan CorpNet 1 2. Enable the WLAN: no shutdown 3. Exit and save: end write memory

Verification

Run 'show wlan summary' and verify the status is 'Enabled'. Example output: WLAN ID Profile Name SSID Status 1 CorpNet CorpNet Enabled Also test client association: a client should now successfully connect to 'CorpNet'.

Prevention

["Implement change management procedures to prevent accidental disabling of WLANs.","Use SNMP monitoring to alert on WLAN status changes.","Regularly audit WLAN configurations via scripts or periodic reviews."]

CCNA Exam Relevance

On the CCNA 200-301 exam, this scenario appears in troubleshooting questions where a WLAN is disabled. The exam tests the ability to use 'show wlan summary' and 'show wlan id' to identify the issue. Key fact: A disabled WLAN prevents all client connections, and the fix is 'no shutdown' under the WLAN configuration.

Exam Tips

1.

Memorize 'show wlan summary' to quickly see WLAN status.

2.

Remember that 'shutdown' and 'no shutdown' apply to WLAN profiles, not just interfaces.

3.

Be aware that a disabled WLAN is a common misconfiguration in lab scenarios.

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