A network engineer deploys lightweight Cisco Access Points (APs) across multiple remote branch offices linked via a wide area network (WAN) to a centralized Wireless LAN Controller (WLC) in the main datacentre. During a unexpected WAN outage, wireless users at Branch 1 lose all network access to local site servers, whereas wireless users at Branch 2 continue accessing local network resources uninterrupted. Which configuration difference regarding AP modes and traffic handling accounts for this behavior during the WAN failure?
- Branch 2 deployed APs in FlexConnect mode with local switching configured for the WLAN, whereas Branch 1 deployed APs in standard Local mode, which relies on CAPWAP data tunnels to centralize all traffic at the WLC.Answer
- BBranch 2 deployed APs in Local mode with fallback local switching enabled, whereas Branch 1 deployed APs in FlexConnect mode with central switching enabled.
- CBranch 2 deployed APs in Monitor mode to locally bridge client traffic, whereas Branch 1 deployed APs in Rogue Detector mode.
- DBranch 2 deployed APs in Sniffer mode configured to bridge local data packets, whereas Branch 1 deployed APs in Autonomous mode without WLC control.
Answer
Branch 2 deployed APs in FlexConnect mode with local switching configured for the WLAN, whereas Branch 1 deployed APs in standard Local mode, which relies on CAPWAP data tunnels to centralize all traffic at the WLC.
In Cisco wireless architectures, standard Local mode APs encapsulate all user traffic inside CAPWAP data tunnels and route it back to the centralized Wireless LAN Controller (WLC) regardless of destination. If the WAN link connecting a remote branch to the central WLC drops, Local mode APs cannot process or forward client packets. Conversely, FlexConnect APs are designed for remote/branch deployments; when configured for local switching, client data frames are bridged directly onto the local wired network switch port at the branch. This allows local network connectivity to persist even during a WAN link or WLC failure.
Step-by-Step Solution
Key Concept
Cisco Lightweight AP Modes and FlexConnect Local vs Central Switching