NetworkingCCNA

CCNA WLAN Configuration: WLC GUI, Security, QoS & SSID Setup

The CCNA 200-301 exam tests your ability to configure and verify a WLAN using the Wireless LAN Controller GUI. You need to know how to create a WLAN, assign it to an interface, configure security settings (WPA2-Personal or WPA2-Enterprise), set QoS profiles, and enable/disable a WLAN. This guide walks through the WLC GUI workflow, the key parameters at each step, and what the exam expects you to know.

8 min
5 sections · 6 exam key points
5 practice questions

WLC GUI overview and WLAN creation

The Cisco WLC GUI is accessed via HTTPS to the WLC's management IP address. The main navigation tabs are Monitor, WLANs, Controller, Wireless, Security, Management, Commands, Help, and Feedback. For WLAN configuration, work primarily in the WLANs tab.

To create a new WLAN: go to WLANs → New. Configure the Profile Name (internal label), SSID (the name clients see), and WLAN ID (a number 1–512 that identifies the WLAN internally). After clicking Apply, the WLAN Edit page opens with multiple tabs for detailed configuration.

The WLAN must be explicitly enabled on the General tab — new WLANs are disabled by default. The Status checkbox enables the WLAN so APs will broadcast it. Always verify this step; forgetting to enable the WLAN is a common exam-scenario mistake.

Interface assignment and VLAN mapping

Each WLAN is mapped to a WLC interface, which determines which VLAN client traffic is placed into on the wired side. The WLC has a management interface (for WLC management traffic) and dynamic interfaces (one per WLAN/VLAN). A WLAN configured on the 'VLAN10' dynamic interface places client traffic into VLAN 10 on the switch trunk connected to the WLC.

Creating a dynamic interface: go to Controller → Interfaces → New. Configure the interface name, VLAN ID, IP address (this is the interface IP on that VLAN), subnet mask, and default gateway. Assign a DHCP server address so the WLC knows where to relay DHCP requests from wireless clients.

The switch port connecting the WLC must be a trunk port allowing all WLAN VLANs. The WLC tags client traffic with the appropriate VLAN ID when forwarding it to the switch.

Security configuration

WLAN security is configured on the Security tab of the WLAN editor. The Layer 2 Security dropdown selects the authentication method: None (open), WPA+WPA2, or 802.1X. For most enterprise WLANs, WPA+WPA2 is selected.

WPA2-Personal (PSK): select WPA+WPA2, enable WPA2 Policy, set Auth Key Mgmt to PSK, and enter the passphrase. All clients use the same pre-shared key. Simple to configure, appropriate for small deployments and personal networks.

WPA2-Enterprise (802.1X): select WPA+WPA2, enable WPA2 Policy, set Auth Key Mgmt to 802.1X. This requires a RADIUS server. Configure the RADIUS server under Security → AAA → RADIUS → Authentication. Enter the server IP, shared secret, and port (default 1812). Clients authenticate with individual credentials (username/password or certificates) through the RADIUS server.

For maximum security, Cisco recommends WPA3 where supported. The WLC exam scenarios on CCNA 200-301 primarily test WPA2 configuration — know both PSK and Enterprise workflows.

QoS profiles

QoS settings on the QoS tab assign a quality-of-service profile to the WLAN. The profiles available: Platinum (voice — highest priority), Gold (video), Silver (best-effort data, the default), Bronze (background). These profiles map to DSCP values and 802.11e (WMM) access categories.

For a voice WLAN (e.g., Wi-Fi calling, Cisco Jabber): set QoS to Platinum to ensure voice frames receive priority treatment both in the Wi-Fi medium (using WMM) and on the wired side (matching DSCP EF). For a guest WLAN: Bronze or Silver to limit guest traffic priority relative to corporate traffic.

The CCNA exam tests which QoS profile is appropriate for different traffic types rather than the detailed DSCP/WMM mapping. Remember: Platinum = voice, Gold = video, Silver = data, Bronze = background.

Advanced WLAN settings

On the Advanced tab, key settings include: Allow AAA Override (allows RADIUS to return VLAN/QoS assignments per user), Coverage Hole Detection (triggers alerts when clients experience poor signal), Client Band Select (steers capable clients to 5 GHz to reduce 2.4 GHz congestion), and FlexConnect settings for local switching.

The 802.11r (Fast BSS Transition) and 802.11k (Neighbor Reports) settings on the Advanced tab improve roaming performance. 802.11r enables fast re-authentication when roaming; 802.11k helps clients discover nearby APs. These are increasingly relevant as voice-over-Wi-Fi use grows.

WPA2-Personal vs WPA2-Enterprise

AspectWPA2-Personal (PSK)WPA2-Enterprise (802.1X)
AuthenticationPre-shared key (passphrase)RADIUS server + individual credentials
Key managementPMK derived from passphrasePMK derived per-session from RADIUS
RADIUS requiredNoYes
Per-user identityNoYes
Best forHome, SOHO, small officeEnterprise, education, healthcare
WLC configPSK in WLAN security tabRADIUS server IP + shared secret

