Add CPU and Mem for Teldat Devices (#12619)

* 12394 Add CPU and Mem for Teldat Devices

* add cpu and mem to teldat +mib files.

* minor adjustment.

* add classes to memory: system, shared, cache

* +snmpsim test files

* memory minor fix: class name 'cache' > 'cached'

* minor fix removing: telProdNpMonSistemMemTotal

* add json tests.

* small fix: get S/N from description

* Update teldat.json

Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
Cupid@zul 2021-03-23 14:08:08 +00:00 committed by GitHub
parent c05cf4b2fc
commit e973a5fd49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 15426 additions and 2 deletions

View File

@ -4,5 +4,45 @@ modules:
- TELDAT-MIB::telAdminStatusSystemBoardType.0
- TELDAT-MIB::telAdminStatusSystemBoardRevision.0
hardware_template: '{{ TELDAT-MIB::telAdminStatusSystemBoardType.0 }} (rev {{ TELDAT-MIB::telAdminStatusSystemBoardRevision.0 }})'
serial: TELDAT-MIB::telAdminStatusSystemNumSerie.0
#serial: TELDAT-MIB::telAdminStatusSystemNumSerie.0
version: TELDAT-MIB::telAdminStatusSystemAppVersion.0
sysDescr_regex: '/S\/N: (?<serial>\S+)/'
mempools:
data:
#-
# total: TELDAT-MON-CommonInfo-MIB::telProdNpMonSistemMemTotal
# class: system
# descr: 'Total System Memory'
# index: 0
-
total: TELDAT-MON-CommonInfo-MIB::telProdNpMonSistemMemTotalnoncache
free: TELDAT-MON-CommonInfo-MIB::telProdNpMonSistemMemFreenoncache
class: shared
descr: 'NonCache Memory'
index: 1
-
total: TELDAT-MON-CommonInfo-MIB::telProdNpMonSistemMemTotalcache
free: TELDAT-MON-CommonInfo-MIB::telProdNpMonSistemMemFreecache
descr: 'Cache Memory'
class: cached
index: 2
processors:
data:
-
oid: TELDAT-MON-CPU-MIB::teldatCPUBusyGroup
value: teldatCPUBusy5sec
num_oid: '.1.3.6.1.4.1.2007.4.1.2.1.2.1.1.1.{{ $index }}'
descr: 'CPU Utilization 5sec'
index: cpu5.{{ $index }}
-
oid: TELDAT-MON-CPU-MIB::teldatCPUBusyGroup
value: teldatCPUBusy1min
num_oid: '.1.3.6.1.4.1.2007.4.1.2.1.2.1.1.2.{{ $index }}'
descr: 'CPU Utilization 1min'
index: cpu60.{{ $index }}
-
oid: TELDAT-MON-CPU-MIB::teldatCPUBusyGroup
value: teldatCPUBusy5min
num_oid: '.1.3.6.1.4.1.2007.4.1.2.1.2.1.1.3.{{ $index }}'
descr: 'CPU Utilization 5min'
index: cpu300.{{ $index }}

View File

@ -0,0 +1,86 @@
-- Teldat, S.A.
-- Parque Tecnológico de Madrid
-- 28760, Tres Cantos (Madrid)
-- Tlf: +34-918076565
-- Fax: +34-918076521
-- e-mail: id@teldat.com
-- MIB privada de Teldat
-- Monitorización del porcentaje de uso de la CPU
-- Historial:
-- 07/02/14 M.A. Pastor XH 3523. Errors with HP Openview 9.20
-- 1.1 08/07/09 I. Muñoz Revisión de todas las MIB para evitar
-- M.A. Pastor warnings y errores de compilación
-- 1.0 ??/??/?? Javier Molina Initial Coding. Based on TELDAT-CPU-MIB.mib
-- Historial de TELDAT-CPU-MIB.mib:
-- 25-05-04 M.A. Pastor Implementación inicial
--------------------------------------------------------------------------------
TELDAT-MON-CPU-MIB DEFINITIONS ::= BEGIN
IMPORTS
Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
telProdNpMonitSistema
FROM TELDAT-SW-STRUCTURE-MIB;
-- Información acerca de la carga de la CPU
teldatCPUMonMIB OBJECT IDENTIFIER ::= {telProdNpMonitSistema 2}
-- Grupos en la teldatCPUMonMIB
teldatCPUMonMIBObjects OBJECT IDENTIFIER ::= { teldatCPUMonMIB 1 }
teldatCPUMonMIBNotifPrefix OBJECT IDENTIFIER ::= { teldatCPUMonMIB 2 }
teldatCPUMonMIBNotifs OBJECT IDENTIFIER ::= { teldatCPUMonMIBNotifPrefix 0 }
teldatCPUMonMIBConformance OBJECT IDENTIFIER ::= { teldatCPUMonMIB 3 }
teldatCPUCompliances OBJECT IDENTIFIER ::= { teldatCPUMonMIBConformance 1 }
teldatCPUGroups OBJECT IDENTIFIER ::= { teldatCPUMonMIBConformance 2 }
-- Grupo teldatCPUMonMIBObjects
teldatCPUBusyGroup OBJECT IDENTIFIER ::= { teldatCPUMonMIBObjects 1 }
teldatCPUBusy5sec OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The overall CPU busy percentage in the last 5 second period."
::= { teldatCPUBusyGroup 1 }
teldatCPUBusy1min OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The overall CPU busy percentage in the last 1 minute period."
::= { teldatCPUBusyGroup 2 }
teldatCPUBusy5min OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The overall CPU busy percentage in the last 5 minute period."
::= { teldatCPUBusyGroup 3 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,199 @@
-- Teldat, S.A.
-- Parque Tecnológico de Madrid
-- 28760, Tres Cantos (Madrid)
-- Tlf: +34-918076565
-- Fax: +34-918076521
-- e-mail: id@teldat.com
-- Teldat private MIB
-- Private tree structure definition
-- History:
-- 02-02-17 I. Garcia Missing comment for DR593 added.
-- 26-04-16 Benjamin G. DR 416 Regesta Compact PLC. SNMP PRIME monitoring.
-- 07-02-14 M.A. Pastor Initial coding
--------------------------------------------------------------------------------
TELDAT-SW-STRUCTURE-MIB DEFINITIONS ::= BEGIN
IMPORTS
telproducts
FROM TELDAT-MIB;
-- Groups from TELDAT-MIB
-- teladmin OBJECT IDENTIFIER ::= { teldat 1 }
-- telxface OBJECT IDENTIFIER ::= { teldat 2 }
-- telproto OBJECT IDENTIFIER ::= { teldat 3 }
-- telproducts OBJECT IDENTIFIER ::= { teldat 4 }
-- telDot3ChipSets OBJECT IDENTIFIER ::= { teldat 5 }
-- telproducts group
telProductsNucleox OBJECT IDENTIFIER ::= { telproducts 1 }
-- telProductsNucleox group
telProductsNpConfig OBJECT IDENTIFIER ::= { telProductsNucleox 1 }
telProductsNpMonit OBJECT IDENTIFIER ::= { telProductsNucleox 2 }
--
-- telProductsNpConfig group
--
-- telProdNpConfigControl OBJECT IDENTIFIER ::= { telProductsNpConfig 1 }
-- telProdNpConfDataGlobal OBJECT IDENTIFIER ::= { telProductsNpConfig 2 }
-- telProdNpConfNode OBJECT IDENTIFIER ::= { telProductsNpConfig 3 }
telProdNpConfInterface OBJECT IDENTIFIER ::= { telProductsNpConfig 4 }
telProdNpConfProtocol OBJECT IDENTIFIER ::= { telProductsNpConfig 5 }
-- telProdNpConfInterfaceAsignation OBJECT IDENTIFIER ::= { telProductsNpConfig 6 }
-- telProdNpConfRepeater OBJECT IDENTIFIER ::= { telProductsNpConfig 10 }
-- telProdNpConfInterface group
-- telProdNpConfInterfEthernet OBJECT IDENTIFIER ::= { telProdNpConfInterface 1 }
-- telProdNpConfInterfTokenRing OBJECT IDENTIFIER ::= { telProdNpConfInterface 2 }
-- telProdNpConfInterfLLC OBJECT IDENTIFIER ::= { telProdNpConfInterface 3 }
-- telProdNpConfInterfx25 OBJECT IDENTIFIER ::= { telProdNpConfInterface 10 }
-- telProdNpConfInterfFR OBJECT IDENTIFIER ::= { telProdNpConfInterface 11 }
-- telProdNpConfInterfPPP OBJECT IDENTIFIER ::= { telProdNpConfInterface 12 }
-- telProdNpConfInterfSDLC OBJECT IDENTIFIER ::= { telProdNpConfInterface 13 }
-- telProdNpConfInterfx28 OBJECT IDENTIFIER ::= { telProdNpConfInterface 14 }
-- telProdNpConfInterfBRS OBJECT IDENTIFIER ::= { telProdNpConfInterface 15 }
-- telProdNpConfInterfIec101GW OBJECT IDENTIFIER ::= { telProdNpConfInterface 16 }
-- telNpConfRdsiBX25 OBJECT IDENTIFIER ::= { telProdNpConfInterface 31 }
-- telNpConfRdsiDX25 OBJECT IDENTIFIER ::= { telProdNpConfInterface 32 }
-- telNpConfRdsiDial OBJECT IDENTIFIER ::= { telProdNpConfInterface 33 }
-- telProdNpConfInterfXST OBJECT IDENTIFIER ::= { telProdNpConfInterface 40 }
-- telProdNpConfProtocol group
-- telProdNpConfProtIP OBJECT IDENTIFIER ::= { telProdNpConfProtocol 1 }
-- telProdNpConfProtOSPF OBJECT IDENTIFIER ::= { telProdNpConfProtocol 2 }
-- telNpConfArp OBJECT IDENTIFIER ::= { telProdNpConfProtocol 3 }
-- telProdNpConfProtSNMP OBJECT IDENTIFIER ::= { telProdNpConfProtocol 4 }
-- telNpConfDlsw OBJECT IDENTIFIER ::= { telProdNpConfProtocol 5 }
-- telNpConfRIP OBJECT IDENTIFIER ::= { telProdNpConfProtocol 7 }
-- telProdNpConfProtBridge OBJECT IDENTIFIER ::= { telProdNpConfProtocol 8 }
-- telProdNpConfProtPatch OBJECT IDENTIFIER ::= { telProdNpConfProtocol 9 }
-- telProdNpConfProtBan OBJECT IDENTIFIER ::= { telProdNpConfProtocol 10 }
-- telProdNpCnfPr270 OBJECT IDENTIFIER ::= { telProdNpConfProtocol 11 }
-- telProdNpConfProtFtp OBJECT IDENTIFIER ::= { telProdNpConfProtocol 12 }
-- telProdNpConfProtNtp OBJECT IDENTIFIER ::= { telProdNpConfProtocol 13 }
-- telProdNpConfProtGW104 OBJECT IDENTIFIER ::= { telProdNpConfProtocol 14 }
-- telProdNpCnfPrHandlers OBJECT IDENTIFIER ::= { telProdNpConfProtocol 30 }
--
-- telProductsNpMonit group
--
telProdNpMonitSistema OBJECT IDENTIFIER ::= { telProductsNpMonit 1 }
telProdNpMonInterface OBJECT IDENTIFIER ::= { telProductsNpMonit 2 }
telProdNpMonProtocols OBJECT IDENTIFIER ::= { telProductsNpMonit 3 }
telProdNpMonFeatures OBJECT IDENTIFIER ::= { telProductsNpMonit 4 }
-- telProdNpMonTlphy OBJECT IDENTIFIER ::= { telProductsNpMonit 5 }
-- telProdNpMonitSistema group
-- telProdNpMonSistemMemory OBJECT IDENTIFIER ::= { telProdNpMonitSistema 1 }
-- teldatCPUMonMIB OBJECT IDENTIFIER ::= { telProdNpMonitSistema 2 }
-- telProdNpMonSistemFan OBJECT IDENTIFIER ::= { telProdNpMonitSistema 3 }
-- telProdNpMonPoeCardsTable OBJECT IDENTIFIER ::= { telProdNpMonitSistema 4 }
-- telProdNpMonInterface group
-- telProdNpMonInterfCommandsTable OBJECT IDENTIFIER ::= { telProdNpMonInterface 1 }
telProdNpMonInterfRouter OBJECT IDENTIFIER ::= { telProdNpMonInterface 2 }
telProdNpMonInterfNodo OBJECT IDENTIFIER ::= { telProdNpMonInterface 3 }
-- telProdNpMonInterfRouter group
-- telProdNpMonInterfBufferTable OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 1 }
-- telProdNpMonInterfGeneralTable OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 2 }
-- telProdNpMonInterfErrorsTable OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 3 }
-- telProdNpMonInterfQueueTable OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 4 }
-- telProdNpMonInterfStatsTable OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 5 }
-- telProdNpMonInterfEthernet OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 6 }
-- telProdNpMonInterfTokenRing OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 7 }
-- telProdNpMonInterfLLC OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 8 }
-- telProdNpMonInterfFR OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 9 }
-- telProdNpMonInterfPPP OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 10 }
-- telProdNpMonInterfMPPP OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 11 }
-- telProdNpMonInterfASTM OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 12 }
-- telProdNpMonInterfSDLC OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 13 }
-- telProdNpMonInterfX28 OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 14 }
-- telProdNpMonInterfSSL OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 15 }
-- telProdNpMonInterfASL OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 16 }
-- telProdNpMonInterfVOIP OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 17 }
-- telProdNpMonInterfCellular OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 18 }
-- telProdNpMonInterfPCMCIAMobile OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 19 }
-- telProdNpMonInterfRcellular OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 20 }
-- telProdNpMonInterfSwitch OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 21 }
-- telProdNpMonInterfGprs OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 22 }
-- telProdNpMonInterfIec104gw OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 23 }
-- telProdNpMonInterfWlan OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 24 }
-- telProdNpMonInterfPrime OBJECT IDENTIFIER ::= { telProdNpMonInterfRouter 25 }
-- telProdNpMonInterfNodo group
-- telProdNpMonInterfIsdn OBJECT IDENTIFIER ::= { telProdNpMonInterfNodo 1 }
-- telProdNpMonInterfX25 OBJECT IDENTIFIER ::= { telProdNpMonInterfNodo 2 }
-- telProdNpMonInterfXot OBJECT IDENTIFIER ::= { telProdNpMonInterfNodo 3 }
-- telProdNpMonInterf270 OBJECT IDENTIFIER ::= { telProdNpMonInterfNodo 4 }
-- telProdNpMonProtocols group
telProdNpMonProtIP OBJECT IDENTIFIER ::= { telProdNpMonProtocols 1 }
-- telProdNpMonProtArp OBJECT IDENTIFIER ::= { telProdNpMonProtocols 2 }
-- telProdNpMonProtDhcp OBJECT IDENTIFIER ::= { telProdNpMonProtocols 3 }
-- telProdNpMonProtSnmp OBJECT IDENTIFIER ::= { telProdNpMonProtocols 4 }
-- telProdNpMonProtRip OBJECT IDENTIFIER ::= { telProdNpMonProtocols 5 }
-- telProdNpMonProtOspf OBJECT IDENTIFIER ::= { telProdNpMonProtocols 6 }
-- telProdNpMonProtDLSw OBJECT IDENTIFIER ::= { telProdNpMonProtocols 7 }
-- telProdNpMonProtBridge OBJECT IDENTIFIER ::= { telProdNpMonProtocols 8 }
-- telProdNpMonProtRt1 OBJECT IDENTIFIER ::= { telProdNpMonProtocols 9 }
-- telProdNpMonProtRt2 OBJECT IDENTIFIER ::= { telProdNpMonProtocols 10 }
-- telProdNpMonProtRt3 OBJECT IDENTIFIER ::= { telProdNpMonProtocols 11 }
-- telProdNpMonProtRt4 OBJECT IDENTIFIER ::= { telProdNpMonProtocols 12 }
-- telProdNpMonProtSip OBJECT IDENTIFIER ::= { telProdNpMonProtocols 13 }
-- telProdNpMonProtGw104 OBJECT IDENTIFIER ::= { telProdNpMonProtocols 14 }
-- telProdNpMonProtIpsec OBJECT IDENTIFIER ::= { telProdNpMonProtocols 15 }
-- telProdNpMonProtTvrp OBJECT IDENTIFIER ::= { telProdNpMonProtocols 16 }
-- telProdNpMonFeatures group
-- telProdNpMonFeatBrs OBJECT IDENTIFIER ::= { telProdNpMonFeatures 1 }
-- telProdNpMonFeatMacfilter OBJECT IDENTIFIER ::= { telProdNpMonFeatures 2 }
-- telProdNpMonFeatWRR OBJECT IDENTIFIER ::= { telProdNpMonFeatures 3 }
-- telProdNpMonFeatWRS OBJECT IDENTIFIER ::= { telProdNpMonFeatures 4 }
-- telProdNpMonFeatTidpMaster OBJECT IDENTIFIER ::= { telProdNpMonFeatures 5 }
-- teldatNsmMonMIB OBJECT IDENTIFIER ::= { telProdNpMonFeatures 6 }
-- telProdNpMonFeatNsla OBJECT IDENTIFIER ::= { telProdNpMonFeatures 7 }
-- telProdNpMonFeatDNS OBJECT IDENTIFIER ::= { telProdNpMonFeatures 8 }
-- telProdNpMonFeatQos OBJECT IDENTIFIER ::= { telProdNpMonFeatures 9 }
-- telProdNpMonFeatVrf OBJECT IDENTIFIER ::= { telProdNpMonFeatures 10 }
-- telProdNpMonFeatWnms OBJECT IDENTIFIER ::= { telProdNpMonFeatures 11 }
END

