03-14-2018 07:43 AM - edited 07-05-2021 08:22 AM
I am looking for a way to list, via CLI, all AP's that are not part of a flexconnect group. In our configuration if an AP is not part of a flexconnect group will not service clients.
03-14-2018 08:01 AM
Hi
There´s no command : show ap config general "AP" in which you can see this information:
FlexConnect Group................................ Not a member of any group
But, this command is per AP, so, you need to run this for every AP or use a script to iterate for you.
-If I helped you somehow, please, rate it as useful.-
03-14-2018 09:08 AM
You could try... grep include default-group "show run-config commands"
Otherwise, if you have Prime, just run a report on AP groups...
Regards,
Andy.
03-14-2018 09:34 AM - edited 03-14-2018 09:35 AM
Unfortunately Cisco WLC does not have include. Grep is for Linux based OS.
WLC does not run IOS but AirOS which does not follow Cisco command standard.
Prime does not have a report for that.
-If I helped you somehow, please, rate it as useful.-
03-14-2018 09:39 AM
Hi Flavio.
Yes, it does, and yes, it does. Try it. I use grep on WLC's all the time. I also run a daily report from Prime on AP groups.
Regards,
Andy.
03-14-2018 09:45 AM
Then show a command that show AP and it's respective flexconnect group or Not in group AP.
03-28-2025 07:34 AM - edited 03-28-2025 07:34 AM
Capture all of the output from the command "show run-config" and then run that file through the legacy WLC Config Analyzer tool: https://developer.cisco.com/docs/wireless-troubleshooting-tools/wireless-config-analyzer/
This will give a breakdown of every APs configuration in easy to read tables that you can readily export to excel, etc.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide