UBIQUITI (UBNT) OID’s & MIB’s

Below is a list of possible OIDs and MIBs:

You can scroll through the whole list using oid: .1
Average CPU load in 1min: 1.3.6.1.4.1.10002.1.1.1.4.2.1.3.1
Average CPU load in 5min: 1.3.6.1.4.1.10002.1.1.1.4.2.1.3.2
Average CPU load in 15min: 1.3.6.1.4.1.10002.1.1.1.4.2.1.3.3
Signal: 1.3.6.1.4.1.14988.1.1.1.2.1.3.0.39.34.140.81.160.7
Free memory: 1.3.6.1.4.1.10002.1.1.1.1.2.0
Total memory: 1.3.6.1.4.1.10002.1.1.1.1.1.0
SSID: 1.2.840.10036.1.1.1.9.5
WLAN MAC device address: 1.2.840.10036.1.1.1.1.5
Device model: 1.2.840.10036.3.1.2.1.3.5
Uptime: 1.3.6.1.2.1.1.3.0

Station devices only:
Current Signal: 1.3.6.1.4.1.14988.1.1.1.1.1.4.5
Channel: 1.3.6.1.4.1.14988.1.1.1.1.1.7.5
TX MOD: .1.3.6.1.4.1.14988.1.1.1.1.1.2.5
RX MOD: .1.3.6.1.4.1.14988.1.1.1.1.1.3.5
The MAC address of the access point to which the device is connected: 1.3.6.1.4.1.14988.1.1.1.1.1.6.5

Firmware version:
1.2.840.10036.3.1.2.1.4
1.2.840.10036.3.1.2.1.4.4
1.2.840.10036.3.1.2.1.4.5

Signal: 1.3.6.1.4.1.14988.1.1.1.1.1.4.4
TxRate: 1.3.6.1.4.1.14988.1.1.1.1.1.2.4
RxRate: 1.3.6.1.4.1.14988.1.1.1.1.1.3.4
Hostname: 1.3.6.1.4.1.14988.1.1.1.1.1.5.4
Channel: 1.3.6.1.4.1.14988.1.1.1.1.1.7.4

Well, as usual, the list of interfaces and their index can be seen with the ifDescr mib, and with the ifInOctets.index and ifOutOctets.index mibes, read incoming and outgoing traffic from them.

An example of viewing OID’s from linux:

snmpwalk -v1 -c public 192.168.2.2 .1
snmpget -v1 -c public 192.168.2.2 .1.3.6.1.2.1.1.3.0

The number of clients on the antenna can be seen by typing a command through SSH:

wstalist |grep "mac" |wc -l

You can also see other information, for example, signal, noise, etc.:

mca-status | grep "signal=" | cut -d= -f2
mca-status | grep "noise=" | cut -d= -f2
mca-status

See also my articles:
SNMP OID and MIB for interfaces
SNMP MIBs and OIDs for Ubiquiti PowerBeam 5AC

Leave a comment

Leave a Reply

Discover more from IT Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading