11-17-2007 08:25 AM - edited 11-17-2020 01:39 AM
Hello,
It is possible to monitor with snmp, 1310 bridge wireless signal quality?
Thanks and regards
Solved! Go to Solution.
11-17-2007 09:23 AM
Try CISCO-DOT11-ASSOCIATION-MIB::cDot11ClientSigQuality
This is indexed by ifIndex/SSID/MAC.
In case you don't have access to the MIB here are the OIDs to walk:
1.3.6.1.4.1.9.9.273.1.3.1.1.3 cDot11ClientSignalStrength
1.3.6.1.4.1.9.9.273.1.3.1.1.4 cDot11ClientSigQuality
Example using Net-SNMP:
cDot11ClientSignalStrength[1]["SSIDXXXXXXXXX"][0:11:92:XX:XX:XX] = -59 dBm
cDot11ClientSigQuality[1]["SSIDXXXXXXXXX"][0:11:92:XX:XX:XX] = Gauge32: 38 percentage
11-17-2007 09:23 AM
Try CISCO-DOT11-ASSOCIATION-MIB::cDot11ClientSigQuality
This is indexed by ifIndex/SSID/MAC.
In case you don't have access to the MIB here are the OIDs to walk:
1.3.6.1.4.1.9.9.273.1.3.1.1.3 cDot11ClientSignalStrength
1.3.6.1.4.1.9.9.273.1.3.1.1.4 cDot11ClientSigQuality
Example using Net-SNMP:
cDot11ClientSignalStrength[1]["SSIDXXXXXXXXX"][0:11:92:XX:XX:XX] = -59 dBm
cDot11ClientSigQuality[1]["SSIDXXXXXXXXX"][0:11:92:XX:XX:XX] = Gauge32: 38 percentage
11-19-2007 12:52 AM
Thanks kka,
I'll try, It's important for us to monitor, because the the bad weather is important.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide