Courseiva
Back to CCNA 200-301 v2 questions

Scenario-based practice

Wireless LAN and WLC Scenarios

Practise CCNA 200-301 v2 practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

15
scenario questions
200-301
exam code
Cisco
vendor

Scenario guide

How to approach wireless lan and wlc scenarios

Wireless questions on the CCNA cover 802.11 standards (ax/ac/n), WPA3, SSID/BSSID concepts, WLC architecture (FlexConnect, local switching), and client connectivity troubleshooting. These are mostly MCQ and multi-select.

Quick answer

Wireless security questions usually test authentication protocols (WPA2/WPA3), encryption modes, 802.11 standards and troubleshooting clients that cannot connect or associate.

WPA2 vs WPA3 authentication and encryption standards.

802.11 wireless standards, frequency bands and channel behaviour.

WLAN client troubleshooting — association, authentication and DHCP.

How SSID, authentication method and pre-shared key affect wireless access.

Related practice questions

Related 200-301 topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1hardmultiple choice
Read the full wireless explanation →

A network administrator is troubleshooting a wireless connectivity issue in a large office. Users on the 5 GHz band report intermittent disconnections and slow performance, while 2.4 GHz clients are unaffected. The office uses a Cisco 9800 WLC with APs that support 802.11ac Wave 2. The administrator checks the WLC's RF profile and notices a high number of channel utilization reports on channel 36. What is the most likely cause of the problem?

Exhibit

WLC# show ap radio summary

AP Name          Slot  Radio  Channel  Power  Clients  Channel Util  Noise  Interference
AP-1             0     802.11b  1       17     12       15%           -95    10%
AP-1             1     802.11a  36      15     8        85%           -87    70%
AP-2             0     802.11b  6       17     10       12%           -94    8%
AP-2             1     802.11a  36      15     9        82%           -88    68%
AP-3             0     802.11b  11      17     14       14%           -96    9%
AP-3             1     802.11a  40      15     7        30%           -90    15%
AP-4             0     802.11b  1       17     11       13%           -95    10%
AP-4             1     802.11a  36      15     8        80%           -87    72%
Question 2hardmultiple choice
Read the full wireless explanation →

A wireless client joins the correct SSID and gets an address in the correct employee subnet, but cannot reach only one internal application while everything else works. Which troubleshooting area is the strongest first target?

Question 3hardmultiple choice
Full question →

A user reports that a laptop can connect to the correct SSID but repeatedly fails authentication when joining the WLAN. Which category of issue is most strongly indicated?

You are connected to a multilayer switch MLS1 via the console. Configure MLS1 so that IP phones connected to interface GigabitEthernet0/1 receive power via PoE, use VLAN 10 for data traffic, and use VLAN 20 for voice traffic, while the access port for an AP on GigabitEthernet0/2 should be placed in VLAN 30 and have PoE disabled. Verify your configuration using appropriate show commands.

Exhibit

Current running-config (partial):
!
hostname MLS1
!
interface GigabitEthernet0/1
 switchport mode access
 switchport access vlan 10
 no shutdown
!
interface GigabitEthernet0/2
 switchport mode access
 switchport access vlan 10
 no shutdown
!
interface Vlan1
 ip address 192.168.1.1 255.255.255.0
 no shutdown
!
end

You are troubleshooting connectivity for a wireless client connected to the home network shown below. The client has obtained an APIPA address (169.254.x.x), indicating DHCP failure. Verify the DHCP server configuration on R1 and correct the issue so that the client receives a valid IP address from the 192.168.1.0/24 subnet.

Exhibit

R1# show running-config | section dhcp
ip dhcp excluded-address 192.168.1.1 192.168.1.10
ip dhcp pool HOME
 network 192.168.1.0 255.255.255.0
 default-router 192.168.1.1
 dns-server 8.8.8.8
 lease 7

R1# show ip interface brief
Interface              IP-Address      OK? Method Status                Protocol
GigabitEthernet0/0     192.168.1.1     YES NVRAM  up                    up
GigabitEthernet0/1     10.0.0.1        YES NVRAM  up                    up

Client ipconfig output:
Ethernet adapter Wi-Fi:
   Connection-specific DNS Suffix  . :
   IPv4 Address. . . . . . . . . . . : 169.254.123.45
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . :
Question 6mediummulti select
Read the full wireless explanation →

Which TWO statements correctly describe differences between 802.11ac (Wi-Fi 5) and 802.11ax (Wi-Fi 6)?

Question 7hardmultiple choice
Full question →

Exhibit: Clients can see the corporate SSID but fail authentication after entering valid usernames and passwords. Which issue is the best explanation?

Exhibit

WLAN security: WPA2-Enterprise
AP log: RADIUS server timeout
SSID is visible and clients associate, but login fails

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).

Exhibit

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
!

You are connected to a Cisco 9800 WLC (WLC1) via its management interface. A wireless client reports association failures with SSID 'CorpNet'. The client uses WPA3-Personal, but the WLAN is configured for WPA2. Additionally, the SSID is hidden and the client is on the wrong VLAN (VLAN 20 instead of VLAN 100). Fix these issues so the client can associate successfully with WPA3, on VLAN 100, and with the SSID broadcast enabled.

