mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added more sensor support for RouterOS (Mikrotik) + Test data (#7930)
This commit is contained in:
committed by
Tony Murray
parent
5d7d99a748
commit
3208d879f2
@ -9,6 +9,21 @@ modules:
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.19.1.1.6.
|
||||
descr: mtxrOpticalName
|
||||
index: 'mtxrOpticalTemperature.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlSensorTemperature
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.5.
|
||||
descr: 'Sensor chip'
|
||||
index: 'mtxrHlSensorTemperature.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlCpuTemperature
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.6.
|
||||
descr: 'Processor'
|
||||
index: 'mtxrHlCpuTemperature.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlBoardTemperature
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.7.
|
||||
descr: 'System board'
|
||||
index: 'mtxrHlBoardTemperature.{{ $index }}'
|
||||
voltage:
|
||||
data:
|
||||
-
|
||||
@ -25,6 +40,26 @@ modules:
|
||||
divisor: 10
|
||||
descr: '{{ $mtxrPOEName }} POE'
|
||||
index: 'mtxrPOEVoltage.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlCoreVoltage
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.1.
|
||||
descr: 'Core'
|
||||
index: 'mtxrHlCoreVoltage.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlThreeDotThreeVoltage
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.2.
|
||||
descr: '3.3V'
|
||||
index: 'mtxrHlThreeDotThreeVoltage.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlFiveVoltage
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.3.
|
||||
descr: '5V'
|
||||
index: 'mtxrHlFiveVoltage.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlTwelveVoltage
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.4.
|
||||
descr: '12V'
|
||||
index: 'mtxrHlTwelveVoltage.{{ $index }}'
|
||||
current:
|
||||
data:
|
||||
-
|
||||
@ -41,6 +76,11 @@ modules:
|
||||
divisor: 1000
|
||||
descr: '{{ $mtxrPOEName }} POE'
|
||||
index: 'mtxrPOECurrent.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlCurrent
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.13.
|
||||
descr: 'System'
|
||||
index: 'mtxrHlCurrent.{{ $index }}'
|
||||
dbm:
|
||||
data:
|
||||
-
|
||||
@ -81,6 +121,24 @@ modules:
|
||||
- { descr: no, graph: 1, value: 0, generic: 0 }
|
||||
- { descr: yes, graph: 1, value: 1, generic: 2 }
|
||||
- { descr: 'null', graph: 1, value: 2, generic: 3 }
|
||||
-
|
||||
oid: mtxrHlPowerSupplyState
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.15.
|
||||
descr: Primary PSU
|
||||
index: 'mtxrHlPowerSupplyState.{{ $index }}'
|
||||
state_name: mtxrHlPowerSupplyState
|
||||
states:
|
||||
- { value: 0, generic: 2, graph: 1, descr: 'false' }
|
||||
- { value: 1, generic: 0, graph: 1, descr: 'true' }
|
||||
-
|
||||
oid: mtxrHlBackupPowerSupplyState
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.16.
|
||||
descr: Backup PSU
|
||||
index: 'mtxrHlBackupPowerSupplyState.{{ $index }}'
|
||||
state_name: mtxrHlBackupPowerSupplyState
|
||||
states:
|
||||
- { value: 0, generic: 2, graph: 1, descr: 'false' }
|
||||
- { value: 1, generic: 0, graph: 1, descr: 'true' }
|
||||
power:
|
||||
data:
|
||||
-
|
||||
@ -90,3 +148,20 @@ modules:
|
||||
divisor: 10
|
||||
descr: '{{ $mtxrPOEName }} POE'
|
||||
index: 'mtxrPOEPower.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlPower
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.12.
|
||||
descr: 'System'
|
||||
index: 'mtxrHlPower.{{ $index }}'
|
||||
fanspeed:
|
||||
data:
|
||||
-
|
||||
oid: mtxrHlFanSpeed1
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.17.
|
||||
descr: 'Fan #1'
|
||||
index: 'mtxrHlFanSpeed1.{{ $index }}'
|
||||
-
|
||||
oid: mtxrHlFanSpeed2
|
||||
num_oid: .1.3.6.1.4.1.14988.1.1.3.18.
|
||||
descr: 'Fan #2'
|
||||
index: 'mtxrHlFanSpeed2.{{ $index }}'
|
||||
|
3754
tests/data/routeros.json
Normal file
3754
tests/data/routeros.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,477 @@
|
||||
1.3.6.1.2.1.1.1.0|4|router
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.14988.1
|
||||
1.3.6.1.2.1.1.3.0|67|2020400
|
||||
1.3.6.1.2.1.1.4.0|4|<private>
|
||||
1.3.6.1.2.1.1.5.0|4|<private>
|
||||
1.3.6.1.2.1.1.6.0|4|<private>
|
||||
1.3.6.1.2.1.2.2.1.2.1|4|wlan1
|
||||
1.3.6.1.2.1.2.2.1.2.2|4|wlan2
|
||||
1.3.6.1.2.1.2.2.1.2.3|4|WAN
|
||||
1.3.6.1.2.1.2.2.1.2.4|4|ether2
|
||||
1.3.6.1.2.1.2.2.1.2.5|4|ether3
|
||||
1.3.6.1.2.1.2.2.1.2.6|4|ether4
|
||||
1.3.6.1.2.1.2.2.1.2.7|4|ether5
|
||||
1.3.6.1.2.1.2.2.1.2.8|4|wlan3
|
||||
1.3.6.1.2.1.2.2.1.2.9|4|wlan4
|
||||
1.3.6.1.2.1.2.2.1.2.10|4|bridge-local
|
||||
1.3.6.1.2.1.2.2.1.2.11|4|pppoe-out1
|
||||
1.3.6.1.2.1.2.2.1.2.12|4|bridge-admin
|
||||
1.3.6.1.2.1.2.2.1.3.1|2|71
|
||||
1.3.6.1.2.1.2.2.1.3.2|2|71
|
||||
1.3.6.1.2.1.2.2.1.3.3|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.4|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.5|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.6|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.7|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.8|2|71
|
||||
1.3.6.1.2.1.2.2.1.3.9|2|71
|
||||
1.3.6.1.2.1.2.2.1.3.10|2|209
|
||||
1.3.6.1.2.1.2.2.1.3.11|2|23
|
||||
1.3.6.1.2.1.2.2.1.3.12|2|209
|
||||
1.3.6.1.2.1.2.2.1.4.1|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.2|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.3|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.4|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.5|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.6|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.7|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.8|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.9|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.10|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.11|2|1480
|
||||
1.3.6.1.2.1.2.2.1.4.12|2|1500
|
||||
1.3.6.1.2.1.2.2.1.6.1|4x|6C3B6BA200FC
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|6C3B6BA200FB
|
||||
1.3.6.1.2.1.2.2.1.6.3|4x|6C3B6BA200F6
|
||||
1.3.6.1.2.1.2.2.1.6.4|4x|6C3B6BA200F7
|
||||
1.3.6.1.2.1.2.2.1.6.5|4x|6C3B6BA200F8
|
||||
1.3.6.1.2.1.2.2.1.6.6|4x|6C3B6BA200F9
|
||||
1.3.6.1.2.1.2.2.1.6.7|4x|6C3B6BA200FA
|
||||
1.3.6.1.2.1.2.2.1.6.8|4x|6E3B6BA200FB
|
||||
1.3.6.1.2.1.2.2.1.6.9|4x|6E3B6BA200FC
|
||||
1.3.6.1.2.1.2.2.1.6.10|4x|6C3B6BA200FC
|
||||
1.3.6.1.2.1.2.2.1.6.11|4|
|
||||
1.3.6.1.2.1.2.2.1.6.12|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.7.1|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.2|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.3|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.4|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.5|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.6|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.7|2|2
|
||||
1.3.6.1.2.1.2.2.1.7.8|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.9|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.10|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.11|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.12|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.1|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.2|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.3|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.4|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.5|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.6|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.7|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.8|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.9|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.10|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.11|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.12|2|1
|
||||
1.3.6.1.2.1.2.2.1.9.1|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.2|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.3|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.4|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.5|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.6|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.7|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.8|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.9|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.10|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.11|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.12|67|0
|
||||
1.3.6.1.2.1.2.2.1.13.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.3|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.4|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.5|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.6|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.7|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.8|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.9|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.10|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.11|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.12|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.3|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.4|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.5|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.6|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.7|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.8|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.9|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.10|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.11|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.12|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.3|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.4|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.5|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.6|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.7|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.8|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.9|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.10|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.11|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.12|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.3|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.4|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.5|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.6|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.7|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.8|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.9|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.10|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.11|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.12|65|0
|
||||
1.3.6.1.2.1.4.20.1.2.36.76.98.105|2|11
|
||||
1.3.6.1.2.1.4.20.1.2.192.168.11.1|2|10
|
||||
1.3.6.1.2.1.4.20.1.2.192.168.100.110|2|3
|
||||
1.3.6.1.2.1.4.20.1.3.36.76.98.105|64|255.255.255.255
|
||||
1.3.6.1.2.1.4.20.1.3.192.168.11.1|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.192.168.100.110|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.110|4x|9C5C8EA4A477
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.111|4x|088C2C156EB9
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.112|4x|382C4A4023C5
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.115|4x|A4E4B84AD5CA
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.119|4x|305A3A3DBB4C
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.122|4x|14B48403AFFA
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.123|4x|508F4CF50548
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.124|4x|742344E240B4
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.126|4x|0066652DE42E
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.127|4x|B0E23535D799
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.130|4x|F40E222B347B
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.238|4x|C0EEFB36029F
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.244|4x|C8D779DC4625
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.252|4x|4EA3BE8D52FD
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.253|4x|00271032ED60
|
||||
1.3.6.1.2.1.4.24.3.0|66|4
|
||||
1.3.6.1.2.1.17.1.1.0|4x|000000000000
|
||||
1.3.6.1.2.1.17.2.1.0|2|3
|
||||
1.3.6.1.2.1.17.2.2.0|2|32768
|
||||
1.3.6.1.2.1.25.1.1.0|67|2020500
|
||||
1.3.6.1.2.1.25.2.3.1.1.65536|2|65536
|
||||
1.3.6.1.2.1.25.2.3.1.1.131072|2|131072
|
||||
1.3.6.1.2.1.25.2.3.1.2.65536|6|1.3.6.1.2.1.25.2.1.2
|
||||
1.3.6.1.2.1.25.2.3.1.2.131072|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.3.65536|4|main memory
|
||||
1.3.6.1.2.1.25.2.3.1.3.131072|4|system disk
|
||||
1.3.6.1.2.1.25.2.3.1.4.65536|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.131072|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.5.65536|2|65536
|
||||
1.3.6.1.2.1.25.2.3.1.5.131072|2|16384
|
||||
1.3.6.1.2.1.25.2.3.1.6.65536|2|27196
|
||||
1.3.6.1.2.1.25.2.3.1.6.131072|2|11568
|
||||
1.3.6.1.2.1.25.2.3.1.7.65536|65|0
|
||||
1.3.6.1.2.1.25.2.3.1.7.131072|65|0
|
||||
1.3.6.1.2.1.25.3.2.1.1.1|2|1
|
||||
1.3.6.1.2.1.25.3.2.1.2.1|6|1.3.6.1.2.1.25.3.1.3
|
||||
1.3.6.1.2.1.25.3.2.1.3.1|4|
|
||||
1.3.6.1.2.1.25.3.2.1.4.1|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.5.1|2|2
|
||||
1.3.6.1.2.1.25.3.2.1.6.1|65|0
|
||||
1.3.6.1.2.1.25.3.3.1.1.1|6|0.0
|
||||
1.3.6.1.2.1.25.3.3.1.2.1|2|21
|
||||
1.3.6.1.2.1.31.1.1.1.1.1|4|wlan1
|
||||
1.3.6.1.2.1.31.1.1.1.1.2|4|wlan2
|
||||
1.3.6.1.2.1.31.1.1.1.1.3|4|WAN
|
||||
1.3.6.1.2.1.31.1.1.1.1.4|4|ether2
|
||||
1.3.6.1.2.1.31.1.1.1.1.5|4|ether3
|
||||
1.3.6.1.2.1.31.1.1.1.1.6|4|ether4
|
||||
1.3.6.1.2.1.31.1.1.1.1.7|4|ether5
|
||||
1.3.6.1.2.1.31.1.1.1.1.8|4|wlan3
|
||||
1.3.6.1.2.1.31.1.1.1.1.9|4|wlan4
|
||||
1.3.6.1.2.1.31.1.1.1.1.10|4|bridge-local
|
||||
1.3.6.1.2.1.31.1.1.1.1.11|4|pppoe-out1
|
||||
1.3.6.1.2.1.31.1.1.1.1.12|4|bridge-admin
|
||||
1.3.6.1.2.1.31.1.1.1.2.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.3|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.4|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.5|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.6|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.7|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.8|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.9|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.10|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.11|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.12|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.3|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.4|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.5|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.6|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.7|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.8|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.9|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.10|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.11|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.12|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.3|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.4|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.5|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.6|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.7|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.8|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.9|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.10|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.11|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.12|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.3|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.4|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.5|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.6|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.7|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.8|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.9|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.10|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.11|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.12|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.1|70|235098478
|
||||
1.3.6.1.2.1.31.1.1.1.6.2|70|70946
|
||||
1.3.6.1.2.1.31.1.1.1.6.3|70|6422347895
|
||||
1.3.6.1.2.1.31.1.1.1.6.4|70|4759651
|
||||
1.3.6.1.2.1.31.1.1.1.6.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.6|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.7|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.8|70|3810656
|
||||
1.3.6.1.2.1.31.1.1.1.6.9|70|119484267
|
||||
1.3.6.1.2.1.31.1.1.1.6.10|70|320065583
|
||||
1.3.6.1.2.1.31.1.1.1.6.11|70|6300311612
|
||||
1.3.6.1.2.1.31.1.1.1.6.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.1|70|1914187
|
||||
1.3.6.1.2.1.31.1.1.1.7.2|70|577
|
||||
1.3.6.1.2.1.31.1.1.1.7.3|70|4714115
|
||||
1.3.6.1.2.1.31.1.1.1.7.4|70|34877
|
||||
1.3.6.1.2.1.31.1.1.1.7.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.6|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.7|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.8|70|41705
|
||||
1.3.6.1.2.1.31.1.1.1.7.9|70|1081209
|
||||
1.3.6.1.2.1.31.1.1.1.7.10|70|3072537
|
||||
1.3.6.1.2.1.31.1.1.1.7.11|70|4710511
|
||||
1.3.6.1.2.1.31.1.1.1.7.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.6|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.7|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.8|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.11|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.6|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.7|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.8|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.11|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.1|70|3592473100
|
||||
1.3.6.1.2.1.31.1.1.1.10.2|70|124247
|
||||
1.3.6.1.2.1.31.1.1.1.10.3|70|358657426
|
||||
1.3.6.1.2.1.31.1.1.1.10.4|70|6867265
|
||||
1.3.6.1.2.1.31.1.1.1.10.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.6|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.7|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.8|70|44655542
|
||||
1.3.6.1.2.1.31.1.1.1.10.9|70|2280733313
|
||||
1.3.6.1.2.1.31.1.1.1.10.10|70|5924793339
|
||||
1.3.6.1.2.1.31.1.1.1.10.11|70|286681936
|
||||
1.3.6.1.2.1.31.1.1.1.10.12|70|119280
|
||||
1.3.6.1.2.1.31.1.1.1.11.1|70|2763965
|
||||
1.3.6.1.2.1.31.1.1.1.11.2|70|857
|
||||
1.3.6.1.2.1.31.1.1.1.11.3|70|2768802
|
||||
1.3.6.1.2.1.31.1.1.1.11.4|70|52700
|
||||
1.3.6.1.2.1.31.1.1.1.11.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.6|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.7|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.8|70|47895
|
||||
1.3.6.1.2.1.31.1.1.1.11.9|70|1759827
|
||||
1.3.6.1.2.1.31.1.1.1.11.10|70|4589331
|
||||
1.3.6.1.2.1.31.1.1.1.11.11|70|2768622
|
||||
1.3.6.1.2.1.31.1.1.1.11.12|70|1008
|
||||
1.3.6.1.2.1.31.1.1.1.12.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.6|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.7|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.8|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.11|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.4|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.5|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.6|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.7|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.8|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.11|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.1|66|50
|
||||
1.3.6.1.2.1.31.1.1.1.15.2|66|50
|
||||
1.3.6.1.2.1.31.1.1.1.15.3|66|100
|
||||
1.3.6.1.2.1.31.1.1.1.15.4|66|100
|
||||
1.3.6.1.2.1.31.1.1.1.15.5|66|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.6|66|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.7|66|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.8|66|50
|
||||
1.3.6.1.2.1.31.1.1.1.15.9|66|50
|
||||
1.3.6.1.2.1.31.1.1.1.15.10|66|100
|
||||
1.3.6.1.2.1.31.1.1.1.15.11|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.12|66|100
|
||||
1.3.6.1.2.1.31.1.1.1.18.1|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.2|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.3|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.4|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.5|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.6|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.7|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.8|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.9|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.10|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.11|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.12|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.1.65536|2|65536
|
||||
1.3.6.1.2.1.47.1.1.1.1.1.131073|2|131073
|
||||
1.3.6.1.2.1.47.1.1.1.1.2.65536|4|RouterOS 6.40.5 (stable) on RB952Ui-5ac2nD
|
||||
1.3.6.1.2.1.47.1.1.1.1.2.131073|4|Atheros Communications Inc. unknown device (rev: 0)
|
||||
1.3.6.1.2.1.47.1.1.1.1.2.262145|4|Linux 3.3.5 ehci_hcd RB400 EHCI
|
||||
1.3.6.1.2.1.47.1.1.1.1.3.65536|6|0.0
|
||||
1.3.6.1.2.1.47.1.1.1.1.3.131073|6|0.0
|
||||
1.3.6.1.2.1.47.1.1.1.1.3.262145|6|0.0
|
||||
1.3.6.1.2.1.47.1.1.1.1.4.65536|2|0
|
||||
1.3.6.1.2.1.47.1.1.1.1.4.131073|2|65536
|
||||
1.3.6.1.2.1.47.1.1.1.1.4.262145|2|65536
|
||||
1.3.6.1.2.1.47.1.1.1.1.5.65536|2|3
|
||||
1.3.6.1.2.1.47.1.1.1.1.5.131073|2|2
|
||||
1.3.6.1.2.1.47.1.1.1.1.5.262145|2|2
|
||||
1.3.6.1.2.1.47.1.1.1.1.6.65536|2|-1
|
||||
1.3.6.1.2.1.47.1.1.1.1.6.131073|2|-1
|
||||
1.3.6.1.2.1.47.1.1.1.1.6.262145|2|-1
|
||||
1.3.6.1.2.1.47.1.1.1.1.7.65536|4|MIPS 24Kc V7.4
|
||||
1.3.6.1.2.1.47.1.1.1.1.7.131073|4|00:00.0
|
||||
1.3.6.1.2.1.47.1.1.1.1.7.262145|4|1:1
|
||||
1.3.6.1.2.1.47.1.1.1.1.8.65536|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.8.131073|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.8.262145|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.9.65536|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.9.131073|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.9.262145|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.10.65536|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.10.131073|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.10.262145|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.11.65536|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.11.131073|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.11.262145|4|rb400_usb
|
||||
1.3.6.1.2.1.47.1.1.1.1.12.65536|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.12.131073|4|0x168c
|
||||
1.3.6.1.2.1.47.1.1.1.1.12.262145|4|0x1d6b
|
||||
1.3.6.1.2.1.47.1.1.1.1.13.65536|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.13.131073|4|0x0050
|
||||
1.3.6.1.2.1.47.1.1.1.1.13.262145|4|0x0002
|
||||
1.3.6.1.2.1.47.1.1.1.1.14.65536|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.14.131073|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.14.262145|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.15.65536|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.15.131073|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.15.262145|4|
|
||||
1.3.6.1.2.1.47.1.1.1.1.16.65536|2|2
|
||||
1.3.6.1.2.1.47.1.1.1.1.16.131073|2|2
|
||||
1.3.6.1.2.1.47.1.1.1.1.16.262145|2|2
|
||||
1.3.6.1.4.1.2021.11.10.0|2|22
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.0.39.16.50.237.96.9|2|-63
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.0.102.101.45.228.46.1|2|-82
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.8.140.44.21.110.185.9|2|-49
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.48.90.58.61.187.76.1|2|-85
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.80.143.76.245.5.72.1|2|-75
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.116.35.68.226.64.180.9|2|-66
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.156.92.142.164.164.119.9|2|-77
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.164.228.184.74.213.202.1|2|-43
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.192.238.251.54.2.159.1|2|-87
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.200.215.121.220.70.37.1|2|-91
|
||||
1.3.6.1.4.1.14988.1.1.1.2.1.3.244.14.34.43.52.123.1|2|-82
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.2.1|66|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.2.2|66|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.2.8|66|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.2.9|66|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.3.1|66|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.3.2|66|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.3.8|66|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.3.9|66|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.4.1|4|WARKOP-KOPIBOSS-B
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.4.2|4|WARKOP-KOPIBOSS-A
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.4.8|4|WARKOP-KOPIBOSS
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.4.9|4|WARKOP-KOPIBOSS
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.5.1|4|
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.5.2|4|
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.5.8|4|
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.5.9|4|
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.6.1|65|7
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.6.2|65|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.6.8|65|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.6.9|65|4
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.7.1|2|2412
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.7.2|2|5805
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.7.8|2|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.7.9|2|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.8.1|4|2412/20-Ce/gn
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.8.2|4|5805/20/ac
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.8.8|4|
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.8.9|4|
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.9.1|2|-117
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.9.2|2|-112
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.9.8|2|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.9.9|2|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.10.1|65|70
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.10.2|65|75
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.10.8|65|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.10.9|65|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.11.1|65|7
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.11.2|65|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.11.8|65|0
|
||||
1.3.6.1.4.1.14988.1.1.1.3.1.11.9|65|4
|
||||
1.3.6.1.4.1.14988.1.1.4.3.0|2|1
|
||||
1.3.6.1.4.1.14988.1.1.4.4.0|4|6.40.5
|
||||
1.3.6.1.4.1.14988.1.1.6.1.0|66|33
|
||||
1.3.6.1.4.1.14988.1.1.7.3.0|4|71B1060EE89D
|
||||
1.3.6.1.4.1.14988.1.1.14.1.1.2.1|4|wlan1
|
||||
1.3.6.1.4.1.14988.1.1.14.1.1.2.9|4|wlan4
|
||||
1.3.6.1.4.1.14988.1.1.15.1.1.1.7|2|7
|
||||
1.3.6.1.4.1.14988.1.1.15.1.1.2.7|4|ether5
|
||||
1.3.6.1.4.1.14988.1.1.15.1.1.3.7|2|2
|
||||
1.3.6.1.4.1.14988.1.1.15.1.1.4.7|2|0
|
||||
1.3.6.1.4.1.14988.1.1.15.1.1.5.7|2|0
|
||||
1.3.6.1.4.1.14988.1.1.15.1.1.6.7|2|0
|
||||
|
2
tests/snmpsim/routeros_rb952ui.snmprec
Normal file
2
tests/snmpsim/routeros_rb952ui.snmprec
Normal file
@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|RouterOS RB952Ui-5ac2nD
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.14988.1
|
Reference in New Issue
Block a user