Log in
to ask questions, share your expertise, or stay connected to content. Don’t have a login?
Join now.
you need to use -O0X and ensure the mibs are loaded correctly, example below (the string like ap214 is the essid not the ap name)
root@kali-246:/home/mibs/6.5.4.7# snmpwalk -M. -mALL -v2c -c secret123 -O0X 192.1.1.1 wlsxWlanESSIDTable
WLSX-WLAN-MIB::wlanESSIDNumStations[STRING: ] = Gauge32: 0
WLSX-WLAN-MIB::wlanESSIDNumStations[STRING: ap214] = Gauge32: 0
WLSX-WLAN-MIB::wlanESSIDNumStations[STRING: ap215] = Gauge32: 0
WLSX-WLAN-MIB::wlanESSIDNumStations[STRING: ap335] = Gauge32: 2
WLSX-WLAN-MIB::wlanESSIDNumAccessPointsUp[STRING: ] = Gauge32: 0
WLSX-WLAN-MIB::wlanESSIDNumAccessPointsUp[STRING: ap214] = Gauge32: 1
WLSX-WLAN-MIB::wlanESSIDNumAccessPointsUp[STRING: ap215] = Gauge32: 1
WLSX-WLAN-MIB::wlanESSIDNumAccessPointsUp[STRING: ap335] = Gauge32: 1