BDCOM: add transceiver monitoring (#16160)

This commit is contained in:
Frederik Kriewitz
2024-07-10 16:32:13 +02:00
committed by GitHub
parent 711a0f9af9
commit d1fd57a64a
4 changed files with 5639 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
mib: NMS-CHASSIS:NMS-FAN-TRAP:NMS-POWER-MIB:NMS-GPON-MIB:NMS-EPON-OLT-PON
mib: NMS-CHASSIS:NMS-FAN-TRAP:NMS-POWER-MIB:NMS-GPON-MIB:NMS-EPON-OLT-PON:NMS-IF-MIB:IF-MIB
modules:
mempools:
data:
@@ -30,18 +30,192 @@ modules:
oid: nmscardCPUUtilization
num_oid: '.1.3.6.1.4.1.3320.3.6.10.1.11.{{ $index }}'
sensors:
data:
-
oid:
- ifName
- vendname
- sfpSeqNum
- waveLen
- sfpPresentStatus
temperature:
data:
-
oid: nmscardTemperature
num_oid: '.1.3.6.1.4.1.3320.3.6.10.1.13.{{ $index }}'
descr: 'Temperature {{ $index }}'
-
oid: ifSfpParameterTable
value: temperature
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 256
skip_values: -65535
low_limit: -10
low_warn_limit: -5
warn_limit: 75
high_limit: 80
voltage:
data:
-
oid: nmscardVoltage
num_oid: '.1.3.6.1.4.1.3320.3.6.10.1.14.{{ $index }}'
descr: 'Voltage {{ $index }}'
-
oid: ifSfpParameterTable
value: vlotage
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)'
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
current:
data:
-
oid: ifSfpParameterTable
value: curr1
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 500000
skip_values: -65535
dbm:
data:
-
oid: ifSfpParameterTable
value: rxPower1
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
-
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
divisor: 100
skip_values: -65535
humidity:
data:
-
@@ -66,6 +240,23 @@ modules:
- { descr: arithmetic_overflow_exception, graph: 0, value: 12, generic: 2 }
- { descr: trap_exception, graph: 0, value: 13, generic: 2 }
- { descr: deadlock_software_exception, graph: 0, value: 16, generic: 2 }
-
oid: ifSfpParameterTable
value: sfpLostStatus
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)'
entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports
states:
- { descr: normal, graph: 1, value: 1, generic: 0 }
- { descr: lost, graph: 2, value: 2, generic: 2 }
skip_values:
- # skip ports with no tansceiver inserted
oid: sfpPresentStatus
op: '='
value: 2
-
oid: FanStatus
num_oid: '.1.3.6.1.4.1.3320.9.187.4.1.2.{{ $index }}'

1014
mibs/bdcom/NMS-IF-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

