2.6 Wireless Architectures and AP Modes

Key Takeaways

  • Autonomous APs are standalone and configured individually — best for very small deployments.
  • Lightweight APs (LAPs) are managed by a Wireless LAN Controller (WLC) using CAPWAP.
  • Cloud-managed APs (like Cisco Meraki) are managed through a cloud-based dashboard.
  • CAPWAP uses UDP 5246 (control) and UDP 5247 (data) to communicate between APs and WLC.
  • The WLC handles roaming, RF management, security policies, and centralized configuration.
Last updated: March 2026

Wireless Architectures and AP Modes

The CCNA exam tests your understanding of different wireless deployment architectures and when to use each one.

Wireless Architecture Comparison

Autonomous AP Architecture

FeatureDetail
ManagementEach AP configured individually
Control planeOn the AP
Data planeOn the AP
ScalabilityPoor (managing 50+ APs individually is impractical)
Best forVery small deployments (1-5 APs)
RoamingLimited (no central coordination)

Controller-Based Architecture (WLC + Lightweight APs)

FeatureDetail
ManagementCentralized via Wireless LAN Controller (WLC)
Control planeOn the WLC
Data planeSplit (some on WLC, some on AP, depending on mode)
ScalabilityExcellent (one WLC manages hundreds of APs)
Best forMedium to large enterprise deployments
RoamingSeamless (WLC coordinates handoffs)

CAPWAP (Control and Provisioning of Wireless Access Points):

  • Protocol used between lightweight APs and the WLC
  • Control channel: UDP 5246 (encrypted with DTLS)
  • Data channel: UDP 5247 (optionally encrypted)
  • APs download their configuration from the WLC on boot

Cloud-Managed Architecture

FeatureDetail
ManagementCloud dashboard (e.g., Cisco Meraki, DNA Spaces)
Control planeIn the cloud
Data planeOn the AP (data doesn't go through the cloud)
ScalabilityExcellent (manage globally from one dashboard)
Best forDistributed sites, MSPs, organizations wanting simplicity
LicensingSubscription-based

On the Exam: Know that in cloud-managed architectures, the management/control traffic goes to the cloud, but user data traffic is switched locally at the AP. Data does NOT route through the cloud.

AP Modes (Controller-Based)

Lightweight APs connected to a WLC can operate in several modes:

ModeFunction
LocalDefault mode. Serves clients and scans channels between data transmissions
FlexConnectCan switch traffic locally even if the WLC connection is lost (for branch offices)
MonitorDoes not serve clients. Dedicated to monitoring RF and detecting rogue APs
SnifferCaptures wireless frames and sends them to a packet analyzer
Rogue DetectorMonitors for unauthorized APs on the wired network
BridgeCreates point-to-point or point-to-multipoint wireless bridges between buildings
SE-ConnectSpectrum analysis mode for RF interference troubleshooting

WLAN Configuration via GUI (WLC)

The CCNA exam expects you to configure basic WLANs using the WLC web GUI:

Steps to create a WLAN:

  1. Log into the WLC web interface
  2. Navigate to WLANs → Create New
  3. Configure WLAN settings:
    • SSID (network name)
    • WLAN ID
    • Interface/VLAN mapping
  4. Configure Security:
    • Layer 2 security: WPA2 (most common for enterprise)
    • Authentication: PSK or 802.1X/EAP
  5. Configure QoS profile:
    • Platinum (voice), Gold (video), Silver (best effort), Bronze (background)
  6. Enable the WLAN

Network Device Management Access

For managing network devices, multiple access methods exist:

MethodPortSecurityUse Case
ConsolePhysical console portLocal, physical accessInitial setup, recovery
TelnetTCP 23Unencrypted (avoid)Legacy management
SSHTCP 22EncryptedRemote management (recommended)
HTTPTCP 80UnencryptedWeb GUI management
HTTPSTCP 443EncryptedSecure web GUI management
TACACS+TCP 49EncryptedCentralized AAA
RADIUSUDP 1812/1813Password encryptedCentralized AAA

On the Exam: SSH is always preferred over Telnet for remote management because Telnet sends all data (including passwords) in plain text. HTTPS is preferred over HTTP for the same reason.

Test Your Knowledge

Which protocol do lightweight access points use to communicate with a Wireless LAN Controller (WLC)?

A
B
C
D
Test Your Knowledge

In a cloud-managed wireless architecture (e.g., Cisco Meraki), where is user data traffic switched?

A
B
C
D
Test Your Knowledge

Which WLC AP mode allows the access point to continue serving clients even if the connection to the WLC is lost?

A
B
C
D