Key exam facts — CCNA

  • New WLANs are disabled by default — must enable on General tab
  • WLAN → Interface mapping determines which VLAN client traffic lands in
  • WPA2-Personal: PSK passphrase, no RADIUS. WPA2-Enterprise: 802.1X, requires RADIUS
  • RADIUS Authentication default port: 1812. Accounting: 1813
  • QoS: Platinum (voice) > Gold (video) > Silver (data, default) > Bronze (background)
  • Dynamic interface on WLC = one per VLAN; must match VLAN ID on the switch trunk

Common exam traps

The SSID and Profile Name must be the same in the WLC

The Profile Name is an internal WLC label; the SSID is what clients see. They can be different. The Profile Name helps administrators identify the WLAN internally; the SSID is the broadcast name.

WPA2-Enterprise is just WPA2 with a more complex password

WPA2-Enterprise uses 802.1X/EAP and a RADIUS server. Each user has individual credentials; there is no shared passphrase. This enables per-user authentication, accounting, and the ability to revoke access for individual users.

Silver QoS is the best profile for voice traffic on Wi-Fi

Silver is the default and appropriate for general data. Voice requires Platinum QoS to get the highest priority treatment in the 802.11e WMM access categories and proper DSCP marking on the wired side.

Practice questions — WLAN Configuration

These questions are representative of what you will see on CCNA exams. The correct answer and explanation are shown immediately below each question.

Q1.After creating a new WLAN in the WLC GUI, a network engineer notices clients cannot see the SSID. What is the most likely cause?

A.The RADIUS server is not configured
B.The WLAN was not enabled on the General tab
C.No QoS profile was assigned
D.The dynamic interface is missing

Explanation: New WLANs are created in disabled state by default. The WLAN must be explicitly enabled using the Status checkbox on the General tab. Until enabled, APs do not broadcast the SSID.

Q2.A WLAN needs to authenticate users with their individual corporate credentials via a RADIUS server. Which security option should be configured?

A.WPA2-Personal with PSK
B.WPA2-Enterprise with 802.1X
C.Open authentication with MAC filtering
D.WEP

Explanation: WPA2-Enterprise uses 802.1X/EAP authentication through a RADIUS server, allowing per-user credential-based authentication. WPA2-Personal uses a shared passphrase that all clients use — no individual identity.

Q3.Which QoS profile should be assigned to a WLAN used exclusively for VoIP calls?

A.Bronze
B.Silver
C.Gold
D.Platinum

Explanation: Platinum is the highest QoS profile, designed for voice traffic. It applies DSCP EF marking and the highest WMM access category (AC_VO) to ensure voice frames receive minimum latency and jitter.

Q4.A WLC dynamic interface is configured with VLAN ID 30. What must be true on the switch port connected to the WLC?

A.The switch port must be an access port in VLAN 30
B.The switch port must be a trunk port with VLAN 30 allowed
C.The switch port must be configured with PortFast
D.No special configuration is needed on the switch port

Explanation: The WLC tags client traffic with the VLAN ID of the dynamic interface before sending it to the switch. The switch port must be a trunk port with VLAN 30 (and other WLAN VLANs) allowed to accept these tagged frames.

Q5.What is the default UDP port for RADIUS authentication?

A.443
B.1812
C.1813
D.49

Explanation: RADIUS authentication uses UDP port 1812 by default. RADIUS accounting uses UDP port 1813. Port 1645/1646 are older unofficial ports sometimes still seen. Port 49 is used by TACACS+.

Frequently asked questions — WLAN Configuration

What is the difference between the WLC Profile Name and SSID?

The Profile Name is an internal WLC identifier for the WLAN — administrators see it in the WLC GUI. The SSID (Service Set Identifier) is the name broadcast by APs that wireless clients see when scanning for networks. They can be different and often are in enterprise deployments.

What is a WLC dynamic interface?

A WLC dynamic interface is a logical interface that maps a WLAN to a specific VLAN on the wired network. Each dynamic interface has a VLAN ID, IP address, and associated DHCP server. Client traffic on that WLAN is tagged with the VLAN ID and forwarded by the WLC to the connected switch trunk port.

How does WPA2-Enterprise differ from WPA2-Personal in a WLC?

WPA2-Personal uses a pre-shared key configured directly in the WLC — no external server needed. WPA2-Enterprise uses 802.1X/EAP and requires a RADIUS server configured in the WLC's AAA settings. Users authenticate with individual credentials; the RADIUS server verifies them and signals the WLC to allow the client.

Which WLC QoS profile is correct for video conferencing traffic?

Gold QoS is appropriate for video traffic. The four WLC QoS profiles are: Platinum (voice, highest), Gold (video), Silver (best-effort data, default), Bronze (background). Video requires prioritization over regular data but is less latency-sensitive than voice.

Why is the WLC management interface different from dynamic interfaces?

The management interface is the primary IP address used to access the WLC itself (GUI, CLI, SNMP). It is not associated with a WLAN. Dynamic interfaces are per-WLAN interfaces that map wireless SSIDs to specific VLANs on the wired network. Client traffic flows through dynamic interfaces; WLC management traffic uses the management interface.

Practice this topic

Test yourself on WLAN Configuration

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics