bdcom/fs-bdcom: add transceiver threshold support (#16203)

* update BDCOM NMS-IF-MIB

* bdcom/fs-bdcom: add transceiver threshold support
This commit is contained in:
Frederik Kriewitz 2024-07-15 23:51:34 +02:00 committed by GitHub
parent 04101c2c6f
commit 5e69d89791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 3864 additions and 1959 deletions

View File

@ -1,3 +1,4 @@
# Transceiver thresholds and vendorPN have been added in firmware version 2.2.0F Build 127804.
mib: NMS-CHASSIS:NMS-FAN-TRAP:NMS-POWER-MIB:NMS-GPON-MIB:NMS-EPON-OLT-PON:NMS-IF-MIB:IF-MIB
modules:
mempools:
@ -35,6 +36,7 @@ modules:
oid:
- ifName
- vendname
- vendorPN
- sfpSeqNum
- waveLen
- sfpPresentStatus
@ -50,15 +52,15 @@ modules:
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.4.{{ $index }}'
descr: '{{ $ifName }} temperature'
index: 'ifSfpParameterTable.temperature.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 256
skip_values: -65535
low_limit: -10
low_warn_limit: -5
warn_limit: 75
high_limit: 80
low_limit: temperatureLowAlarm
low_warn_limit: temperatureLowWarning
warn_limit: temperatureHighWarning
high_limit: temperatureHighAlarm
voltage:
data:
-
@ -71,15 +73,15 @@ modules:
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.5.{{ $index }}'
descr: '{{ $ifName }} voltage'
index: 'ifSfpParameterTable.vlotage.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 10000
skip_values: -65535
low_limit: 3
low_warn_limit: 3.1
warn_limit: 3.5
high_limit: 3.6
low_limit: voltageLowAlarm
low_warn_limit: voltageLowWarning
warn_limit: voltageHighWarning
high_limit: voltageHighAlarm
current:
data:
-
@ -88,44 +90,60 @@ modules:
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.6.{{ $index }}'
descr: '{{ $ifName }} current1'
index: 'ifSfpParameterTable.curr1.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
low_limit: biasLowAlarm
low_warn_limit: biasLowWarning
warn_limit: biasHighWarning
high_limit: biasHighAlarm
-
oid: ifSfpParameterTable
value: curr2
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.10.{{ $index }}'
descr: '{{ $ifName }} current2'
index: 'ifSfpParameterTable.curr2.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
low_limit: biasLowAlarm
low_warn_limit: biasLowWarning
warn_limit: biasHighWarning
high_limit: biasHighAlarm
-
oid: ifSfpParameterTable
value: curr3
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.13.{{ $index }}'
descr: '{{ $ifName }} current3'
index: 'ifSfpParameterTable.curr3.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
low_limit: biasLowAlarm
low_warn_limit: biasLowWarning
warn_limit: biasHighWarning
high_limit: biasHighAlarm
-
oid: ifSfpParameterTable
value: curr4
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.16.{{ $index }}'
descr: '{{ $ifName }} current4'
index: 'ifSfpParameterTable.curr4.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
low_limit: biasLowAlarm
low_warn_limit: biasLowWarning
warn_limit: biasHighWarning
high_limit: biasHighAlarm
dbm:
data:
-
@ -134,88 +152,120 @@ modules:
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.3.{{ $index }}'
descr: '{{ $ifName }} rxPower1'
index: 'ifSfpParameterTable.rxPower1.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: rxPowerLowAlarm
low_warn_limit: rxPowerLowWarning
warn_limit: rxPowerHighWarning
high_limit: rxPowerHighAlarm
-
oid: ifSfpParameterTable
value: rxPower2
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.9.{{ $index }}'
descr: '{{ $ifName }} rxPower2'
index: 'ifSfpParameterTable.rxPower2.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: rxPowerLowAlarm
low_warn_limit: rxPowerLowWarning
warn_limit: rxPowerHighWarning
high_limit: rxPowerHighAlarm
-
oid: ifSfpParameterTable
value: rxPower3
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.12.{{ $index }}'
descr: '{{ $ifName }} rxPower3'
index: 'ifSfpParameterTable.rxPower3.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: rxPowerLowAlarm
low_warn_limit: rxPowerLowWarning
warn_limit: rxPowerHighWarning
high_limit: rxPowerHighAlarm
-
oid: ifSfpParameterTable
value: rxPower4
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.15.{{ $index }}'
descr: '{{ $ifName }} rxPower4'
index: 'ifSfpParameterTable.rxPower4.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: rxPowerLowAlarm
low_warn_limit: rxPowerLowWarning
warn_limit: rxPowerHighWarning
high_limit: rxPowerHighAlarm
-
oid: ifSfpParameterTable
value: txPower1
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.2.{{ $index }}'
descr: '{{ $ifName }} txPower1'
index: 'ifSfpParameterTable.txPower1.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: txPowerLowAlarm
low_warn_limit: txPowerLowWarning
warn_limit: txPowerHighWarning
high_limit: txPowerHighAlarm
-
oid: ifSfpParameterTable
value: txPower2
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.8.{{ $index }}'
descr: '{{ $ifName }} txPower2'
index: 'ifSfpParameterTable.txPower2.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: txPowerLowAlarm
low_warn_limit: txPowerLowWarning
warn_limit: txPowerHighWarning
high_limit: txPowerHighAlarm
-
oid: ifSfpParameterTable
value: txPower3
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.11.{{ $index }}'
descr: '{{ $ifName }} txPower3'
index: 'ifSfpParameterTable.txPower3.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: txPowerLowAlarm
low_warn_limit: txPowerLowWarning
warn_limit: txPowerHighWarning
high_limit: txPowerHighAlarm
-
oid: ifSfpParameterTable
value: txPower4
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.14.{{ $index }}'
descr: '{{ $ifName }} txPower4'
index: 'ifSfpParameterTable.txPower4.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: txPowerLowAlarm
low_warn_limit: txPowerLowWarning
warn_limit: txPowerHighWarning
high_limit: txPowerHighAlarm
humidity:
data:
-
@ -246,7 +296,7 @@ modules:
num_oid: '.1.3.6.1.4.1.3320.9.63.1.7.1.21.{{ $index }}'
descr: 'LOS'
index: 'ifSfpParameterTable.sfpLostStatus.{{ $index }}'
group: 'Transceiverr: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiverr: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
states:

View File

@ -1,3 +1,7 @@
# Fiberstore S3900-R series switches are rebranded BDCOM S2900 switches
# The BDCOM SNMP enterprise ID (3320) has been replaced with the Fiberstore enterprise ID (52642)
# If you make changes here, they probably should be made in the bdcom.yaml too.
# Transceiver thresholds and vendorPN have been added in firmware version 2.2.0F Build 127804.
mib: NMS-CHASSIS:NMS-FAN-TRAP:NMS-POWER-MIB:NMS-GPON-MIB:NMS-EPON-OLT-PON:NMS-IF-MIB:IF-MIB
modules:
mempools:
@ -34,6 +38,7 @@ modules:
oid:
- ifName
- vendname
- vendorPN
- sfpSeqNum
- waveLen
- sfpPresentStatus
@ -49,15 +54,15 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.4.{{ $index }}'
descr: '{{ $ifName }} temperature'
index: 'ifSfpParameterTable.temperature.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 256
skip_values: -65535
low_limit: -10
low_warn_limit: -5
warn_limit: 75
high_limit: 80
low_limit: temperatureLowAlarm
low_warn_limit: temperatureLowWarning
warn_limit: temperatureHighWarning
high_limit: temperatureHighAlarm
voltage:
data:
-
@ -70,15 +75,15 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.5.{{ $index }}'
descr: '{{ $ifName }} voltage'
index: 'ifSfpParameterTable.vlotage.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 10000
skip_values: -65535
low_limit: 3
low_warn_limit: 3.1
warn_limit: 3.5
high_limit: 3.6
low_limit: voltageLowAlarm
low_warn_limit: voltageLowWarning
warn_limit: voltageHighWarning
high_limit: voltageHighAlarm
current:
data:
-
@ -87,44 +92,60 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.6.{{ $index }}'
descr: '{{ $ifName }} current1'
index: 'ifSfpParameterTable.curr1.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
low_limit: biasLowAlarm
low_warn_limit: biasLowWarning
warn_limit: biasHighWarning
high_limit: biasHighAlarm
-
oid: ifSfpParameterTable
value: curr2
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.10.{{ $index }}'
descr: '{{ $ifName }} current2'
index: 'ifSfpParameterTable.curr2.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
low_limit: biasLowAlarm
low_warn_limit: biasLowWarning
warn_limit: biasHighWarning
high_limit: biasHighAlarm
-
oid: ifSfpParameterTable
value: curr3
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.13.{{ $index }}'
descr: '{{ $ifName }} current3'
index: 'ifSfpParameterTable.curr3.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
low_limit: biasLowAlarm
low_warn_limit: biasLowWarning
warn_limit: biasHighWarning
high_limit: biasHighAlarm
-
oid: ifSfpParameterTable
value: curr4
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.16.{{ $index }}'
descr: '{{ $ifName }} current4'
index: 'ifSfpParameterTable.curr4.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
low_limit: biasLowAlarm
low_warn_limit: biasLowWarning
warn_limit: biasHighWarning
high_limit: biasHighAlarm
dbm:
data:
-
@ -133,88 +154,120 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.3.{{ $index }}'
descr: '{{ $ifName }} rxPower1'
index: 'ifSfpParameterTable.rxPower1.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: rxPowerLowAlarm
low_warn_limit: rxPowerLowWarning
warn_limit: rxPowerHighWarning
high_limit: rxPowerHighAlarm
-
oid: ifSfpParameterTable
value: rxPower2
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.9.{{ $index }}'
descr: '{{ $ifName }} rxPower2'
index: 'ifSfpParameterTable.rxPower2.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: rxPowerLowAlarm
low_warn_limit: rxPowerLowWarning
warn_limit: rxPowerHighWarning
high_limit: rxPowerHighAlarm
-
oid: ifSfpParameterTable
value: rxPower3
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.12.{{ $index }}'
descr: '{{ $ifName }} rxPower3'
index: 'ifSfpParameterTable.rxPower3.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: rxPowerLowAlarm
low_warn_limit: rxPowerLowWarning
warn_limit: rxPowerHighWarning
high_limit: rxPowerHighAlarm
-
oid: ifSfpParameterTable
value: rxPower4
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.15.{{ $index }}'
descr: '{{ $ifName }} rxPower4'
index: 'ifSfpParameterTable.rxPower4.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: rxPowerLowAlarm
low_warn_limit: rxPowerLowWarning
warn_limit: rxPowerHighWarning
high_limit: rxPowerHighAlarm
-
oid: ifSfpParameterTable
value: txPower1
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.2.{{ $index }}'
descr: '{{ $ifName }} txPower1'
index: 'ifSfpParameterTable.txPower1.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: txPowerLowAlarm
low_warn_limit: txPowerLowWarning
warn_limit: txPowerHighWarning
high_limit: txPowerHighAlarm
-
oid: ifSfpParameterTable
value: txPower2
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.8.{{ $index }}'
descr: '{{ $ifName }} txPower2'
index: 'ifSfpParameterTable.txPower2.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: txPowerLowAlarm
low_warn_limit: txPowerLowWarning
warn_limit: txPowerHighWarning
high_limit: txPowerHighAlarm
-
oid: ifSfpParameterTable
value: txPower3
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.11.{{ $index }}'
descr: '{{ $ifName }} txPower3'
index: 'ifSfpParameterTable.txPower3.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: txPowerLowAlarm
low_warn_limit: txPowerLowWarning
warn_limit: txPowerHighWarning
high_limit: txPowerHighAlarm
-
oid: ifSfpParameterTable
value: txPower4
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.14.{{ $index }}'
descr: '{{ $ifName }} txPower4'
index: 'ifSfpParameterTable.txPower4.{{ $index }}'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiver: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
low_limit: txPowerLowAlarm
low_warn_limit: txPowerLowWarning
warn_limit: txPowerHighWarning
high_limit: txPowerHighAlarm
humidity:
data:
-
@ -245,7 +298,7 @@ modules:
num_oid: '.1.3.6.1.4.1.52642.9.63.1.7.1.21.{{ $index }}'
descr: 'LOS'
index: 'ifSfpParameterTable.sfpLostStatus.{{ $index }}'
group: 'Transceiverr: {{ $ifName }} (Vendor: {{ $vendname }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
group: 'Transceiverr: {{ $ifName }} (Vendor: {{ $vendname }} PN: {{ $vendorPN }} S/N: {{ $sfpSeqNum }} {{ $waveLen }}nm)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
states:

View File

@ -412,6 +412,50 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
sfpMismatchStatus
INTEGER,
sfpSeqNum
OCTET STRING,
-- new added
voltageHighAlarm
INTEGER,
voltageHighWarning
INTEGER,
voltageLowWarning
INTEGER,
voltageLowAlarm
INTEGER,
temperatureHighAlarm
INTEGER,
temperatureHighWarning
INTEGER,
temperatureLowWarning
INTEGER,
temperatureLowAlarm
INTEGER,
biasHighAlarm
INTEGER,
biasHighWarning
INTEGER,
biasLowWarning
INTEGER,
biasLowAlarm
INTEGER,
txPowerHighAlarm
INTEGER,
txPowerHighWarning
INTEGER,
txPowerLowWarning
INTEGER,
txPowerLowAlarm
INTEGER,
rxPowerHighAlarm
INTEGER,
rxPowerHighWarning
INTEGER,
rxPowerLowWarning
INTEGER,
rxPowerLowAlarm
INTEGER,
vendorPN
OCTET STRING
}
@ -603,10 +647,176 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
DESCRIPTION
"SFP sequence number. "
::= { ifSfpParameterEntry 23 }
-- new added
voltageHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Voltage High Alarm Threshold. Unit is 0.1mV."
::= { ifSfpParameterEntry 24 }
voltageHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Voltage High Warning Threshold. Unit is 0.1mV."
::= { ifSfpParameterEntry 25 }
voltageLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Voltage Low Warning Threshold. Unit is 0.1mV."
::= { ifSfpParameterEntry 26 }
voltageLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"VoltageLowAlarm Threshold. Unit is 0.1mV."
::= { ifSfpParameterEntry 27 }
temperatureHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temperature High Alarm Threshold. Unit is 1/256 degree."
::= { ifSfpParameterEntry 28 }
temperatureHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temperature High Warning Threshold. Unit is 1/256 degree."
::= { ifSfpParameterEntry 29 }
temperatureLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temperature Low Warning Threshold. Unit is 1/256 degree."
::= { ifSfpParameterEntry 30 }
temperatureLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temperature Low Alarm Threshold. Unit is 1/256 degree."
::= { ifSfpParameterEntry 31 }
biasHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Bias High Alarm Threshold. Unit is 2uA."
::= { ifSfpParameterEntry 32 }
biasHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Bias High Warning Threshold. Unit is 2uA."
::= { ifSfpParameterEntry 33 }
biasLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Bias Low Warning Threshold. Unit is 2uA."
::= { ifSfpParameterEntry 34 }
biasLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Bias Low Alarm Threshold. Unit is 2uA."
::= { ifSfpParameterEntry 35 }
txPowerHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Tx Power High Alarm Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 36 }
txPowerHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Tx Power High Warning Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 37 }
txPowerLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Tx Power Low Warning Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 38 }
txPowerLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Tx Power Low Alarm Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 39 }
rxPowerHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Rx Power High Alarm Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 40 }
rxPowerHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Rx Power High Warning Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 41 }
rxPowerLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Rx Power Low Warning Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 42 }
rxPowerLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Rx Power Low Alarm Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 43 }
vendorPN OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"SFP vendor part number."
::= { ifSfpParameterEntry 44 }
@ -729,7 +939,7 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
"Set the MTU size in bytes <1500-9216>."
::= { ifportMtuEntry 2 }
-- stormctlWarningSTORM-CONTROL告警1.3.6.1.4.1.3320.9.63.1.10
stormctlWarning OBJECT IDENTIFIER ::= { nmsIfObjects 10 }
@ -790,7 +1000,7 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
-- trafficNotifytraffic notify告警1.3.6.1.4.1.3320.9.63.1.11
trafficNotify OBJECT IDENTIFIER ::= { nmsIfObjects 11 }
@ -873,7 +1083,7 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
::= { trafficNotifyConfig 2 }
-- ifTrafficNotifyTable 端口的traffic notify报警利用率1.3.6.1.4.1.3320.9.63.1.12
ifTrafficNotifyTable OBJECT-TYPE
SYNTAX SEQUENCE OF IfTrafficNotifyEntry
ACCESS not-accessible
@ -960,7 +1170,7 @@ ifTrafficNotifyTable OBJECT-TYPE
-- port-security-violation-notify端口安全保护动作日志1.3.6.1.4.1.3320.9.63.1.13
portSecurityViolationNotify OBJECT IDENTIFIER ::= { nmsIfObjects 13 }
@ -1008,6 +1218,105 @@ ifTrafficNotifyTable OBJECT-TYPE
physicalIfConfig2Table OBJECT-TYPE
SYNTAX SEQUENCE OF PhysicalIfConfig2Entry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A interface list of physical mode configuration."
::= { nmsIfObjects 14 }
physicalIfConfig2Entry OBJECT-TYPE
SYNTAX PhysicalIfConfig2Entry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A collection of physical mode configuration in the
interface table."
INDEX { ifConfigIndex }
::= { physicalIfConfig2Table 1 }
PhysicalIfConfig2Entry ::=
SEQUENCE {
ifConfigIndex
INTEGER,
fiberAutoConfig
INTEGER,
autoNegoConfig
INTEGER,
speedConfig
INTEGER,
duplexConfig
INTEGER
}
ifConfigIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Index of interface. The same value as ifIndex in ifTable of RFC1213."
::= { physicalIfConfig2Entry 1 }
fiberAutoConfig OBJECT-TYPE
SYNTAX INTEGER{
enable(1),
disable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Fiber port auto config mode,include speed ,duplex and autonego. "
::= { physicalIfConfig2Entry 2 }
autoNegoConfig OBJECT-TYPE
SYNTAX INTEGER{
enable(1),
disable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Port Auto Negotiation Config.if enable,can't configure speed or Duplex. "
::= { physicalIfConfig2Entry 3 }
speedConfig OBJECT-TYPE
SYNTAX INTEGER{
speed-10M(1),
speed-100M(2),
speed-1000M(3),
speed-10000M(4),
speed-40000M(5),
speed-100000M(6)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Interface speed. Only valid for non-PON interface.If AutoNegoConfig or fiberAutoConfig is enable,Speed Configuration is not in operation. "
::= { physicalIfConfig2Entry 4 }
duplexConfig OBJECT-TYPE
SYNTAX INTEGER{
full(1),
half(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Interface duplex. Only valid for non-PON interface.If AutoNegoConfig or fiberAutoConfig is enable,Duplex Configuration is not in operation. "
::= { physicalIfConfig2Entry 5 }
END

View File

@ -412,6 +412,50 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
sfpMismatchStatus
INTEGER,
sfpSeqNum
OCTET STRING,
-- new added
voltageHighAlarm
INTEGER,
voltageHighWarning
INTEGER,
voltageLowWarning
INTEGER,
voltageLowAlarm
INTEGER,
temperatureHighAlarm
INTEGER,
temperatureHighWarning
INTEGER,
temperatureLowWarning
INTEGER,
temperatureLowAlarm
INTEGER,
biasHighAlarm
INTEGER,
biasHighWarning
INTEGER,
biasLowWarning
INTEGER,
biasLowAlarm
INTEGER,
txPowerHighAlarm
INTEGER,
txPowerHighWarning
INTEGER,
txPowerLowWarning
INTEGER,
txPowerLowAlarm
INTEGER,
rxPowerHighAlarm
INTEGER,
rxPowerHighWarning
INTEGER,
rxPowerLowWarning
INTEGER,
rxPowerLowAlarm
INTEGER,
vendorPN
OCTET STRING
}
@ -603,10 +647,176 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
DESCRIPTION
"SFP sequence number. "
::= { ifSfpParameterEntry 23 }
-- new added
voltageHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Voltage High Alarm Threshold. Unit is 0.1mV."
::= { ifSfpParameterEntry 24 }
voltageHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Voltage High Warning Threshold. Unit is 0.1mV."
::= { ifSfpParameterEntry 25 }
voltageLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Voltage Low Warning Threshold. Unit is 0.1mV."
::= { ifSfpParameterEntry 26 }
voltageLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"VoltageLowAlarm Threshold. Unit is 0.1mV."
::= { ifSfpParameterEntry 27 }
temperatureHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temperature High Alarm Threshold. Unit is 1/256 degree."
::= { ifSfpParameterEntry 28 }
temperatureHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temperature High Warning Threshold. Unit is 1/256 degree."
::= { ifSfpParameterEntry 29 }
temperatureLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temperature Low Warning Threshold. Unit is 1/256 degree."
::= { ifSfpParameterEntry 30 }
temperatureLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temperature Low Alarm Threshold. Unit is 1/256 degree."
::= { ifSfpParameterEntry 31 }
biasHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Bias High Alarm Threshold. Unit is 2uA."
::= { ifSfpParameterEntry 32 }
biasHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Bias High Warning Threshold. Unit is 2uA."
::= { ifSfpParameterEntry 33 }
biasLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Bias Low Warning Threshold. Unit is 2uA."
::= { ifSfpParameterEntry 34 }
biasLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Bias Low Alarm Threshold. Unit is 2uA."
::= { ifSfpParameterEntry 35 }
txPowerHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Tx Power High Alarm Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 36 }
txPowerHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Tx Power High Warning Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 37 }
txPowerLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Tx Power Low Warning Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 38 }
txPowerLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Tx Power Low Alarm Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 39 }
rxPowerHighAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Rx Power High Alarm Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 40 }
rxPowerHighWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Rx Power High Warning Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 41 }
rxPowerLowWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Rx Power Low Warning Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 42 }
rxPowerLowAlarm OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Rx Power Low Alarm Threshold. Unit is 0.01dBm."
::= { ifSfpParameterEntry 43 }
vendorPN OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"SFP vendor part number."
::= { ifSfpParameterEntry 44 }
@ -729,7 +939,7 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
"Set the MTU size in bytes <1500-9216>."
::= { ifportMtuEntry 2 }
-- stormctlWarningSTORM-CONTROL告警1.3.6.1.4.1.3320.9.63.1.10
stormctlWarning OBJECT IDENTIFIER ::= { nmsIfObjects 10 }
@ -790,7 +1000,7 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
-- trafficNotifytraffic notify告警1.3.6.1.4.1.3320.9.63.1.11
trafficNotify OBJECT IDENTIFIER ::= { nmsIfObjects 11 }
@ -873,7 +1083,7 @@ nmsIfObjects OBJECT IDENTIFIER ::= { nmsIfMIB 1 }
::= { trafficNotifyConfig 2 }
-- ifTrafficNotifyTable 端口的traffic notify报警利用率1.3.6.1.4.1.3320.9.63.1.12
ifTrafficNotifyTable OBJECT-TYPE
SYNTAX SEQUENCE OF IfTrafficNotifyEntry
ACCESS not-accessible
@ -960,7 +1170,7 @@ ifTrafficNotifyTable OBJECT-TYPE
-- port-security-violation-notify端口安全保护动作日志1.3.6.1.4.1.3320.9.63.1.13
portSecurityViolationNotify OBJECT IDENTIFIER ::= { nmsIfObjects 13 }
@ -1008,6 +1218,105 @@ ifTrafficNotifyTable OBJECT-TYPE
physicalIfConfig2Table OBJECT-TYPE
SYNTAX SEQUENCE OF PhysicalIfConfig2Entry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A interface list of physical mode configuration."
::= { nmsIfObjects 14 }
physicalIfConfig2Entry OBJECT-TYPE
SYNTAX PhysicalIfConfig2Entry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A collection of physical mode configuration in the
interface table."
INDEX { ifConfigIndex }
::= { physicalIfConfig2Table 1 }
PhysicalIfConfig2Entry ::=
SEQUENCE {
ifConfigIndex
INTEGER,
fiberAutoConfig
INTEGER,
autoNegoConfig
INTEGER,
speedConfig
INTEGER,
duplexConfig
INTEGER
}
ifConfigIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Index of interface. The same value as ifIndex in ifTable of RFC1213."
::= { physicalIfConfig2Entry 1 }
fiberAutoConfig OBJECT-TYPE
SYNTAX INTEGER{
enable(1),
disable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Fiber port auto config mode,include speed ,duplex and autonego. "
::= { physicalIfConfig2Entry 2 }
autoNegoConfig OBJECT-TYPE
SYNTAX INTEGER{
enable(1),
disable(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Port Auto Negotiation Config.if enable,can't configure speed or Duplex. "
::= { physicalIfConfig2Entry 3 }
speedConfig OBJECT-TYPE
SYNTAX INTEGER{
speed-10M(1),
speed-100M(2),
speed-1000M(3),
speed-10000M(4),
speed-40000M(5),
speed-100000M(6)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Interface speed. Only valid for non-PON interface.If AutoNegoConfig or fiberAutoConfig is enable,Speed Configuration is not in operation. "
::= { physicalIfConfig2Entry 4 }
duplexConfig OBJECT-TYPE
SYNTAX INTEGER{
full(1),
half(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Interface duplex. Only valid for non-PON interface.If AutoNegoConfig or fiberAutoConfig is enable,Duplex Configuration is not in operation. "
::= { physicalIfConfig2Entry 5 }
END

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -17936,6 +17936,10 @@
1.3.6.1.2.1.31.1.2.1.3.192.0|2|1
1.3.6.1.2.1.31.1.2.1.3.677.0|2|1
1.3.6.1.2.1.31.1.2.1.3.678.0|2|1
1.3.6.1.2.1.55.1.8.1.2.42.0.14.96.175.255.39.118.0.0.0.0.46.49.0.1|2|64
1.3.6.1.2.1.55.1.8.1.2.254.128.2.167.0.0.0.0.190.96.107.255.254.238.177.247|2|64
1.3.6.1.2.1.55.1.8.1.3.42.0.14.96.175.255.39.118.0.0.0.0.46.49.0.1|2|2
1.3.6.1.2.1.55.1.8.1.3.254.128.2.167.0.0.0.0.190.96.107.255.254.238.177.247|2|2
1.3.6.1.4.1.3320.3.6.10.1.3.0|4|S2900-24S8C4X
1.3.6.1.4.1.3320.3.6.10.1.4.0|4|20073019744
1.3.6.1.4.1.3320.3.6.10.1.6.0|4|2.2.0F Build 123539
@ -18588,6 +18592,594 @@
1.3.6.1.4.1.3320.9.63.1.7.1.23.190|4|
1.3.6.1.4.1.3320.9.63.1.7.1.23.191|4|FO200925S826
1.3.6.1.4.1.3320.9.63.1.7.1.23.192|4|FO220421S622
1.3.6.1.4.1.3320.9.63.1.7.1.24.165|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.166|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.167|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.168|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.169|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.170|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.171|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.172|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.173|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.174|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.175|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.176|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.177|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.178|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.179|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.180|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.181|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.182|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.183|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.184|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.185|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.186|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.187|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.188|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.24.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.24.191|2|36000
1.3.6.1.4.1.3320.9.63.1.7.1.24.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.25.165|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.166|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.167|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.168|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.169|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.170|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.171|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.172|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.173|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.174|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.175|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.176|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.177|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.178|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.179|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.180|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.181|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.182|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.183|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.184|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.185|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.186|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.187|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.188|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.25.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.25.191|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.25.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.26.165|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.166|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.167|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.168|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.169|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.170|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.171|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.172|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.173|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.174|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.175|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.176|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.177|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.178|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.179|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.180|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.181|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.182|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.183|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.184|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.185|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.186|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.187|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.188|2|31000
1.3.6.1.4.1.3320.9.63.1.7.1.26.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.26.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.26.191|2|29000
1.3.6.1.4.1.3320.9.63.1.7.1.26.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.27.165|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.166|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.167|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.168|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.169|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.170|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.171|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.172|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.173|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.174|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.175|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.176|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.177|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.178|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.179|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.180|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.181|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.182|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.183|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.184|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.185|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.186|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.187|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.188|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.27.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.27.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.27.191|2|28000
1.3.6.1.4.1.3320.9.63.1.7.1.27.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.28.165|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.166|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.167|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.168|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.169|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.170|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.171|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.172|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.173|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.174|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.175|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.176|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.177|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.178|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.179|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.180|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.181|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.182|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.183|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.184|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.185|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.186|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.187|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.188|2|20480
1.3.6.1.4.1.3320.9.63.1.7.1.28.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.28.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.28.191|2|23040
1.3.6.1.4.1.3320.9.63.1.7.1.28.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.29.165|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.166|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.167|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.168|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.169|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.170|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.171|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.172|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.173|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.174|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.175|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.176|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.177|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.178|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.179|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.180|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.181|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.182|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.183|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.184|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.185|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.186|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.187|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.188|2|19200
1.3.6.1.4.1.3320.9.63.1.7.1.29.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.29.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.29.191|2|21760
1.3.6.1.4.1.3320.9.63.1.7.1.29.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.30.165|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.166|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.167|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.168|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.169|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.170|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.171|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.172|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.173|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.174|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.175|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.176|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.177|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.178|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.179|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.180|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.181|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.182|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.183|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.184|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.185|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.186|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.187|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.188|2|-1280
1.3.6.1.4.1.3320.9.63.1.7.1.30.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.30.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.30.191|2|-8960
1.3.6.1.4.1.3320.9.63.1.7.1.30.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.31.165|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.166|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.167|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.168|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.169|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.170|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.171|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.172|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.173|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.174|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.175|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.176|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.177|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.178|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.179|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.180|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.181|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.182|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.183|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.184|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.185|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.186|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.187|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.188|2|-2560
1.3.6.1.4.1.3320.9.63.1.7.1.31.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.31.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.31.191|2|-10240
1.3.6.1.4.1.3320.9.63.1.7.1.31.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.32.165|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.166|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.167|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.168|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.169|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.170|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.171|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.172|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.173|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.174|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.175|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.176|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.177|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.178|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.179|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.180|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.181|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.182|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.183|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.184|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.185|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.186|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.187|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.188|2|35000
1.3.6.1.4.1.3320.9.63.1.7.1.32.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.32.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.32.191|2|45000
1.3.6.1.4.1.3320.9.63.1.7.1.32.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.33.165|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.166|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.167|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.168|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.169|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.170|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.171|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.172|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.173|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.174|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.175|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.176|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.177|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.178|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.179|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.180|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.181|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.182|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.183|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.184|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.185|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.186|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.187|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.188|2|30000
1.3.6.1.4.1.3320.9.63.1.7.1.33.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.33.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.33.191|2|40000
1.3.6.1.4.1.3320.9.63.1.7.1.33.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.34.165|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.166|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.167|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.168|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.169|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.170|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.171|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.172|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.173|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.174|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.175|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.176|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.177|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.178|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.179|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.180|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.181|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.182|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.183|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.184|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.185|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.186|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.187|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.188|2|3500
1.3.6.1.4.1.3320.9.63.1.7.1.34.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.34.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.34.191|2|1000
1.3.6.1.4.1.3320.9.63.1.7.1.34.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.35.165|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.166|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.167|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.168|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.169|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.170|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.171|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.172|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.173|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.174|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.175|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.176|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.177|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.178|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.179|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.180|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.181|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.182|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.183|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.184|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.185|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.186|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.187|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.188|2|2500
1.3.6.1.4.1.3320.9.63.1.7.1.35.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.35.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.35.191|2|500
1.3.6.1.4.1.3320.9.63.1.7.1.35.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.36.165|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.166|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.167|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.168|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.169|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.170|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.171|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.172|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.173|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.174|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.175|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.176|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.177|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.178|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.179|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.180|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.181|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.182|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.183|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.184|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.185|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.186|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.187|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.188|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.36.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.36.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.36.191|2|100
1.3.6.1.4.1.3320.9.63.1.7.1.36.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.37.165|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.166|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.167|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.168|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.169|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.170|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.171|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.172|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.173|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.174|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.175|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.176|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.177|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.178|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.179|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.180|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.181|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.182|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.183|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.184|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.185|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.186|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.187|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.188|2|-50
1.3.6.1.4.1.3320.9.63.1.7.1.37.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.37.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.37.191|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.37.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.38.165|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.166|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.167|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.168|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.169|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.170|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.171|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.172|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.173|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.174|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.175|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.176|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.177|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.178|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.179|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.180|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.181|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.182|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.183|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.184|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.185|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.186|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.187|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.188|2|-1050
1.3.6.1.4.1.3320.9.63.1.7.1.38.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.38.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.38.191|2|-800
1.3.6.1.4.1.3320.9.63.1.7.1.38.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.39.165|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.166|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.167|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.168|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.169|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.170|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.171|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.172|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.173|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.174|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.175|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.176|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.177|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.178|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.179|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.180|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.181|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.182|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.183|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.184|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.185|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.186|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.187|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.188|2|-1151
1.3.6.1.4.1.3320.9.63.1.7.1.39.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.39.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.39.191|2|-900
1.3.6.1.4.1.3320.9.63.1.7.1.39.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.40.165|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.166|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.167|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.168|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.169|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.170|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.171|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.172|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.173|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.174|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.175|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.176|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.177|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.178|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.179|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.180|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.181|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.182|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.183|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.184|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.185|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.186|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.187|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.188|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.40.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.40.191|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.40.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.41.165|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.166|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.167|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.168|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.169|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.170|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.171|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.172|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.173|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.174|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.175|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.176|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.177|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.178|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.179|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.180|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.181|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.182|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.183|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.184|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.185|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.186|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.187|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.188|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.41.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.41.191|2|-100
1.3.6.1.4.1.3320.9.63.1.7.1.41.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.42.165|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.166|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.167|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.168|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.169|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.170|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.171|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.172|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.173|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.174|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.175|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.176|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.177|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.178|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.179|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.180|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.181|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.182|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.183|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.184|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.185|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.186|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.187|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.188|2|-2678
1.3.6.1.4.1.3320.9.63.1.7.1.42.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.42.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.42.191|2|-1600
1.3.6.1.4.1.3320.9.63.1.7.1.42.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.43.165|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.166|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.167|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.168|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.169|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.170|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.171|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.172|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.173|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.174|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.175|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.176|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.177|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.178|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.179|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.180|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.181|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.182|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.183|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.184|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.185|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.186|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.187|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.188|2|-2824
1.3.6.1.4.1.3320.9.63.1.7.1.43.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.43.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.43.191|2|-1699
1.3.6.1.4.1.3320.9.63.1.7.1.43.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.44.165|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.166|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.167|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.168|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.169|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.170|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.171|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.172|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.173|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.174|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.175|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.176|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.177|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.178|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.179|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.180|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.181|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.182|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.183|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.184|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.185|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.186|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.187|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.188|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.3320.9.63.1.7.1.44.189|4|
1.3.6.1.4.1.3320.9.63.1.7.1.44.190|4|
1.3.6.1.4.1.3320.9.63.1.7.1.44.191|4|SFP-10G-LR-10
1.3.6.1.4.1.3320.9.63.1.7.1.44.192|4|DAC-SFP10G-20CM
1.3.6.1.4.1.3320.9.187.4.1.2.0|2|1
1.3.6.1.4.1.3320.9.187.4.1.2.1|2|1
1.3.6.1.4.1.3320.9.187.4.1.2.2|2|1

View File

@ -17936,6 +17936,10 @@
1.3.6.1.2.1.31.1.2.1.3.192.0|2|1
1.3.6.1.2.1.31.1.2.1.3.677.0|2|1
1.3.6.1.2.1.31.1.2.1.3.678.0|2|1
1.3.6.1.2.1.55.1.8.1.2.42.0.14.96.175.255.39.118.0.0.0.0.46.54.0.1|2|64
1.3.6.1.2.1.55.1.8.1.2.254.128.2.167.0.0.0.0.102.157.153.255.254.202.91.9|2|64
1.3.6.1.2.1.55.1.8.1.3.42.0.14.96.175.255.39.118.0.0.0.0.46.54.0.1|2|2
1.3.6.1.2.1.55.1.8.1.3.254.128.2.167.0.0.0.0.102.157.153.255.254.202.91.9|2|2
1.3.6.1.4.1.52642.3.6.10.1.3.0|4|S3900-24F4S-R
1.3.6.1.4.1.52642.3.6.10.1.4.0|4|CG2206232996N00044
1.3.6.1.4.1.52642.3.6.10.1.6.0|4|2.2.0F Build 123539
@ -18588,6 +18592,594 @@
1.3.6.1.4.1.52642.9.63.1.7.1.23.190|4|
1.3.6.1.4.1.52642.9.63.1.7.1.23.191|4|FO220421S604
1.3.6.1.4.1.52642.9.63.1.7.1.23.192|4|FO231024S022
1.3.6.1.4.1.52642.9.63.1.7.1.24.165|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.166|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.167|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.168|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.169|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.170|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.171|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.172|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.173|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.174|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.175|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.176|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.177|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.178|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.179|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.180|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.181|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.182|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.183|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.184|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.185|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.186|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.187|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.188|2|36000
1.3.6.1.4.1.52642.9.63.1.7.1.24.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.24.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.24.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.24.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.25.165|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.166|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.167|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.168|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.169|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.170|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.171|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.172|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.173|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.174|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.175|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.176|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.177|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.178|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.179|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.180|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.181|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.182|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.183|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.184|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.185|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.186|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.187|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.188|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.25.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.25.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.25.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.25.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.26.165|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.166|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.167|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.168|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.169|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.170|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.171|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.172|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.173|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.174|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.175|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.176|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.177|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.178|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.179|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.180|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.181|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.182|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.183|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.184|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.185|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.186|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.187|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.188|2|31000
1.3.6.1.4.1.52642.9.63.1.7.1.26.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.26.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.26.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.26.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.27.165|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.166|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.167|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.168|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.169|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.170|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.171|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.172|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.173|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.174|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.175|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.176|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.177|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.178|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.179|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.180|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.181|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.182|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.183|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.184|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.185|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.186|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.187|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.188|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.27.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.27.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.27.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.27.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.28.165|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.166|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.167|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.168|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.169|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.170|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.171|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.172|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.173|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.174|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.175|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.176|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.177|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.178|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.179|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.180|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.181|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.182|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.183|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.184|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.185|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.186|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.187|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.188|2|20480
1.3.6.1.4.1.52642.9.63.1.7.1.28.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.28.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.28.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.28.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.29.165|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.166|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.167|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.168|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.169|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.170|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.171|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.172|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.173|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.174|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.175|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.176|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.177|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.178|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.179|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.180|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.181|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.182|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.183|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.184|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.185|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.186|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.187|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.188|2|19200
1.3.6.1.4.1.52642.9.63.1.7.1.29.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.29.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.29.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.29.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.30.165|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.166|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.167|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.168|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.169|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.170|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.171|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.172|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.173|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.174|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.175|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.176|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.177|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.178|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.179|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.180|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.181|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.182|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.183|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.184|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.185|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.186|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.187|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.188|2|-1280
1.3.6.1.4.1.52642.9.63.1.7.1.30.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.30.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.30.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.30.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.31.165|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.166|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.167|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.168|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.169|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.170|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.171|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.172|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.173|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.174|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.175|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.176|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.177|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.178|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.179|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.180|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.181|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.182|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.183|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.184|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.185|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.186|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.187|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.188|2|-2560
1.3.6.1.4.1.52642.9.63.1.7.1.31.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.31.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.31.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.31.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.32.165|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.166|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.167|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.168|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.169|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.170|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.171|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.172|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.173|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.174|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.175|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.176|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.177|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.178|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.179|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.180|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.181|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.182|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.183|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.184|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.185|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.186|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.187|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.188|2|35000
1.3.6.1.4.1.52642.9.63.1.7.1.32.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.32.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.32.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.32.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.33.165|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.166|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.167|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.168|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.169|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.170|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.171|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.172|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.173|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.174|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.175|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.176|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.177|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.178|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.179|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.180|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.181|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.182|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.183|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.184|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.185|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.186|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.187|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.188|2|30000
1.3.6.1.4.1.52642.9.63.1.7.1.33.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.33.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.33.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.33.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.34.165|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.166|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.167|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.168|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.169|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.170|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.171|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.172|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.173|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.174|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.175|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.176|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.177|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.178|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.179|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.180|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.181|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.182|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.183|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.184|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.185|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.186|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.187|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.188|2|3500
1.3.6.1.4.1.52642.9.63.1.7.1.34.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.34.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.34.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.34.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.35.165|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.166|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.167|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.168|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.169|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.170|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.171|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.172|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.173|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.174|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.175|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.176|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.177|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.178|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.179|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.180|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.181|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.182|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.183|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.184|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.185|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.186|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.187|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.188|2|2500
1.3.6.1.4.1.52642.9.63.1.7.1.35.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.35.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.35.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.35.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.36.165|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.166|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.167|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.168|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.169|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.170|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.171|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.172|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.173|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.174|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.175|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.176|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.177|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.178|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.179|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.180|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.181|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.182|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.183|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.184|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.185|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.186|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.187|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.188|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.36.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.36.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.36.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.36.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.37.165|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.166|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.167|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.168|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.169|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.170|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.171|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.172|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.173|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.174|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.175|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.176|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.177|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.178|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.179|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.180|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.181|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.182|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.183|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.184|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.185|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.186|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.187|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.188|2|-50
1.3.6.1.4.1.52642.9.63.1.7.1.37.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.37.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.37.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.37.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.38.165|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.166|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.167|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.168|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.169|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.170|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.171|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.172|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.173|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.174|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.175|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.176|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.177|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.178|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.179|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.180|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.181|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.182|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.183|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.184|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.185|2|-1050
1.3.6.1.4.1.52642.9.63.1.7.1.38.186|2|-1250
1.3.6.1.4.1.52642.9.63.1.7.1.38.187|2|-1050
1.3.6.1.4.1.52642.9.63.1.7.1.38.188|2|-1050
1.3.6.1.4.1.52642.9.63.1.7.1.38.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.38.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.38.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.38.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.39.165|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.166|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.167|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.168|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.169|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.170|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.171|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.172|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.173|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.174|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.175|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.176|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.177|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.178|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.179|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.180|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.181|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.182|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.183|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.184|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.185|2|-1151
1.3.6.1.4.1.52642.9.63.1.7.1.39.186|2|-1350
1.3.6.1.4.1.52642.9.63.1.7.1.39.187|2|-1151
1.3.6.1.4.1.52642.9.63.1.7.1.39.188|2|-1151
1.3.6.1.4.1.52642.9.63.1.7.1.39.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.39.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.39.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.39.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.40.165|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.166|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.167|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.168|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.169|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.170|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.171|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.172|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.173|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.174|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.175|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.176|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.177|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.178|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.179|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.180|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.181|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.182|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.183|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.184|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.185|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.186|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.187|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.188|2|0
1.3.6.1.4.1.52642.9.63.1.7.1.40.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.40.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.40.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.40.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.41.165|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.166|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.167|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.168|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.169|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.170|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.171|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.172|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.173|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.174|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.175|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.176|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.177|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.178|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.179|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.180|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.181|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.182|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.183|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.184|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.185|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.186|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.187|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.188|2|-100
1.3.6.1.4.1.52642.9.63.1.7.1.41.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.41.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.41.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.41.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.42.165|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.166|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.167|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.168|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.169|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.170|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.171|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.172|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.173|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.174|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.175|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.176|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.177|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.178|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.179|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.180|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.181|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.182|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.183|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.184|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.185|2|-2678
1.3.6.1.4.1.52642.9.63.1.7.1.42.186|2|-2886
1.3.6.1.4.1.52642.9.63.1.7.1.42.187|2|-2678
1.3.6.1.4.1.52642.9.63.1.7.1.42.188|2|-2678
1.3.6.1.4.1.52642.9.63.1.7.1.42.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.42.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.42.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.42.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.43.165|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.166|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.167|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.168|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.169|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.170|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.171|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.172|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.173|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.174|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.175|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.176|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.177|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.178|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.179|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.180|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.181|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.182|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.183|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.184|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.185|2|-2824
1.3.6.1.4.1.52642.9.63.1.7.1.43.186|2|-3000
1.3.6.1.4.1.52642.9.63.1.7.1.43.187|2|-2824
1.3.6.1.4.1.52642.9.63.1.7.1.43.188|2|-2824
1.3.6.1.4.1.52642.9.63.1.7.1.43.189|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.43.190|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.43.191|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.43.192|2|-65535
1.3.6.1.4.1.52642.9.63.1.7.1.44.165|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.166|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.167|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.168|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.169|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.170|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.171|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.172|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.173|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.174|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.175|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.176|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.177|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.178|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.179|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.180|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.181|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.182|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.183|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.184|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.185|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.186|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.187|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.188|4|SFP-GE-BX20-D(PE
1.3.6.1.4.1.52642.9.63.1.7.1.44.189|4|
1.3.6.1.4.1.52642.9.63.1.7.1.44.190|4|
1.3.6.1.4.1.52642.9.63.1.7.1.44.191|4|DAC-SFP10G-20CM
1.3.6.1.4.1.52642.9.63.1.7.1.44.192|4|DAC-SFP10G-20CM
1.3.6.1.4.1.52642.9.187.4.1.2.0|2|1
1.3.6.1.4.1.52642.9.187.4.1.2.1|2|1
1.3.6.1.4.1.52642.9.187.4.1.2.2|2|1