mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support for additional Moxa EDS-G models (#14405)
* Added support for additional Moxa EDS-G models * MIBs and tests
This commit is contained in:
@@ -10,6 +10,14 @@ modules:
|
||||
total: MOXA-EDSG508E-MIB::totalMemory
|
||||
used: MOXA-EDSG508E-MIB::usedMemory
|
||||
free: MOXA-EDSG508E-MIB::freeMemory
|
||||
-
|
||||
total: MOXA-EDSG512E-MIB::totalMemory
|
||||
used: MOXA-EDSG512E-MIB::usedMemory
|
||||
free: MOXA-EDSG512E-MIB::freeMemory
|
||||
-
|
||||
total: MOXA-EDSG516E-MIB::totalMemory
|
||||
used: MOXA-EDSG516E-MIB::usedMemory
|
||||
free: MOXA-EDSG516E-MIB::freeMemory
|
||||
-
|
||||
total: MOXA-EDSP510A8POE-MIB::totalMemory
|
||||
used: MOXA-EDSP510A8POE-MIB::usedMemory
|
||||
@@ -22,17 +30,21 @@ modules:
|
||||
hardware:
|
||||
- MOXA-IKS6726A-MIB::switchModel
|
||||
- MOXA-EDSG508E-MIB::switchModel
|
||||
- MOXA-EDSG512E-MIB::switchModel.0
|
||||
- MOXA-EDSG516E-MIB::switchModel.0
|
||||
- MOXA-EDSP510A8POE-MIB::switchModel
|
||||
- MOXA-EDSG512E8POE-MIB::switchModel
|
||||
version:
|
||||
- MOXA-IKS6726A-MIB::firmwareVersion
|
||||
- MOXA-EDSG508E-MIB::firmwareVersion
|
||||
- MOXA-EDSG512E-MIB::firmwareVersion.0
|
||||
- MOXA-EDSG516E-MIB::firmwareVersion.0
|
||||
- MOXA-EDSP510A8POE-MIB::firmwareVersion
|
||||
- MOXA-EDSG512E8POE-MIB::firmwareVersion
|
||||
serial:
|
||||
- MOXA-IKS6726A-MIB::serialNumber
|
||||
- MOXA-EDSG508E-MIB::serialNumber
|
||||
- MOXA-EDSP510A8POE-MIB::serialNumber
|
||||
- MOXA-EDSG512E-MIB::serialNumber.0
|
||||
- MOXA-EDSG516E-MIB::serialNumber.0
|
||||
- MOXA-EDSG512E8POE-MIB::serialNumber
|
||||
sensors:
|
||||
pre-cache:
|
||||
@@ -170,3 +182,40 @@ modules:
|
||||
states:
|
||||
- { value: 0, generic: 2, graph: 0, descr: not present }
|
||||
- { value: 1, generic: 0, graph: 0, descr: present }
|
||||
-
|
||||
oid: MOXA-EDSG512E-MIB::power1InputStatus
|
||||
num_oid: '.1.3.6.1.4.1.8691.7.70.1.10.1.{{ $index }}'
|
||||
descr: 'Power Input 1 Status'
|
||||
index: 'powerInputStatus.1'
|
||||
state_name: powerInputStatus
|
||||
states:
|
||||
- { value: 0, generic: 2, graph: 0, descr: not present }
|
||||
- { value: 1, generic: 0, graph: 0, descr: present }
|
||||
-
|
||||
oid: MOXA-EDSG512E-MIB::power2InputStatus
|
||||
num_oid: '.1.3.6.1.4.1.8691.7.70.1.10.2.{{ $index }}'
|
||||
descr: 'Power Input 2 Status'
|
||||
index: 'powerInputStatus.2'
|
||||
state_name: powerInputStatus
|
||||
states:
|
||||
- { value: 0, generic: 2, graph: 0, descr: not present }
|
||||
- { value: 1, generic: 0, graph: 0, descr: present }
|
||||
-
|
||||
oid: MOXA-EDSG516E-MIB::power1InputStatus
|
||||
num_oid: '.1.3.6.1.4.1.8691.7.71.1.10.1.{{ $index }}'
|
||||
descr: 'Power Input 1 Status'
|
||||
index: 'powerInputStatus.1'
|
||||
state_name: powerInputStatus
|
||||
states:
|
||||
- { value: 0, generic: 2, graph: 0, descr: not present }
|
||||
- { value: 1, generic: 0, graph: 0, descr: present }
|
||||
-
|
||||
oid: MOXA-EDSG516E-MIB::power2InputStatus
|
||||
num_oid: '.1.3.6.1.4.1.8691.7.71.1.10.2.{{ $index }}'
|
||||
descr: 'Power Input 2 Status'
|
||||
index: 'powerInputStatus.2'
|
||||
state_name: powerInputStatus
|
||||
states:
|
||||
- { value: 0, generic: 2, graph: 0, descr: not present }
|
||||
- { value: 1, generic: 0, graph: 0, descr: present }
|
||||
|
||||
|
6419
mibs/moxa/MOXA-EDSG512E-MIB
Normal file
6419
mibs/moxa/MOXA-EDSG512E-MIB
Normal file
File diff suppressed because it is too large
Load Diff
6422
mibs/moxa/MOXA-EDSG516E-MIB
Normal file
6422
mibs/moxa/MOXA-EDSG516E-MIB
Normal file
File diff suppressed because it is too large
Load Diff
3172
tests/data/moxa-etherdevice_edsg512e.json
Normal file
3172
tests/data/moxa-etherdevice_edsg512e.json
Normal file
File diff suppressed because it is too large
Load Diff
4141
tests/data/moxa-etherdevice_edsg516e.json
Normal file
4141
tests/data/moxa-etherdevice_edsg516e.json
Normal file
File diff suppressed because it is too large
Load Diff
643
tests/snmpsim/moxa-etherdevice_edsg512e.snmprec
Normal file
643
tests/snmpsim/moxa-etherdevice_edsg512e.snmprec
Normal file
@@ -0,0 +1,643 @@
|
||||
1.0.8802.1.1.2.1.3.7.1.3.1|4|1
|
||||
1.0.8802.1.1.2.1.3.7.1.3.2|4|2
|
||||
1.0.8802.1.1.2.1.3.7.1.3.3|4|3
|
||||
1.0.8802.1.1.2.1.3.7.1.3.4|4|4
|
||||
1.0.8802.1.1.2.1.3.7.1.3.5|4|5
|
||||
1.0.8802.1.1.2.1.3.7.1.3.6|4|6
|
||||
1.0.8802.1.1.2.1.3.7.1.3.7|4|7
|
||||
1.0.8802.1.1.2.1.3.7.1.3.8|4|8
|
||||
1.0.8802.1.1.2.1.3.7.1.3.9|4|9
|
||||
1.0.8802.1.1.2.1.3.7.1.3.10|4|10
|
||||
1.0.8802.1.1.2.1.3.7.1.3.11|4|11
|
||||
1.0.8802.1.1.2.1.3.7.1.3.12|4|12
|
||||
1.0.8802.1.1.2.1.4.1.1.4.2389529.3.3|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.5.2389529.3.3|4x|0090E8A01234
|
||||
1.0.8802.1.1.2.1.4.1.1.6.2389529.3.3|2|7
|
||||
1.0.8802.1.1.2.1.4.1.1.7.2389529.3.3|4|10
|
||||
1.0.8802.1.1.2.1.4.1.1.8.2389529.3.3|4|1000TX,RJ45.
|
||||
1.0.8802.1.1.2.1.4.1.1.9.2389529.3.3|4|EDS-SW01
|
||||
1.0.8802.1.1.2.1.4.1.1.10.2389529.3.3|4|EDS Switch
|
||||
1.0.8802.1.1.2.1.4.1.1.11.2389529.3.3|4|20 2
|
||||
1.0.8802.1.1.2.1.4.1.1.12.2389529.3.3|4|20 2
|
||||
1.3.6.1.2.1.1.1.0|4|EDS Switch
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8691.7.70
|
||||
1.3.6.1.2.1.1.3.0|67|261090450
|
||||
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|Ethernet Port G1
|
||||
1.3.6.1.2.1.2.2.1.2.2|4|Ethernet Port G2
|
||||
1.3.6.1.2.1.2.2.1.2.3|4|Ethernet Port G3
|
||||
1.3.6.1.2.1.2.2.1.2.4|4|Ethernet Port G4
|
||||
1.3.6.1.2.1.2.2.1.2.5|4|Ethernet Port G5
|
||||
1.3.6.1.2.1.2.2.1.2.6|4|Ethernet Port G6
|
||||
1.3.6.1.2.1.2.2.1.2.7|4|Ethernet Port G7
|
||||
1.3.6.1.2.1.2.2.1.2.8|4|Ethernet Port G8
|
||||
1.3.6.1.2.1.2.2.1.2.9|4|Ethernet Port G9
|
||||
1.3.6.1.2.1.2.2.1.2.10|4|Ethernet Port G10
|
||||
1.3.6.1.2.1.2.2.1.2.11|4|Ethernet Port G11
|
||||
1.3.6.1.2.1.2.2.1.2.12|4|Ethernet Port G12
|
||||
1.3.6.1.2.1.2.2.1.2.129|4|Management Port of EtherDevice Server
|
||||
1.3.6.1.2.1.2.2.1.2.130|4|(Management Loopback Port of EtherDevice Switch)
|
||||
1.3.6.1.2.1.2.2.1.3.1|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.2|2|6
|
||||
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|6
|
||||
1.3.6.1.2.1.2.2.1.3.9|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.10|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.11|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.12|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.129|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.130|2|24
|
||||
1.3.6.1.2.1.2.2.1.4.1|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.2|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.3|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.4|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.5|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.6|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.7|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.8|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.9|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.10|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.11|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.12|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.129|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.130|2|16384
|
||||
1.3.6.1.2.1.2.2.1.6.1|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.3|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.4|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.5|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.6|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.7|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.8|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.9|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.10|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.11|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.12|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.129|4x|0090E8831234
|
||||
1.3.6.1.2.1.2.2.1.6.130|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|1
|
||||
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|2
|
||||
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.7.129|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.130|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.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|1
|
||||
1.3.6.1.2.1.2.2.1.8.6|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.7|2|1
|
||||
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|2
|
||||
1.3.6.1.2.1.2.2.1.8.10|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.11|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.12|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.129|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.130|2|1
|
||||
1.3.6.1.2.1.2.2.1.9.1|67|2447712668
|
||||
1.3.6.1.2.1.2.2.1.9.2|67|10775
|
||||
1.3.6.1.2.1.2.2.1.9.3|67|2389503325
|
||||
1.3.6.1.2.1.2.2.1.9.4|67|10716
|
||||
1.3.6.1.2.1.2.2.1.9.5|67|11226
|
||||
1.3.6.1.2.1.2.2.1.9.6|67|11186
|
||||
1.3.6.1.2.1.2.2.1.9.7|67|11506
|
||||
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.9.129|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.130|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.13.129|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.130|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.14.129|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.130|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.19.129|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.130|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.2.2.1.20.129|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.130|65|0
|
||||
1.3.6.1.2.1.4.3.0|65|1466575
|
||||
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|1466572
|
||||
1.3.6.1.2.1.4.10.0|65|1415117
|
||||
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.10.0.9.206|2|129
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|130
|
||||
1.3.6.1.2.1.4.20.1.3.10.0.9.206|64|255.255.252.0
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.0.8.1|4x|001B17001234
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.0.8.5|4x|6C410E4D1234
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.0.8.6|4x|6C410E891234
|
||||
1.3.6.1.2.1.5.1.0|65|241045
|
||||
1.3.6.1.2.1.5.2.0|65|0
|
||||
1.3.6.1.2.1.5.3.0|65|201
|
||||
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|240841
|
||||
1.3.6.1.2.1.5.9.0|65|3
|
||||
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|240841
|
||||
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|240841
|
||||
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.6.5.0|65|0
|
||||
1.3.6.1.2.1.6.6.0|65|279
|
||||
1.3.6.1.2.1.6.7.0|65|0
|
||||
1.3.6.1.2.1.6.8.0|65|0
|
||||
1.3.6.1.2.1.6.9.0|66|1
|
||||
1.3.6.1.2.1.6.10.0|65|6812
|
||||
1.3.6.1.2.1.6.11.0|65|5725
|
||||
1.3.6.1.2.1.6.12.0|65|77
|
||||
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.7.1.0|65|1218807
|
||||
1.3.6.1.2.1.7.2.0|65|0
|
||||
1.3.6.1.2.1.7.3.0|65|0
|
||||
1.3.6.1.2.1.7.4.0|65|1168551
|
||||
1.3.6.1.2.1.10.7.2.1.19.1|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.2|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.3|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.4|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.5|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.6|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.7|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.8|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.9|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.10|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.11|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.12|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.129|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.130|2|1
|
||||
1.3.6.1.2.1.11.1.0|65|652989
|
||||
1.3.6.1.2.1.11.2.0|65|382396
|
||||
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|5641487
|
||||
1.3.6.1.2.1.11.14.0|65|0
|
||||
1.3.6.1.2.1.11.15.0|65|382043
|
||||
1.3.6.1.2.1.11.16.0|65|150
|
||||
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|382204
|
||||
1.3.6.1.2.1.11.29.0|65|216
|
||||
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.2.1.16.1.1.1.1.1|2|1
|
||||
1.3.6.1.2.1.17.1.1.0|4x|0090E8831234
|
||||
1.3.6.1.2.1.17.1.4.1.2.1|2|1
|
||||
1.3.6.1.2.1.17.1.4.1.2.2|2|2
|
||||
1.3.6.1.2.1.17.1.4.1.2.3|2|3
|
||||
1.3.6.1.2.1.17.1.4.1.2.4|2|4
|
||||
1.3.6.1.2.1.17.1.4.1.2.5|2|5
|
||||
1.3.6.1.2.1.17.1.4.1.2.6|2|6
|
||||
1.3.6.1.2.1.17.1.4.1.2.7|2|7
|
||||
1.3.6.1.2.1.17.1.4.1.2.8|2|8
|
||||
1.3.6.1.2.1.17.1.4.1.2.9|2|9
|
||||
1.3.6.1.2.1.17.1.4.1.2.10|2|10
|
||||
1.3.6.1.2.1.17.1.4.1.2.11|2|11
|
||||
1.3.6.1.2.1.17.1.4.1.2.12|2|12
|
||||
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.17.2.3.0|67|0
|
||||
1.3.6.1.2.1.17.2.4.0|65|0
|
||||
1.3.6.1.2.1.17.2.5.0|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.6.0|2|0
|
||||
1.3.6.1.2.1.17.2.7.0|2|0
|
||||
1.3.6.1.2.1.17.2.8.0|2|0
|
||||
1.3.6.1.2.1.17.2.9.0|2|0
|
||||
1.3.6.1.2.1.17.2.10.0|2|100
|
||||
1.3.6.1.2.1.17.2.11.0|2|0
|
||||
1.3.6.1.2.1.17.2.12.0|2|2000
|
||||
1.3.6.1.2.1.17.2.13.0|2|200
|
||||
1.3.6.1.2.1.17.2.14.0|2|1500
|
||||
1.3.6.1.2.1.17.2.15.1.1.1|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.1.2|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.1.3|2|3
|
||||
1.3.6.1.2.1.17.2.15.1.1.4|2|4
|
||||
1.3.6.1.2.1.17.2.15.1.1.5|2|5
|
||||
1.3.6.1.2.1.17.2.15.1.1.6|2|6
|
||||
1.3.6.1.2.1.17.2.15.1.1.7|2|7
|
||||
1.3.6.1.2.1.17.2.15.1.1.8|2|8
|
||||
1.3.6.1.2.1.17.2.15.1.1.9|2|9
|
||||
1.3.6.1.2.1.17.2.15.1.1.10|2|10
|
||||
1.3.6.1.2.1.17.2.15.1.1.11|2|11
|
||||
1.3.6.1.2.1.17.2.15.1.1.12|2|12
|
||||
1.3.6.1.2.1.17.2.15.1.2.1|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.2|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.3|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.4|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.5|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.6|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.7|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.8|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.9|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.10|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.11|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.12|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.3.1|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.2|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.3|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.4|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.5|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.6|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.7|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.8|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.9|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.10|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.11|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.12|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.4.1|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.2|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.3|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.4|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.5|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.6|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.7|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.8|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.9|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.10|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.11|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.12|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.5.1|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.2|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.3|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.4|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.5|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.6|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.7|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.8|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.9|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.10|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.11|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.12|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.6.1|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.2|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.3|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.4|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.5|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.6|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.7|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.8|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.9|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.10|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.11|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.12|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.7.1|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.2|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.3|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.4|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.5|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.6|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.7|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.8|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.9|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.10|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.11|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.12|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.8.1|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.2|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.3|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.4|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.5|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.6|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.7|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.8|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.9|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.10|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.11|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.12|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.9.1|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.2|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.3|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.4|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.5|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.6|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.7|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.8|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.9|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.10|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.11|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.12|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.10.1|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.2|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.3|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.4|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.5|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.6|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.7|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.8|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.9|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.10|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.11|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.12|2|0
|
||||
1.3.6.1.2.1.17.7.1.1.1.0|2|1
|
||||
1.3.6.1.2.1.17.7.1.2.2.1.2.99.0.0.12.7.172.1|2|3
|
||||
1.3.6.1.2.1.17.7.1.4.3.1.1.99|4|
|
||||
1.3.6.1.2.1.17.7.1.4.3.1.1.510|4|
|
||||
1.3.6.1.2.1.17.7.1.4.3.1.1.516|4|
|
||||
1.3.6.1.2.1.17.7.1.4.3.1.1.1000|4|
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.1|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.2|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.3|66|1000
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.4|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.5|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.6|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.7|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.8|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.9|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.10|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.11|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.12|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.1.1|4|Ethernet Port G1
|
||||
1.3.6.1.2.1.31.1.1.1.1.2|4|Ethernet Port G2
|
||||
1.3.6.1.2.1.31.1.1.1.1.3|4|Ethernet Port G3
|
||||
1.3.6.1.2.1.31.1.1.1.1.4|4|Ethernet Port G4
|
||||
1.3.6.1.2.1.31.1.1.1.1.5|4|Ethernet Port G5
|
||||
1.3.6.1.2.1.31.1.1.1.1.6|4|Ethernet Port G6
|
||||
1.3.6.1.2.1.31.1.1.1.1.7|4|Ethernet Port G7
|
||||
1.3.6.1.2.1.31.1.1.1.1.8|4|Ethernet Port G8
|
||||
1.3.6.1.2.1.31.1.1.1.1.9|4|Ethernet Port G9
|
||||
1.3.6.1.2.1.31.1.1.1.1.10|4|Ethernet Port G10
|
||||
1.3.6.1.2.1.31.1.1.1.1.11|4|Ethernet Port G11
|
||||
1.3.6.1.2.1.31.1.1.1.1.12|4|Ethernet Port G12
|
||||
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|18630475
|
||||
1.3.6.1.2.1.31.1.1.1.2.4|65|36676
|
||||
1.3.6.1.2.1.31.1.1.1.2.5|65|71488
|
||||
1.3.6.1.2.1.31.1.1.1.2.6|65|55955
|
||||
1.3.6.1.2.1.31.1.1.1.2.7|65|6635
|
||||
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|127
|
||||
1.3.6.1.2.1.31.1.1.1.3.2|65|24
|
||||
1.3.6.1.2.1.31.1.1.1.3.3|65|39016712
|
||||
1.3.6.1.2.1.31.1.1.1.3.4|65|112952
|
||||
1.3.6.1.2.1.31.1.1.1.3.5|65|660467
|
||||
1.3.6.1.2.1.31.1.1.1.3.6|65|535656
|
||||
1.3.6.1.2.1.31.1.1.1.3.7|65|79222
|
||||
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|9567450
|
||||
1.3.6.1.2.1.31.1.1.1.4.2|65|10431441
|
||||
1.3.6.1.2.1.31.1.1.1.4.3|65|690765
|
||||
1.3.6.1.2.1.31.1.1.1.4.4|65|8761124
|
||||
1.3.6.1.2.1.31.1.1.1.4.5|65|17341993
|
||||
1.3.6.1.2.1.31.1.1.1.4.6|65|17357526
|
||||
1.3.6.1.2.1.31.1.1.1.4.7|65|17406848
|
||||
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|28986076
|
||||
1.3.6.1.2.1.31.1.1.1.5.2|65|31915703
|
||||
1.3.6.1.2.1.31.1.1.1.5.3|65|1702470
|
||||
1.3.6.1.2.1.31.1.1.1.5.4|65|8975661
|
||||
1.3.6.1.2.1.31.1.1.1.5.5|65|40084265
|
||||
1.3.6.1.2.1.31.1.1.1.5.6|65|40209079
|
||||
1.3.6.1.2.1.31.1.1.1.5.7|65|40665513
|
||||
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|43119395386
|
||||
1.3.6.1.2.1.31.1.1.1.6.2|70|45140002124
|
||||
1.3.6.1.2.1.31.1.1.1.6.3|70|69392998688
|
||||
1.3.6.1.2.1.31.1.1.1.6.4|70|310087627
|
||||
1.3.6.1.2.1.31.1.1.1.6.5|70|99192465004
|
||||
1.3.6.1.2.1.31.1.1.1.6.6|70|96722002567
|
||||
1.3.6.1.2.1.31.1.1.1.6.7|70|3998340377
|
||||
1.3.6.1.2.1.31.1.1.1.6.8|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.11|70|0
|
||||
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|189448084
|
||||
1.3.6.1.2.1.31.1.1.1.7.2|70|198343483
|
||||
1.3.6.1.2.1.31.1.1.1.7.3|70|373195064
|
||||
1.3.6.1.2.1.31.1.1.1.7.4|70|911879
|
||||
1.3.6.1.2.1.31.1.1.1.7.5|70|110243389
|
||||
1.3.6.1.2.1.31.1.1.1.7.6|70|106609978
|
||||
1.3.6.1.2.1.31.1.1.1.7.7|70|5595985
|
||||
1.3.6.1.2.1.31.1.1.1.7.8|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.11|70|0
|
||||
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|18630475
|
||||
1.3.6.1.2.1.31.1.1.1.8.4|70|36676
|
||||
1.3.6.1.2.1.31.1.1.1.8.5|70|71488
|
||||
1.3.6.1.2.1.31.1.1.1.8.6|70|55955
|
||||
1.3.6.1.2.1.31.1.1.1.8.7|70|6635
|
||||
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|127
|
||||
1.3.6.1.2.1.31.1.1.1.9.2|70|24
|
||||
1.3.6.1.2.1.31.1.1.1.9.3|70|39016712
|
||||
1.3.6.1.2.1.31.1.1.1.9.4|70|112952
|
||||
1.3.6.1.2.1.31.1.1.1.9.5|70|660467
|
||||
1.3.6.1.2.1.31.1.1.1.9.6|70|535656
|
||||
1.3.6.1.2.1.31.1.1.1.9.7|70|79237
|
||||
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|29150334515
|
||||
1.3.6.1.2.1.31.1.1.1.10.2|70|32165864679
|
||||
1.3.6.1.2.1.31.1.1.1.10.3|70|290465837216
|
||||
1.3.6.1.2.1.31.1.1.1.10.4|70|2267092778
|
||||
1.3.6.1.2.1.31.1.1.1.10.5|70|9846166618
|
||||
1.3.6.1.2.1.31.1.1.1.10.6|70|9754399828
|
||||
1.3.6.1.2.1.31.1.1.1.10.7|70|6478582732
|
||||
1.3.6.1.2.1.31.1.1.1.10.8|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.11|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.1|70|152849024
|
||||
1.3.6.1.2.1.31.1.1.1.11.2|70|168658416
|
||||
1.3.6.1.2.1.31.1.1.1.11.3|70|612568443
|
||||
1.3.6.1.2.1.31.1.1.1.11.4|70|1061624
|
||||
1.3.6.1.2.1.31.1.1.1.11.5|70|32946521
|
||||
1.3.6.1.2.1.31.1.1.1.11.6|70|33560115
|
||||
1.3.6.1.2.1.31.1.1.1.11.7|70|9042935
|
||||
1.3.6.1.2.1.31.1.1.1.11.8|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.11|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.1|70|9567475
|
||||
1.3.6.1.2.1.31.1.1.1.12.2|70|10431467
|
||||
1.3.6.1.2.1.31.1.1.1.12.3|70|690768
|
||||
1.3.6.1.2.1.31.1.1.1.12.4|70|8761150
|
||||
1.3.6.1.2.1.31.1.1.1.12.5|70|17342039
|
||||
1.3.6.1.2.1.31.1.1.1.12.6|70|17357573
|
||||
1.3.6.1.2.1.31.1.1.1.12.7|70|17406893
|
||||
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|28986175
|
||||
1.3.6.1.2.1.31.1.1.1.13.2|70|31915803
|
||||
1.3.6.1.2.1.31.1.1.1.13.3|70|1702488
|
||||
1.3.6.1.2.1.31.1.1.1.13.4|70|8975690
|
||||
1.3.6.1.2.1.31.1.1.1.13.5|70|40084393
|
||||
1.3.6.1.2.1.31.1.1.1.13.6|70|40209206
|
||||
1.3.6.1.2.1.31.1.1.1.13.7|70|40665626
|
||||
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|100
|
||||
1.3.6.1.2.1.31.1.1.1.15.2|66|100
|
||||
1.3.6.1.2.1.31.1.1.1.15.3|66|1000
|
||||
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|1000
|
||||
1.3.6.1.2.1.31.1.1.1.15.6|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.15.7|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.15.8|66|100
|
||||
1.3.6.1.2.1.31.1.1.1.15.9|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.15.10|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.15.11|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.15.12|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.17.1|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.2|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.3|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.4|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.5|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.6|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.7|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.8|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.9|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.10|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.11|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.12|2|1
|
||||
1.3.6.1.4.1.8691.7.70.1.2.0|4|EDS-G512E-T
|
||||
1.3.6.1.4.1.8691.7.70.1.4.0|4|V6.2 build 20080519
|
||||
1.3.6.1.4.1.8691.7.70.1.10.1.0|2|1
|
||||
1.3.6.1.4.1.8691.7.70.1.10.2.0|2|0
|
||||
1.3.6.1.4.1.8691.7.70.1.54.0|2|21
|
||||
1.3.6.1.4.1.8691.7.70.1.56.0|2|134217728
|
||||
1.3.6.1.4.1.8691.7.70.1.57.0|2|105371708
|
||||
1.3.6.1.4.1.8691.7.70.1.58.0|2|28846000
|
||||
1.3.6.1.4.1.8691.7.70.1.78.0|4|TAIKD1021234
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|2610894
|
991
tests/snmpsim/moxa-etherdevice_edsg516e.snmprec
Normal file
991
tests/snmpsim/moxa-etherdevice_edsg516e.snmprec
Normal file
@@ -0,0 +1,991 @@
|
||||
1.0.8802.1.1.2.1.3.7.1.3.1|4|1
|
||||
1.0.8802.1.1.2.1.3.7.1.3.2|4|2
|
||||
1.0.8802.1.1.2.1.3.7.1.3.3|4|3
|
||||
1.0.8802.1.1.2.1.3.7.1.3.4|4|4
|
||||
1.0.8802.1.1.2.1.3.7.1.3.5|4|5
|
||||
1.0.8802.1.1.2.1.3.7.1.3.6|4|6
|
||||
1.0.8802.1.1.2.1.3.7.1.3.7|4|7
|
||||
1.0.8802.1.1.2.1.3.7.1.3.8|4|8
|
||||
1.0.8802.1.1.2.1.3.7.1.3.9|4|9
|
||||
1.0.8802.1.1.2.1.3.7.1.3.10|4|10
|
||||
1.0.8802.1.1.2.1.3.7.1.3.11|4|11
|
||||
1.0.8802.1.1.2.1.3.7.1.3.12|4|12
|
||||
1.0.8802.1.1.2.1.3.7.1.3.13|4|13
|
||||
1.0.8802.1.1.2.1.3.7.1.3.14|4|14
|
||||
1.0.8802.1.1.2.1.3.7.1.3.15|4|15
|
||||
1.0.8802.1.1.2.1.3.7.1.3.16|4|16
|
||||
1.0.8802.1.1.2.1.4.1.1.4.474.13.1|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.5.474.13.1|4x|0090E8A01234
|
||||
1.0.8802.1.1.2.1.4.1.1.6.474.13.1|2|7
|
||||
1.0.8802.1.1.2.1.4.1.1.7.474.13.1|4|16
|
||||
1.0.8802.1.1.2.1.4.1.1.8.474.13.1|4|N/A
|
||||
1.0.8802.1.1.2.1.4.1.1.9.474.13.1|4|EDS-SW01
|
||||
1.0.8802.1.1.2.1.4.1.1.10.474.13.1|4|EDS Switch
|
||||
1.0.8802.1.1.2.1.4.1.1.11.474.13.1|4|20 2
|
||||
1.0.8802.1.1.2.1.4.1.1.12.474.13.1|4|20 2
|
||||
1.3.6.1.2.1.1.1.0|4|EDS Switch
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8691.7.71
|
||||
1.3.6.1.2.1.1.3.0|67|22227996
|
||||
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|4x|3C707269766174653E
|
||||
1.3.6.1.2.1.2.2.1.2.1|4|Ethernet Port G1
|
||||
1.3.6.1.2.1.2.2.1.2.2|4|Ethernet Port G2
|
||||
1.3.6.1.2.1.2.2.1.2.3|4|Ethernet Port G3
|
||||
1.3.6.1.2.1.2.2.1.2.4|4|Ethernet Port G4
|
||||
1.3.6.1.2.1.2.2.1.2.5|4|Ethernet Port G5
|
||||
1.3.6.1.2.1.2.2.1.2.6|4|Ethernet Port G6
|
||||
1.3.6.1.2.1.2.2.1.2.7|4|Ethernet Port G7
|
||||
1.3.6.1.2.1.2.2.1.2.8|4|Ethernet Port G8
|
||||
1.3.6.1.2.1.2.2.1.2.9|4|Ethernet Port G9
|
||||
1.3.6.1.2.1.2.2.1.2.10|4|Ethernet Port G10
|
||||
1.3.6.1.2.1.2.2.1.2.11|4|Ethernet Port G11
|
||||
1.3.6.1.2.1.2.2.1.2.12|4|Ethernet Port G12
|
||||
1.3.6.1.2.1.2.2.1.2.13|4|Ethernet Port G13
|
||||
1.3.6.1.2.1.2.2.1.2.14|4|Ethernet Port G14
|
||||
1.3.6.1.2.1.2.2.1.2.15|4|Ethernet Port G15
|
||||
1.3.6.1.2.1.2.2.1.2.16|4|Ethernet Port G16
|
||||
1.3.6.1.2.1.2.2.1.2.129|4|Management Port of EtherDevice Server
|
||||
1.3.6.1.2.1.2.2.1.2.130|4|(Management Loopback Port of EtherDevice Switch)
|
||||
1.3.6.1.2.1.2.2.1.3.1|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.2|2|6
|
||||
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|6
|
||||
1.3.6.1.2.1.2.2.1.3.9|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.10|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.11|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.12|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.13|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.14|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.15|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.16|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.129|2|6
|
||||
1.3.6.1.2.1.2.2.1.3.130|2|24
|
||||
1.3.6.1.2.1.2.2.1.4.1|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.2|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.3|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.4|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.5|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.6|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.7|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.8|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.9|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.10|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.11|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.12|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.13|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.14|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.15|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.16|2|1536
|
||||
1.3.6.1.2.1.2.2.1.4.129|2|1500
|
||||
1.3.6.1.2.1.2.2.1.4.130|2|16384
|
||||
1.3.6.1.2.1.2.2.1.6.1|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.3|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.4|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.5|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.6|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.7|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.8|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.9|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.10|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.11|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.12|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.13|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.14|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.15|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.16|4x|000000000000
|
||||
1.3.6.1.2.1.2.2.1.6.129|4x|0090E8A01234
|
||||
1.3.6.1.2.1.2.2.1.6.130|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|1
|
||||
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.7.13|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.14|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.15|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.16|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.129|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.130|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.1|2|2
|
||||
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|2
|
||||
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|2
|
||||
1.3.6.1.2.1.2.2.1.8.10|2|2
|
||||
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|2
|
||||
1.3.6.1.2.1.2.2.1.8.13|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.14|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.15|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.16|2|2
|
||||
1.3.6.1.2.1.2.2.1.8.129|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.130|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|10481
|
||||
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|23576
|
||||
1.3.6.1.2.1.2.2.1.9.12|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.13|67|470184
|
||||
1.3.6.1.2.1.2.2.1.9.14|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.15|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.16|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.129|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.130|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.13.13|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.14|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.15|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.16|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.129|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.130|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.14.13|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.14|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.15|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.16|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.129|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.130|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.19.13|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.14|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.15|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.16|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.129|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.130|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.2.2.1.20.13|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.14|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.15|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.16|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.129|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.130|65|0
|
||||
1.3.6.1.2.1.4.3.0|65|100411
|
||||
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|100407
|
||||
1.3.6.1.2.1.4.10.0|65|95501
|
||||
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.10.00.0.123|2|129
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|130
|
||||
1.3.6.1.2.1.4.20.1.3.10.0.0.123|64|255.255.252.0
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.0.0.1|4x|001B17001234
|
||||
1.3.6.1.2.1.5.1.0|65|20303
|
||||
1.3.6.1.2.1.5.2.0|65|0
|
||||
1.3.6.1.2.1.5.3.0|65|18
|
||||
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|20285
|
||||
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|20285
|
||||
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|20285
|
||||
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.6.5.0|65|0
|
||||
1.3.6.1.2.1.6.6.0|65|29
|
||||
1.3.6.1.2.1.6.7.0|65|0
|
||||
1.3.6.1.2.1.6.8.0|65|0
|
||||
1.3.6.1.2.1.6.9.0|66|0
|
||||
1.3.6.1.2.1.6.10.0|65|858
|
||||
1.3.6.1.2.1.6.11.0|65|748
|
||||
1.3.6.1.2.1.6.12.0|65|28
|
||||
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.7.1.0|65|79388
|
||||
1.3.6.1.2.1.7.2.0|65|0
|
||||
1.3.6.1.2.1.7.3.0|65|0
|
||||
1.3.6.1.2.1.7.4.0|65|74550
|
||||
1.3.6.1.2.1.10.7.2.1.19.1|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.2|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.3|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.4|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.5|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.6|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.7|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.8|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.9|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.10|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.11|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.12|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.13|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.14|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.15|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.16|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.129|2|1
|
||||
1.3.6.1.2.1.10.7.2.1.19.130|2|1
|
||||
1.3.6.1.2.1.11.1.0|65|58495
|
||||
1.3.6.1.2.1.11.2.0|65|35164
|
||||
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|526075
|
||||
1.3.6.1.2.1.11.14.0|65|0
|
||||
1.3.6.1.2.1.11.15.0|65|35153
|
||||
1.3.6.1.2.1.11.16.0|65|12
|
||||
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|35176
|
||||
1.3.6.1.2.1.11.29.0|65|21
|
||||
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.2.1.16.1.1.1.1.1|2|1
|
||||
1.3.6.1.2.1.17.1.1.0|4x|0090E8A01234
|
||||
1.3.6.1.2.1.17.1.4.1.2.1|2|1
|
||||
1.3.6.1.2.1.17.1.4.1.2.2|2|2
|
||||
1.3.6.1.2.1.17.1.4.1.2.3|2|3
|
||||
1.3.6.1.2.1.17.1.4.1.2.4|2|4
|
||||
1.3.6.1.2.1.17.1.4.1.2.5|2|5
|
||||
1.3.6.1.2.1.17.1.4.1.2.6|2|6
|
||||
1.3.6.1.2.1.17.1.4.1.2.7|2|7
|
||||
1.3.6.1.2.1.17.1.4.1.2.8|2|8
|
||||
1.3.6.1.2.1.17.1.4.1.2.9|2|9
|
||||
1.3.6.1.2.1.17.1.4.1.2.10|2|10
|
||||
1.3.6.1.2.1.17.1.4.1.2.11|2|11
|
||||
1.3.6.1.2.1.17.1.4.1.2.12|2|12
|
||||
1.3.6.1.2.1.17.1.4.1.2.13|2|13
|
||||
1.3.6.1.2.1.17.1.4.1.2.14|2|14
|
||||
1.3.6.1.2.1.17.1.4.1.2.15|2|15
|
||||
1.3.6.1.2.1.17.1.4.1.2.16|2|16
|
||||
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.17.2.3.0|67|0
|
||||
1.3.6.1.2.1.17.2.4.0|65|0
|
||||
1.3.6.1.2.1.17.2.5.0|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.6.0|2|0
|
||||
1.3.6.1.2.1.17.2.7.0|2|0
|
||||
1.3.6.1.2.1.17.2.8.0|2|0
|
||||
1.3.6.1.2.1.17.2.9.0|2|0
|
||||
1.3.6.1.2.1.17.2.10.0|2|100
|
||||
1.3.6.1.2.1.17.2.11.0|2|0
|
||||
1.3.6.1.2.1.17.2.12.0|2|2000
|
||||
1.3.6.1.2.1.17.2.13.0|2|200
|
||||
1.3.6.1.2.1.17.2.14.0|2|1500
|
||||
1.3.6.1.2.1.17.2.15.1.1.1|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.1.2|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.1.3|2|3
|
||||
1.3.6.1.2.1.17.2.15.1.1.4|2|4
|
||||
1.3.6.1.2.1.17.2.15.1.1.5|2|5
|
||||
1.3.6.1.2.1.17.2.15.1.1.6|2|6
|
||||
1.3.6.1.2.1.17.2.15.1.1.7|2|7
|
||||
1.3.6.1.2.1.17.2.15.1.1.8|2|8
|
||||
1.3.6.1.2.1.17.2.15.1.1.9|2|9
|
||||
1.3.6.1.2.1.17.2.15.1.1.10|2|10
|
||||
1.3.6.1.2.1.17.2.15.1.1.11|2|11
|
||||
1.3.6.1.2.1.17.2.15.1.1.12|2|12
|
||||
1.3.6.1.2.1.17.2.15.1.1.13|2|13
|
||||
1.3.6.1.2.1.17.2.15.1.1.14|2|14
|
||||
1.3.6.1.2.1.17.2.15.1.1.15|2|15
|
||||
1.3.6.1.2.1.17.2.15.1.1.16|2|16
|
||||
1.3.6.1.2.1.17.2.15.1.2.1|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.2|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.3|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.4|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.5|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.6|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.7|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.8|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.9|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.10|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.11|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.12|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.13|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.14|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.15|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.2.16|2|128
|
||||
1.3.6.1.2.1.17.2.15.1.3.1|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.2|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.3|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.4|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.5|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.6|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.7|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.8|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.9|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.10|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.11|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.12|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.13|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.14|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.15|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.3.16|2|1
|
||||
1.3.6.1.2.1.17.2.15.1.4.1|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.2|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.3|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.4|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.5|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.6|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.7|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.8|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.9|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.10|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.11|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.12|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.13|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.14|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.15|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.4.16|2|2
|
||||
1.3.6.1.2.1.17.2.15.1.5.1|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.2|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.3|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.4|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.5|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.6|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.7|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.8|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.9|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.10|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.11|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.12|2|20000
|
||||
1.3.6.1.2.1.17.2.15.1.5.13|2|200000
|
||||
1.3.6.1.2.1.17.2.15.1.5.14|2|200000
|
||||
1.3.6.1.2.1.17.2.15.1.5.15|2|200000
|
||||
1.3.6.1.2.1.17.2.15.1.5.16|2|200000
|
||||
1.3.6.1.2.1.17.2.15.1.6.1|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.2|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.3|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.4|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.5|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.6|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.7|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.8|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.9|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.10|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.11|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.12|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.13|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.14|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.15|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.6.16|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.7.1|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.2|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.3|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.4|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.5|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.6|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.7|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.8|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.9|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.10|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.11|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.12|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.13|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.14|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.15|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.7.16|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.8.1|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.2|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.3|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.4|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.5|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.6|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.7|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.8|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.9|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.10|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.11|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.12|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.13|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.14|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.15|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.8.16|4x|0000000000000000
|
||||
1.3.6.1.2.1.17.2.15.1.9.1|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.2|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.3|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.4|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.5|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.6|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.7|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.8|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.9|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.10|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.11|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.12|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.13|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.14|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.15|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.9.16|4x|0000
|
||||
1.3.6.1.2.1.17.2.15.1.10.1|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.2|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.3|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.4|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.5|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.6|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.7|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.8|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.9|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.10|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.11|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.12|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.13|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.14|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.15|2|0
|
||||
1.3.6.1.2.1.17.2.15.1.10.16|2|0
|
||||
1.3.6.1.2.1.17.7.1.1.1.0|2|1
|
||||
1.3.6.1.2.1.17.7.1.2.2.1.2.99.0.0.12.7.172.1|2|13
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11325.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11326.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11327.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11327.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11328.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11328.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11329.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11329.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11330.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11330.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11331.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11331.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11332.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11332.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11332.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11333.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11333.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11333.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11334.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11334.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11334.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11335.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11335.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11335.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11336.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11336.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11336.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11337.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11337.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11337.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11338.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11338.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11338.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11339.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11339.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11339.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11340.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11340.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11340.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11341.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11341.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11341.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11342.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11342.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11342.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11343.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11343.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11343.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11344.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11344.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11344.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11345.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11345.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11346.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11346.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11347.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11348.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11349.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11350.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.11351.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.23578.99|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.23578.510|66|510
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.3.23578.516|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11325.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11326.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11327.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11327.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11328.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11328.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11329.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11329.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11330.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11330.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11331.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11331.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11332.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11332.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11332.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11333.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11333.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11333.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11334.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11334.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11334.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11335.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11335.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11335.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11336.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11336.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11336.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11337.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11337.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11337.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11338.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11338.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11338.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11339.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11339.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11339.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11340.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11340.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11340.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11341.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11341.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11341.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11342.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11342.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11342.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11343.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11343.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11343.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11344.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11344.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11344.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11345.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11345.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11346.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11346.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11347.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11348.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11349.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11350.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.11351.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.23578.99|4x|1868
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.23578.510|4x|1808
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.4.23578.516|4x|E00F
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11325.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11326.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11327.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11327.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11328.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11328.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11329.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11329.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11330.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11330.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11331.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11331.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11332.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11332.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11332.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11333.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11333.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11333.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11334.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11334.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11334.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11335.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11335.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11335.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11336.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11336.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11336.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11337.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11337.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11337.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11338.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11338.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11338.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11339.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11339.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11339.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11340.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11340.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11340.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11341.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11341.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11341.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11342.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11342.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11342.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11343.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11343.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11343.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11344.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11344.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11344.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11345.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11345.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11346.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11346.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11347.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11348.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11349.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11350.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.11351.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.23578.99|4x|1860
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.23578.510|4x|0000
|
||||
1.3.6.1.2.1.17.7.1.4.2.1.5.23578.516|4x|E007
|
||||
1.3.6.1.2.1.17.7.1.4.3.1.1.99|4|
|
||||
1.3.6.1.2.1.17.7.1.4.3.1.1.510|4|
|
||||
1.3.6.1.2.1.17.7.1.4.3.1.1.516|4|
|
||||
1.3.6.1.2.1.17.7.1.4.3.1.1.939|4|
|
||||
1.3.6.1.2.1.17.7.1.4.3.1.1.1000|4|
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.1|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.2|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.3|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.4|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.5|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.6|66|1000
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.7|66|1000
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.8|66|1000
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.9|66|1000
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.10|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.11|66|99
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.12|66|939
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.13|66|1000
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.14|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.15|66|516
|
||||
1.3.6.1.2.1.17.7.1.4.5.1.1.16|66|516
|
||||
1.3.6.1.2.1.31.1.1.1.1.1|4|Ethernet Port G1
|
||||
1.3.6.1.2.1.31.1.1.1.1.2|4|Ethernet Port G2
|
||||
1.3.6.1.2.1.31.1.1.1.1.3|4|Ethernet Port G3
|
||||
1.3.6.1.2.1.31.1.1.1.1.4|4|Ethernet Port G4
|
||||
1.3.6.1.2.1.31.1.1.1.1.5|4|Ethernet Port G5
|
||||
1.3.6.1.2.1.31.1.1.1.1.6|4|Ethernet Port G6
|
||||
1.3.6.1.2.1.31.1.1.1.1.7|4|Ethernet Port G7
|
||||
1.3.6.1.2.1.31.1.1.1.1.8|4|Ethernet Port G8
|
||||
1.3.6.1.2.1.31.1.1.1.1.9|4|Ethernet Port G9
|
||||
1.3.6.1.2.1.31.1.1.1.1.10|4|Ethernet Port G10
|
||||
1.3.6.1.2.1.31.1.1.1.1.11|4|Ethernet Port G11
|
||||
1.3.6.1.2.1.31.1.1.1.1.12|4|Ethernet Port G12
|
||||
1.3.6.1.2.1.31.1.1.1.1.13|4|Ethernet Port G13
|
||||
1.3.6.1.2.1.31.1.1.1.1.14|4|Ethernet Port G14
|
||||
1.3.6.1.2.1.31.1.1.1.1.15|4|Ethernet Port G15
|
||||
1.3.6.1.2.1.31.1.1.1.1.16|4|Ethernet Port G16
|
||||
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|4499
|
||||
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|32749
|
||||
1.3.6.1.2.1.31.1.1.1.2.12|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.13|65|1807379
|
||||
1.3.6.1.2.1.31.1.1.1.2.14|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.15|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.16|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|11911
|
||||
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|912
|
||||
1.3.6.1.2.1.31.1.1.1.3.12|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.13|65|3506317
|
||||
1.3.6.1.2.1.31.1.1.1.3.14|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.15|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.16|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|998334
|
||||
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|948103
|
||||
1.3.6.1.2.1.31.1.1.1.4.12|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.13|65|81758
|
||||
1.3.6.1.2.1.31.1.1.1.4.14|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.15|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.16|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|955426
|
||||
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|789765
|
||||
1.3.6.1.2.1.31.1.1.1.5.12|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.13|65|40790
|
||||
1.3.6.1.2.1.31.1.1.1.5.14|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.15|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.16|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.4|70|26471476
|
||||
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|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.11|70|22448219
|
||||
1.3.6.1.2.1.31.1.1.1.6.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.13|70|639523269
|
||||
1.3.6.1.2.1.31.1.1.1.6.14|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.15|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.16|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.4|70|78103
|
||||
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|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.11|70|109256
|
||||
1.3.6.1.2.1.31.1.1.1.7.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.13|70|774593
|
||||
1.3.6.1.2.1.31.1.1.1.7.14|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.15|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.7.16|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|4499
|
||||
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|32749
|
||||
1.3.6.1.2.1.31.1.1.1.8.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.13|70|1807379
|
||||
1.3.6.1.2.1.31.1.1.1.8.14|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.15|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.16|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|11911
|
||||
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|912
|
||||
1.3.6.1.2.1.31.1.1.1.9.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.13|70|3506317
|
||||
1.3.6.1.2.1.31.1.1.1.9.14|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.15|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.16|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.4|70|312461065
|
||||
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|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.11|70|273513263
|
||||
1.3.6.1.2.1.31.1.1.1.10.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.13|70|83739749
|
||||
1.3.6.1.2.1.31.1.1.1.10.14|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.15|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.16|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.3|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.4|70|73316
|
||||
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|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.9|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.10|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.11|70|26294
|
||||
1.3.6.1.2.1.31.1.1.1.11.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.13|70|282838
|
||||
1.3.6.1.2.1.31.1.1.1.11.14|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.15|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.11.16|70|0
|
||||
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|998334
|
||||
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|948103
|
||||
1.3.6.1.2.1.31.1.1.1.12.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.13|70|81758
|
||||
1.3.6.1.2.1.31.1.1.1.12.14|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.15|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.16|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|955426
|
||||
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|789783
|
||||
1.3.6.1.2.1.31.1.1.1.13.12|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.13|70|40792
|
||||
1.3.6.1.2.1.31.1.1.1.13.14|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.15|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.16|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.1|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.2|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.3|66|10
|
||||
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|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.6|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.7|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.8|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.9|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.10|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.11|66|100
|
||||
1.3.6.1.2.1.31.1.1.1.15.12|66|100
|
||||
1.3.6.1.2.1.31.1.1.1.15.13|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.15.14|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.15.15|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.15.16|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.17.1|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.2|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.3|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.4|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.5|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.6|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.7|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.8|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.9|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.10|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.11|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.12|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.13|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.14|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.15|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.17.16|2|1
|
||||
1.3.6.1.4.1.8691.7.71.1.2.0|4|EDS-G516E-T
|
||||
1.3.6.1.4.1.8691.7.71.1.4.0|4|V6.2 build 20080519
|
||||
1.3.6.1.4.1.8691.7.71.1.10.1.0|2|1
|
||||
1.3.6.1.4.1.8691.7.71.1.10.2.0|2|0
|
||||
1.3.6.1.4.1.8691.7.71.1.54.0|2|18
|
||||
1.3.6.1.4.1.8691.7.71.1.56.0|2|134217728
|
||||
1.3.6.1.4.1.8691.7.71.1.57.0|2|105318764
|
||||
1.3.6.1.4.1.8691.7.71.1.58.0|2|28898944
|
||||
1.3.6.1.4.1.8691.7.71.1.78.0|4|TBAKD1021234
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|222269
|
Reference in New Issue
Block a user