Added support for additional Moxa EDS-P model (#14523)

This commit is contained in:
rhinoau 2022-10-26 16:44:08 +08:00 committed by GitHub
parent 339e3c28be
commit 7436ef4425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9347 additions and 0 deletions

View File

@ -18,6 +18,10 @@ modules:
total: MOXA-EDSG516E-MIB::totalMemory
used: MOXA-EDSG516E-MIB::usedMemory
free: MOXA-EDSG516E-MIB::freeMemory
-
total: MOXA-EDSP506E-MIB::totalMemory
used: MOXA-EDSP506E-MIB::usedMemory
free: MOXA-EDSP506E-MIB::freeMemory
-
total: MOXA-EDSP510A8POE-MIB::totalMemory
used: MOXA-EDSP510A8POE-MIB::usedMemory
@ -32,6 +36,7 @@ modules:
- MOXA-EDSG508E-MIB::switchModel
- MOXA-EDSG512E-MIB::switchModel.0
- MOXA-EDSG516E-MIB::switchModel.0
- MOXA-EDSP506E-MIB::switchModel.0
- MOXA-EDSP510A8POE-MIB::switchModel
- MOXA-EDSG512E8POE-MIB::switchModel
version:
@ -39,12 +44,14 @@ modules:
- MOXA-EDSG508E-MIB::firmwareVersion
- MOXA-EDSG512E-MIB::firmwareVersion.0
- MOXA-EDSG516E-MIB::firmwareVersion.0
- MOXA-EDSP506E-MIB::firmwareVersion.0
- MOXA-EDSP510A8POE-MIB::firmwareVersion
- MOXA-EDSG512E8POE-MIB::firmwareVersion
serial:
- MOXA-EDSG508E-MIB::serialNumber
- MOXA-EDSG512E-MIB::serialNumber.0
- MOXA-EDSG516E-MIB::serialNumber.0
- MOXA-EDSP506E-MIB::serialNumber.0
- MOXA-EDSG512E8POE-MIB::serialNumber
sensors:
pre-cache:
@ -64,6 +71,12 @@ modules:
num_oid: '.1.3.6.1.4.1.8691.7.69.1.10.8.{{ $index }}'
descr: 'Power Consumption'
index: 'powerConsumption.{{ $index }}'
-
oid: MOXA-EDSP506E-MIB::poePortConsumption
num_oid: '.1.3.6.1.4.1.8691.7.162.1.40.6.1.2.{{ $index }}'
descr: '{{ $ifDescr }} PoE Consumption'
index: 'poePortConsumption.{{ $index }}'
high_limit: 'powerLimit.{{ $index }}'
-
oid: MOXA-EDSP510A8POE-MIB::poePortConsumption
num_oid: '.1.3.6.1.4.1.8691.7.86.1.40.6.1.2.{{ $index }}'
@ -98,6 +111,13 @@ modules:
index: 'fiberTemperature.{{ $index }}'
low_limit: -40.0
high_limit: 85.0
-
oid: MOXA-EDSP506E-MIB::fiberTemperature
num_oid: '.1.3.6.1.4.1.8691.7.162.1.10.11.1.5.{{ $index }}'
descr: '{{ $ifDescr }} SFP module temperature'
index: 'fiberTemperature.{{ $index }}'
low_limit: -40.0
high_limit: 85.0
voltage:
data:
-
@ -114,6 +134,13 @@ modules:
index: 'fiberVoltage.{{ $index }}'
low_limit: 3.13
high_limit: 3.47
-
oid: MOXA-EDSP506E-MIB::fiberVoltage
num_oid: '.1.3.6.1.4.1.8691.7.162.1.10.11.1.4.{{ $index }}'
descr: '{{ $ifDescr }} SFP module Supply Voltage'
index: 'fiberVoltage.{{ $index }}'
low_limit: 3.13
high_limit: 3.47
dbm:
data:
-
@ -144,6 +171,20 @@ modules:
index: 'fiberRxPower.{{ $index }}'
low_limit: -21.0
high_limit: -3.0
-
oid: MOXA-EDSP506E-MIB::fiberTxPower
num_oid: '.1.3.6.1.4.1.8691.7.162.1.10.11.1.7.{{ $index }}'
descr: '{{ $ifDescr }} SFP module Transmit Power'
index: 'fiberTxPower.{{ $index }}'
low_limit: -9.0
high_limit: -3.0
-
oid: MOXA-EDSP506E-MIB::fiberRxPower
num_oid: '.1.3.6.1.4.1.8691.7.162.1.10.11.1.9.{{ $index }}'
descr: '{{ $ifDescr }} SFP module Receive Power'
index: 'fiberRxPower.{{ $index }}'
low_limit: -21.0
high_limit: -3.0
state:
data:
-
@ -164,6 +205,24 @@ modules:
states:
- { value: 0, generic: 2, graph: 0, descr: not present }
- { value: 1, generic: 0, graph: 0, descr: present }
-
oid: MOXA-EDSP506E-MIB::power1InputStatus
num_oid: '.1.3.6.1.4.1.8691.7.162.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-EDSP506E-MIB::power2InputStatus
num_oid: '.1.3.6.1.4.1.8691.7.162.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-EDSG512E8POE-MIB::power1InputStatus
num_oid: '.1.3.6.1.4.1.8691.7.108.1.10.1.{{ $index }}'

6706
mibs/moxa/MOXA-EDSP506E-MIB Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,439 @@
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.4.1.1.4.3655.1.1|2|4
1.0.8802.1.1.2.1.4.1.1.4.6046.4.2|2|4
1.0.8802.1.1.2.1.4.1.1.5.3655.1.1|4x|A0CEC8CE1234
1.0.8802.1.1.2.1.4.1.1.5.6046.4.2|4x|0090E8A81234
1.0.8802.1.1.2.1.4.1.1.6.3655.1.1|2|3
1.0.8802.1.1.2.1.4.1.1.6.6046.4.2|2|7
1.0.8802.1.1.2.1.4.1.1.7.3655.1.1|4x|A0CEC8CE1234
1.0.8802.1.1.2.1.4.1.1.7.6046.4.2|4|5
1.0.8802.1.1.2.1.4.1.1.8.3655.1.1|4|
1.0.8802.1.1.2.1.4.1.1.8.6046.4.2|4|eth0
1.0.8802.1.1.2.1.4.1.1.9.3655.1.1|4|
1.0.8802.1.1.2.1.4.1.1.9.6046.4.2|4|device-name
1.0.8802.1.1.2.1.4.1.1.10.3655.1.1|4|
1.0.8802.1.1.2.1.4.1.1.10.6046.4.2|4|AWK3131A
1.0.8802.1.1.2.1.4.1.1.11.3655.1.1|4|00
1.0.8802.1.1.2.1.4.1.1.11.6046.4.2|4|38 2 3 4
1.0.8802.1.1.2.1.4.1.1.12.3655.1.1|4|00
1.0.8802.1.1.2.1.4.1.1.12.6046.4.2|4|30 2 3
1.3.6.1.2.1.1.1.0|4|EDS-P506E-4PoE-2GTXSFP
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8691.7.162
1.3.6.1.2.1.1.3.0|67|1019333
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 1
1.3.6.1.2.1.2.2.1.2.2|4|Ethernet Port 2
1.3.6.1.2.1.2.2.1.2.3|4|Ethernet Port 3
1.3.6.1.2.1.2.2.1.2.4|4|Ethernet Port 4
1.3.6.1.2.1.2.2.1.2.5|4|Ethernet Port G1
1.3.6.1.2.1.2.2.1.2.6|4|Ethernet Port G2
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.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|9712
1.3.6.1.2.1.2.2.1.4.2|2|9712
1.3.6.1.2.1.2.2.1.4.3|2|9712
1.3.6.1.2.1.2.2.1.4.4|2|9712
1.3.6.1.2.1.2.2.1.4.5|2|9712
1.3.6.1.2.1.2.2.1.4.6|2|9712
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.129|4x|0090E8AA5E9E
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.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|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|1
1.3.6.1.2.1.2.2.1.8.6|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|3650288
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|6044154
1.3.6.1.2.1.2.2.1.9.5|67|7496441
1.3.6.1.2.1.2.2.1.9.6|67|7473716
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|347
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|200
1.3.6.1.2.1.2.2.1.13.5|65|62
1.3.6.1.2.1.2.2.1.13.6|65|63
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|7
1.3.6.1.2.1.2.2.1.14.6|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|57222775
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|57222808
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.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.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|8696
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|8695
1.3.6.1.2.1.4.10.0|65|9810
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.127.0.0.1|2|130
1.3.6.1.2.1.4.20.1.2.192.168.127.253|2|129
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.20.1.3.192.168.127.253|64|255.255.255.0
1.3.6.1.2.1.4.22.1.2.1.192.168.127.2|4x|A0CEC8CE1234
1.3.6.1.2.1.5.1.0|65|464
1.3.6.1.2.1.5.2.0|65|0
1.3.6.1.2.1.5.3.0|65|0
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|464
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|470
1.3.6.1.2.1.5.15.0|65|0
1.3.6.1.2.1.5.16.0|65|6
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|464
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|626
1.3.6.1.2.1.6.7.0|65|0
1.3.6.1.2.1.6.8.0|65|6
1.3.6.1.2.1.6.9.0|66|0
1.3.6.1.2.1.6.10.0|65|4816
1.3.6.1.2.1.6.11.0|65|5921
1.3.6.1.2.1.6.12.0|65|0
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|3460
1.3.6.1.2.1.7.2.0|65|6
1.3.6.1.2.1.7.3.0|65|0
1.3.6.1.2.1.7.4.0|65|3454
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.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|3425
1.3.6.1.2.1.11.2.0|65|3425
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|22472
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|3242
1.3.6.1.2.1.11.16.0|65|196
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|3449
1.3.6.1.2.1.11.29.0|65|0
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|0090E8AA1234
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.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.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.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.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.5.1|2|200000
1.3.6.1.2.1.17.2.15.1.5.2|2|200000
1.3.6.1.2.1.17.2.15.1.5.3|2|200000
1.3.6.1.2.1.17.2.15.1.5.4|2|200000
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.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.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.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.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.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.7.1.1.1.0|2|1
1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.144.232.168.18.150|2|4
1.3.6.1.2.1.17.7.1.4.2.1.3.5327.1|66|1
1.3.6.1.2.1.17.7.1.4.2.1.3.5336.1|66|1
1.3.6.1.2.1.17.7.1.4.2.1.3.5345.1|66|1
1.3.6.1.2.1.17.7.1.4.2.1.3.5353.1|66|1
1.3.6.1.2.1.17.7.1.4.2.1.3.5362.1|66|1
1.3.6.1.2.1.17.7.1.4.2.1.3.5371.1|66|1
1.3.6.1.2.1.17.7.1.4.2.1.3.5374.1|66|1
1.3.6.1.2.1.17.7.1.4.2.1.3.5387.1|66|1
1.3.6.1.2.1.17.7.1.4.2.1.4.5327.1|4x|80
1.3.6.1.2.1.17.7.1.4.2.1.4.5336.1|4x|C0
1.3.6.1.2.1.17.7.1.4.2.1.4.5345.1|4x|E0
1.3.6.1.2.1.17.7.1.4.2.1.4.5353.1|4x|F0
1.3.6.1.2.1.17.7.1.4.2.1.4.5362.1|4x|F8
1.3.6.1.2.1.17.7.1.4.2.1.4.5371.1|4x|FC
1.3.6.1.2.1.17.7.1.4.2.1.4.5374.1|4x|FC
1.3.6.1.2.1.17.7.1.4.2.1.4.5387.1|4x|FC
1.3.6.1.2.1.17.7.1.4.2.1.5.5327.1|4x|80
1.3.6.1.2.1.17.7.1.4.2.1.5.5336.1|4x|C0
1.3.6.1.2.1.17.7.1.4.2.1.5.5345.1|4x|E0
1.3.6.1.2.1.17.7.1.4.2.1.5.5353.1|4x|F0
1.3.6.1.2.1.17.7.1.4.2.1.5.5362.1|4x|F8
1.3.6.1.2.1.17.7.1.4.2.1.5.5371.1|4x|FC
1.3.6.1.2.1.17.7.1.4.2.1.5.5374.1|4x|FC
1.3.6.1.2.1.17.7.1.4.2.1.5.5387.1|4x|FC
1.3.6.1.2.1.17.7.1.4.3.1.1.1|4|
1.3.6.1.2.1.17.7.1.4.5.1.1.1|66|1
1.3.6.1.2.1.17.7.1.4.5.1.1.2|66|1
1.3.6.1.2.1.17.7.1.4.5.1.1.3|66|1
1.3.6.1.2.1.17.7.1.4.5.1.1.4|66|1
1.3.6.1.2.1.17.7.1.4.5.1.1.5|66|1
1.3.6.1.2.1.17.7.1.4.5.1.1.6|66|1
1.3.6.1.2.1.31.1.1.1.1.1|4|Ethernet Port 1
1.3.6.1.2.1.31.1.1.1.1.2|4|Ethernet Port 2
1.3.6.1.2.1.31.1.1.1.1.3|4|Ethernet Port 3
1.3.6.1.2.1.31.1.1.1.1.4|4|Ethernet Port 4
1.3.6.1.2.1.31.1.1.1.1.5|4|Ethernet Port G1
1.3.6.1.2.1.31.1.1.1.1.6|4|Ethernet Port G2
1.3.6.1.2.1.31.1.1.1.2.1|65|772
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|138
1.3.6.1.2.1.31.1.1.1.2.5|65|29997101
1.3.6.1.2.1.31.1.1.1.2.6|65|29264670
1.3.6.1.2.1.31.1.1.1.3.1|65|3956
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|141
1.3.6.1.2.1.31.1.1.1.3.5|65|157362
1.3.6.1.2.1.31.1.1.1.3.6|65|149007
1.3.6.1.2.1.31.1.1.1.4.1|65|2966676
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|2966610
1.3.6.1.2.1.31.1.1.1.4.5|65|30004781
1.3.6.1.2.1.31.1.1.1.4.6|65|29267600
1.3.6.1.2.1.31.1.1.1.5.1|65|128188
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|130266
1.3.6.1.2.1.31.1.1.1.5.5|65|159260
1.3.6.1.2.1.31.1.1.1.5.6|65|149032
1.3.6.1.2.1.31.1.1.1.6.1|70|1593573
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|38936
1.3.6.1.2.1.31.1.1.1.6.5|70|6639427586
1.3.6.1.2.1.31.1.1.1.6.6|70|6476867828
1.3.6.1.2.1.31.1.1.1.7.1|70|8755
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|200
1.3.6.1.2.1.31.1.1.1.7.5|70|327
1.3.6.1.2.1.31.1.1.1.7.6|70|324
1.3.6.1.2.1.31.1.1.1.8.1|70|772
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|138
1.3.6.1.2.1.31.1.1.1.8.5|70|29997101
1.3.6.1.2.1.31.1.1.1.8.6|70|29264670
1.3.6.1.2.1.31.1.1.1.9.1|70|3956
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|141
1.3.6.1.2.1.31.1.1.1.9.5|70|157362
1.3.6.1.2.1.31.1.1.1.9.6|70|149007
1.3.6.1.2.1.31.1.1.1.10.1|70|669540265
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|663911329
1.3.6.1.2.1.31.1.1.1.10.5|70|6641245390
1.3.6.1.2.1.31.1.1.1.10.6|70|6477634532
1.3.6.1.2.1.31.1.1.1.11.1|70|9845
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|0
1.3.6.1.2.1.31.1.1.1.11.5|70|324
1.3.6.1.2.1.31.1.1.1.11.6|70|327
1.3.6.1.2.1.31.1.1.1.12.1|70|2966676
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|2966610
1.3.6.1.2.1.31.1.1.1.12.5|70|30004781
1.3.6.1.2.1.31.1.1.1.12.6|70|29267600
1.3.6.1.2.1.31.1.1.1.13.1|70|128188
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|130266
1.3.6.1.2.1.31.1.1.1.13.5|70|159260
1.3.6.1.2.1.31.1.1.1.13.6|70|149032
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|0
1.3.6.1.2.1.31.1.1.1.15.3|66|0
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|0
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.4.1.8691.7.162.1.2.0|4|EDS-P506E-4PoE-2GTXSFP-T
1.3.6.1.4.1.8691.7.162.1.4.0|4|V5.7 build 21071517
1.3.6.1.4.1.8691.7.162.1.10.1.0|2|0
1.3.6.1.4.1.8691.7.162.1.10.2.0|2|1
1.3.6.1.4.1.8691.7.162.1.10.11.1.4.5|4|3.4
1.3.6.1.4.1.8691.7.162.1.10.11.1.5.5|4|56.2
1.3.6.1.4.1.8691.7.162.1.10.11.1.7.5|4|-5.2
1.3.6.1.4.1.8691.7.162.1.10.11.1.9.5|4|-5.4
1.3.6.1.4.1.8691.7.162.1.40.6.1.2.1|2|-1
1.3.6.1.4.1.8691.7.162.1.40.6.1.2.2|2|-1
1.3.6.1.4.1.8691.7.162.1.40.6.1.2.3|2|-1
1.3.6.1.4.1.8691.7.162.1.40.6.1.2.4|2|5
1.3.6.1.4.1.8691.7.162.1.54.0|2|27
1.3.6.1.4.1.8691.7.162.1.56.0|2|67108864
1.3.6.1.4.1.8691.7.162.1.57.0|2|36290028
1.3.6.1.4.1.8691.7.162.1.58.0|2|30818816
1.3.6.1.4.1.8691.7.162.1.78.0|4|TBBFDxxxxxxx
1.3.6.1.6.3.10.2.1.3.0|2|10186