Details
-
Improvement
-
Resolution: Unresolved
-
Trivial
-
None
-
Professional Edition
-
None
Description
I'm trying to add MikroTik 60Ghz devices via SNMP to Observium for P2P link monitoring. Appears SNMP doesnt properly SNMP Walk or able to poll.
Can you be sure Observium has the proper MikroTik MIB / SNMP values?
https://help.mikrotik.com/docs/display/ROS/W60G
SNMP OIDs for monitoring
From RouterOS>=6.42rc6 SNMP support for W60G interface monitoring is added
For main interfaces:
1.3.6.1.4.1.14988.1.1.1.8.1.2.1 integer Mode
|
1.3.6.1.4.1.14988.1.1.1.8.1.3.1 string SSID
|
1.3.6.1.4.1.14988.1.1.1.8.1.4.1 integer Connected status
|
1.3.6.1.4.1.14988.1.1.1.8.1.5.1 string Remote MAC
|
1.3.6.1.4.1.14988.1.1.1.8.1.6.1 integer Frequency
|
1.3.6.1.4.1.14988.1.1.1.8.1.7.1 integer MCS
|
1.3.6.1.4.1.14988.1.1.1.8.1.8.1 integer Signal quality
|
1.3.6.1.4.1.14988.1.1.1.8.1.9.1 integer tx-sector
|
1.3.6.1.4.1.14988.1.1.1.8.1.11.1 string Sector info
|
1.3.6.1.4.1.14988.1.1.1.8.1.12.1 integer RSSI
|
1.3.6.1.4.1.14988.1.1.1.8.1.13.1 gauge32 PHY rate
|
station interfaces will be numbered under different table:
1.3.6.1.4.1.14988.1.1.1.9.1.2.(interfaceID) = integer Connected status
|
1.3.6.1.4.1.14988.1.1.1.9.1.3.(interfaceID) = Hex-STRING mac-address
|
1.3.6.1.4.1.14988.1.1.1.9.1.4.(interfaceID) = INTEGER: MCS
|
1.3.6.1.4.1.14988.1.1.1.9.1.5.(interfaceID) = INTEGER: Signal Quality Index
|
1.3.6.1.4.1.14988.1.1.1.9.1.6.(interfaceID) = INTEGER: tx-sector
|
1.3.6.1.4.1.14988.1.1.1.9.1.8.(interfaceID) = Gauge32: data-rate [Mbps]
|
1.3.6.1.4.1.14988.1.1.1.9.1.9.(interfaceID) = INTEGER: RSSI
|
1.3.6.1.4.1.14988.1.1.1.9.1.10.(interfaceID) = INTEGER: distance [cm]
|