View Full Version : SNMP OIDs ???
Hello again.
Someone has the OID-List of SNMP for M5 products?
I need via SNMP all the major parameters:
- wireless mode
- network mode
- frequency
- software version
- uptime
- signal strength
- ccq
- ...
Thank you!
Greez
amx
dayas
12-30-2009, 12:54 PM
.1.3.6.1.4.1.10002.1
.1.3.6.1.4.1.10002.1
thanks, but it only returns me this (nothing more):
snmpwalk -v1 -c $PASSWORD $IP_ADDRESS .1.3.6.1.4.1.10002.1
SNMPv2-SMI::enterprises.10002.1.1.1.1.1.0 = Gauge32: 30448
SNMPv2-SMI::enterprises.10002.1.1.1.1.2.0 = Gauge32: 12604
SNMPv2-SMI::enterprises.10002.1.1.1.1.3.0 = Gauge32: 2624
SNMPv2-SMI::enterprises.10002.1.1.1.1.4.0 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.2.1.0 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.2.2.0 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.4.1.0 = INTEGER: 3
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.1.2 = INTEGER: 2
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.1.3 = INTEGER: 3
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.2.1 = STRING: "1 Minute Average"
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.2.2 = STRING: "5 Minute Average"
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.2.3 = STRING: "15 Minute Average"
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.3.1 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.3.2 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.3.3 = Gauge32: 0
...that's, like in the school: totally insufficient :icon_mrgreen:
kilos
12-30-2009, 02:31 PM
Maybe look at this posting
http://www.ubnt.com/forum/showthread.php?t=13543
Maybe look at this posting
http://www.ubnt.com/forum/showthread.php?t=13543
nop, doesn't work.
I tested with BM5, NSM5 w/SW version 5.0.2 and 5.1-rc3
nothing nothing nothing :(
spiehn
12-31-2009, 11:51 PM
I have found the following. I realize it is a mixture of mib and OID, but that is how I am using my probe
Type, 1.2.840.10036.3.1.2.1.3+, DEFAULT, "Antenna Type"
Firmware, 1.2.840.10036.3.1.2.1.4+, DEFAULT, "Firmware"
LanMacAddress, IF-MIB::ifPhysAddress.4, DEFAULT, "WAN MAC2"
WlanMacAddress, IF-MIB::ifPhysAddress.5, DEFAULT, "WAN MAC"
sysUpTime, 1.3.6.1.2.1.1.3+, DEFAULT, "Uptime"
SignalStrength, 1.3.6.1.4.1.14988.1.1.1.1.1.4+, DEFAULT, "SignalStrength"
TXRate, 1.3.6.1.4.1.14988.1.1.1.1.1.2+, DEFAULT, "TXRate"
RXRate, 1.3.6.1.4.1.14988.1.1.1.1.1.3+, DEFAULT, "RXRate"
SSID, 1.3.6.1.4.1.14988.1.1.1.1.1.5+, DEFAULT, "SSID"
Frequency, 1.3.6.1.4.1.14988.1.1.1.1.1.7+, DEFAULT, "Frequency"
WLANBytesR, IF-MIB::ifInOctets.7, TOTAL-VALUE, "WLAN BytesR"
WLANBytesT, IF-MIB::ifOutOctets.7, TOTAL-VALUE, "WLAN BytesT"
APMacAddress, 1.3.6.1.4.1.14988.1.1.1.1.1.6+, DEFAULT, "APMacAddress"
I have found the following. I realize it is a mixture of mib and OID, but that is how I am using my probe
Type, 1.2.840.10036.3.1.2.1.3+, DEFAULT, "Antenna Type"
Firmware, 1.2.840.10036.3.1.2.1.4+, DEFAULT, "Firmware"
LanMacAddress, IF-MIB::ifPhysAddress.4, DEFAULT, "WAN MAC2"
WlanMacAddress, IF-MIB::ifPhysAddress.5, DEFAULT, "WAN MAC"
sysUpTime, 1.3.6.1.2.1.1.3+, DEFAULT, "Uptime"
SignalStrength, 1.3.6.1.4.1.14988.1.1.1.1.1.4+, DEFAULT, "SignalStrength"
TXRate, 1.3.6.1.4.1.14988.1.1.1.1.1.2+, DEFAULT, "TXRate"
RXRate, 1.3.6.1.4.1.14988.1.1.1.1.1.3+, DEFAULT, "RXRate"
SSID, 1.3.6.1.4.1.14988.1.1.1.1.1.5+, DEFAULT, "SSID"
Frequency, 1.3.6.1.4.1.14988.1.1.1.1.1.7+, DEFAULT, "Frequency"
WLANBytesR, IF-MIB::ifInOctets.7, TOTAL-VALUE, "WLAN BytesR"
WLANBytesT, IF-MIB::ifOutOctets.7, TOTAL-VALUE, "WLAN BytesT"
APMacAddress, 1.3.6.1.4.1.14988.1.1.1.1.1.6+, DEFAULT, "APMacAddress"
thanks a lot, spiehn, but an snmpwalk on a 5.0.2-Bullet M5 with your SSID-OID only returns me a 0-chars-length-string....with other words: NOTHING :icon_mrgreen:
any more ideas? mike? I need them urgently (ans I think not only me) for "remote-control".
thanks a lot..greez
amx
spiehn
01-04-2010, 07:53 PM
Get rid of the + at the end and substitute with .1 or any increment up to .9
The + may not be understood by your program. the last digit can change on reboot. Your SNMP program needs to support some method of the last digit changing
SSID, 1.3.6.1.4.1.14988.1.1.1.1.1.5+
SSID, 1.3.6.1.4.1.14988.1.1.1.1.1.5.3
Get rid of the + at the end and substitute with .1 or any increment up to .9
The + may not be understood by your program. the last digit can change on reboot. Your SNMP program needs to support some method of the last digit changing
SSID, 1.3.6.1.4.1.14988.1.1.1.1.1.5+
SSID, 1.3.6.1.4.1.14988.1.1.1.1.1.5.3
of course...... :)
it's not the first time we use snmp....doing everything on VL via SNMP, but here we cannot :(
MIKE.....PLEASE HELP.....THANX
Greez
amx
UBNT-Mike.Ford
01-06-2010, 01:47 PM
Hey Guys,
I asked my software guys to jump in here.
Thanks,
Mike
dayas
01-07-2010, 09:27 PM
we use opmanger for network management. I tested some of the OID's posted here for signal and channel and they did not work.
Hey Guys,
I asked my software guys to jump in here.
Thanks,
Mike
Hi Mike,
thanks a lot....hope there will be a quick solution, as we need a lot of params of the APs and STs for stats (but also writing snmps would be great to "remote-control" APs and STs)
At least with v5.1 and the new login type, it's nearly impossible to read out any values (or you have to do some crazy things like remote-telnet via perl script or similar).
Thanks again for a quick solution.
Greez
amx
P.S. v5.1 is a VERY BIG step ahead...only some more (small) features, and you can beat VL also on reliability :)
UBNT-kesha
01-13-2010, 08:50 AM
amx, I assume you've gone through http://www.ubnt.com/wiki/index.php/SNMP_and_MTRG_Monitoring already? what is your output in
snmpwalk -v1 -c $COMMUNITY $IP_ADDRESS .1
amx, I assume you've gone through http://www.ubnt.com/wiki/index.php/SNMP_and_MTRG_Monitoring already? what is your output in
snmpwalk -v1 -c $COMMUNITY $IP_ADDRESS .1
hi kesha....here it comes...i shortened it a little bit to the 10.000 chars max for in here....
iso.2.840.10036.1.1.1.1.7 = STRING: "00:15:6D:00:00:00"
iso.2.840.10036.1.1.1.7.7 = INTEGER: 1
iso.2.840.10036.1.1.1.8.7 = INTEGER: 1
iso.2.840.10036.1.1.1.9.7 = STRING: "ptp01"
iso.2.840.10036.1.1.1.10.7 = INTEGER: 1
iso.2.840.10036.1.1.1.11.7 = Hex-STRING: 0C 12 18 24 30 48 60 6C 0D 1A 27 34 4E 68 75 82
1A 34 4E 68 9C D1 EA 04
iso.2.840.10036.2.1.1.1.7 = STRING: "00:15:6D:00:00:00"
iso.2.840.10036.2.1.1.2.7 = INTEGER: 2347
iso.2.840.10036.2.1.1.5.7 = INTEGER: 2346
iso.2.840.10036.2.1.1.9.7 = STRING: "0xe105"
iso.2.840.10036.2.2.1.3.7 = INTEGER: 15
iso.2.840.10036.2.2.1.4.7 = INTEGER: 0
iso.2.840.10036.2.2.1.14.7 = INTEGER: 0
iso.2.840.10036.3.1.2.1.1.7 = STRING: "00:15:6D"
iso.2.840.10036.3.1.2.1.2.7 = STRING: "Ubiquiti Networks, Inc."
iso.2.840.10036.3.1.2.1.3.7 = STRING: "Rocket M5"
iso.2.840.10036.3.1.2.1.4.7 = STRING: "XM.ar7240.v5.1.3635.100107.1730"
iso.2.840.10036.4.5.1.1.7 = INTEGER: 176
SNMPv2-MIB::sysDescr.0 = STRING: Linux 2.6.15--LSDK-7.3.0.300 #199 Thu Jan 7 17:31:37 EET 2010 mips
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.10002.1
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (1374700) 3:49:07.00
SNMPv2-MIB::sysContact.0 = STRING: amx
SNMPv2-MIB::sysName.0 = STRING: ptp01
SNMPv2-MIB::sysLocation.0 = STRING: ptp01
SNMPv2-MIB::sysServices.0 = INTEGER: 79
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (1200) 0:00:12.00
SNMPv2-MIB::sysORIndex.1 = INTEGER: 1
SNMPv2-MIB::sysORIndex.2 = INTEGER: 2
SNMPv2-MIB::sysORIndex.3 = INTEGER: 3
SNMPv2-MIB::sysORIndex.4 = INTEGER: 4
SNMPv2-MIB::sysORIndex.5 = INTEGER: 5
SNMPv2-MIB::sysORID.1 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.2 = OID: iso.2.840.10036
SNMPv2-MIB::sysORID.3 = OID: IF-MIB::ifMIB
SNMPv2-MIB::sysORID.4 = OID: SNMPv2-SMI::enterprises.14988
SNMPv2-MIB::sysORID.5 = OID: SNMPv2-SMI::enterprises.10002.1.1.1.31
SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module for SNMP entities
SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for IEEE 802.11 entities.
SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module to describe generic objects for network interface sub-layers
SNMPv2-MIB::sysORDescr.4 = STRING: The Mikrotik experimental wireless MIB module
SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module to describe system resources
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (1200) 0:00:12.00
SNMPv2-MIB::sysORUpTime.2 = Timeticks: (1200) 0:00:12.00
SNMPv2-MIB::sysORUpTime.3 = Timeticks: (1200) 0:00:12.00
SNMPv2-MIB::sysORUpTime.4 = Timeticks: (1200) 0:00:12.00
SNMPv2-MIB::sysORUpTime.5 = Timeticks: (1200) 0:00:12.00
IF-MIB::ifNumber.0 = INTEGER: 7
IF-MIB::ifIndex.1 = INTEGER: 1
(...)
IF-MIB::ifSpecific.6 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.7 = OID: SNMPv2-SMI::zeroDotZero
SNMPv2-MIB::snmpInPkts.0 = Counter32: 202
SNMPv2-MIB::snmpOutPkts.0 = Counter32: 201
SNMPv2-MIB::snmpInBadVersions.0 = Counter32: 0
SNMPv2-MIB::snmpInBadCommunityNames.0 = Counter32: 0
SNMPv2-MIB::snmpInBadCommunityUses.0 = Counter32: 0
SNMPv2-MIB::snmpInASNParseErrs.0 = Counter32: 0
SNMPv2-MIB::snmpInTooBigs.0 = Counter32: 0
SNMPv2-MIB::snmpInNoSuchNames.0 = Counter32: 0
SNMPv2-MIB::snmpInBadValues.0 = Counter32: 0
SNMPv2-MIB::snmpInReadOnlys.0 = Counter32: 0
SNMPv2-MIB::snmpInGenErrs.0 = Counter32: 0
SNMPv2-MIB::snmpInTotalReqVars.0 = Counter32: 0
SNMPv2-MIB::snmpInTotalSetVars.0 = Counter32: 0
SNMPv2-MIB::snmpInGetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpInGetNexts.0 = Counter32: 202
SNMPv2-MIB::snmpInSetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpInGetResponses.0 = Counter32: 0
SNMPv2-MIB::snmpInTraps.0 = Counter32: 0
SNMPv2-MIB::snmpOutTooBigs.0 = Counter32: 0
SNMPv2-MIB::snmpOutNoSuchNames.0 = Counter32: 0
SNMPv2-MIB::snmpOutBadValues.0 = Counter32: 0
SNMPv2-MIB::snmpOutGenErrs.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetNexts.0 = Counter32: 0
SNMPv2-MIB::snmpOutSetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetResponses.0 = Counter32: 202
SNMPv2-MIB::snmpOutTraps.0 = Counter32: 0
SNMPv2-MIB::snmpEnableAuthenTraps.0 = INTEGER: disabled(2)
SNMPv2-MIB::snmpSilentDrops.0 = Counter32: 0
SNMPv2-MIB::snmpProxyDrops.0 = Counter32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.1.1.0 = Gauge32: 62772
SNMPv2-SMI::enterprises.10002.1.1.1.1.2.0 = Gauge32: 43504
SNMPv2-SMI::enterprises.10002.1.1.1.1.3.0 = Gauge32: 2856
SNMPv2-SMI::enterprises.10002.1.1.1.1.4.0 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.2.1.0 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.2.2.0 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.4.1.0 = INTEGER: 3
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.1.2 = INTEGER: 2
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.1.3 = INTEGER: 3
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.2.1 = STRING: "1 Minute Average"
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.2.2 = STRING: "5 Minute Average"
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.2.3 = STRING: "15 Minute Average"
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.3.1 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.3.2 = Gauge32: 0
SNMPv2-SMI::enterprises.10002.1.1.1.4.2.1.3.3 = Gauge32: 0
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.3.0.21.109.220.193.26.7 = INTEGER: -74
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.4.0.21.109.220.193.26.7 = Counter32: 5116955
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.5.0.21.109.220.193.26.7 = Counter32: 6664814
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.6.0.21.109.220.193.26.7 = Counter32: 8339
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.7.0.21.109.220.193.26.7 = Counter32: 17271
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.8.0.21.109.220.193.26.7 = Gauge32: 52000000
SNMPv2-SMI::enterprises.14988.1.1.1.2.1.9.0.21.109.220.193.26.7 = Gauge32: 52000000
UBNT-kesha
01-14-2010, 03:59 AM
ah, that's an access point - yeah, SNMP coverage for AP is somewhat poor. Basically we try to cover wireless stats using 802.11 and Mikrotik MIBs - and they aren't covering AP as much as you'd like. We'll see what we can do about it - if you're using some MIB for monitoring your APs, we'd be glad to hear it.
ah, that's an access point - yeah, SNMP coverage for AP is somewhat poor. Basically we try to cover wireless stats using 802.11 and Mikrotik MIBs - and they aren't covering AP as much as you'd like. We'll see what we can do about it - if you're using some MIB for monitoring your APs, we'd be glad to hear it.
Hi kesha,
thanx for your reply.
As all our monitoring system for APs (user count, freq, bandwidth, shift/noshift, uptime, SW-version, MAC-Addresses and Names of associated STs, .....) is based on SNMP MIBs (you know we are coming from VL-Land where you can make EVERYTHING via SNMPset/get :) ) we now, on changing to ubnt in existing areas or creating new areas a 100%-ubnt, run a little bit "in the dark": we're out of control.
If you want, send me your email address and I can pass you a little bit more and detailed (and priviliged) info of what would be cool to be implemented as SNMP-MIBs on ubnts' products.
Thanx
amx
sep78
01-19-2010, 06:47 AM
ah, that's an access point - yeah, SNMP coverage for AP is somewhat poor. Basically we try to cover wireless stats using 802.11 and Mikrotik MIBs - and they aren't covering AP as much as you'd like. We'll see what we can do about it - if you're using some MIB for monitoring your APs, we'd be glad to hear it.
We too highly rely on SNMP to monitor our APs. We are in the midst of some crazy high AP count deployments and would love the ability to pull these stats from the devices. Freq, signal, pretty much all the stats you see in air control. We use OpenNMS and being able to graph and setup notifications based on thresholds would make things far more manageable.
Please contact me if you need any more details.
We too highly rely on SNMP to monitor our APs. We are in the midst of some crazy high AP count deployments and would love the ability to pull these stats from the devices. Freq, signal, pretty much all the stats you see in air control. We use OpenNMS and being able to graph and setup notifications based on thresholds would make things far more manageable.
Please contact me if you need any more details.
as at this moment there is no "usefull" snmp ability, we just read all the necessary params via ssh/expect
also works fine, although it's not the same as snmp (I want it, pls!!! :) )
greez
amx
as at this moment there is no "usefull" snmp ability, we just read all the necessary params via ssh/expect
also works fine, although it's not the same as snmp (I want it, pls!!! :) )
greez
amx
hi, ubnt, any news on SNMP support (at least some more parameters)?
thanx and greez
amx