@@ -17944,6 +17944,650 @@
1.3.6.1.4.1.3320.3.6.10.1.14.0|2|12
1.3.6.1.4.1.3320.3.6.17.0|2|30
1.3.6.1.4.1.3320.3.6.18.0|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.1.165|2|165
1.3.6.1.4.1.3320.9.63.1.7.1.1.166|2|166
1.3.6.1.4.1.3320.9.63.1.7.1.1.167|2|167
1.3.6.1.4.1.3320.9.63.1.7.1.1.168|2|168
1.3.6.1.4.1.3320.9.63.1.7.1.1.169|2|169
1.3.6.1.4.1.3320.9.63.1.7.1.1.170|2|170
1.3.6.1.4.1.3320.9.63.1.7.1.1.171|2|171
1.3.6.1.4.1.3320.9.63.1.7.1.1.172|2|172
1.3.6.1.4.1.3320.9.63.1.7.1.1.173|2|173
1.3.6.1.4.1.3320.9.63.1.7.1.1.174|2|174
1.3.6.1.4.1.3320.9.63.1.7.1.1.175|2|175
1.3.6.1.4.1.3320.9.63.1.7.1.1.176|2|176
1.3.6.1.4.1.3320.9.63.1.7.1.1.177|2|177
1.3.6.1.4.1.3320.9.63.1.7.1.1.178|2|178
1.3.6.1.4.1.3320.9.63.1.7.1.1.179|2|179
1.3.6.1.4.1.3320.9.63.1.7.1.1.180|2|180
1.3.6.1.4.1.3320.9.63.1.7.1.1.181|2|181
1.3.6.1.4.1.3320.9.63.1.7.1.1.182|2|182
1.3.6.1.4.1.3320.9.63.1.7.1.1.183|2|183
1.3.6.1.4.1.3320.9.63.1.7.1.1.184|2|184
1.3.6.1.4.1.3320.9.63.1.7.1.1.185|2|185
1.3.6.1.4.1.3320.9.63.1.7.1.1.186|2|186
1.3.6.1.4.1.3320.9.63.1.7.1.1.187|2|187
1.3.6.1.4.1.3320.9.63.1.7.1.1.188|2|188
1.3.6.1.4.1.3320.9.63.1.7.1.1.189|2|189
1.3.6.1.4.1.3320.9.63.1.7.1.1.190|2|190
1.3.6.1.4.1.3320.9.63.1.7.1.1.191|2|191
1.3.6.1.4.1.3320.9.63.1.7.1.1.192|2|192
1.3.6.1.4.1.3320.9.63.1.7.1.2.165|2|-508
1.3.6.1.4.1.3320.9.63.1.7.1.2.166|2|-471
1.3.6.1.4.1.3320.9.63.1.7.1.2.167|2|-489
1.3.6.1.4.1.3320.9.63.1.7.1.2.168|2|-493
1.3.6.1.4.1.3320.9.63.1.7.1.2.169|2|-554
1.3.6.1.4.1.3320.9.63.1.7.1.2.170|2|-522
1.3.6.1.4.1.3320.9.63.1.7.1.2.171|2|-512
1.3.6.1.4.1.3320.9.63.1.7.1.2.172|2|-524
1.3.6.1.4.1.3320.9.63.1.7.1.2.173|2|-542
1.3.6.1.4.1.3320.9.63.1.7.1.2.174|2|-505
1.3.6.1.4.1.3320.9.63.1.7.1.2.175|2|-500
1.3.6.1.4.1.3320.9.63.1.7.1.2.176|2|-534
1.3.6.1.4.1.3320.9.63.1.7.1.2.177|2|-542
1.3.6.1.4.1.3320.9.63.1.7.1.2.178|2|-538
1.3.6.1.4.1.3320.9.63.1.7.1.2.179|2|-462
1.3.6.1.4.1.3320.9.63.1.7.1.2.180|2|-495
1.3.6.1.4.1.3320.9.63.1.7.1.2.181|2|-491
1.3.6.1.4.1.3320.9.63.1.7.1.2.182|2|-569
1.3.6.1.4.1.3320.9.63.1.7.1.2.183|2|-572
1.3.6.1.4.1.3320.9.63.1.7.1.2.184|2|-525
1.3.6.1.4.1.3320.9.63.1.7.1.2.185|2|-545
1.3.6.1.4.1.3320.9.63.1.7.1.2.186|2|-504
1.3.6.1.4.1.3320.9.63.1.7.1.2.187|2|-506
1.3.6.1.4.1.3320.9.63.1.7.1.2.188|2|-504
1.3.6.1.4.1.3320.9.63.1.7.1.2.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.2.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.2.191|2|-396
1.3.6.1.4.1.3320.9.63.1.7.1.2.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.3.165|2|-510
1.3.6.1.4.1.3320.9.63.1.7.1.3.166|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.167|2|-570
1.3.6.1.4.1.3320.9.63.1.7.1.3.168|2|-510
1.3.6.1.4.1.3320.9.63.1.7.1.3.169|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.170|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.171|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.172|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.173|2|-510
1.3.6.1.4.1.3320.9.63.1.7.1.3.174|2|-450
1.3.6.1.4.1.3320.9.63.1.7.1.3.175|2|-540
1.3.6.1.4.1.3320.9.63.1.7.1.3.176|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.177|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.178|2|-480
1.3.6.1.4.1.3320.9.63.1.7.1.3.179|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.180|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.181|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.182|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.183|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.184|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.185|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.186|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.187|2|-4000
1.3.6.1.4.1.3320.9.63.1.7.1.3.188|2|-480
1.3.6.1.4.1.3320.9.63.1.7.1.3.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.3.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.3.191|2|-562
1.3.6.1.4.1.3320.9.63.1.7.1.3.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.4.165|2|12032
1.3.6.1.4.1.3320.9.63.1.7.1.4.166|2|11520
1.3.6.1.4.1.3320.9.63.1.7.1.4.167|2|13568
1.3.6.1.4.1.3320.9.63.1.7.1.4.168|2|13056
1.3.6.1.4.1.3320.9.63.1.7.1.4.169|2|12288
1.3.6.1.4.1.3320.9.63.1.7.1.4.170|2|13056
1.3.6.1.4.1.3320.9.63.1.7.1.4.171|2|12032
1.3.6.1.4.1.3320.9.63.1.7.1.4.172|2|13056
1.3.6.1.4.1.3320.9.63.1.7.1.4.173|2|13568
1.3.6.1.4.1.3320.9.63.1.7.1.4.174|2|13568
1.3.6.1.4.1.3320.9.63.1.7.1.4.175|2|13568
1.3.6.1.4.1.3320.9.63.1.7.1.4.176|2|13312
1.3.6.1.4.1.3320.9.63.1.7.1.4.177|2|12544
1.3.6.1.4.1.3320.9.63.1.7.1.4.178|2|13824
1.3.6.1.4.1.3320.9.63.1.7.1.4.179|2|13056
1.3.6.1.4.1.3320.9.63.1.7.1.4.180|2|13056
1.3.6.1.4.1.3320.9.63.1.7.1.4.181|2|13056
1.3.6.1.4.1.3320.9.63.1.7.1.4.182|2|13568
1.3.6.1.4.1.3320.9.63.1.7.1.4.183|2|13056
1.3.6.1.4.1.3320.9.63.1.7.1.4.184|2|13056
1.3.6.1.4.1.3320.9.63.1.7.1.4.185|2|13312
1.3.6.1.4.1.3320.9.63.1.7.1.4.186|2|12800
1.3.6.1.4.1.3320.9.63.1.7.1.4.187|2|12800
1.3.6.1.4.1.3320.9.63.1.7.1.4.188|2|13312
1.3.6.1.4.1.3320.9.63.1.7.1.4.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.4.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.4.191|2|14336
1.3.6.1.4.1.3320.9.63.1.7.1.4.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.5.165|2|33616
1.3.6.1.4.1.3320.9.63.1.7.1.5.166|2|33772
1.3.6.1.4.1.3320.9.63.1.7.1.5.167|2|33460
1.3.6.1.4.1.3320.9.63.1.7.1.5.168|2|33460
1.3.6.1.4.1.3320.9.63.1.7.1.5.169|2|33694
1.3.6.1.4.1.3320.9.63.1.7.1.5.170|2|33460
1.3.6.1.4.1.3320.9.63.1.7.1.5.171|2|33538
1.3.6.1.4.1.3320.9.63.1.7.1.5.172|2|33616
1.3.6.1.4.1.3320.9.63.1.7.1.5.173|2|33616
1.3.6.1.4.1.3320.9.63.1.7.1.5.174|2|33694
1.3.6.1.4.1.3320.9.63.1.7.1.5.175|2|33382
1.3.6.1.4.1.3320.9.63.1.7.1.5.176|2|33850
1.3.6.1.4.1.3320.9.63.1.7.1.5.177|2|33772
1.3.6.1.4.1.3320.9.63.1.7.1.5.178|2|33772
1.3.6.1.4.1.3320.9.63.1.7.1.5.179|2|33694
1.3.6.1.4.1.3320.9.63.1.7.1.5.180|2|33772
1.3.6.1.4.1.3320.9.63.1.7.1.5.181|2|33304
1.3.6.1.4.1.3320.9.63.1.7.1.5.182|2|33382
1.3.6.1.4.1.3320.9.63.1.7.1.5.183|2|33304
1.3.6.1.4.1.3320.9.63.1.7.1.5.184|2|33616
1.3.6.1.4.1.3320.9.63.1.7.1.5.185|2|33616
1.3.6.1.4.1.3320.9.63.1.7.1.5.186|2|33226
1.3.6.1.4.1.3320.9.63.1.7.1.5.187|2|33460
1.3.6.1.4.1.3320.9.63.1.7.1.5.188|2|33382
1.3.6.1.4.1.3320.9.63.1.7.1.5.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.5.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.5.191|2|32720
1.3.6.1.4.1.3320.9.63.1.7.1.5.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.6.165|2|10000
1.3.6.1.4.1.3320.9.63.1.7.1.6.166|2|11067
1.3.6.1.4.1.3320.9.63.1.7.1.6.167|2|11240
1.3.6.1.4.1.3320.9.63.1.7.1.6.168|2|11050
1.3.6.1.4.1.3320.9.63.1.7.1.6.169|2|11293
1.3.6.1.4.1.3320.9.63.1.7.1.6.170|2|11271
1.3.6.1.4.1.3320.9.63.1.7.1.6.171|2|11413
1.3.6.1.4.1.3320.9.63.1.7.1.6.172|2|11141
1.3.6.1.4.1.3320.9.63.1.7.1.6.173|2|11160
1.3.6.1.4.1.3320.9.63.1.7.1.6.174|2|11277
1.3.6.1.4.1.3320.9.63.1.7.1.6.175|2|11502
1.3.6.1.4.1.3320.9.63.1.7.1.6.176|2|11349
1.3.6.1.4.1.3320.9.63.1.7.1.6.177|2|11165
1.3.6.1.4.1.3320.9.63.1.7.1.6.178|2|11522
1.3.6.1.4.1.3320.9.63.1.7.1.6.179|2|11754
1.3.6.1.4.1.3320.9.63.1.7.1.6.180|2|11489
1.3.6.1.4.1.3320.9.63.1.7.1.6.181|2|11383
1.3.6.1.4.1.3320.9.63.1.7.1.6.182|2|11343
1.3.6.1.4.1.3320.9.63.1.7.1.6.183|2|11266
1.3.6.1.4.1.3320.9.63.1.7.1.6.184|2|11383
1.3.6.1.4.1.3320.9.63.1.7.1.6.185|2|11377
1.3.6.1.4.1.3320.9.63.1.7.1.6.186|2|11739
1.3.6.1.4.1.3320.9.63.1.7.1.6.187|2|11293
1.3.6.1.4.1.3320.9.63.1.7.1.6.188|2|11401
1.3.6.1.4.1.3320.9.63.1.7.1.6.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.6.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.6.191|2|29357
1.3.6.1.4.1.3320.9.63.1.7.1.6.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.7.165|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.166|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.167|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.168|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.169|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.170|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.171|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.172|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.173|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.174|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.175|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.176|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.177|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.178|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.179|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.180|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.181|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.182|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.183|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.184|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.185|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.186|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.187|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.188|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.189|4|
1.3.6.1.4.1.3320.9.63.1.7.1.7.190|4|
1.3.6.1.4.1.3320.9.63.1.7.1.7.191|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.7.192|4|fiberONE
1.3.6.1.4.1.3320.9.63.1.7.1.8.165|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.166|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.167|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.168|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.169|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.170|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.171|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.172|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.173|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.174|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.175|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.176|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.177|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.178|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.179|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.180|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.181|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.182|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.183|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.184|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.185|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.186|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.187|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.188|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.191|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.8.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.165|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.166|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.167|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.168|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.169|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.170|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.171|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.172|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.173|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.174|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.175|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.176|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.177|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.178|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.179|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.180|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.181|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.182|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.183|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.184|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.185|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.186|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.187|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.188|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.191|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.9.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.165|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.166|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.167|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.168|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.169|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.170|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.171|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.172|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.173|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.174|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.175|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.176|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.177|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.178|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.179|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.180|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.181|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.182|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.183|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.184|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.185|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.186|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.187|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.188|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.191|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.10.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.165|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.166|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.167|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.168|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.169|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.170|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.171|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.172|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.173|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.174|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.175|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.176|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.177|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.178|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.179|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.180|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.181|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.182|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.183|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.184|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.185|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.186|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.187|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.188|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.191|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.11.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.165|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.166|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.167|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.168|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.169|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.170|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.171|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.172|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.173|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.174|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.175|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.176|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.177|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.178|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.179|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.180|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.181|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.182|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.183|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.184|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.185|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.186|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.187|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.188|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.191|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.12.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.165|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.166|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.167|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.168|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.169|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.170|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.171|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.172|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.173|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.174|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.175|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.176|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.177|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.178|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.179|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.180|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.181|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.182|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.183|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.184|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.185|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.186|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.187|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.188|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.191|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.13.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.165|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.166|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.167|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.168|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.169|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.170|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.171|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.172|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.173|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.174|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.175|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.176|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.177|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.178|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.179|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.180|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.181|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.182|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.183|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.184|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.185|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.186|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.187|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.188|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.191|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.14.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.165|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.166|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.167|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.168|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.169|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.170|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.171|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.172|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.173|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.174|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.175|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.176|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.177|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.178|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.179|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.180|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.181|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.182|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.183|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.184|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.185|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.186|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.187|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.188|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.191|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.15.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.165|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.166|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.167|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.168|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.169|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.170|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.171|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.172|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.173|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.174|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.175|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.176|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.177|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.178|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.179|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.180|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.181|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.182|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.183|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.184|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.185|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.186|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.187|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.188|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.191|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.16.192|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.17.165|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.166|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.167|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.168|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.169|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.170|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.171|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.172|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.173|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.174|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.175|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.176|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.177|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.178|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.179|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.180|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.181|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.182|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.183|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.184|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.185|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.186|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.187|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.188|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.189|2|3
1.3.6.1.4.1.3320.9.63.1.7.1.17.190|2|3
1.3.6.1.4.1.3320.9.63.1.7.1.17.191|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.17.192|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.18.165|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.166|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.167|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.168|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.169|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.170|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.171|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.172|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.173|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.174|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.175|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.176|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.177|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.178|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.179|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.180|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.181|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.182|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.183|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.184|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.185|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.186|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.187|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.188|2|20000
1.3.6.1.4.1.3320.9.63.1.7.1.18.189|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.18.190|2|-65535
1.3.6.1.4.1.3320.9.63.1.7.1.18.191|2|10000
1.3.6.1.4.1.3320.9.63.1.7.1.18.192|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.19.165|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.166|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.167|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.168|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.169|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.170|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.171|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.172|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.173|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.174|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.175|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.176|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.177|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.178|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.179|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.180|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.181|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.182|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.183|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.184|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.185|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.186|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.187|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.188|2|1490
1.3.6.1.4.1.3320.9.63.1.7.1.19.189|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.19.190|2|0
1.3.6.1.4.1.3320.9.63.1.7.1.19.191|2|1310
1.3.6.1.4.1.3320.9.63.1.7.1.19.192|2|65535
1.3.6.1.4.1.3320.9.63.1.7.1.20.165|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.166|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.167|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.168|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.169|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.170|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.171|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.172|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.173|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.174|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.175|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.176|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.177|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.178|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.179|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.180|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.181|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.182|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.183|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.184|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.185|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.186|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.187|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.188|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.189|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.20.190|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.20.191|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.20.192|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.165|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.166|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.167|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.168|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.169|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.170|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.171|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.172|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.173|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.174|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.175|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.176|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.177|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.178|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.179|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.180|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.181|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.182|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.183|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.184|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.185|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.186|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.187|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.188|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.189|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.190|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.21.191|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.21.192|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.165|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.166|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.167|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.168|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.169|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.170|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.171|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.172|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.173|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.174|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.175|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.176|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.177|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.178|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.179|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.180|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.181|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.182|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.183|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.184|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.185|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.186|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.187|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.188|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.189|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.190|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.22.191|2|1
1.3.6.1.4.1.3320.9.63.1.7.1.22.192|2|2
1.3.6.1.4.1.3320.9.63.1.7.1.23.165|4|FO220421S556
1.3.6.1.4.1.3320.9.63.1.7.1.23.166|4|FO220421S557
1.3.6.1.4.1.3320.9.63.1.7.1.23.167|4|FO220421S110
1.3.6.1.4.1.3320.9.63.1.7.1.23.168|4|FO220421S555
1.3.6.1.4.1.3320.9.63.1.7.1.23.169|4|FO220421S108
1.3.6.1.4.1.3320.9.63.1.7.1.23.170|4|FO220421S101
1.3.6.1.4.1.3320.9.63.1.7.1.23.171|4|FO220421S109
1.3.6.1.4.1.3320.9.63.1.7.1.23.172|4|FO220421S105
1.3.6.1.4.1.3320.9.63.1.7.1.23.173|4|FO220421S522
1.3.6.1.4.1.3320.9.63.1.7.1.23.174|4|FO220421S104
1.3.6.1.4.1.3320.9.63.1.7.1.23.175|4|FO220421S523
1.3.6.1.4.1.3320.9.63.1.7.1.23.176|4|FO220421S102
1.3.6.1.4.1.3320.9.63.1.7.1.23.177|4|FO220421S524
1.3.6.1.4.1.3320.9.63.1.7.1.23.178|4|FO220421S103
1.3.6.1.4.1.3320.9.63.1.7.1.23.179|4|FO220421S525
1.3.6.1.4.1.3320.9.63.1.7.1.23.180|4|FO220421S107
1.3.6.1.4.1.3320.9.63.1.7.1.23.181|4|FO220421S521
1.3.6.1.4.1.3320.9.63.1.7.1.23.182|4|FO220421S106
1.3.6.1.4.1.3320.9.63.1.7.1.23.183|4|FO220421S526
1.3.6.1.4.1.3320.9.63.1.7.1.23.184|4|FO220421S530
1.3.6.1.4.1.3320.9.63.1.7.1.23.185|4|FO220421S529
1.3.6.1.4.1.3320.9.63.1.7.1.23.186|4|FO220421S527
1.3.6.1.4.1.3320.9.63.1.7.1.23.187|4|FO220421S390
1.3.6.1.4.1.3320.9.63.1.7.1.23.188|4|FO220421S528
1.3.6.1.4.1.3320.9.63.1.7.1.23.189|4|
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.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