View File

@ -12,7 +12,7 @@
"features": null,
"os": "teldat",
"type": "network",
"serial": "1144",
"serial": "819/01144",
"icon": "teldat.png",
"location": "<private>"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,530 @@
1.3.6.1.2.1.1.1.0|4|Router model M1 1GEWAN 4GESW SLOT1 WL IPSec SNA VoIP T+ 34 84 CPU QorIQ P101X S/N: <private> Teldat (c)1996 - 2016
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2007.1.1.199
1.3.6.1.2.1.1.3.0|67|4034104800
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.1.1|2|1
1.3.6.1.2.1.2.2.1.1.2|2|2
1.3.6.1.2.1.2.2.1.1.3|2|3
1.3.6.1.2.1.2.2.1.1.4|2|4
1.3.6.1.2.1.2.2.1.1.5|2|5
1.3.6.1.2.1.2.2.1.1.6|2|6
1.3.6.1.2.1.2.2.1.1.7|2|7
1.3.6.1.2.1.2.2.1.1.8|2|8
1.3.6.1.2.1.2.2.1.1.9|2|9
1.3.6.1.2.1.2.2.1.1.10|2|10
1.3.6.1.2.1.2.2.1.1.11|2|11
1.3.6.1.2.1.2.2.1.1.12|2|12
1.3.6.1.2.1.2.2.1.1.13|2|13
1.3.6.1.2.1.2.2.1.1.14|2|14
1.3.6.1.2.1.2.2.1.2.1|4|ethernet0/0
1.3.6.1.2.1.2.2.1.2.2|4|ethernet0/1
1.3.6.1.2.1.2.2.1.2.3|4|cellular1/0
1.3.6.1.2.1.2.2.1.2.4|4|cellular1/1
1.3.6.1.2.1.2.2.1.2.5|4|x25-node
1.3.6.1.2.1.2.2.1.2.6|4|wlan0/0
1.3.6.1.2.1.2.2.1.2.7|4|ethernet0/1.998
1.3.6.1.2.1.2.2.1.2.8|4|ethernet0/1.3
1.3.6.1.2.1.2.2.1.2.9|4|ip-router
1.3.6.1.2.1.2.2.1.2.10|4|Loopback interface
1.3.6.1.2.1.2.2.1.2.11|4|Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0
1.3.6.1.2.1.2.2.1.2.12|4|Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0
1.3.6.1.2.1.2.2.1.2.13|4|Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0
1.3.6.1.2.1.2.2.1.2.14|4|Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0
1.3.6.1.2.1.2.2.1.3.1|2|7
1.3.6.1.2.1.2.2.1.3.2|2|7
1.3.6.1.2.1.2.2.1.3.3|2|243
1.3.6.1.2.1.2.2.1.3.4|2|243
1.3.6.1.2.1.2.2.1.3.5|2|53
1.3.6.1.2.1.2.2.1.3.6|2|71
1.3.6.1.2.1.2.2.1.3.7|2|135
1.3.6.1.2.1.2.2.1.3.8|2|135
1.3.6.1.2.1.2.2.1.3.9|2|53
1.3.6.1.2.1.2.2.1.3.10|2|24
1.3.6.1.2.1.2.2.1.3.11|2|7
1.3.6.1.2.1.2.2.1.3.12|2|7
1.3.6.1.2.1.2.2.1.3.13|2|7
1.3.6.1.2.1.2.2.1.3.14|2|7
1.3.6.1.2.1.2.2.1.4.1|2|1500
1.3.6.1.2.1.2.2.1.4.2|2|1500
1.3.6.1.2.1.2.2.1.4.3|2|2048
1.3.6.1.2.1.2.2.1.4.4|2|2048
1.3.6.1.2.1.2.2.1.4.5|2|1500
1.3.6.1.2.1.2.2.1.4.6|2|1508
1.3.6.1.2.1.2.2.1.4.7|2|1500
1.3.6.1.2.1.2.2.1.4.8|2|1500
1.3.6.1.2.1.2.2.1.4.9|2|0
1.3.6.1.2.1.2.2.1.4.10|2|1500
1.3.6.1.2.1.2.2.1.4.11|2|0
1.3.6.1.2.1.2.2.1.4.12|2|0
1.3.6.1.2.1.2.2.1.4.13|2|0
1.3.6.1.2.1.2.2.1.4.14|2|0
1.3.6.1.2.1.2.2.1.5.1|66|1000000000
1.3.6.1.2.1.2.2.1.5.2|66|100000000
1.3.6.1.2.1.2.2.1.5.3|66|64000
1.3.6.1.2.1.2.2.1.5.4|66|64000
1.3.6.1.2.1.2.2.1.5.5|66|64000
1.3.6.1.2.1.2.2.1.5.6|66|0
1.3.6.1.2.1.2.2.1.5.7|66|100000000
1.3.6.1.2.1.2.2.1.5.8|66|100000000
1.3.6.1.2.1.2.2.1.5.9|66|0
1.3.6.1.2.1.2.2.1.5.10|66|10000000
1.3.6.1.2.1.2.2.1.5.11|66|0
1.3.6.1.2.1.2.2.1.5.12|66|0
1.3.6.1.2.1.2.2.1.5.13|66|0
1.3.6.1.2.1.2.2.1.5.14|66|0
1.3.6.1.2.1.2.2.1.6.1|4x|00A026B495D0
1.3.6.1.2.1.2.2.1.6.2|4x|00A026B495D1
1.3.6.1.2.1.2.2.1.6.3|4|
1.3.6.1.2.1.2.2.1.6.4|4|
1.3.6.1.2.1.2.2.1.6.5|4|
1.3.6.1.2.1.2.2.1.6.6|4x|542AA254DBC0
1.3.6.1.2.1.2.2.1.6.7|4x|00A026B495D1
1.3.6.1.2.1.2.2.1.6.8|4x|00A026B495D1
1.3.6.1.2.1.2.2.1.6.9|4|
1.3.6.1.2.1.2.2.1.6.10|4|
1.3.6.1.2.1.2.2.1.6.11|4x|00000000000000000000000000000000
1.3.6.1.2.1.2.2.1.6.12|4x|00000000000000000000000000000000
1.3.6.1.2.1.2.2.1.6.13|4x|00000000000000000000000000000000
1.3.6.1.2.1.2.2.1.6.14|4x|00000000000000000000000000000000
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.7.2|2|1
1.3.6.1.2.1.2.2.1.7.3|2|1
1.3.6.1.2.1.2.2.1.7.4|2|1
1.3.6.1.2.1.2.2.1.7.5|2|1
1.3.6.1.2.1.2.2.1.7.6|2|1
1.3.6.1.2.1.2.2.1.7.7|2|1
1.3.6.1.2.1.2.2.1.7.8|2|1
1.3.6.1.2.1.2.2.1.7.9|2|1
1.3.6.1.2.1.2.2.1.7.10|2|1
1.3.6.1.2.1.2.2.1.7.11|2|1
1.3.6.1.2.1.2.2.1.7.12|2|1
1.3.6.1.2.1.2.2.1.7.13|2|1
1.3.6.1.2.1.2.2.1.7.14|2|1
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.8.3|2|2
1.3.6.1.2.1.2.2.1.8.4|2|2
1.3.6.1.2.1.2.2.1.8.5|2|1
1.3.6.1.2.1.2.2.1.8.6|2|2
1.3.6.1.2.1.2.2.1.8.7|2|1
1.3.6.1.2.1.2.2.1.8.8|2|1
1.3.6.1.2.1.2.2.1.8.9|2|1
1.3.6.1.2.1.2.2.1.8.10|2|1
1.3.6.1.2.1.2.2.1.8.11|2|2
1.3.6.1.2.1.2.2.1.8.12|2|2
1.3.6.1.2.1.2.2.1.8.13|2|1
1.3.6.1.2.1.2.2.1.8.14|2|1
1.3.6.1.2.1.2.2.1.9.1|67|312
1.3.6.1.2.1.2.2.1.9.2|67|312
1.3.6.1.2.1.2.2.1.9.3|67|0
1.3.6.1.2.1.2.2.1.9.4|67|0
1.3.6.1.2.1.2.2.1.9.5|67|112
1.3.6.1.2.1.2.2.1.9.6|67|0
1.3.6.1.2.1.2.2.1.9.7|67|313
1.3.6.1.2.1.2.2.1.9.8|67|313
1.3.6.1.2.1.2.2.1.9.9|67|0
1.3.6.1.2.1.2.2.1.9.10|67|0
1.3.6.1.2.1.2.2.1.9.11|67|0
1.3.6.1.2.1.2.2.1.9.12|67|0
1.3.6.1.2.1.2.2.1.9.13|67|33400
1.3.6.1.2.1.2.2.1.9.14|67|200
1.3.6.1.2.1.2.2.1.10.1|65|2331105270
1.3.6.1.2.1.2.2.1.10.2|65|2264309746
1.3.6.1.2.1.2.2.1.10.3|65|0
1.3.6.1.2.1.2.2.1.10.4|65|0
1.3.6.1.2.1.2.2.1.10.5|65|0
1.3.6.1.2.1.2.2.1.10.6|65|0
1.3.6.1.2.1.2.2.1.10.7|65|653396639
1.3.6.1.2.1.2.2.1.10.8|65|1127494889
1.3.6.1.2.1.2.2.1.10.9|65|0
1.3.6.1.2.1.2.2.1.10.10|65|0
1.3.6.1.2.1.2.2.1.10.11|65|0
1.3.6.1.2.1.2.2.1.10.12|65|0
1.3.6.1.2.1.2.2.1.10.13|65|0
1.3.6.1.2.1.2.2.1.10.14|65|0
1.3.6.1.2.1.2.2.1.11.1|65|3525427830
1.3.6.1.2.1.2.2.1.11.2|65|1757910489
1.3.6.1.2.1.2.2.1.11.3|65|0
1.3.6.1.2.1.2.2.1.11.4|65|0
1.3.6.1.2.1.2.2.1.11.5|65|0
1.3.6.1.2.1.2.2.1.11.6|65|0
1.3.6.1.2.1.2.2.1.11.7|65|6037238
1.3.6.1.2.1.2.2.1.11.8|65|1751873252
1.3.6.1.2.1.2.2.1.11.9|65|0
1.3.6.1.2.1.2.2.1.11.10|65|0
1.3.6.1.2.1.2.2.1.11.11|65|0
1.3.6.1.2.1.2.2.1.11.12|65|0
1.3.6.1.2.1.2.2.1.11.13|65|0
1.3.6.1.2.1.2.2.1.11.14|65|0
1.3.6.1.2.1.2.2.1.12.1|65|1930939
1.3.6.1.2.1.2.2.1.12.2|65|7109115
1.3.6.1.2.1.2.2.1.12.3|65|0
1.3.6.1.2.1.2.2.1.12.4|65|0
1.3.6.1.2.1.2.2.1.12.5|65|0
1.3.6.1.2.1.2.2.1.12.6|65|0
1.3.6.1.2.1.2.2.1.12.7|65|2
1.3.6.1.2.1.2.2.1.12.8|65|2
1.3.6.1.2.1.2.2.1.12.9|65|0
1.3.6.1.2.1.2.2.1.12.10|65|0
1.3.6.1.2.1.2.2.1.12.11|65|0
1.3.6.1.2.1.2.2.1.12.12|65|0
1.3.6.1.2.1.2.2.1.12.13|65|0
1.3.6.1.2.1.2.2.1.12.14|65|0
1.3.6.1.2.1.2.2.1.13.1|65|0
1.3.6.1.2.1.2.2.1.13.2|65|0
1.3.6.1.2.1.2.2.1.13.3|65|0
1.3.6.1.2.1.2.2.1.13.4|65|0
1.3.6.1.2.1.2.2.1.13.5|65|0
1.3.6.1.2.1.2.2.1.13.6|65|0
1.3.6.1.2.1.2.2.1.13.7|65|0
1.3.6.1.2.1.2.2.1.13.8|65|0
1.3.6.1.2.1.2.2.1.13.9|65|0
1.3.6.1.2.1.2.2.1.13.10|65|0
1.3.6.1.2.1.2.2.1.13.11|65|0
1.3.6.1.2.1.2.2.1.13.12|65|0
1.3.6.1.2.1.2.2.1.13.13|65|0
1.3.6.1.2.1.2.2.1.13.14|65|0
1.3.6.1.2.1.2.2.1.14.1|65|0
1.3.6.1.2.1.2.2.1.14.2|65|0
1.3.6.1.2.1.2.2.1.14.3|65|0
1.3.6.1.2.1.2.2.1.14.4|65|0
1.3.6.1.2.1.2.2.1.14.5|65|0
1.3.6.1.2.1.2.2.1.14.6|65|0
1.3.6.1.2.1.2.2.1.14.7|65|0
1.3.6.1.2.1.2.2.1.14.8|65|0
1.3.6.1.2.1.2.2.1.14.9|65|0
1.3.6.1.2.1.2.2.1.14.10|65|0
1.3.6.1.2.1.2.2.1.14.11|65|0
1.3.6.1.2.1.2.2.1.14.12|65|0
1.3.6.1.2.1.2.2.1.14.13|65|0
1.3.6.1.2.1.2.2.1.14.14|65|0
1.3.6.1.2.1.2.2.1.15.1|65|0
1.3.6.1.2.1.2.2.1.15.2|65|7109111
1.3.6.1.2.1.2.2.1.15.3|65|0
1.3.6.1.2.1.2.2.1.15.4|65|0
1.3.6.1.2.1.2.2.1.15.5|65|0
1.3.6.1.2.1.2.2.1.15.6|65|0
1.3.6.1.2.1.2.2.1.15.7|65|0
1.3.6.1.2.1.2.2.1.15.8|65|0
1.3.6.1.2.1.2.2.1.15.9|65|0
1.3.6.1.2.1.2.2.1.15.10|65|0
1.3.6.1.2.1.2.2.1.15.11|65|0
1.3.6.1.2.1.2.2.1.15.12|65|0
1.3.6.1.2.1.2.2.1.15.13|65|0
1.3.6.1.2.1.2.2.1.15.14|65|0
1.3.6.1.2.1.2.2.1.16.1|65|1102231242
1.3.6.1.2.1.2.2.1.16.2|65|1548560600
1.3.6.1.2.1.2.2.1.16.3|65|0
1.3.6.1.2.1.2.2.1.16.4|65|0
1.3.6.1.2.1.2.2.1.16.5|65|0
1.3.6.1.2.1.2.2.1.16.6|65|0
1.3.6.1.2.1.2.2.1.16.7|65|1461487080
1.3.6.1.2.1.2.2.1.16.8|65|3120043186
1.3.6.1.2.1.2.2.1.16.9|65|0
1.3.6.1.2.1.2.2.1.16.10|65|0
1.3.6.1.2.1.2.2.1.16.11|65|0
1.3.6.1.2.1.2.2.1.16.12|65|0
1.3.6.1.2.1.2.2.1.16.13|65|0
1.3.6.1.2.1.2.2.1.16.14|65|0
1.3.6.1.2.1.2.2.1.17.1|65|1786840269
1.3.6.1.2.1.2.2.1.17.2|65|3536724923
1.3.6.1.2.1.2.2.1.17.3|65|0
1.3.6.1.2.1.2.2.1.17.4|65|0
1.3.6.1.2.1.2.2.1.17.5|65|0
1.3.6.1.2.1.2.2.1.17.6|65|0
1.3.6.1.2.1.2.2.1.17.7|65|6050648
1.3.6.1.2.1.2.2.1.17.8|65|3530674302
1.3.6.1.2.1.2.2.1.17.9|65|0
1.3.6.1.2.1.2.2.1.17.10|65|0
1.3.6.1.2.1.2.2.1.17.11|65|0
1.3.6.1.2.1.2.2.1.17.12|65|0
1.3.6.1.2.1.2.2.1.17.13|65|0
1.3.6.1.2.1.2.2.1.17.14|65|0
1.3.6.1.2.1.2.2.1.18.1|65|0
1.3.6.1.2.1.2.2.1.18.2|65|0
1.3.6.1.2.1.2.2.1.18.3|65|0
1.3.6.1.2.1.2.2.1.18.4|65|0
1.3.6.1.2.1.2.2.1.18.5|65|0
1.3.6.1.2.1.2.2.1.18.6|65|0
1.3.6.1.2.1.2.2.1.18.7|65|0
1.3.6.1.2.1.2.2.1.18.8|65|1
1.3.6.1.2.1.2.2.1.18.9|65|0
1.3.6.1.2.1.2.2.1.18.10|65|0
1.3.6.1.2.1.2.2.1.18.11|65|0
1.3.6.1.2.1.2.2.1.18.12|65|0
1.3.6.1.2.1.2.2.1.18.13|65|0
1.3.6.1.2.1.2.2.1.18.14|65|0
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.19.3|65|0
1.3.6.1.2.1.2.2.1.19.4|65|0
1.3.6.1.2.1.2.2.1.19.5|65|0
1.3.6.1.2.1.2.2.1.19.6|65|0
1.3.6.1.2.1.2.2.1.19.7|65|0
1.3.6.1.2.1.2.2.1.19.8|65|49406
1.3.6.1.2.1.2.2.1.19.9|65|0
1.3.6.1.2.1.2.2.1.19.10|65|0
1.3.6.1.2.1.2.2.1.19.11|65|0
1.3.6.1.2.1.2.2.1.19.12|65|0
1.3.6.1.2.1.2.2.1.19.13|65|0
1.3.6.1.2.1.2.2.1.19.14|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.2.2.1.20.3|65|0
1.3.6.1.2.1.2.2.1.20.4|65|0
1.3.6.1.2.1.2.2.1.20.5|65|0
1.3.6.1.2.1.2.2.1.20.6|65|0
1.3.6.1.2.1.2.2.1.20.7|65|0
1.3.6.1.2.1.2.2.1.20.8|65|0
1.3.6.1.2.1.2.2.1.20.9|65|0
1.3.6.1.2.1.2.2.1.20.10|65|0
1.3.6.1.2.1.2.2.1.20.11|65|0
1.3.6.1.2.1.2.2.1.20.12|65|0
1.3.6.1.2.1.2.2.1.20.13|65|0
1.3.6.1.2.1.2.2.1.20.14|65|0
1.3.6.1.2.1.2.2.1.21.1|66|246
1.3.6.1.2.1.2.2.1.21.2|66|246
1.3.6.1.2.1.2.2.1.21.3|66|4
1.3.6.1.2.1.2.2.1.21.4|66|4
1.3.6.1.2.1.2.2.1.21.5|66|40
1.3.6.1.2.1.2.2.1.21.6|66|20
1.3.6.1.2.1.2.2.1.21.7|66|0
1.3.6.1.2.1.2.2.1.21.8|66|0
1.3.6.1.2.1.2.2.1.21.9|66|0
1.3.6.1.2.1.2.2.1.21.10|66|0
1.3.6.1.2.1.2.2.1.21.11|66|0
1.3.6.1.2.1.2.2.1.21.12|66|0
1.3.6.1.2.1.2.2.1.21.13|66|0
1.3.6.1.2.1.2.2.1.21.14|66|0
1.3.6.1.2.1.2.2.1.22.1|6|1.3.6.1.2.1.10.7
1.3.6.1.2.1.2.2.1.22.2|6|1.3.6.1.2.1.10.7
1.3.6.1.2.1.2.2.1.22.3|6|0.0
1.3.6.1.2.1.2.2.1.22.4|6|0.0
1.3.6.1.2.1.2.2.1.22.5|6|0.0
1.3.6.1.2.1.2.2.1.22.6|6|0.0
1.3.6.1.2.1.2.2.1.22.7|6|0.0
1.3.6.1.2.1.2.2.1.22.8|6|0.0
1.3.6.1.2.1.2.2.1.22.9|6|0.0
1.3.6.1.2.1.2.2.1.22.10|6|0.0
1.3.6.1.2.1.2.2.1.22.11|6|0.0
1.3.6.1.2.1.2.2.1.22.12|6|0.0
1.3.6.1.2.1.2.2.1.22.13|6|0.0
1.3.6.1.2.1.2.2.1.22.14|6|0.0
1.3.6.1.2.1.4.3.0|65|986685849
1.3.6.1.2.1.4.4.0|65|49424
1.3.6.1.2.1.4.5.0|65|0
1.3.6.1.2.1.4.6.0|65|986572226
1.3.6.1.2.1.4.7.0|65|0
1.3.6.1.2.1.4.8.0|65|0
1.3.6.1.2.1.4.9.0|65|13123743
1.3.6.1.2.1.4.10.0|65|13060116
1.3.6.1.2.1.4.11.0|65|0
1.3.6.1.2.1.4.12.0|65|82
1.3.6.1.2.1.4.14.0|65|0
1.3.6.1.2.1.4.15.0|65|0
1.3.6.1.2.1.4.16.0|65|0
1.3.6.1.2.1.4.17.0|65|0
1.3.6.1.2.1.4.18.0|65|0
1.3.6.1.2.1.4.19.0|65|0
1.3.6.1.2.1.4.22.1.2.1.192.168.1.1|4x|101010101013
1.3.6.1.2.1.4.22.1.2.1.192.168.1.2|4x|101010101013
1.3.6.1.2.1.4.22.1.2.1.192.168.1.3|4x|8C89A5B64430
1.3.6.1.2.1.4.22.1.2.7.172.18.160.93|4x|6C9CED72A0D5
1.3.6.1.2.1.4.22.1.2.8.172.25.183.157|4x|6C9CED72A0D5
1.3.6.1.2.1.4.24.3.0|66|105
1.3.6.1.2.1.5.1.0|65|618727
1.3.6.1.2.1.5.2.0|65|0
1.3.6.1.2.1.5.3.0|65|28
1.3.6.1.2.1.5.4.0|65|0
1.3.6.1.2.1.5.5.0|65|0
1.3.6.1.2.1.5.6.0|65|0
1.3.6.1.2.1.5.7.0|65|0
1.3.6.1.2.1.5.8.0|65|617975
1.3.6.1.2.1.5.9.0|65|724
1.3.6.1.2.1.5.10.0|65|0
1.3.6.1.2.1.5.11.0|65|0
1.3.6.1.2.1.5.12.0|65|0
1.3.6.1.2.1.5.13.0|65|0
1.3.6.1.2.1.5.14.0|65|618864
1.3.6.1.2.1.5.15.0|65|0
1.3.6.1.2.1.5.16.0|65|79
1.3.6.1.2.1.5.17.0|65|18
1.3.6.1.2.1.5.18.0|65|0
1.3.6.1.2.1.5.19.0|65|0
1.3.6.1.2.1.5.20.0|65|0
1.3.6.1.2.1.5.21.0|65|792
1.3.6.1.2.1.5.22.0|65|617975
1.3.6.1.2.1.5.23.0|65|0
1.3.6.1.2.1.5.24.0|65|0
1.3.6.1.2.1.5.25.0|65|0
1.3.6.1.2.1.5.26.0|65|0
1.3.6.1.2.1.5.29.1.1.2|2|1
1.3.6.1.2.1.5.29.1.2.2|65|618727
1.3.6.1.2.1.5.29.1.3.2|65|0
1.3.6.1.2.1.5.29.1.4.2|65|618864
1.3.6.1.2.1.5.29.1.5.2|65|0
1.3.6.1.2.1.5.30.1.1.2.1|2|1
1.3.6.1.2.1.5.30.1.1.2.2|2|1
1.3.6.1.2.1.5.30.1.1.2.3|2|1
1.3.6.1.2.1.5.30.1.1.2.4|2|1
1.3.6.1.2.1.5.30.1.1.2.5|2|1
1.3.6.1.2.1.5.30.1.1.2.6|2|1
1.3.6.1.2.1.5.30.1.1.2.7|2|1
1.3.6.1.2.1.5.30.1.1.2.8|2|1
1.3.6.1.2.1.5.30.1.1.2.9|2|1
1.3.6.1.2.1.5.30.1.1.2.10|2|1
1.3.6.1.2.1.5.30.1.1.2.11|2|1
1.3.6.1.2.1.5.30.1.1.2.12|2|1
1.3.6.1.2.1.5.30.1.1.2.13|2|1
1.3.6.1.2.1.5.30.1.1.2.14|2|1
1.3.6.1.2.1.5.30.1.1.2.15|2|1
1.3.6.1.2.1.5.30.1.1.2.16|2|1
1.3.6.1.2.1.5.30.1.1.2.17|2|1
1.3.6.1.2.1.5.30.1.1.2.18|2|1
1.3.6.1.2.1.5.30.1.1.2.19|2|1
1.3.6.1.2.1.5.30.1.2.2.1|2|0
1.3.6.1.2.1.5.30.1.2.2.2|2|1
1.3.6.1.2.1.5.30.1.2.2.3|2|2
1.3.6.1.2.1.5.30.1.2.2.4|2|3
1.3.6.1.2.1.5.30.1.2.2.5|2|4
1.3.6.1.2.1.5.30.1.2.2.6|2|5
1.3.6.1.2.1.5.30.1.2.2.7|2|6
1.3.6.1.2.1.5.30.1.2.2.8|2|7
1.3.6.1.2.1.5.30.1.2.2.9|2|8
1.3.6.1.2.1.5.30.1.2.2.10|2|9
1.3.6.1.2.1.5.30.1.2.2.11|2|10
1.3.6.1.2.1.5.30.1.2.2.12|2|11
1.3.6.1.2.1.5.30.1.2.2.13|2|12
1.3.6.1.2.1.5.30.1.2.2.14|2|13
1.3.6.1.2.1.5.30.1.2.2.15|2|14
1.3.6.1.2.1.5.30.1.2.2.16|2|15
1.3.6.1.2.1.5.30.1.2.2.17|2|16
1.3.6.1.2.1.5.30.1.2.2.18|2|17
1.3.6.1.2.1.5.30.1.2.2.19|2|18
1.3.6.1.2.1.5.30.1.3.2.1|65|724
1.3.6.1.2.1.5.30.1.3.2.2|65|0
1.3.6.1.2.1.5.30.1.3.2.3|65|0
1.3.6.1.2.1.5.30.1.3.2.4|65|28
1.3.6.1.2.1.5.30.1.3.2.5|65|0
1.3.6.1.2.1.5.30.1.3.2.6|65|0
1.3.6.1.2.1.5.30.1.3.2.7|65|0
1.3.6.1.2.1.5.30.1.3.2.8|65|0
1.3.6.1.2.1.5.30.1.3.2.9|65|617975
1.3.6.1.2.1.5.30.1.3.2.10|65|0
1.3.6.1.2.1.5.30.1.3.2.11|65|0
1.3.6.1.2.1.5.30.1.3.2.12|65|0
1.3.6.1.2.1.5.30.1.3.2.13|65|0
1.3.6.1.2.1.5.30.1.3.2.14|65|0
1.3.6.1.2.1.5.30.1.3.2.15|65|0
1.3.6.1.2.1.5.30.1.3.2.16|65|0
1.3.6.1.2.1.5.30.1.3.2.17|65|0
1.3.6.1.2.1.5.30.1.3.2.18|65|0
1.3.6.1.2.1.5.30.1.3.2.19|65|0
1.3.6.1.2.1.5.30.1.4.2.1|65|617975
1.3.6.1.2.1.5.30.1.4.2.2|65|0
1.3.6.1.2.1.5.30.1.4.2.3|65|0
1.3.6.1.2.1.5.30.1.4.2.4|65|79
1.3.6.1.2.1.5.30.1.4.2.5|65|0
1.3.6.1.2.1.5.30.1.4.2.6|65|0
1.3.6.1.2.1.5.30.1.4.2.7|65|0
1.3.6.1.2.1.5.30.1.4.2.8|65|0
1.3.6.1.2.1.5.30.1.4.2.9|65|792
1.3.6.1.2.1.5.30.1.4.2.10|65|0
1.3.6.1.2.1.5.30.1.4.2.11|65|0
1.3.6.1.2.1.5.30.1.4.2.12|65|18
1.3.6.1.2.1.5.30.1.4.2.13|65|0
1.3.6.1.2.1.5.30.1.4.2.14|65|0
1.3.6.1.2.1.5.30.1.4.2.15|65|0
1.3.6.1.2.1.5.30.1.4.2.16|65|0
1.3.6.1.2.1.5.30.1.4.2.17|65|0
1.3.6.1.2.1.5.30.1.4.2.18|65|0
1.3.6.1.2.1.5.30.1.4.2.19|65|0
1.3.6.1.2.1.6.5.0|65|1594
1.3.6.1.2.1.6.6.0|65|4294967014
1.3.6.1.2.1.6.7.0|65|0
1.3.6.1.2.1.6.8.0|65|3128
1.3.6.1.2.1.6.9.0|66|1
1.3.6.1.2.1.6.10.0|65|2826819
1.3.6.1.2.1.6.11.0|65|1420957
1.3.6.1.2.1.6.12.0|65|1238
1.3.6.1.2.1.6.14.0|65|81336
1.3.6.1.2.1.6.15.0|65|1026
1.3.6.1.2.1.7.1.0|65|9677916
1.3.6.1.2.1.7.2.0|65|0
1.3.6.1.2.1.7.3.0|65|0
1.3.6.1.2.1.7.4.0|65|9678882
1.3.6.1.2.1.10.7.2.1.19.1|2|3
1.3.6.1.2.1.10.7.2.1.19.2|2|3
1.3.6.1.2.1.11.1.0|65|8324158
1.3.6.1.2.1.11.2.0|65|8277977
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|647
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|0
1.3.6.1.2.1.11.8.0|65|0
1.3.6.1.2.1.11.9.0|65|0
1.3.6.1.2.1.11.10.0|65|0
1.3.6.1.2.1.11.11.0|65|0
1.3.6.1.2.1.11.12.0|65|0
1.3.6.1.2.1.11.13.0|65|69285157
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|3232321
1.3.6.1.2.1.11.16.0|65|449867
1.3.6.1.2.1.11.17.0|65|0
1.3.6.1.2.1.11.18.0|65|0
1.3.6.1.2.1.11.19.0|65|0
1.3.6.1.2.1.11.20.0|65|0
1.3.6.1.2.1.11.21.0|65|73860
1.3.6.1.2.1.11.22.0|65|0
1.3.6.1.2.1.11.24.0|65|0
1.3.6.1.2.1.11.25.0|65|0
1.3.6.1.2.1.11.26.0|65|0
1.3.6.1.2.1.11.27.0|65|0
1.3.6.1.2.1.11.28.0|65|8277979
1.3.6.1.2.1.11.29.0|65|0
1.3.6.1.2.1.11.30.0|2|1
1.3.6.1.2.1.11.31.0|65|0
1.3.6.1.2.1.11.32.0|65|0
1.3.6.1.2.1.31.1.1.1.1.1|4|ethernet0/0
1.3.6.1.2.1.31.1.1.1.1.2|4|ethernet0/1
1.3.6.1.2.1.31.1.1.1.1.3|4|cellular1/0
1.3.6.1.2.1.31.1.1.1.1.4|4|cellular1/1
1.3.6.1.2.1.31.1.1.1.1.5|4|x25-node
1.3.6.1.2.1.31.1.1.1.1.6|4|wlan0/0
1.3.6.1.2.1.31.1.1.1.1.7|4|ethernet0/1.998
1.3.6.1.2.1.31.1.1.1.1.8|4|ethernet0/1.3
1.3.6.1.2.1.31.1.1.1.1.9|4|ip-router
1.3.6.1.2.1.31.1.1.1.1.10|4|Loopback Interface
1.3.6.1.2.1.31.1.1.1.1.11|4|ethernet0/0
1.3.6.1.2.1.31.1.1.1.1.12|4|ethernet0/0
1.3.6.1.2.1.31.1.1.1.1.13|4|ethernet0/0
1.3.6.1.2.1.31.1.1.1.1.14|4|ethernet0/0
1.3.6.1.2.1.31.1.1.1.18.1|4|== <private> =
1.3.6.1.2.1.31.1.1.1.18.2|4|== <private>
1.3.6.1.2.1.31.1.1.1.18.3|4|
1.3.6.1.2.1.31.1.1.1.18.4|4|
1.3.6.1.2.1.31.1.1.1.18.5|4|
1.3.6.1.2.1.31.1.1.1.18.6|4|
1.3.6.1.2.1.31.1.1.1.18.7|4|== <private>
1.3.6.1.2.1.31.1.1.1.18.8|4|== <private> ==
1.3.6.1.2.1.31.1.1.1.18.9|4|
1.3.6.1.2.1.31.1.1.1.18.10|4|
1.3.6.1.2.1.31.1.1.1.18.11|4|
1.3.6.1.2.1.31.1.1.1.18.12|4|
1.3.6.1.2.1.31.1.1.1.18.13|4|
1.3.6.1.2.1.31.1.1.1.18.14|4|
1.3.6.1.4.1.2007.1.2.1.4.0|66|<private>
1.3.6.1.4.1.2007.1.2.1.6.0|4|10.09.26
1.3.6.1.4.1.2007.1.2.1.9.0|66|312
1.3.6.1.4.1.2007.1.2.1.10.0|66|2
1.3.6.1.4.1.2007.4.1.2.1.1.26.0|66|134217728
1.3.6.1.4.1.2007.4.1.2.1.1.27.0|66|87965696
1.3.6.1.4.1.2007.4.1.2.1.1.28.0|66|75759616
1.3.6.1.4.1.2007.4.1.2.1.1.29.0|66|95199232
1.3.6.1.4.1.2007.4.1.2.1.1.30.0|66|75761677
1.3.6.1.4.1.2007.4.1.2.1.2.1.1.1.0|66|6
1.3.6.1.4.1.2007.4.1.2.1.2.1.1.2.0|66|5
1.3.6.1.4.1.2007.4.1.2.1.2.1.1.3.0|66|5
1.3.6.1.6.3.10.2.1.3.0|2|40341048

File diff suppressed because it is too large Load Diff