06-11-2020 02:35 PM
Hi,
I’m hoping someone can point me in the right direction to get the amount of connected clients per ap or radio. I’m assuming SNMP would be a valid way of doing this. I’ve been poking around the WING-MIB file and haven’t had any luck yet. Our environment is a handful of NX9500, NX9600 and Nsight.
There are thousands of APs in the network.
Any thoughts?
Thanks!
06-11-2020 09:34 PM
I’m abandoning SNMP. I think the CLI its the way to go.
Follow up question- is there a way to run this command against all the rf-domains at once? Or against everything...
show wireless ap detail on station_408_rf_domain | grep -e Name -e clients
06-11-2020 05:20 PM
Hey Phil, thanks for the suggestion! We’re looking to poll this regularly via a script to ingest it into another analytics system. I imagine we could write an expect script or something that logs into the controller and parses the output of the CLI every minute or so. I thought a cleaner way might be to use SNMP using like snmpbulkget or bulkwalk against these OIDS:
-- 1.3.6.1.4.1.388.50.1.4.3.2.1.1.1.4
wingStatsRfdWlApInfoNumClients
-- 1.3.6.1.4.1.388.50.1.4.3.2.9.1.1.22
wingStatsRfdWlRadioStatNumClients
But it takes ridiculously long or times out. Someone suggested using the cli which may align with your suggestion so it looks like we may need to investigate that alternative...
06-11-2020 03:18 PM
06-11-2020 03:16 PM
can you use the GUI Statistics / rfdomain / radios or wireless clients