A network engineer connects a Cisco Lightweight Access Point (AP) to an 802.1Q trunk interface on a Layer 2 access switch. The AP is intended to join a Wireless LAN Controller (WLC) via its management interface using untagged CAPWAP control traffic. The switch port is configured with and . However, the AP fails to establish a CAPWAP tunnel, and syslog messages on the switch indicate native VLAN mismatch errors. CDP neighbor outputs confirm that the switch expects tagged traffic on VLAN 1 while transmitting native frames on VLAN 50. Which switchport configuration change correctly resolves the AP's management access failure while allowing untagged CAPWAP discovery traffic?
- Reconfigure the switchport native VLAN to match the untagged subnet VLAN assigned for AP management access.Answer
- BEnable spanning-tree portfast directly on the switch trunk port to override the native VLAN mismatch detection mechanism.
- CModify the CDP timer parameters on the switch interface to force the AP to dynamically adjust its management VLAN ID based on CDP TLV metadata.
- DChange the WLC management interface configuration to send untagged frames exclusively across the dedicated out-of-band Service Port.
Answer
Reconfiguring the switchport native VLAN to match the untagged subnet VLAN assigned for AP management access correctly resolves the management connectivity failure.
Lightweight Cisco APs transmit untagged packets for CAPWAP management discovery by default. If the switchport connected to the AP is an 802.1Q trunk, untagged traffic is placed into the trunk's configured native VLAN. When the native VLAN on the switch port does not match the actual IP subnet dedicated to AP management, the AP cannot communicate with the gateway or reach the WLC management interface. Reconfiguring the switch port's native VLAN to match the AP management subnet resolves the tagging mismatch and restores CAPWAP connectivity.
Step-by-Step Solution
Key Concept
AP and WLC Management Switchport 802.1Q Native VLAN Alignment
Estimated Time:2m 0s