Add WAN (3/4g-LTE) support on Huawei AR family (#11619)

* 3g-LTE WAN stats

* Get HW name on AR16x family

* serial for AR

tests

* enable snmpsim log

* Update bootstrap.php

Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
PipoCanaja
2020-05-24 22:57:06 +02:00
committed by GitHub
parent 3acbd72ab1
commit a44cdc2f45
5 changed files with 2028 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
mib: HUAWEI-ENTITY-EXTENT-MIB:HUAWEI-ENERGYMNGT-MIB:HUAWEI-STACK-MIB
mib: HUAWEI-WAN-MIB:HUAWEI-ENTITY-EXTENT-MIB:HUAWEI-ENERGYMNGT-MIB:HUAWEI-STACK-MIB
modules:
processors:
data:
@@ -23,6 +23,7 @@ modules:
- entPhysicalName
- hwEntityAdminStatus
- hwStackPortTable
- hw3GTable
temperature:
data:
-
@@ -32,11 +33,11 @@ modules:
descr: '{{ $entPhysicalName }}'
index: '{{ $index }}'
skip_values:
-
-
oid: hwEntityOpticalMode
op: '='
value: '1'
-
-
oid: hwEntityOpticalTemperature
op: '<'
value: '-50'
@@ -47,8 +48,157 @@ modules:
descr: '{{ $entPhysicalName }}'
index: '{{ $index }}'
skip_values: 0
count:
data:
-
oid: hw3GTable
value: hw3GBER
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.47.{{ $index }}'
descr: 'Bit Error Rate'
index: '3GBER-{{ $index }}'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
-
oid: hw3GTable
value: hw3GUpBand
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.30.{{ $index }}'
descr: 'Upstream Bandwidth'
index: '3gup-{{ $index }}'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
-
oid: hw3GTable
value: hw3GDownBand
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.31.{{ $index }}'
descr: 'Downstream Bandwidth'
index: '3gdown-{{ $index }}'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
-
oid: hw3GTable
value: hw3GBytesRateSent
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.28.{{ $index }}'
descr: 'Upstream Cur. Speed (bytes/s)'
index: '3gupr-{{ $index }}'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
-
oid: hw3GTable
value: hw3GBytesRateReceived
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.29.{{ $index }}'
descr: 'Downstream Cur. Speed (bytes/s)'
index: '3gdownr-{{ $index }}'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
runtime:
data:
-
oid: hw3GTable
value: hw3GUpTime
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.55.{{ $index }}'
descr: 'Uptime'
divisor: 6000
index: '3guptime-{{ $index }}'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
dbm:
data:
-
oid: hw3GTable
value: hw3GCurrentRSSI
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.35.{{ $index }}'
descr: 'RSSI'
index: 'rssi-{{ $index }}'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
-
oid: hw3GTable
value: hw3GCurrentLteRSRP
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.38.{{ $index }}'
descr: 'LTE RSRP'
index: 'rsrp-{{ $index }}'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
-
oid: hw3GTable
value: hw3GCurrentLteRSRQ
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.40.{{ $index }}'
descr: 'LTE RSRQ'
index: 'rsrq-{{ $index }}'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
-
oid: hwOpticalModuleInfoTable
value: hwEntityOpticalRxPower
@@ -143,7 +293,7 @@ modules:
oid: hwEntityOpticalVoltage
op: '='
value: '-1'
-
-
oid: hwEntityOpticalMode
op: '='
value: '1'
@@ -161,7 +311,7 @@ modules:
oid: hwEntityOpticalBiasCurrent
op: '='
value: '-1'
-
-
oid: hwEntityOpticalMode
op: '='
value: '1'
@@ -202,4 +352,67 @@ modules:
- { descr: Master, graph: 1, value: 1, generic: 0 }
- { descr: Standby, graph: 1, value: 2, generic: 0 }
- { descr: Slave, graph: 1, value: 3, generic: 0 }
-
oid: hw3GTable
value: hw3GModemStatus
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.11.{{ $index }}'
descr: 'Current Modem Status'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
state_name: hw3GModemStatus
states:
- { descr: onLine, graph: 1, value: 1, generic: 0 }
- { descr: offLine, graph: 1, value: 4, generic: 2 }
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
-
oid: hw3GTable
value: hw3GCurrentNetworkConnection
index: 'netConn-{{ $index }}'
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.34.{{ $index }}'
descr: 'Current Network'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
state_name: hw3GCurrentNetworkConnection
states:
- { descr: '3G', graph: 1, value: 2, generic: 0 }
- { descr: 'LTE', graph: 1, value: 3, generic: 0 }
- { descr: 'Unknown', graph: 1, value: 7, generic: 3 }
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''
-
oid: hw3GTable
value: hw3GConnectionStatus
index: 'netConnStatus-{{ $index }}'
num_oid: '.1.3.6.1.4.1.2011.5.25.241.1.2.1.1.53.{{ $index }}'
descr: 'Current Network Status'
group: 'Modem {{ $hw3GDeviceNumber }}, {{ $hw3GDeviceSerialNumber }}'
state_name: hw3GConnectionStatus
states:
- { descr: 'noService', graph: 1, value: 0, generic: 2 }
- { descr: 'emergency', graph: 1, value: 1, generic: 2 }
- { descr: 'serviceAvailable', graph: 1, value: 2, generic: 0 }
- { descr: 'regionEmergency', graph: 1, value: 3, generic: 2 }
- { descr: 'savingStatus', graph: 1, value: 4, generic: 3 }
skip_values:
-
oid: hw3GDeviceNumber
op: '='
value: ''
-
oid: hw3GDeviceSerialNumber
op: '='
value: ''

View File

@@ -21,6 +21,7 @@ $oidList = [
'HUAWEI-DEVICE-EXT-MIB::hwProductName.0',
'HUAWEI-MIB::hwDatacomm.183.1.25.1.5.1',
'HUAWEI-MIB::mlsr.20.1.1.1.3.0',
'HUAWEI-ENTITY-EXTENT-MIB::hwEntityBoardName.9',
];
foreach ($oidList as $oid) {
@@ -37,6 +38,19 @@ if (empty($hardware_tmp) && !empty($matches[1])) {
$hardware = "Huawei " . trim($matches[1]);
}
// Serial
$oidList = [
'ENTITY-MIB::entPhysicalSerialNum.9',
];
foreach ($oidList as $oid) {
$serial = snmp_get($device, $oid, '-OQv');
if (!empty($serial)) {
break;
}
}
// Polling the Wireless data
use LibreNMS\RRD\RrdDefinition;

1152
mibs/huawei/HUAWEI-WAN-MIB Normal file
View File

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@
"features": null,
"os": "vrp",
"type": "network",
"serial": null,
"serial": "21023579169WJ6000038",
"icon": "huawei.svg",
"location": "<private>"
}

View File

@@ -0,0 +1,643 @@
1.3.6.1.2.1.1.1.0|4|Huawei AR169FGW-L Huawei Versatile Routing Platform Software VRP (R) software,Version 5.170 (AR160 V200R009C00SPC500) Copyright (C) 2011-2018 Huawei Technologies Co., Ltd
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2011.2.224.133
1.3.6.1.2.1.1.3.0|67|80201043
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.47.1.1.1.1.2.3|4|acme-onx-r-820
1.3.6.1.2.1.47.1.1.1.1.2.5|4|Board
1.3.6.1.2.1.47.1.1.1.1.2.9|4|SRU Board
1.3.6.1.2.1.47.1.1.1.1.2.14|4|Port
1.3.6.1.2.1.47.1.1.1.1.2.78|4|Port
1.3.6.1.2.1.47.1.1.1.1.2.142|4|Port
1.3.6.1.2.1.47.1.1.1.1.2.206|4|Port
1.3.6.1.2.1.47.1.1.1.1.2.270|4|Port
1.3.6.1.2.1.47.1.1.1.1.2.334|4|Port
1.3.6.1.2.1.47.1.1.1.1.2.398|4|Port
1.3.6.1.2.1.47.1.1.1.1.2.462|4|Port
1.3.6.1.2.1.47.1.1.1.1.2.526|4|Port
1.3.6.1.2.1.47.1.1.1.1.2.590|4|Port
1.3.6.1.2.1.47.1.1.1.1.3.3|6|1.3.6.1.4.1.2011.20021210.11.667795
1.3.6.1.2.1.47.1.1.1.1.3.5|6|0.0
1.3.6.1.2.1.47.1.1.1.1.3.9|6|1.3.6.1.4.1.2011.20021210.12.667876
1.3.6.1.2.1.47.1.1.1.1.3.14|6|1.3.6.1.4.1.2011.20021210.14.667652
1.3.6.1.2.1.47.1.1.1.1.3.78|6|1.3.6.1.4.1.2011.20021210.14.667652
1.3.6.1.2.1.47.1.1.1.1.3.142|6|1.3.6.1.4.1.2011.20021210.14.667652
1.3.6.1.2.1.47.1.1.1.1.3.206|6|1.3.6.1.4.1.2011.20021210.14.667652
1.3.6.1.2.1.47.1.1.1.1.3.270|6|1.3.6.1.4.1.2011.20021210.14.667657
1.3.6.1.2.1.47.1.1.1.1.3.334|6|1.3.6.1.4.1.2011.20021210.14.0
1.3.6.1.2.1.47.1.1.1.1.3.398|6|1.3.6.1.4.1.2011.20021210.14.667670
1.3.6.1.2.1.47.1.1.1.1.3.462|6|1.3.6.1.4.1.2011.20021210.14.667670
1.3.6.1.2.1.47.1.1.1.1.3.526|6|1.3.6.1.4.1.2011.20021210.14.667666
1.3.6.1.2.1.47.1.1.1.1.3.590|6|1.3.6.1.4.1.2011.20021210.14.0
1.3.6.1.2.1.47.1.1.1.1.4.3|2|0
1.3.6.1.2.1.47.1.1.1.1.4.5|2|3
1.3.6.1.2.1.47.1.1.1.1.4.9|2|5
1.3.6.1.2.1.47.1.1.1.1.4.14|2|9
1.3.6.1.2.1.47.1.1.1.1.4.78|2|9
1.3.6.1.2.1.47.1.1.1.1.4.142|2|9
1.3.6.1.2.1.47.1.1.1.1.4.206|2|9
1.3.6.1.2.1.47.1.1.1.1.4.270|2|9
1.3.6.1.2.1.47.1.1.1.1.4.334|2|9
1.3.6.1.2.1.47.1.1.1.1.4.398|2|9
1.3.6.1.2.1.47.1.1.1.1.4.462|2|9
1.3.6.1.2.1.47.1.1.1.1.4.526|2|9
1.3.6.1.2.1.47.1.1.1.1.4.590|2|9
1.3.6.1.2.1.47.1.1.1.1.5.3|2|3
1.3.6.1.2.1.47.1.1.1.1.5.5|2|5
1.3.6.1.2.1.47.1.1.1.1.5.9|2|9
1.3.6.1.2.1.47.1.1.1.1.5.14|2|10
1.3.6.1.2.1.47.1.1.1.1.5.78|2|10
1.3.6.1.2.1.47.1.1.1.1.5.142|2|10
1.3.6.1.2.1.47.1.1.1.1.5.206|2|10
1.3.6.1.2.1.47.1.1.1.1.5.270|2|10
1.3.6.1.2.1.47.1.1.1.1.5.334|2|10
1.3.6.1.2.1.47.1.1.1.1.5.398|2|10
1.3.6.1.2.1.47.1.1.1.1.5.462|2|10
1.3.6.1.2.1.47.1.1.1.1.5.526|2|10
1.3.6.1.2.1.47.1.1.1.1.5.590|2|10
1.3.6.1.2.1.47.1.1.1.1.6.3|2|0
1.3.6.1.2.1.47.1.1.1.1.6.5|2|0
1.3.6.1.2.1.47.1.1.1.1.6.9|2|1
1.3.6.1.2.1.47.1.1.1.1.6.14|2|0
1.3.6.1.2.1.47.1.1.1.1.6.78|2|1
1.3.6.1.2.1.47.1.1.1.1.6.142|2|2
1.3.6.1.2.1.47.1.1.1.1.6.206|2|3
1.3.6.1.2.1.47.1.1.1.1.6.270|2|4
1.3.6.1.2.1.47.1.1.1.1.6.334|2|5
1.3.6.1.2.1.47.1.1.1.1.6.398|2|6
1.3.6.1.2.1.47.1.1.1.1.6.462|2|7
1.3.6.1.2.1.47.1.1.1.1.6.526|2|8
1.3.6.1.2.1.47.1.1.1.1.6.590|2|9
1.3.6.1.2.1.47.1.1.1.1.7.3|4|AR169FGW-L
1.3.6.1.2.1.47.1.1.1.1.7.5|4|Board slot 0
1.3.6.1.2.1.47.1.1.1.1.7.9|4|SRU Board 0
1.3.6.1.2.1.47.1.1.1.1.7.14|4|GigabitEthernet0/0/0
1.3.6.1.2.1.47.1.1.1.1.7.78|4|GigabitEthernet0/0/1
1.3.6.1.2.1.47.1.1.1.1.7.142|4|GigabitEthernet0/0/2
1.3.6.1.2.1.47.1.1.1.1.7.206|4|GigabitEthernet0/0/3
1.3.6.1.2.1.47.1.1.1.1.7.270|4|GigabitEthernet0/0/4
1.3.6.1.2.1.47.1.1.1.1.7.334|4|GigabitEthernet0/0/5
1.3.6.1.2.1.47.1.1.1.1.7.398|4|Cellular0/0/0
1.3.6.1.2.1.47.1.1.1.1.7.462|4|Cellular0/0/1
1.3.6.1.2.1.47.1.1.1.1.7.526|4|Ethernet0/0/0
1.3.6.1.2.1.47.1.1.1.1.7.590|4|Wlan-Radio0/0/0
1.3.6.1.2.1.47.1.1.1.1.8.3|4|
1.3.6.1.2.1.47.1.1.1.1.8.5|4|
1.3.6.1.2.1.47.1.1.1.1.8.9|4|ARSRU169FVL VER.B
1.3.6.1.2.1.47.1.1.1.1.8.14|4|
1.3.6.1.2.1.47.1.1.1.1.8.78|4|
1.3.6.1.2.1.47.1.1.1.1.8.142|4|
1.3.6.1.2.1.47.1.1.1.1.8.206|4|
1.3.6.1.2.1.47.1.1.1.1.8.270|4|
1.3.6.1.2.1.47.1.1.1.1.8.334|4|
1.3.6.1.2.1.47.1.1.1.1.8.398|4|
1.3.6.1.2.1.47.1.1.1.1.8.462|4|
1.3.6.1.2.1.47.1.1.1.1.8.526|4|
1.3.6.1.2.1.47.1.1.1.1.8.590|4|
1.3.6.1.2.1.47.1.1.1.1.9.3|4|
1.3.6.1.2.1.47.1.1.1.1.9.5|4|
1.3.6.1.2.1.47.1.1.1.1.9.9|4|795
1.3.6.1.2.1.47.1.1.1.1.9.14|4|
1.3.6.1.2.1.47.1.1.1.1.9.78|4|
1.3.6.1.2.1.47.1.1.1.1.9.142|4|
1.3.6.1.2.1.47.1.1.1.1.9.206|4|
1.3.6.1.2.1.47.1.1.1.1.9.270|4|
1.3.6.1.2.1.47.1.1.1.1.9.334|4|
1.3.6.1.2.1.47.1.1.1.1.9.398|4|
1.3.6.1.2.1.47.1.1.1.1.9.462|4|
1.3.6.1.2.1.47.1.1.1.1.9.526|4|
1.3.6.1.2.1.47.1.1.1.1.9.590|4|
1.3.6.1.2.1.47.1.1.1.1.10.3|4|V200R009C00SPC500
1.3.6.1.2.1.47.1.1.1.1.10.5|4|
1.3.6.1.2.1.47.1.1.1.1.10.9|4|V200R009C00SPC500
1.3.6.1.2.1.47.1.1.1.1.10.14|4|
1.3.6.1.2.1.47.1.1.1.1.10.78|4|
1.3.6.1.2.1.47.1.1.1.1.10.142|4|
1.3.6.1.2.1.47.1.1.1.1.10.206|4|
1.3.6.1.2.1.47.1.1.1.1.10.270|4|
1.3.6.1.2.1.47.1.1.1.1.10.334|4|
1.3.6.1.2.1.47.1.1.1.1.10.398|4|
1.3.6.1.2.1.47.1.1.1.1.10.462|4|
1.3.6.1.2.1.47.1.1.1.1.10.526|4|
1.3.6.1.2.1.47.1.1.1.1.10.590|4|
1.3.6.1.2.1.47.1.1.1.1.11.3|4|21500102003GJA000278
1.3.6.1.2.1.47.1.1.1.1.11.5|4|
1.3.6.1.2.1.47.1.1.1.1.11.9|4|21500102003GJA000278
1.3.6.1.2.1.47.1.1.1.1.11.14|4|
1.3.6.1.2.1.47.1.1.1.1.11.78|4|
1.3.6.1.2.1.47.1.1.1.1.11.142|4|
1.3.6.1.2.1.47.1.1.1.1.11.206|4|
1.3.6.1.2.1.47.1.1.1.1.11.270|4|
1.3.6.1.2.1.47.1.1.1.1.11.334|4|
1.3.6.1.2.1.47.1.1.1.1.11.398|4|
1.3.6.1.2.1.47.1.1.1.1.11.462|4|
1.3.6.1.2.1.47.1.1.1.1.11.526|4|
1.3.6.1.2.1.47.1.1.1.1.11.590|4|
1.3.6.1.2.1.47.1.1.1.1.12.3|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.5|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.9|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.14|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.78|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.142|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.206|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.270|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.334|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.398|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.462|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.526|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.12.590|4|Huawei
1.3.6.1.2.1.47.1.1.1.1.14.3|4|
1.3.6.1.2.1.47.1.1.1.1.14.5|4|
1.3.6.1.2.1.47.1.1.1.1.14.9|4|
1.3.6.1.2.1.47.1.1.1.1.14.14|4|
1.3.6.1.2.1.47.1.1.1.1.14.78|4|
1.3.6.1.2.1.47.1.1.1.1.14.142|4|
1.3.6.1.2.1.47.1.1.1.1.14.206|4|
1.3.6.1.2.1.47.1.1.1.1.14.270|4|
1.3.6.1.2.1.47.1.1.1.1.14.334|4|
1.3.6.1.2.1.47.1.1.1.1.14.398|4|
1.3.6.1.2.1.47.1.1.1.1.14.462|4|
1.3.6.1.2.1.47.1.1.1.1.14.526|4|
1.3.6.1.2.1.47.1.1.1.1.14.590|4|
1.3.6.1.2.1.47.1.1.1.1.15.3|4|
1.3.6.1.2.1.47.1.1.1.1.15.5|4|
1.3.6.1.2.1.47.1.1.1.1.15.9|4|
1.3.6.1.2.1.47.1.1.1.1.15.14|4|
1.3.6.1.2.1.47.1.1.1.1.15.78|4|
1.3.6.1.2.1.47.1.1.1.1.15.142|4|
1.3.6.1.2.1.47.1.1.1.1.15.206|4|
1.3.6.1.2.1.47.1.1.1.1.15.270|4|
1.3.6.1.2.1.47.1.1.1.1.15.334|4|
1.3.6.1.2.1.47.1.1.1.1.15.398|4|
1.3.6.1.2.1.47.1.1.1.1.15.462|4|
1.3.6.1.2.1.47.1.1.1.1.15.526|4|
1.3.6.1.2.1.47.1.1.1.1.15.590|4|
1.3.6.1.2.1.47.1.1.1.1.16.3|2|2
1.3.6.1.2.1.47.1.1.1.1.16.5|2|2
1.3.6.1.2.1.47.1.1.1.1.16.9|2|2
1.3.6.1.2.1.47.1.1.1.1.16.14|2|2
1.3.6.1.2.1.47.1.1.1.1.16.78|2|2
1.3.6.1.2.1.47.1.1.1.1.16.142|2|2
1.3.6.1.2.1.47.1.1.1.1.16.206|2|2
1.3.6.1.2.1.47.1.1.1.1.16.270|2|2
1.3.6.1.2.1.47.1.1.1.1.16.334|2|2
1.3.6.1.2.1.47.1.1.1.1.16.398|2|2
1.3.6.1.2.1.47.1.1.1.1.16.462|2|2
1.3.6.1.2.1.47.1.1.1.1.16.526|2|2
1.3.6.1.2.1.47.1.1.1.1.16.590|2|2
1.3.6.1.2.1.47.1.3.2.1.2.14.1|6|1.3.6.1.2.1.2.2.1.1.3
1.3.6.1.2.1.47.1.3.2.1.2.78.1|6|1.3.6.1.2.1.2.2.1.1.4
1.3.6.1.2.1.47.1.3.2.1.2.142.1|6|1.3.6.1.2.1.2.2.1.1.5
1.3.6.1.2.1.47.1.3.2.1.2.206.1|6|1.3.6.1.2.1.2.2.1.1.6
1.3.6.1.2.1.47.1.3.2.1.2.270.1|6|1.3.6.1.2.1.2.2.1.1.7
1.3.6.1.2.1.47.1.3.2.1.2.334.1|6|1.3.6.1.2.1.2.2.1.1.8
1.3.6.1.2.1.47.1.3.2.1.2.398.1|6|1.3.6.1.2.1.2.2.1.1.9
1.3.6.1.2.1.47.1.3.2.1.2.462.1|6|1.3.6.1.2.1.2.2.1.1.10
1.3.6.1.2.1.47.1.3.2.1.2.526.1|6|1.3.6.1.2.1.2.2.1.1.11
1.3.6.1.2.1.47.1.3.2.1.2.590.1|6|1.3.6.1.2.1.2.2.1.1.12
1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.4.0.0|4|ARV200R009SPH028
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.3|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.5|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.9|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.14|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.78|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.142|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.206|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.270|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.334|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.398|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.462|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.526|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.590|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.3|2|3
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.5|2|3
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.9|2|3
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.14|2|17
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.78|2|15
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.142|2|17
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.206|2|17
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.270|2|17
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.334|2|17
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.398|2|16
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.462|2|17
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.526|2|15
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.590|2|15
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.3|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.5|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.9|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.14|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.78|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.142|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.206|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.270|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.334|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.398|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.462|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.526|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.590|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.9|2|20
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.9|2|80
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.9|2|27
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.9|2|95
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.9|2|191890528
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.9|2|802001
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.9|2|56
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.9|2|74
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.9|2|3
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.9|2|2
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.9|2|4
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.9|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.9|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.9|2|919
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.3|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.5|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.9|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.14|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.78|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.142|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.206|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.270|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.334|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.398|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.462|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.526|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.590|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.3|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.5|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.9|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.14|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.78|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.142|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.206|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.270|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.334|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.398|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.462|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.526|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.590|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.3|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.5|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.9|4|AR169FGW-L
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.14|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.78|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.142|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.206|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.270|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.334|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.398|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.462|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.526|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.43.590|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.3|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.5|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.9|4|AR169FGW-L
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.14|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.78|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.142|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.206|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.270|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.334|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.398|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.462|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.526|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.44.590|4|
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.9|2|22
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.45.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.9|2|77
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.49.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.3|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.5|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.9|2|10
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.1.1.50.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.3|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.9|4|Router,AR169FGW-L-AR169FGW-L-AR169FGW-L,1GE COMBO WAN,VDSL over POTS with bonding WAN,4GE LAN,1 USB,1 FDD LTE,1 WLAN- (Note: The power cable reprovision)
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.14|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.78|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.142|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.206|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.270|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.334|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.398|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.462|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.526|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.590|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.3|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.9|4|AR169FGW-L
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.14|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.78|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.142|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.206|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.270|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.334|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.398|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.462|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.526|4|
1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.590|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.14|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.78|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.142|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.206|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.270|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.334|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.398|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.462|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.526|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.590|2|1
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.14|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.78|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.142|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.206|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.270|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.334|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.398|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.462|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.526|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.590|4|
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.590|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.14|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.78|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.142|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.206|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.270|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.334|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.398|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.462|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.526|2|0
1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.590|2|0
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.11.9|2|1
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.28.9|2|44
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.29.9|2|39
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.30.9|2|50000000
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.31.9|2|150000000
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.34.9|4|LTE
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.35.9|4|-87 dBm
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.38.9|4|-106 dBm
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.40.9|4|-11 dB
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.53.9|2|2
1.3.6.1.4.1.2011.5.25.241.1.2.1.1.55.9|67|80201365
1.3.6.1.4.1.2011.6.139.13.3.3.1.2.96.241.138.147.196.13|4x|FF
1.3.6.1.4.1.2011.6.139.13.3.3.1.4.96.241.138.147.196.13|4|ap-0
1.3.6.1.4.1.2011.6.139.16.1.2.1.7.96.241.138.147.196.13.0|66|6
1.3.6.1.4.1.2011.6.139.16.1.2.1.20.96.241.138.147.196.13.0|4x|FFFFFFFFFFFF
1.3.6.1.4.1.2011.6.139.16.1.2.1.25.96.241.138.147.196.13.0|66|0
1.3.6.1.4.1.2011.6.139.16.1.2.1.45.96.241.138.147.196.13.0|66|20
1.3.6.1.6.3.10.2.1.3.0|2|802157