mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support for Eaton Matrix Telecom Inverters (#9547)
* Add support for Eaton Matrix Telecom Inverters
* Add SNMPrec file
* Requested Changes
- Add {{ $index }} to num_oid entries
- Add full snmprec capture
- Change os polling to use a multiget
* Update eaton-matrix.snmprec
* Create eaton-matrix.json
This commit is contained in:
committed by
Neil Lathwood
parent
9d6e797522
commit
f2ba89bc1c
155
includes/definitions/discovery/eaton-matrix.yaml
Normal file
155
includes/definitions/discovery/eaton-matrix.yaml
Normal file
@@ -0,0 +1,155 @@
|
||||
mib: TELECOM-MIB
|
||||
modules:
|
||||
sensors:
|
||||
current:
|
||||
data:
|
||||
-
|
||||
oid: matInvTable
|
||||
value: matInvOutputCurrent
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.2.2.1.7.{{ $index }}"
|
||||
descr: "Inverter {{ $index }} Output"
|
||||
index: "matInvOutputCurrent.{{ $index }}"
|
||||
-
|
||||
oid: matStsTable
|
||||
value: matStsOutputCurrent
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.3.2.1.12.{{ $index }}"
|
||||
descr: "STS Output"
|
||||
index: "matStsOutputCurrent.{{ $index }}"
|
||||
voltage:
|
||||
data:
|
||||
-
|
||||
oid: matStsTable
|
||||
value: matStsMainInputVoltage
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.3.2.1.7.{{ $index }}"
|
||||
divisor: 10
|
||||
descr: "STS Input - Mains"
|
||||
index: "matStsMainInputVoltage.{{ $index }}"
|
||||
high_limit: matStsMainHighLossVoltage
|
||||
low_limit: matStsMainLowLossVoltage
|
||||
-
|
||||
oid: matStsTable
|
||||
value: matStsInvInputVoltage
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.3.2.1.9.{{ $index }}"
|
||||
divisor: 10
|
||||
descr: "STS Input - Inverter"
|
||||
index: "matStsInvInputVoltage.{{ $index }}"
|
||||
high_limit: matStsInvHighLossVoltage
|
||||
low_limit: matStsInvLosLossVoltage
|
||||
-
|
||||
oid: matStsTable
|
||||
value: matStsOutputVoltage
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.3.2.1.11.{{ $index }}"
|
||||
divisor: 10
|
||||
descr: "STS Output"
|
||||
index: "matStsOutputVoltage.{{ $index }}"
|
||||
-
|
||||
oid: matInvTable
|
||||
value: matInvBatteryVoltage
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.2.2.1.8.{{ $index }}"
|
||||
descr: "Inverter {{ $index }} Input"
|
||||
index: "matInvBatteryVoltage.{{ $index }}"
|
||||
divisor: 10
|
||||
-
|
||||
oid: matInvTable
|
||||
value: matInvOutputVoltage
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.2.2.1.6.{{ $index }}"
|
||||
descr: "Inverter {{ $index }} Output"
|
||||
index: "matInvOutputVoltage.{{ $index }}"
|
||||
divisor: 10
|
||||
high_limit: matConfInvOutputVoltHighLoss
|
||||
low_limit: matConfInvOutputVoltLowLoss
|
||||
|
||||
power:
|
||||
data:
|
||||
-
|
||||
oid: matStsOutputPower
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.3.2.1.13.{{ $index }}"
|
||||
index: "matStsOutputPower.{{ $index }}"
|
||||
descr: "STS Output Power"
|
||||
-
|
||||
oid: matInvTable
|
||||
value: matInvOutputPower
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.2.2.1.10.{{ $index }}"
|
||||
descr: "Inverter {{ $index }} Output Power"
|
||||
index: "matInvOutputPower.{{ $index }}"
|
||||
high_limit: matConfInvOutputPower
|
||||
|
||||
temperature:
|
||||
data:
|
||||
-
|
||||
oid: matStsTemperature
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.3.2.1.16.{{ $index }}"
|
||||
index: "matStsTemperature.{{ $index }}"
|
||||
descr: STS Temperature
|
||||
divisor: 10
|
||||
-
|
||||
oid: matConTemperature
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.1.4.{{ $index }}"
|
||||
index: "matConTemperature.{{ $index }}"
|
||||
descr: Controller Temperature
|
||||
divisor: 10
|
||||
-
|
||||
oid: matInvTable
|
||||
value: matInvTemperature
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.2.2.1.13.{{ $index }}"
|
||||
descr: "Inverter {{ $index }} Temperature"
|
||||
index: "matInvTemperature.{{ $index }}"
|
||||
divisor: 10
|
||||
|
||||
state:
|
||||
data:
|
||||
-
|
||||
oid: matInvTable
|
||||
value: matInvOnOffStatus
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.2.2.1.26.{{ $index }}"
|
||||
descr: "Inverter {{ $index }} Status ({{ $matInvSerialNum }})"
|
||||
index: "{{ $index }}"
|
||||
state_name: matInvOnOff
|
||||
states:
|
||||
- { value: 1, generic: 1, graph: 0, descr: "Off" }
|
||||
- { value: 2, generic: 0, graph: 0, descr: "On" }
|
||||
-
|
||||
oid: matConfStsPriority
|
||||
value: matConfStsPriority
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.5.15.{{ $index }}"
|
||||
descr: "STS Priority"
|
||||
index: "{{ $index }}"
|
||||
state_name: matConfStsPriority
|
||||
states:
|
||||
- { value: 1, generic: 0, graph: 0, descr: "Inverter" }
|
||||
- { value: 2, generic: 0, graph: 0, descr: "Mains" }
|
||||
-
|
||||
oid: matStsMbsStatus
|
||||
value: matStsMbsStatus
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.3.2.1.17.{{ $index }}"
|
||||
descr: "MBS Switch"
|
||||
index: "{{ $index }}"
|
||||
state_name: matStsMbsStatus
|
||||
states:
|
||||
- { value: 1, generic: 0, graph: 0, descr: "Normal" }
|
||||
- { value: 2, generic: 1, graph: 0, descr: "Manual - Inverted Power" }
|
||||
- { value: 3, generic: 2, graph: 0, descr: "Bypass - Inverted Power" }
|
||||
- { value: 4, generic: 1, graph: 0, descr: "Manual - Mains Power" }
|
||||
- { value: 5, generic: 2, graph: 0, descr: "Bypass - Mains Power" }
|
||||
- { value: 6, generic: 3, graph: 0, descr: "MBS Switch Error" }
|
||||
-
|
||||
oid: matStsTable
|
||||
value: matStsStatus
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.3.2.1.18.{{ $index }}"
|
||||
descr: "STS Status ({{ $matStsSerialNum }})"
|
||||
index: "{{ $index }}"
|
||||
state_name: matStsStatus
|
||||
states:
|
||||
- { value: 1, generic: 0, graph: 0, descr: "Online" }
|
||||
- { value: 2, generic: 2, graph: 0, descr: "Offline" }
|
||||
-
|
||||
oid: matStsRunningMode
|
||||
value: matStsRunningMode
|
||||
num_oid: ".1.3.6.1.4.1.935.10.2.1.3.2.1.19.{{ $index }}"
|
||||
descr: "STS Running Mode"
|
||||
index: "{{ $index }}"
|
||||
state_name: matStsRunningMode
|
||||
states:
|
||||
- { value: 1, generic: 0, graph: 0, descr: "Inverter" }
|
||||
- { value: 2, generic: 0, graph: 0, descr: "Mains" }
|
||||
- { value: 3, generic: 2, graph: 0, descr: "No Output" }
|
||||
12
includes/definitions/eaton-matrix.yaml
Normal file
12
includes/definitions/eaton-matrix.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
os: eaton-matrix
|
||||
text: 'Eaton Matrix'
|
||||
type: power
|
||||
icon: eaton
|
||||
mib_dir:
|
||||
- eaton
|
||||
discovery:
|
||||
- sysObjectID:
|
||||
- .1.3.6.1.4.1.935.10.2
|
||||
- sysDescr_regex:
|
||||
- '/^NMC for Matrix Inverter/'
|
||||
|
||||
11
includes/polling/os/eaton-matrix.inc.php
Normal file
11
includes/polling/os/eaton-matrix.inc.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
$eaton_matrix_data = snmp_get_multi_oid($device, 'matConName.0 matAgentSoftwareVerison.0 matConSerialNum.0', '-OQUs', 'TELECOM-MIB');
|
||||
|
||||
$hardware = trim($eaton_matrix_data['matConName.0'], '"');
|
||||
$version = trim($eaton_matrix_data['matAgentSoftwareVersion.0'], '"');
|
||||
$serial = trim($eaton_matrix_data['matConSerialNum.0'], '"');
|
||||
|
||||
unset($eaton_matrix_data);
|
||||
1557
mibs/eaton/TELECOM-MIB
Normal file
1557
mibs/eaton/TELECOM-MIB
Normal file
File diff suppressed because it is too large
Load Diff
1665
tests/data/eaton-matrix.json
Normal file
1665
tests/data/eaton-matrix.json
Normal file
File diff suppressed because it is too large
Load Diff
473
tests/snmpsim/eaton-matrix.snmprec
Normal file
473
tests/snmpsim/eaton-matrix.snmprec
Normal file
@@ -0,0 +1,473 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Network Management Card for UPS
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.935.10.2
|
||||
1.3.6.1.2.1.1.3.0|67|47003024
|
||||
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.1.1|2|1
|
||||
1.3.6.1.2.1.2.2.1.1.2|2|2
|
||||
1.3.6.1.2.1.2.2.1.2.1|4|eth0
|
||||
1.3.6.1.2.1.2.2.1.2.2|4|LOOPBACK
|
||||
1.3.6.1.2.1.2.2.1.3.1|2|24
|
||||
1.3.6.1.2.1.2.2.1.3.2|2|6
|
||||
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.5.1|66|0
|
||||
1.3.6.1.2.1.2.2.1.5.2|66|100000000
|
||||
1.3.6.1.2.1.2.2.1.6.1|4|
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|002085FFFFFF
|
||||
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.8.1|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.2|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|769
|
||||
1.3.6.1.2.1.2.2.1.10.1|65|2226
|
||||
1.3.6.1.2.1.2.2.1.10.2|65|38411943
|
||||
1.3.6.1.2.1.2.2.1.11.1|65|21
|
||||
1.3.6.1.2.1.2.2.1.11.2|65|198066
|
||||
1.3.6.1.2.1.2.2.1.12.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.12.2|65|39930
|
||||
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.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.15.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.15.2|65|13094
|
||||
1.3.6.1.2.1.2.2.1.16.1|65|2226
|
||||
1.3.6.1.2.1.2.2.1.16.2|65|31740445
|
||||
1.3.6.1.2.1.2.2.1.17.1|65|21
|
||||
1.3.6.1.2.1.2.2.1.17.2|65|157898
|
||||
1.3.6.1.2.1.2.2.1.18.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.18.2|65|3158
|
||||
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.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.21.1|66|0
|
||||
1.3.6.1.2.1.2.2.1.21.2|66|0
|
||||
1.3.6.1.2.1.2.2.1.22.1|6|0.0
|
||||
1.3.6.1.2.1.2.2.1.22.2|6|0.0
|
||||
1.3.6.1.2.1.4.3.0|65|207305
|
||||
1.3.6.1.2.1.4.4.0|65|0
|
||||
1.3.6.1.2.1.4.5.0|65|0
|
||||
1.3.6.1.2.1.4.6.0|65|0
|
||||
1.3.6.1.2.1.4.7.0|65|0
|
||||
1.3.6.1.2.1.4.8.0|65|0
|
||||
1.3.6.1.2.1.4.9.0|65|207304
|
||||
1.3.6.1.2.1.4.10.0|65|156911
|
||||
1.3.6.1.2.1.4.11.0|65|0
|
||||
1.3.6.1.2.1.4.12.0|65|0
|
||||
1.3.6.1.2.1.4.14.0|65|0
|
||||
1.3.6.1.2.1.4.15.0|65|0
|
||||
1.3.6.1.2.1.4.16.0|65|0
|
||||
1.3.6.1.2.1.4.17.0|65|0
|
||||
1.3.6.1.2.1.4.18.0|65|0
|
||||
1.3.6.1.2.1.4.19.0|65|0
|
||||
1.3.6.1.2.1.4.20.1.2.192.0.2.10|2|2
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.20.1.3.192.0.2.212|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.255.255.255
|
||||
1.3.6.1.2.1.4.22.1.2.2.10.1.86.1|4x|50878900484A
|
||||
1.3.6.1.2.1.4.22.1.2.2.10.1.86.37|4x|B0AA77A0E204
|
||||
1.3.6.1.2.1.4.22.1.2.2.10.1.86.38|4|??w??,
|
||||
1.3.6.1.2.1.4.31.1.1.3.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.3.2|65|223
|
||||
1.3.6.1.2.1.4.31.1.1.4.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.4.2|70|223
|
||||
1.3.6.1.2.1.4.31.1.1.5.1|65|38413037
|
||||
1.3.6.1.2.1.4.31.1.1.5.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.6.1|70|38413037
|
||||
1.3.6.1.2.1.4.31.1.1.6.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.7.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.7.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.8.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.8.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.9.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.9.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.10.1|65|13094
|
||||
1.3.6.1.2.1.4.31.1.1.10.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.11.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.11.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.12.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.12.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.13.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.13.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.14.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.14.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.15.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.15.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.16.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.16.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.17.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.17.2|65|5
|
||||
1.3.6.1.2.1.4.31.1.1.18.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.18.2|65|3936
|
||||
1.3.6.1.2.1.4.31.1.1.19.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.19.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.20.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.20.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.21.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.21.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.22.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.22.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.23.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.23.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.24.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.24.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.25.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.25.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.26.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.26.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.27.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.27.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.28.1|65|31740397
|
||||
1.3.6.1.2.1.4.31.1.1.28.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.29.1|70|31740397
|
||||
1.3.6.1.2.1.4.31.1.1.29.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.30.1|65|9647
|
||||
1.3.6.1.2.1.4.31.1.1.30.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.31.1|70|9647
|
||||
1.3.6.1.2.1.4.31.1.1.31.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.32.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.32.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.33.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.33.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.34.1|65|3145
|
||||
1.3.6.1.2.1.4.31.1.1.34.2|65|3931
|
||||
1.3.6.1.2.1.4.31.1.1.35.1|70|3145
|
||||
1.3.6.1.2.1.4.31.1.1.35.2|70|3931
|
||||
1.3.6.1.2.1.4.31.1.1.36.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.36.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.37.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.37.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.38.1|65|30283
|
||||
1.3.6.1.2.1.4.31.1.1.38.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.39.1|70|30283
|
||||
1.3.6.1.2.1.4.31.1.1.39.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.40.1|65|13
|
||||
1.3.6.1.2.1.4.31.1.1.40.2|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.41.1|70|13
|
||||
1.3.6.1.2.1.4.31.1.1.41.2|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.42.1|67|0
|
||||
1.3.6.1.2.1.4.31.1.1.42.2|67|0
|
||||
1.3.6.1.2.1.4.31.1.1.43.1|66|0
|
||||
1.3.6.1.2.1.4.31.1.1.43.2|66|0
|
||||
1.3.6.1.2.1.4.35.1.4.1|66|0
|
||||
1.3.6.1.2.1.4.35.1.4.2|66|0
|
||||
1.3.6.1.2.1.5.1.0|65|4585
|
||||
1.3.6.1.2.1.5.2.0|65|0
|
||||
1.3.6.1.2.1.5.3.0|65|1
|
||||
1.3.6.1.2.1.5.4.0|65|0
|
||||
1.3.6.1.2.1.5.5.0|65|0
|
||||
1.3.6.1.2.1.5.6.0|65|0
|
||||
1.3.6.1.2.1.5.7.0|65|0
|
||||
1.3.6.1.2.1.5.8.0|65|4584
|
||||
1.3.6.1.2.1.5.9.0|65|0
|
||||
1.3.6.1.2.1.5.10.0|65|0
|
||||
1.3.6.1.2.1.5.11.0|65|0
|
||||
1.3.6.1.2.1.5.12.0|65|0
|
||||
1.3.6.1.2.1.5.13.0|65|0
|
||||
1.3.6.1.2.1.5.14.0|65|4584
|
||||
1.3.6.1.2.1.5.15.0|65|0
|
||||
1.3.6.1.2.1.5.16.0|65|0
|
||||
1.3.6.1.2.1.5.17.0|65|0
|
||||
1.3.6.1.2.1.5.18.0|65|0
|
||||
1.3.6.1.2.1.5.19.0|65|0
|
||||
1.3.6.1.2.1.5.20.0|65|0
|
||||
1.3.6.1.2.1.5.21.0|65|0
|
||||
1.3.6.1.2.1.5.22.0|65|4584
|
||||
1.3.6.1.2.1.5.23.0|65|0
|
||||
1.3.6.1.2.1.5.24.0|65|0
|
||||
1.3.6.1.2.1.5.25.0|65|0
|
||||
1.3.6.1.2.1.5.26.0|65|0
|
||||
1.3.6.1.2.1.5.27.1.2.1|65|4585
|
||||
1.3.6.1.2.1.5.27.1.2.2|65|1
|
||||
1.3.6.1.2.1.5.27.1.3.1|65|0
|
||||
1.3.6.1.2.1.5.27.1.3.2|65|0
|
||||
1.3.6.1.2.1.5.27.1.4.1|65|4584
|
||||
1.3.6.1.2.1.5.27.1.4.2|65|3
|
||||
1.3.6.1.2.1.5.27.1.5.1|65|0
|
||||
1.3.6.1.2.1.5.27.1.5.2|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.0|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.3|65|1
|
||||
1.3.6.1.2.1.5.28.1.3.1.4|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.5|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.8|65|4584
|
||||
1.3.6.1.2.1.5.28.1.3.1.9|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.10|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.11|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.12|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.13|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.14|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.15|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.16|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.17|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.18|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.1|65|1
|
||||
1.3.6.1.2.1.5.28.1.3.2.2|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.3|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.4|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.128|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.129|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.130|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.131|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.132|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.133|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.134|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.135|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.136|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.137|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.0|65|4584
|
||||
1.3.6.1.2.1.5.28.1.4.1.3|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.4|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.5|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.8|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.9|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.10|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.11|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.12|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.13|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.14|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.15|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.16|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.17|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.18|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.1|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.2|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.3|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.4|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.128|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.129|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.130|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.131|65|2
|
||||
1.3.6.1.2.1.5.28.1.4.2.132|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.133|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.134|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.135|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.136|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.137|65|0
|
||||
1.3.6.1.2.1.6.5.0|65|1
|
||||
1.3.6.1.2.1.6.6.0|65|100
|
||||
1.3.6.1.2.1.6.7.0|65|1
|
||||
1.3.6.1.2.1.6.8.0|65|4
|
||||
1.3.6.1.2.1.6.9.0|66|0
|
||||
1.3.6.1.2.1.6.10.0|65|94377
|
||||
1.3.6.1.2.1.6.11.0|65|62283
|
||||
1.3.6.1.2.1.6.12.0|65|17
|
||||
1.3.6.1.2.1.6.14.0|65|0
|
||||
1.3.6.1.2.1.6.15.0|65|0
|
||||
1.3.6.1.2.1.6.17.0|70|94377
|
||||
1.3.6.1.2.1.6.18.0|70|62283
|
||||
1.3.6.1.2.1.7.1.0|65|85937
|
||||
1.3.6.1.2.1.7.2.0|65|13013
|
||||
1.3.6.1.2.1.7.3.0|65|0
|
||||
1.3.6.1.2.1.7.4.0|65|89869
|
||||
1.3.6.1.2.1.11.1.0|65|85921
|
||||
1.3.6.1.2.1.11.2.0|65|85920
|
||||
1.3.6.1.2.1.11.3.0|65|0
|
||||
1.3.6.1.2.1.11.4.0|65|0
|
||||
1.3.6.1.2.1.11.5.0|65|0
|
||||
1.3.6.1.2.1.11.6.0|65|0
|
||||
1.3.6.1.2.1.11.8.0|65|0
|
||||
1.3.6.1.2.1.11.9.0|65|0
|
||||
1.3.6.1.2.1.11.10.0|65|0
|
||||
1.3.6.1.2.1.11.11.0|65|0
|
||||
1.3.6.1.2.1.11.12.0|65|0
|
||||
1.3.6.1.2.1.11.13.0|65|123057
|
||||
1.3.6.1.2.1.11.14.0|65|0
|
||||
1.3.6.1.2.1.11.15.0|65|33528
|
||||
1.3.6.1.2.1.11.16.0|65|1667
|
||||
1.3.6.1.2.1.11.17.0|65|0
|
||||
1.3.6.1.2.1.11.18.0|65|0
|
||||
1.3.6.1.2.1.11.19.0|65|0
|
||||
1.3.6.1.2.1.11.20.0|65|0
|
||||
1.3.6.1.2.1.11.21.0|65|0
|
||||
1.3.6.1.2.1.11.22.0|65|0
|
||||
1.3.6.1.2.1.11.24.0|65|0
|
||||
1.3.6.1.2.1.11.25.0|65|0
|
||||
1.3.6.1.2.1.11.26.0|65|0
|
||||
1.3.6.1.2.1.11.27.0|65|0
|
||||
1.3.6.1.2.1.11.28.0|65|85922
|
||||
1.3.6.1.2.1.11.29.0|65|8
|
||||
1.3.6.1.2.1.11.30.0|2|1
|
||||
1.3.6.1.2.1.11.31.0|65|0
|
||||
1.3.6.1.2.1.11.32.0|65|0
|
||||
1.3.6.1.4.1.935.10.2.1.1.1.0|4|000000000
|
||||
1.3.6.1.4.1.935.10.2.1.1.2.0|4|Telecom Power
|
||||
1.3.6.1.4.1.935.10.2.1.1.4.0|2|340
|
||||
1.3.6.1.4.1.935.10.2.1.1.5.0|4|1.0.0.1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.2.1|4|180500000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.2.2|4|180500000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.2.3|4|180500000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.2.4|4|180500000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.2.5|4|180500000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.2.6|4|180500000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.3.1|4|0.06
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.3.2|4|0.06
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.3.3|4|0.06
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.3.4|4|0.06
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.3.5|4|0.06
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.3.6|4|0.06
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.4.1|4|1.00
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.4.2|4|1.00
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.4.3|4|1.00
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.4.4|4|1.00
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.4.5|4|1.00
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.4.6|4|1.00
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.5.1|4|
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.5.2|4|
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.5.3|4|
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.5.4|4|
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.5.5|4|
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.5.6|4|
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.6.1|2|1224
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.6.2|2|1222
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.6.3|2|1222
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.6.4|2|1225
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.6.5|2|1223
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.6.6|2|1224
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.7.1|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.7.2|2|0
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.7.3|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.7.4|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.7.5|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.7.6|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.8.1|2|541
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.8.2|2|541
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.8.3|2|540
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.8.4|2|541
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.8.5|2|540
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.8.6|2|541
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.9.1|2|600
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.9.2|2|599
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.9.3|2|600
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.9.4|2|599
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.9.5|2|599
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.9.6|2|600
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.10.1|2|10
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.10.2|2|16
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.10.3|2|17
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.10.4|2|16
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.10.5|2|17
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.10.6|2|17
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.11.1|2|100
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.11.2|2|100
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.11.3|2|100
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.11.4|2|100
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.11.5|2|100
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.11.6|2|100
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.12.1|2|244
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.12.2|2|244
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.12.3|2|248
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.12.4|2|248
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.12.5|2|248
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.12.6|2|248
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.13.1|2|270
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.13.2|2|240
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.13.3|2|250
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.13.4|2|260
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.13.5|2|270
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.13.6|2|260
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.14.1|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.14.2|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.14.3|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.14.4|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.14.5|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.14.6|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.15.1|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.15.2|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.15.3|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.15.4|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.15.5|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.15.6|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.16.1|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.16.2|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.16.3|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.16.4|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.16.5|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.16.6|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.17.1|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.17.2|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.17.3|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.17.4|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.17.5|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.17.6|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.18.1|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.18.2|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.18.3|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.18.4|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.18.5|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.18.6|2|-1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.19.1|2|1200
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.19.2|2|1200
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.19.3|2|1200
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.19.4|2|1200
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.19.5|2|1200
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.19.6|2|1200
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.20.1|2|480
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.20.2|2|480
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.20.3|2|480
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.20.4|2|480
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.20.5|2|480
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.20.6|2|480
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.21.1|2|1380
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.21.2|2|1380
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.21.3|2|1380
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.21.4|2|1380
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.21.5|2|1380
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.21.6|2|1380
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.22.1|2|1000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.22.2|2|1000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.22.3|2|1000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.22.4|2|1000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.22.5|2|1000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.22.6|2|1000
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.23.1|2|1500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.23.2|2|1500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.23.3|2|1500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.23.4|2|1500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.23.5|2|1500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.23.6|2|1500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.24.1|2|500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.24.2|2|500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.24.3|2|500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.24.4|2|500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.24.5|2|500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.24.6|2|500
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.25.1|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.25.2|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.25.3|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.25.4|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.25.5|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.25.6|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.26.1|2|2
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.26.2|2|2
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.26.3|2|2
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.26.4|2|2
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.26.5|2|2
|
||||
1.3.6.1.4.1.935.10.2.1.2.2.1.26.6|2|2
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.2.1|4|100
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.3.1|4|999900000
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.4.1|4|0.04
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.5.1|4|1.00
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.6.1|4|
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.7.1|2|1205
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.8.1|2|601
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.9.1|2|1216
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.10.1|2|599
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.11.1|2|1222
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.12.1|2|0
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.13.1|2|29
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.14.1|2|599
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.15.1|2|244
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.16.1|2|220
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.17.1|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.18.1|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.19.1|2|1
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.20.1|2|1380
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.21.1|2|1000
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.22.1|2|1380
|
||||
1.3.6.1.4.1.935.10.2.1.3.2.1.23.1|2|1000
|
||||
1.3.6.1.4.1.935.10.2.1.5.15.0|2|1
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|470030
|
||||
Reference in New Issue
Block a user