cancel
Showing results for 
Search instead for 
Did you mean: 

How can i see via cli the number of radios that are linked to a WLAN for all rf-domains?

How can i see via cli the number of radios that are linked to a WLAN for all rf-domains?

Jean
New Contributor

How can i see  the number of radios that are linked to a WLAN for all rf-domains?

The customer has 50 rf-domains and 1200 access points.

It is a lot of work if need to check every RF domain.

1 REPLY 1

ckelly
Extreme Employee

Jean, there doesn’t appear to be anywhere in the GUI to see a total count.

In the CLI though, you can do this:

show wireless radio wlan-map | grep -c “SSID_NAME”

 

The output should be just a single number indicating the number of times the specified SSID (WLAN) name was found in the normal output of the command:  show wireless radio wlan-map.

The WLAN/SSID will be in the output every time it’s used/mapped to a radio...anywhere.

GTM-P2G8KFN