11-13-2019 09:52 AM
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.
11-13-2019 02:33 PM
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.