Hi all,
I created UNDP for WLC with SNMP OID 1.3.6.1.4.1.14179.2.1.4.1.7, the result are actually table of SSID which user connected to e.g.:
FINANCE
FINANCE
GUEST
FINANCE
GUEST
is there anyway to parse the result to become like this:
SSID FINANCE --> result = 3
SSID GUEST --> result = 2
This idea is came from this link
https://supportforums.cisco.com/discussion/11976136/track-number-users-ssid-using-snmp-wlc-2504
So we can create chart to track the number of client on particular SSID.
thank you.
Adi