Exhibit

Current running-config (partial):
!
wlan CorpNet 1 CorpNet
 no broadcast-ssid
 no security wpa akm dot1x
 no security wpa wpa2 ciphers aes
 security wpa wpa2
 security wpa psk set-ccmp 0 7 1234567890
 no shutdown
!
interface vlan 20
 ip address 192.168.20.1 255.255.255.0
!
interface vlan 100
 ip address 192.168.100.1 255.255.255.0
!
wireless tag policy default-policy
 vlan 20
!
Question 10mediummulti select
Read the full wireless explanation →

Which TWO statements correctly compare 802.11ac and 802.11ax features?

You are connected to WLC-1 via the management interface (192.168.1.100/24). The wireless network 'CustomerNet' uses WPA3-Personal, but clients are failing to associate. The SSID is hidden and the correct VLAN is 30. Configure the WLAN and SSID parameters to allow successful client associations and verify the configuration.

Exhibit

WLC-1# show wlan summary

Number of WLANs.................................. 2

WLAN ID  WLAN Profile Name / SSID       Status   Interface Name
-------  ------------------------------  -------  -----------------
1        CorporateNet / CorpNet           Enabled  management
2        GuestNet / Guest                 Enabled  guest

WLC-1# show wlan 2

WLAN Profile Name................................ GuestNet
SSID................................................ Guest
Status............................................. Enabled
Security Policies................................... [WPA2][Auth(802.1X)]
...
WLC-1# show interface summary

Interface Name         Port   VLAN    IP Address      Type
---------------------- ------ ------- --------------- -----
management             LAG    1       192.168.1.100   Static
corporate              LAG    10      10.10.10.1      Static
guest                  LAG    20      172.16.20.1     Static

WLC-1# show wlan 1 security

WLAN ID 1 (CorporateNet):
   WPA2....................... Enabled
   WPA3....................... Disabled
   Auth Key Management........ 802.1X

WLC-1# show wlan 2 security

WLAN ID 2 (GuestNet):
   WPA2....................... Enabled
   WPA3....................... Disabled
   Auth Key Management........ PSK

WLC-1# show wlan 2 advanced

WLAN ID 2 (GuestNet):
   Broadcast SSID............. Disabled
   P2P Blocking Action........ Disabled
   ...

You are connected to the console of a Catalyst 2960+ switch named SW2. Configure the switch so that the IP phone connected to interface FastEthernet0/5 receives power via PoE and uses VLAN 150 for voice traffic, while the PC connected through the phone uses VLAN 50 for data. Additionally, the access point connected to interface FastEthernet0/10 must receive PoE and be placed in VLAN 100. Assume the interfaces are already correctly configured as access ports in VLAN 50 and VLAN 100, respectively. Verify your configuration using the appropriate show commands.

Exhibit

SW2#show running-config | section interface FastEthernet0/[5,10]
interface FastEthernet0/5
 switchport mode access
 switchport access vlan 50
!
interface FastEthernet0/10
 switchport mode access
 switchport access vlan 100
!
Question 13mediummulti select
Read the full wireless explanation →

Which statement correctly describes a feature of WPA3 security in wireless LANs?

Question 14hardmultiple choice
Read the full wireless explanation →

A network engineer is troubleshooting a wireless performance issue in a dense office environment. Clients on the 5 GHz band are experiencing low throughput even though they are close to the AP. The AP is a Cisco 9130AXI running IOS-XE 17.9. What is the most likely cause of the poor performance?

Exhibit

AP Name              : AP9130-01
MAC Address           : aabb.cc00.0100
Admin State           : ENABLED
Operational State     : UP

Channel Width         : 80 MHz
Channel               : 36
DFS Status            : DFS-NON-COMPLIANT
Primary Channel       : 36
Secondary Channel     : 40

Radio Band            : 5 GHz
Client Count          : 25
Utilization           : 75%
Interference          : HIGH

Power Level           : 1 (Maximum)
Antenna Type          : Internal
Antenna Gain          : 4 dBi

802.11 Protocol       : 802.11ac
Beacon Interval       : 100 TU
DTIM Period           : 2

Supported Data Rates  : 6,9,12,18,24,36,48,54 Mbps
MCS Rates             : 0-9 (HT), 0-9 (VHT)

QoS Parameters        : WMM Enabled

Security              : WPA2-PSK

Rogue Detection       : Enabled
Question 15hardmultiple choice
Read the full wireless explanation →

A network administrator has recently upgraded the corporate wireless LAN to support 802.11ax (Wi-Fi 6) and is using WPA3-Enterprise with a central WLC. Several users with new 802.11ax laptops report that they can connect to the SSID, but after a few minutes their connections drop and then re-establish, while legacy 802.11ac clients work without issues. Which action will resolve this problem?

These 200-301 practice questions are part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style 200-301 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.