cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1704
Views
1
Helpful
6
Replies

Show AP flexconnect group membership

Matthew Stanton
Level 1
Level 1

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.

6 Replies 6

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.-

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.

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.-

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.

Then show a command that show AP and it's respective flexconnect group or Not in group AP.

 

 

 

Joseph Widowski
Level 1
Level 1

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.

Review Cisco Networking for a $25 gift card