A Cisco access point is not always a thing that serves Wi-Fi. The same hardware can be a client-serving AP, a wireless bridge, a full-time spectrum analyzer, or a packet-capture probe, depending on which mode it is in. The AP mode is one setting, and picking the wrong one is a common reason an AP "is not working" when it is in fact working perfectly - just not as the thing you expected. This post walks through every Cisco AP mode, what each is for, and when you would actually use it.
For the cluster overview, see the Cisco Wireless complete guide.
The two that matter most
Ninety-plus percent of access points in production run one of two modes.
Local mode
The default. The AP serves wireless clients and tunnels their traffic back to the wireless LAN controller over CAPWAP. The controller puts the client traffic onto the wired network. Local mode is the standard campus deployment: the AP is a radio head, the controller is the brain and the traffic aggregation point.
In local mode the AP also spends a small slice of time off-channel scanning other channels, which is how the controller's RF management and rogue detection get their data without dedicating hardware to it.
FlexConnect mode
FlexConnect is the branch-office mode. The AP still gets its configuration and policy from a central controller, but client traffic is switched locally at the branch instead of being tunneled all the way back to the controller.
This matters for two reasons. First, traffic does not hairpin: a branch user printing to a branch printer does not send packets across the WAN to a distant controller and back. Second, and more importantly, FlexConnect APs keep serving clients even if the WAN link to the controller goes down. A local-mode AP that loses its controller eventually stops serving clients; a FlexConnect AP rides through the outage. For any site at the far end of a WAN link, FlexConnect is the right mode.
The full mode list
Monitor mode
A monitor-mode AP gives up serving clients entirely and spends 100% of its time scanning all channels. A local-mode AP only scans off-channel occasionally; a monitor-mode AP scans constantly.
You use monitor mode where you need thorough, continuous wireless visibility: wireless intrusion detection (wIDS/wIPS), aggressive rogue-AP detection, and location services that triangulate device position from signal strength. The trade-off is obvious - that AP serves zero clients. Monitor-mode APs are typically a sprinkling of extra units deployed specifically for visibility, not your client-serving fleet.
Sniffer mode
Sniffer mode turns the AP into a remote wireless capture probe. It captures raw 802.11 frames on a chosen channel and encapsulates them to a destination running a protocol analyzer. This is how you capture over-the-air wireless traffic properly - including management and control frames, retries, and the things a normal client NIC will not show you.
It is a troubleshooting tool, set temporarily on an AP near the problem, then set back. The captured frames are exactly what you need to diagnose roaming failures, authentication problems, or interference at the 802.11 level.
Rogue Detector mode
Rogue Detector mode is the odd one - the AP's radios are essentially off, and it works on the wired side. It listens to ARP traffic on the wired network and correlates the MAC addresses it sees against the list of rogue clients and APs the controller has detected over the air.
The purpose is to answer a specific question: is that rogue AP actually plugged into my network (a real security incident), or is it just a neighbor's AP bleeding RF into my building (noise, not a threat)? If a MAC seen over the air also shows up on the wired side, the rogue is connected to your network. This mode has become less common as controller-side rogue-on-wire detection improved, but it still appears.
SE-Connect (Spectrum) mode
SE-Connect dedicates the AP to spectrum analysis. Where monitor mode scans for Wi-Fi, SE-Connect studies the raw RF spectrum - including non-Wi-Fi interference like microwave ovens, Bluetooth, video bridges, and cordless phones.
You connect a spectrum-analysis tool to an SE-Connect AP when you have a performance problem that Wi-Fi-only tools cannot explain - throughput that collapses at certain times of day, a dead zone with no obvious cause. The AP becomes a sensor that shows you the interference a packet capture would never reveal.
Bridge and Mesh modes
Bridge mode turns APs into a wireless link between locations - point-to-point to connect two buildings without running fiber, or point-to-multipoint for a hub-and-spoke layout. Mesh extends this so APs relay traffic wirelessly through each other, useful where running cable to every AP is impractical (outdoor coverage, warehouses, historic buildings).
Flex+Bridge combines mesh backhaul with FlexConnect local switching - a mesh AP that also serves clients and switches their traffic locally. It is the mode for a meshed branch or outdoor deployment that still needs the branch-survivability behavior.
Changing the mode
AP mode is set from the controller, per AP. Changing it almost always reboots the AP, because the radios are being repurposed. The practical consequence: do not change an AP's mode during business hours if it is currently serving clients - the change will drop everyone associated to it.
Common gotchas
Key takeaways
Cisco AP modes decide what the hardware actually does. Local and FlexConnect are the client-serving modes - Local tunnels traffic to the controller, FlexConnect switches it locally and survives WAN outages, which makes FlexConnect the branch default. Monitor, Sniffer, Rogue Detector, and SE-Connect are all non-client modes for visibility, capture, and RF analysis. Bridge, Mesh, and Flex+Bridge connect sites wirelessly. When an AP "is not working," confirm its mode first - it may be doing exactly what its mode tells it to, which just is not serving Wi-Fi.
For the wireless cluster, see the Cisco Wireless pillar.