An enterprise network administrator is deploying a centralized Cisco Wireless LAN Controller (WLC) architecture utilizing CAPWAP tunnels for Lightweight Access Point (LAP) management and traffic transport. Which two statements correctly describe the transport layer protocols and security characteristics used by CAPWAP? (Choose two.)
- CAPWAP Control traffic uses UDP port 5246 and is encrypted by default using Datagram Transport Layer Security (DTLS).Answer
- CAPWAP Data traffic uses UDP port 5247 and is unencrypted by default, though optional DTLS payload encryption can be enabled.Answer
- CCAPWAP Control traffic uses TCP port 5246 to guarantee connection-oriented reliable delivery of management frames without encryption.
- DCAPWAP Data traffic uses TCP port 5247 to prevent packet loss for real-time wireless voice and video application traffic.
- ECAPWAP Control and Data tunnels are multiplexed over a single IPsec VPN tunnel established on UDP port 500.
Answer
The correct statements are that CAPWAP Control traffic operates over UDP port 5246 with mandatory DTLS encryption, while CAPWAP Data traffic operates over UDP port 5247 and is unencrypted by default (with optional DTLS encryption support).
CAPWAP (Control and Provisioning of Wireless Access Points) protocol specifies UDP port 5246 for Control messages, which are encrypted using DTLS by default to secure WLC-to-AP management traffic. CAPWAP Data frames are transported over UDP port 5247, which defaults to unencrypted operational state to maximize throughput, while allowing optional DTLS payload encryption.
Step-by-Step Solution
Key Concept
CAPWAP Protocol Architecture and UDP Port Operations