cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
323
Views
5
Helpful
4
Replies

Standalone AP Audit

ALIAOF_
Level 6
Level 6

Are there no commands/method(s) available to see the SSID's as well as the type of encryption each one is using?  So far the only way I have been able to find is:

 

- show dot11 bssid (But this only shows the SSID) and then have to do show runn to see what each SSID is using such as WPA or WEP, TKIP etc

 

Need to check this on a whole buncha AP's but can't really script it if there is no single command available.

4 Replies 4

Saurav Lodh
Level 7
Level 7

That is the way you can check the authentication types, similar way you apply per ssid

Thanks I do know that, I wanted to see if there is another better way to accomplish this though.

The easiest way is either through the GUI, you will have a summary of each SSID with its encryption.

If you don't want to issue a show run, then the most easy way will be to run a command like this:

For the encryption (per radio):

ap#show run interface dot11Radio 0 | inc encryption

ap#show run interface dot11Radio 1 | inc encryption

 

For the SSID:

ap#show run | sec ssid

 

Beside of this, there is no other command that I am aware of

HTH

Thank you that is much better.  Shame that there isn't a specific command for that.  I guess with the controller based AP's now it isn't needed any more.

Review Cisco Networking products for a $25 gift card