CCNA Network Infrastructure and Connectivity • Set 23
CCNA Network Infrastructure and Connectivity Practice Test 23 — 15 questions with explanations. Free, no signup.
You are connected to WLC-1 via SSH. A new SSID 'CorpSecure' must be configured for 5 GHz clients using WPA3-Personal. However, after creation, clients can see the SSID but fail to associate. Review the WLC configuration and fix the issue so that clients can successfully associate and obtain an IP address from VLAN 100 (subnet 10.0.100.0/24).
WLC-1# show running-config ! hostname WLC-1 ! interface GigabitEthernet0/0 ip address 192.168.1.10 255.255.255.0 ! interface GigabitEthernet0/1 ip address 10.0.0.1 255.255.255.252 ! interface GigabitEthernet0/2 ip address 10.0.100.1 255.255.255.0 ! wireless management interface GigabitEthernet0/0 ! wlan CorpSecure 1 CorpSecure ssid CorpSecure security wpa psk ascii 7 1234567890 no security wpa aes-ccmp security wpa2 ciphers aes security wpa2 psk ascii 7 1234567890 no shutdown ! wireless ap 1 country US ! wireless client vlan 100 !
WLC-1# show running-config ! hostname WLC-1 ! interface GigabitEthernet0/0 ip address 192.168.1.10 255.255.255.0 ! interface GigabitEthernet0/1 ip address 10.0.0.1 255.255.255.252 ! interface GigabitEthernet0/2 ip address 10.0.100.1 255.255.255.0 ! wireless management interface GigabitEthernet0/0 ! wlan CorpSecure 1 CorpSecure ssid CorpSecure security wpa psk ascii 7 1234567890 no security wpa aes-ccmp security wpa2 ciphers aes security wpa2 psk ascii 7 1234567890 no shutdown ! wireless ap 1 country US ! wireless client vlan 100 !