How do I check if an AP in Flexconnect mode is localswitching??
AP has been disconnected from WLC.
However, since it operates as flexconnect, AP broadcast the SSID.
Is there a command to check the flexconnect status in AP??
Solved! Go to Solution.
Following AP CLI command output will tell it
LAP#show capwap reap status
VLAN - root hwidb:GigabitEthernet0 global BVI:NULL
VlanID BrgGrp Type Routed Active
---------------------------------------------
4114 2 1 yes 1/1
4115 3 2 yes 1/1
4116 4 2 yes 1/1
AP Mode: REAP, Connected
HTH
Rasika
*** Pls rate all useful responses ***
Following AP CLI command output will tell it
LAP#show capwap reap status
VLAN - root hwidb:GigabitEthernet0 global BVI:NULL
VlanID BrgGrp Type Routed Active
---------------------------------------------
4114 2 1 yes 1/1
4115 3 2 yes 1/1
4116 4 2 yes 1/1
AP Mode: REAP, Connected
HTH
Rasika
*** Pls rate all useful responses ***
AP_2#show capwap reap status
VLAN - root hwidb:GigabitEthernet0 global BVI:NULL
VlanID BrgGrp Type Routed Active
---------------------------------------------
1 1 1 no 1/1
4114 2 1 yes 1/1
4115 3 2 yes 1/1
AP Mode: REAP, Standalone
In Flexconnect mode, when operating in Local Switching without joining WLC, it seems to be displayed as Standalone.
Am I right?
You can use either Rasika's command to check IOS-AP flexconnect config.
But if you're using COS-AP you can use these ones):
show capwap client detailrcb ==> shows deeper detail of every SSID been broadcasted
show flexconnect wlan vlan ==> quick command to show wlanid-2-vlan map for every locally forwarded SSID
-Jesus
** Please Rate Helpful Responses **