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
Check WLAN status on WLC
show wlan summaryWLAN ID Profile Name SSID Status 1 CorpNet CorpNet Disabled
If the WLAN status is 'Disabled', clients cannot associate. Normal status should be 'Enabled'.
Verify WLAN configuration details
show wlan id 1WLAN Profile Name : CorpNet SSID : CorpNet Status : Disabled Security : WPA2-PSK VLAN : VLAN0100
Confirm the WLAN is indeed disabled. Look for 'Status : Disabled'.
Check for any admin disable reason
show wlan id 1 detail | include DisabledWLAN is administratively disabled
This indicates the WLAN was manually disabled by an administrator, not due to a failure.
Check AP join status and radio
show ap summaryAP 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
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
Memorize 'show wlan summary' to quickly see WLAN status.
Remember that 'shutdown' and 'no shutdown' apply to WLAN profiles, not just interfaces.
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