cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
898
Views
0
Helpful
3
Replies

Extract list of APs where IP = 0.0.0.0 from WLC cli

et
Level 1
Level 1

Hi all,

 

using the WLC controller GUI, I can create a list of all IPs where the IP address = 0.0.0.0.

(WIRELESS > Change Filter -> IP Address = 0.0.0.0 -> Apply).

 

Q: Is it possible to get to this information via the cli somehow?

The command "show ap summary" returns a list of APs that have IP connectivity with the controller, but does not contain the APs I am looking for.

My device is an 8540 running version 8.3.143.0

 

Any hints or suggestions would be highly appreciated.

Thanks!

/ET

3 Replies 3

Hi,

 

You should be able to do this from CLI via the following command:

 

grep include 0.0.0.0 "show ap summary"

 

--Kristian

Thanks for the input, unfortunately, the output from "show ap summary" does not contain the APs I need to get information about:

 

>grep include 0.0.0.0 "show ap summary"
Press any key to continue..

There are 0 lines matching the pattern 0.0.0.0

 

The APs I need to get to were associated to the controller prior to a WLC software upgrade, but currently they are not associated. It seems that the output from "show ap summary" only contain associated APs.

Somehow the web gui is able to get to the info, but the cli is not? 

 

/ET

If "include" doesn't show anything, then do the opposite and use the "exclude" command: grep exclude 10.|192. "sh ap summary".
Review Cisco Networking products for a $25 gift card