diff --git a/includes/definitions/discovery/teldat.yaml b/includes/definitions/discovery/teldat.yaml index 7255329232..d68853d934 100644 --- a/includes/definitions/discovery/teldat.yaml +++ b/includes/definitions/discovery/teldat.yaml @@ -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: (?\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 }} diff --git a/mibs/teldat/TELDAT-MON-CPU-MIB b/mibs/teldat/TELDAT-MON-CPU-MIB new file mode 100644 index 0000000000..80ed28b3ab --- /dev/null +++ b/mibs/teldat/TELDAT-MON-CPU-MIB @@ -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 diff --git a/mibs/teldat/TELDAT-MON-CommonInfo-MIB b/mibs/teldat/TELDAT-MON-CommonInfo-MIB new file mode 100644 index 0000000000..db46f88222 --- /dev/null +++ b/mibs/teldat/TELDAT-MON-CommonInfo-MIB @@ -0,0 +1,1795 @@ + + -- 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 equipo NUCLEOX-PLUS + + +-- Historial: + -- 03/02/14 mfadon Obsolete interface kind field + -- 07/02/14 M.A. Pastor XH 3523. Errors with HP Openview 9.20 + -- 26-09-13 I. Munoz XH 3223. Types are completed in tables. + -- 2.5 11-01-13 E. Amorena XH 2610. MIBs compilation. + -- 2.4 30-08-11 Benjamín G. XI 974 Gateway IEC104/101 en CIT. + -- 2.3 23-12-10 I. Muñoz XI-1073. Tabla telProdNpMonPoeCardsTable + -- 2.2 31-08-09 N. Moro Soporte PMP 855. Soporte QoS + -- 2.1 03-07-09 B. García Soporte interfaces gprs + -- 2.0 29-09-08 P. Alonso Soporte interfaces rcellular + -- 1.9 12-03-08 J. Herrero Corregidos errores en Ventiladores + -- 1.8 21-12-07 E. Amorena Elimino Tamano_Heap_Reservado + -- 1.7 14-12-07 FdMB Soporte de Ventiladores + -- 1.6 17-07-07 M.A. Berrojo Soporte interfaces pcmcia mobile + -- 1.5 08-05-07 M.A. Berrojo Soporte interfaces cellular + -- 1.4 14/07/06 P. Nogueira Monitorización DNS + -- 1.3 09/06/06 J. Roman Se elimina POOL0 + -- 1.2 19/05/06 M. Fadon Actualización de OIDs reservados + -- 1.1 04/10/05 M.A. Pastor Al eliminar SYSTEM MEMORY POOL deben + -- obsoletarse las variables relacionadas + -- 1.0 01/07/04 J. Molina Archivo procedente de Monitorizacion.mib + + + + +-- Historial de Monitorizacion.mib: + -- 01/06/04 M.A. Pastor Se obsoletan las antiguas variables para + -- monitorizar la carga de la CPU, ya que se ha + -- introducido una MIB específica para ello. + -- También se obsoletan las variables de memoria + -- que han dejado de tener sentido. + -- 24/06/04 M.A. Pastor Se obsoletan antiguas variables de memoria que + -- han dejado de tener sentido. + -- 27/06/02 M.A. Pastor Se evita warning en HP OpenView + -- 17/12/01 M.A. Pastor MIBs correspondientes a la nueva implementación + -- del PPP + -- 01/10/01 N.Villaseñor Traducción a inglés + -- 20/11/00 J. Alvarez Implementacion inicial + + +TELDAT-MON-CommonInfo-MIB + + DEFINITIONS ::= BEGIN + + IMPORTS + Counter + FROM RFC1155-SMI + DisplayString + FROM RFC1213-MIB + OBJECT-TYPE + FROM RFC-1212 + telProdNpMonitSistema, telProdNpMonInterface, telProdNpMonInterfRouter + FROM TELDAT-SW-STRUCTURE-MIB; + + + -- Memory (telProdNpMonitSistema 1) + + telProdNpMonSistemMemory OBJECT IDENTIFIER ::= {telProdNpMonitSistema 1} + + telProdNpMonSistemMemSize OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "System Memory Size." + ::={telProdNpMonSistemMemory 1} + + telProdNpMonSistemMemAvailable OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Available System Memory Size." + ::={telProdNpMonSistemMemory 2} + + telProdNpMonSistemMemPooldissize OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Size of the memory area reserved to the task that manage the disk." + ::={telProdNpMonSistemMemory 3} + + telProdNpMonSistemMemPooldisavailable OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Free space in the memory area reserved to the task that manages + the disk." + ::={telProdNpMonSistemMemory 4} + + telProdNpMonSistemMemPoolmdissize OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Size of the memory area reserved to save information messages + of the disk task." + ::={telProdNpMonSistemMemory 5} + + telProdNpMonSistemMemPoolmdisavailable OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Free space in the memory area reserved to save information messages + of the disk task." + ::={telProdNpMonSistemMemory 6} + + telProdNpMonSistemMemPooltsize OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Size of the memory area reserved to save the application temporal + variables." + ::={telProdNpMonSistemMemory 7} + + telProdNpMonSistemMemPooltavailable OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Free space in the memory area reserved to save the application temporal + variables." + ::={telProdNpMonSistemMemory 8} + + telProdNpMonSistemMemPoolpsize OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Size of the memory area reserved to save the application permanent + variables." + ::={telProdNpMonSistemMemory 9} + + telProdNpMonSistemMemPoolpavailable OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Free space in the memory area reserved to save the application permanent + variables." + ::={telProdNpMonSistemMemory 10} + + telProdNpMonSistemMemPool0size OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Size of the memory area 0 reserved to messages of the node side." + ::={telProdNpMonSistemMemory 11} + + telProdNpMonSistemMemPool0restpart OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Number of partitions of the memory area 0 reserved to messages + of the node side." + ::={telProdNpMonSistemMemory 12} + + telProdNpMonSistemMemPool0available OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Number of available partitions of the memory area 0 reserved to messages + of the node side." + ::={telProdNpMonSistemMemory 13} + + telProdNpMonSistemMemPool1size OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Size of the memory area 1 reserved to messages of the node side." + ::={telProdNpMonSistemMemory 14} + + telProdNpMonSistemMemPool1restpart OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of partitions of the memory area 1 reserved to messages + of the node side." + ::={telProdNpMonSistemMemory 15} + + telProdNpMonSistemMemPool1available OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of available partitions of the memory area 1 reserved to + messages of the node side." + ::={telProdNpMonSistemMemory 16} + + telProdNpMonSistemMemPool2size OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Size of the memory area 2 reserved to messages of the node side." + ::={telProdNpMonSistemMemory 17} + + telProdNpMonSistemMemPool2restpart OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Number of partitions of the memory area 2 reserved to messages + of the node side." + ::={telProdNpMonSistemMemory 18} + + telProdNpMonSistemMemPool2available OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Number of available partitions of the memory area 2 reserved to messages + of the node side." + ::={telProdNpMonSistemMemory 19} + + telProdNpMonSistemMemPoolisize OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Size of the memory area reserved to messages of the routers side." + ::={telProdNpMonSistemMemory 20} + + telProdNpMonSistemMemPoolirestpart OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Number of partitions of the memory area reserved to messages + of the router side." + ::={telProdNpMonSistemMemory 21} + + telProdNpMonSistemMemPooliavailable OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Number of available partitions of the memory area reserved to messages + of the router side." + ::={telProdNpMonSistemMemory 22} + + telProdNpMonSistemMemPooldlssize OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Size of the memory area reserved to DLS messages." + ::={telProdNpMonSistemMemory 23} + + telProdNpMonSistemMemPooldlsrestpart OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Number of partitions of the memory area reserved to DLS messages." + ::={telProdNpMonSistemMemory 24} + + telProdNpMonSistemMemPooldlsavailable OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Number of available partitions of the memory area reserved to + DLS messages." + ::={telProdNpMonSistemMemory 25} + + telProdNpMonSistemMemTotal OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Total system memory in bytes." + ::={telProdNpMonSistemMemory 26} + + telProdNpMonSistemMemTotalcache OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Total cache memory in bytes." + ::={telProdNpMonSistemMemory 27} + + telProdNpMonSistemMemFreecache OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Available free cache memory in bytes." + ::={telProdNpMonSistemMemory 28} + + telProdNpMonSistemMemTotalnoncache OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Total non cache memory in bytes." + ::={telProdNpMonSistemMemory 29} + + telProdNpMonSistemMemFreenoncache OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Free non cache memory in bytes." + ::={telProdNpMonSistemMemory 30} + + telProdNpMonSistemMemCaches OBJECT-TYPE + SYNTAX DisplayString(SIZE(30)) + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Caches." + ::={telProdNpMonSistemMemory 31} + + telProdNpMonSistemMemFlash OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "System flash memory in bytes." + ::={telProdNpMonSistemMemory 32} + + telProdNpMonSistemMemFreeglobbuffer OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of available public buffers in the system." + ::={telProdNpMonSistemMemory 33} + + telProdNpMonSistemMemHeap OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Size of the available heap in bytes." + ::={telProdNpMonSistemMemory 34} + + telProdNpMonSistemMemIcused OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Used CPU percentage." + ::={telProdNpMonSistemMemory 35} + + telProdNpMonSistemMemIcindex OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "CPU index." + ::={telProdNpMonSistemMemory 36} + + telProdNpMonSistemMemTc OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Cycle Time." + ::={telProdNpMonSistemMemory 37} + + -- Grupo telProdNpMonSistemFan + + telProdNpMonSistemFan OBJECT IDENTIFIER ::= {telProdNpMonitSistema 3} + + telProdNpMonSistemFanCpu OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "CPU Fanspeed in rpm" + ::={telProdNpMonSistemFan 1} + + telProdNpMonSistemFanCpuPerCent OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "CPU Fanspeed in percentage of nominal value" + ::={telProdNpMonSistemFan 2} + + telProdNpMonSistemFanCase OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Case Fanspeed in rpm" + ::={telProdNpMonSistemFan 3} + + telProdNpMonSistemFanCasePerCent OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Case Fanspeed in percentage of nominal value" + ::={telProdNpMonSistemFan 4} + + -- Tabla telProdNpMonPoeCardsTable + + telProdNpMonPoeCardsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TelProdNpMonPoeCardsEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Table to show if Poe Card are present." + ::={telProdNpMonitSistema 4} + + telProdNpMonPoeCardsEntry OBJECT-TYPE + SYNTAX TelProdNpMonPoeCardsEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Each entry corresponds to POE card." + INDEX {telProdNpMonPoeCardsInd} + ::={telProdNpMonPoeCardsTable 1} + + TelProdNpMonPoeCardsEntry ::= + SEQUENCE { + telProdNpMonPoeCardsInd + INTEGER, + telProdNpMonPoeCardsState + DisplayString + } + + telProdNpMonPoeCardsInd OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Index number (table index)." + ::={telProdNpMonPoeCardsEntry 1} + + telProdNpMonPoeCardsState OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Shows which POE Card is present." + ::={telProdNpMonPoeCardsEntry 2} + + -- Grupo telProdNpMonInterface + + -- COMANDOS (telProdNpMonInterface 1) + + telProdNpMonInterfCommandsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TelProdNpMonInterfCommandsEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Table used to delete general statistics of nets (not of nodes)." + ::={telProdNpMonInterface 1} + + telProdNpMonInterfCommandsEntry OBJECT-TYPE + SYNTAX TelProdNpMonInterfCommandsEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Each entry corresponds to a net interface." + INDEX {telProdNpMonInterfCommandsIfc} + ::={telProdNpMonInterfCommandsTable 1} + + TelProdNpMonInterfCommandsEntry ::= + SEQUENCE { + telProdNpMonInterfCommandsIfc + INTEGER, + telProdNpMonInterfCommandsClear + INTEGER + } + + telProdNpMonInterfCommandsIfc OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Interface number (table index)." + ::={telProdNpMonInterfCommandsEntry 1} + + telProdNpMonInterfCommandsClear OBJECT-TYPE + SYNTAX INTEGER{ + delete(1), + valid(2), + error(3), + undefined(4) + } + ACCESS read-write + STATUS mandatory + DESCRIPTION + "Statistics Delete command for the chosen interface. If the operation + successes (2) valid will appear. If the operation could not be + performed (3)error will appear. If no delete operation has been + performed (4)undefined will appear." + ::={telProdNpMonInterfCommandsEntry 2} + + + -- ROUTER (telProdNpMonInterface 2) + -- telProdNpMonInterfRouter OBJECT IDENTIFIER ::= {telProdNpMonInterface 2} + + -- Buffer (telProdNpMonInterfRouter 1) + + telProdNpMonInterfBufferTable OBJECT-TYPE + SYNTAX SEQUENCE OF TelProdNpMonInterfBufferEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "It shows information about the packet buffers assigned to + each interface." + ::={telProdNpMonInterfRouter 1} + + telProdNpMonInterfBufferEntry OBJECT-TYPE + SYNTAX TelProdNpMonInterfBufferEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Each entry corresponds to information about an interface." + INDEX {telProdNpMonInterfBufferIfc} + ::={telProdNpMonInterfBufferTable 1} + + TelProdNpMonInterfBufferEntry ::= + SEQUENCE { + telProdNpMonInterfBufferIfc + INTEGER, + telProdNpMonInterfBufferKind + INTEGER, + telProdNpMonInterfBufferOrder + INTEGER, + telProdNpMonInterfBufferReq + INTEGER, + telProdNpMonInterfBufferAlloc + INTEGER, + telProdNpMonInterfBufferLow + INTEGER, + telProdNpMonInterfBufferCurr + INTEGER, + telProdNpMonInterfBufferHdr + INTEGER, + telProdNpMonInterfBufferWrap + INTEGER, + telProdNpMonInterfBufferData + INTEGER, + telProdNpMonInterfBufferTrail + INTEGER, + telProdNpMonInterfBufferTotal + INTEGER, + telProdNpMonInterfBufferAlloc2 + INTEGER + } + + telProdNpMonInterfBufferIfc OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Interface number (table index)." + ::={telProdNpMonInterfBufferEntry 1} + + telProdNpMonInterfBufferKind OBJECT-TYPE + SYNTAX INTEGER{ + vi(1), + pn(2), + pri(3), + xeth(4), + arpa(5), + chp(6), + osl(7), + eth(8), + sl(9), + x28(10), + dmr(11), + tkr(12), + snk(13), + x25(14), + man(15), + atr(16), + fddi(17), + srly(18), + ippn(19), + fr(20), + ppp(21), + bdg(22), + null(23), + isdnb(24), + sdlc(25), + v25b(26), + routernode(27), + noderouter(28), + isdnd(29), + xot(30), + int270(31), + tnip(32), + mppp(33), + atm(34), + subatm(35), + ipsec(36), + bri(37), + x25fak(38), + isdnbfak(39), + isdndfak(40), + xotfak(41), + int270fak(42), + asdp(43), + syncsl(44), + asyncsl(45), + aptb(46), + dialrout(47), + arly(48), + mem(49), + vlaneth(50), + voip(51), + l2tp(52), + bvi(53), + scada(54), + wlan(55), + sepi(56), + eibz(57), + gpio(58), + autosl(59), + mdmemu(60), + frsub(61), + bvisub(62), + nic(63), + dip(64), + iec101gw(65), + gps(66), + gpsdatasl(67) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Interface type. + VI, VI LNI + PN, ProNET + PRI, PRI IFC CH, CHAOS Net + XETH, Experimental EtherNet (3 MBit) + ARPA, ARPANet + CHP, CHAOS protocol net + OSL, Serial line interface + Eth, EtherNet (10 MBit) + SL, New serial line link + X28, X.28 + DMR, DEC DMR interface + TKR, 802.5 token ring + SNK, Sink network (not a real network) + X25, X25 network + MAN, 802.6 metro area network + ATR, Apollo Token Ring + FDDI, FDDI + SRLY, SDLC relay int + IPPN, IP Protocol Net + FR, Frame Relay network + PPP, PPP network + BDG, Bridging pseudo-handler + NULL, Null device + GWT_NTYPE_B_ISDN, ISDN network B channel + SDLC, TRUE SDLC int + V25B, V.25bis base network + R->N, Teldat Micro-node + N->R, Teldat Router + GWT_NTYPE_D_ISDN, RDSI D channel + 270, 270 Virtual port + XOT, XOT + TNIP, IP tunnel + MPPP, PPP Multilink + ATM, ATM Interface + SUBATM, ATM subinterface + IPSEC, IPSEC + BRI, RDSI (2Bs) + X25_FAK, X25 fake + ISDNB_FAK, ISDNB fake + ISDND_FAK, ISDND fake + XOT_FAK, XOT fake + 270_FAK, 270 fake + ASDP, Asynchronous serial device + SYNC_SL, Synchronous serial line + ASYNC_SL, Asynchronous serial line + APTB, Asynchronous serial line + DIALROUT, Fake for Dial Routing + ARLY, AP alarms relay + MEM, PCI Memory card + VLAN_ETH, VLAN Ethernet + VOIP, VoIP card + L2TP, L2TP Virtual Interface + BVI, Bridge Virtual Interface + SCADA, SCADA Virtual Interface + WLAN, Wireless LAN + SEPI, Serial Event Printing Interface + EIB_Z, Zennio EIB Adapter + GPIO, General Parallel I/O + AUTO_SL, Synchronous serial line + MDMEMU, Modem Emulator Interface + FR_SUB, FR subinterface + BVI_SUB, BVI subinterface + NIC, USB_NIC Device + DIP, Generic DirectIP encapsulation + IEC101GW, SCADA Virtual Interface + GPS, GPS Receiver Interface + GPSDATA_SL, GPS DATA Serial line" + ::={telProdNpMonInterfBufferEntry 2} + + telProdNpMonInterfBufferOrder OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "This type interface number." + ::={telProdNpMonInterfBufferEntry 3} + + telProdNpMonInterfBufferReq OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of input buffers requiered." + ::={telProdNpMonInterfBufferEntry 4} + + telProdNpMonInterfBufferAlloc OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of input buffers assigned." + ::={telProdNpMonInterfBufferEntry 5} + + telProdNpMonInterfBufferLow OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Low water mark (flow control)." + ::={telProdNpMonInterfBufferEntry 6} + + telProdNpMonInterfBufferCurr OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Current number of input buffers to this device. If the value is 0, the + device is disabled. When the packet is received, if the value of Curr + in lower than Low, then the flow control can choose it." + ::={telProdNpMonInterfBufferEntry 7} + + telProdNpMonInterfBufferHdr OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "It is the maximum value between the following two: + The largest LLC, plus MAC, plus the header size of the output device. + The MAC plus the header size of the output device." + ::={telProdNpMonInterfBufferEntry 8} + + telProdNpMonInterfBufferWrap OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Given range for MAC, LLC, or network layer." + ::={telProdNpMonInterfBufferEntry 9} + + telProdNpMonInterfBufferData OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Maximum size of the data link layer packet." + ::={telProdNpMonInterfBufferEntry 10} + + telProdNpMonInterfBufferTrail OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Addition of the largest MAC and the hardware trailers." + ::={telProdNpMonInterfBufferEntry 11} + + telProdNpMonInterfBufferTotal OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Global size of each packet buffer." + ::={telProdNpMonInterfBufferEntry 12} + + telProdNpMonInterfBufferAlloc2 OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Amount of buffer memory bytes for this device. This value is + calculated multiplying Curr by Total." + ::={telProdNpMonInterfBufferEntry 13} + + -- General (telProdNpMonInterfRouter 2) + + telProdNpMonInterfGeneralTable OBJECT-TYPE + SYNTAX SEQUENCE OF TelProdNpMonInterfGeneralEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Table that shows statistic information about interfaces." + ::={telProdNpMonInterfRouter 2} + + telProdNpMonInterfGeneralEntry OBJECT-TYPE + SYNTAX TelProdNpMonInterfGeneralEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Each entry corresponds to an interface." + INDEX {telProdNpMonInterfGeneralIfc} + ::={telProdNpMonInterfGeneralTable 1} + + TelProdNpMonInterfGeneralEntry ::= + SEQUENCE{ + telProdNpMonInterfGeneralIfc + INTEGER, + telProdNpMonInterfGeneralKind + INTEGER, + telProdNpMonInterfGeneralOrder + INTEGER, + telProdNpMonInterfGeneralCsr + INTEGER, + telProdNpMonInterfGeneralVect + INTEGER, + telProdNpMonInterfGeneralTestvalid + Counter, + telProdNpMonInterfGeneralTestfailure + Counter, + telProdNpMonInterfGeneralMaintenFailure + Counter + } + + telProdNpMonInterfGeneralIfc OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Interface number (table index)." + ::={telProdNpMonInterfGeneralEntry 1} + + telProdNpMonInterfGeneralKind OBJECT-TYPE + SYNTAX INTEGER{ + vi(1), + pn(2), + pri(3), + xeth(4), + arpa(5), + chp(6), + osl(7), + eth(8), + sl(9), + x28(10), + dmr(11), + tkr(12), + snk(13), + x25(14), + man(15), + atr(16), + fddi(17), + srly(18), + ippn(19), + fr(20), + ppp(21), + bdg(22), + null(23), + isdnb(24), + sdlc(25), + v25b(26), + routernode(27), + noderouter(28), + isdnd(29), + xot(30), + int270(31), + tnip(32), + mppp(33), + atm(34), + subatm(35), + ipsec(36), + bri(37), + x25fak(38), + isdnbfak(39), + isdndfak(40), + xotfak(41), + int270fak(42), + asdp(43), + syncsl(44), + asyncsl(45), + aptb(46), + dialrout(47), + arly(48), + mem(49), + vlaneth(50), + voip(51), + l2tp(52), + bvi(53), + scada(54), + wlan(55), + sepi(56), + eibz(57), + gpio(58), + autosl(59), + mdmemu(60), + frsub(61), + bvisub(62), + nic(63), + dip(64), + iec101gw(65), + gps(66), + gpsdatasl(67) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Interface type. + VI, VI LNI + PN, ProNET + PRI, PRI IFC CH, CHAOS Net + XETH, Experimental EtherNet (3 MBit) + ARPA, ARPANet + CHP, CHAOS protocol net + OSL, Serial line interface + Eth, EtherNet (10 MBit) + SL, New serial line link + X28, X.28 + DMR, DEC DMR interface + TKR, 802.5 token ring + SNK, Sink network (not a real network) + X25, X25 network + MAN, 802.6 metro area network + ATR, Apollo Token Ring + FDDI, FDDI + SRLY, SDLC relay int + IPPN, IP Protocol Net + FR, Frame Relay network + PPP, PPP network + BDG, Bridging pseudo-handler + NULL, Null device + GWT_NTYPE_B_ISDN, ISDN network B channel + SDLC, TRUE SDLC int + V25B, V.25bis base network + R->N, Teldat Micro-node + N->R, Teldat Router + GWT_NTYPE_D_ISDN, RDSI D channel + 270, 270 Virtual port + XOT, XOT + TNIP, IP tunnel + MPPP, PPP Multilink + ATM, ATM Interface + SUBATM, ATM subinterface + IPSEC, IPSEC + BRI, RDSI (2Bs) + X25_FAK, X25 fake + ISDNB_FAK, ISDNB fake + ISDND_FAK, ISDND fake + XOT_FAK, XOT fake + 270_FAK, 270 fake + ASDP, Asynchronous serial device + SYNC_SL, Synchronous serial line + ASYNC_SL, Asynchronous serial line + APTB, Asynchronous serial line + DIALROUT, Fake for Dial Routing + ARLY, AP alarms relay + MEM, PCI Memory card + VLAN_ETH, VLAN Ethernet + VOIP, VoIP card + L2TP, L2TP Virtual Interface + BVI, Bridge Virtual Interface + SCADA, SCADA Virtual Interface + WLAN, Wireless LAN + SEPI, Serial Event Printing Interface + EIB_Z, Zennio EIB Adapter + GPIO, General Parallel I/O + AUTO_SL, Synchronous serial line + MDMEMU, Modem Emulator Interface + FR_SUB, FR subinterface + BVI_SUB, BVI subinterface + NIC, USB_NIC Device + DIP, Generic DirectIP encapsulation + IEC101GW, SCADA Virtual Interface + GPS, GPS Receiver Interface + GPSDATA_SL, GPS DATA Serial line" + ::={telProdNpMonInterfGeneralEntry 2} + + telProdNpMonInterfGeneralOrder OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "This type interface number." + ::={telProdNpMonInterfGeneralEntry 3} + + telProdNpMonInterfGeneralCsr OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Command and Status Register address." + ::={telProdNpMonInterfGeneralEntry 4} + + telProdNpMonInterfGeneralVect OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Interruption vector." + ::={telProdNpMonInterfGeneralEntry 5} + + telProdNpMonInterfGeneralTestvalid OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Times the auto-test has succeded (the interface status changes + from down to up)." + ::={telProdNpMonInterfGeneralEntry 6} + + telProdNpMonInterfGeneralTestfailure OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Times the auto-test has failed (the interface status changes + from up to down)." + ::={telProdNpMonInterfGeneralEntry 7} + + telProdNpMonInterfGeneralMaintenFailure OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of maintenance failures." + ::={telProdNpMonInterfGeneralEntry 8} + + -- Errores (telProdNpMonInterfRouter 3) + + telProdNpMonInterfErrorsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TelProdNpMonInterfErrorsEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Error table. It shows error statistics for the network." + ::={telProdNpMonInterfRouter 3} + + telProdNpMonInterfErrorsEntry OBJECT-TYPE + SYNTAX TelProdNpMonInterfErrorsEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Each entry reports the interface errors." + INDEX {telProdNpMonInterfErrorsIfc} + ::={telProdNpMonInterfErrorsTable 1} + + TelProdNpMonInterfErrorsEntry ::= + SEQUENCE { + telProdNpMonInterfErrorsIfc + INTEGER, + telProdNpMonInterfErrorsKind + INTEGER, + telProdNpMonInterfErrorsOrder + INTEGER, + telProdNpMonInterfErrorsIdiscard + Counter, + telProdNpMonInterfErrorsIerrors + Counter, + telProdNpMonInterfErrorsIunkprot + Counter, + telProdNpMonInterfErrorsOflowdrop + Counter, + telProdNpMonInterfErrorsOdiscard + Counter, + telProdNpMonInterfErrorsOerrors + Counter + } + + telProdNpMonInterfErrorsIfc OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Interface number. Table index." + ::={telProdNpMonInterfErrorsEntry 1} + + telProdNpMonInterfErrorsKind OBJECT-TYPE + SYNTAX INTEGER{ + vi(1), + pn(2), + pri(3), + xeth(4), + arpa(5), + chp(6), + osl(7), + eth(8), + sl(9), + x28(10), + dmr(11), + tkr(12), + snk(13), + x25(14), + man(15), + atr(16), + fddi(17), + srly(18), + ippn(19), + fr(20), + ppp(21), + bdg(22), + null(23), + isdnb(24), + sdlc(25), + v25b(26), + routernode(27), + noderouter(28), + isdnd(29), + xot(30), + int270(31), + tnip(32), + mppp(33), + atm(34), + subatm(35), + ipsec(36), + bri(37), + x25fak(38), + isdnbfak(39), + isdndfak(40), + xotfak(41), + int270fak(42), + asdp(43), + syncsl(44), + asyncsl(45), + aptb(46), + dialrout(47), + arly(48), + mem(49), + vlaneth(50), + voip(51), + l2tp(52), + bvi(53), + scada(54), + wlan(55), + sepi(56), + eibz(57), + gpio(58), + autosl(59), + mdmemu(60), + frsub(61), + bvisub(62), + nic(63), + dip(64), + iec101gw(65), + gps(66), + gpsdatasl(67) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Interface type. + VI, VI LNI + PN, ProNET + PRI, PRI IFC CH, CHAOS Net + XETH, Experimental EtherNet (3 MBit) + ARPA, ARPANet + CHP, CHAOS protocol net + OSL, Serial line interface + Eth, EtherNet (10 MBit) + SL, New serial line link + X28, X.28 + DMR, DEC DMR interface + TKR, 802.5 token ring + SNK, Sink network (not a real network) + X25, X25 network + MAN, 802.6 metro area network + ATR, Apollo Token Ring + FDDI, FDDI + SRLY, SDLC relay int + IPPN, IP Protocol Net + FR, Frame Relay network + PPP, PPP network + BDG, Bridging pseudo-handler + NULL, Null device + GWT_NTYPE_B_ISDN, ISDN network B channel + SDLC, TRUE SDLC int + V25B, V.25bis base network + R->N, Teldat Micro-node + N->R, Teldat Router + GWT_NTYPE_D_ISDN, RDSI D channel + 270, 270 Virtual port + XOT, XOT + TNIP, IP tunnel + MPPP, PPP Multilink + ATM, ATM Interface + SUBATM, ATM subinterface + IPSEC, IPSEC + BRI, RDSI (2Bs) + X25_FAK, X25 fake + ISDNB_FAK, ISDNB fake + ISDND_FAK, ISDND fake + XOT_FAK, XOT fake + 270_FAK, 270 fake + ASDP, Asynchronous serial device + SYNC_SL, Synchronous serial line + ASYNC_SL, Asynchronous serial line + APTB, Asynchronous serial line + DIALROUT, Fake for Dial Routing + ARLY, AP alarms relay + MEM, PCI Memory card + VLAN_ETH, VLAN Ethernet + VOIP, VoIP card + L2TP, L2TP Virtual Interface + BVI, Bridge Virtual Interface + SCADA, SCADA Virtual Interface + WLAN, Wireless LAN + SEPI, Serial Event Printing Interface + EIB_Z, Zennio EIB Adapter + GPIO, General Parallel I/O + AUTO_SL, Synchronous serial line + MDMEMU, Modem Emulator Interface + FR_SUB, FR subinterface + BVI_SUB, BVI subinterface + NIC, USB_NIC Device + DIP, Generic DirectIP encapsulation + IEC101GW, SCADA Virtual Interface + GPS, GPS Receiver Interface + GPSDATA_SL, GPS DATA Serial line" + ::={telProdNpMonInterfErrorsEntry 2} + + telProdNpMonInterfErrorsOrder OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "This type interface number." + ::={telProdNpMonInterfErrorsEntry 3} + + telProdNpMonInterfErrorsIdiscard OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of discarded packets due to flow control on reception." + ::={telProdNpMonInterfErrorsEntry 4} + + telProdNpMonInterfErrorsIerrors OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of faulty packets found in the link layer." + ::={telProdNpMonInterfErrorsEntry 5} + + telProdNpMonInterfErrorsIunkprot OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of received packets for an unknown protocol." + ::={telProdNpMonInterfErrorsEntry 6} + + telProdNpMonInterfErrorsOflowdrop OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of received packets that have been discarded later due to + flow control in transmission." + ::={telProdNpMonInterfErrorsEntry 7} + + telProdNpMonInterfErrorsOdiscard OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of discarded packets due to flow control in transmission." + ::={telProdNpMonInterfErrorsEntry 8} + + telProdNpMonInterfErrorsOerrors OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of output errors, such as attempts to send to a network that + has crashed during transmission." + ::={telProdNpMonInterfErrorsEntry 9} + + -- Colas (telProdNpMonInterfRouter 4) + + telProdNpMonInterfQueueTable OBJECT-TYPE + SYNTAX SEQUENCE OF TelProdNpMonInterfQueueEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "It shows statistics about input and output queues in the specified + interfaces. The provided information consists of: + -Total number of assigned buffers + -Value of the low layer buffer + -Number of active buffers at present in the interface." + ::={telProdNpMonInterfRouter 4} + + telProdNpMonInterfQueueEntry OBJECT-TYPE + SYNTAX TelProdNpMonInterfQueueEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "There is an entry per interface." + INDEX {telProdNpMonInterfQueueIfc} + ::={telProdNpMonInterfQueueTable 1} + + TelProdNpMonInterfQueueEntry ::= + SEQUENCE { + telProdNpMonInterfQueueIfc + INTEGER, + telProdNpMonInterfQueueKind + INTEGER, + telProdNpMonInterfQueueOrder + INTEGER, + telProdNpMonInterfQueueIalloc + INTEGER, + telProdNpMonInterfQueueIlow + INTEGER, + telProdNpMonInterfQueueIcurrent + INTEGER, + telProdNpMonInterfQueueOfair + INTEGER, + telProdNpMonInterfQueueOcurrent + INTEGER + } + + telProdNpMonInterfQueueIfc OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Interface number. Table index." + ::={telProdNpMonInterfQueueEntry 1} + + telProdNpMonInterfQueueKind OBJECT-TYPE + SYNTAX INTEGER{ + vi(1), + pn(2), + pri(3), + xeth(4), + arpa(5), + chp(6), + osl(7), + eth(8), + sl(9), + x28(10), + dmr(11), + tkr(12), + snk(13), + x25(14), + man(15), + atr(16), + fddi(17), + srly(18), + ippn(19), + fr(20), + ppp(21), + bdg(22), + null(23), + isdnb(24), + sdlc(25), + v25b(26), + routernode(27), + noderouter(28), + isdnd(29), + xot(30), + int270(31), + tnip(32), + mppp(33), + atm(34), + subatm(35), + ipsec(36), + bri(37), + x25fak(38), + isdnbfak(39), + isdndfak(40), + xotfak(41), + int270fak(42), + asdp(43), + syncsl(44), + asyncsl(45), + aptb(46), + dialrout(47), + arly(48), + mem(49), + vlaneth(50), + voip(51), + l2tp(52), + bvi(53), + scada(54), + wlan(55), + sepi(56), + eibz(57), + gpio(58), + autosl(59), + mdmemu(60), + frsub(61), + bvisub(62), + nic(63), + dip(64), + iec101gw(65), + gps(66), + gpsdatasl(67) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Interface type. + VI, VI LNI + PN, ProNET + PRI, PRI IFC CH, CHAOS Net + XETH, Experimental EtherNet (3 MBit) + ARPA, ARPANet + CHP, CHAOS protocol net + OSL, Serial line interface + Eth, EtherNet (10 MBit) + SL, New serial line link + X28, X.28 + DMR, DEC DMR interface + TKR, 802.5 token ring + SNK, Sink network (not a real network) + X25, X25 network + MAN, 802.6 metro area network + ATR, Apollo Token Ring + FDDI, FDDI + SRLY, SDLC relay int + IPPN, IP Protocol Net + FR, Frame Relay network + PPP, PPP network + BDG, Bridging pseudo-handler + NULL, Null device + GWT_NTYPE_B_ISDN, ISDN network B channel + SDLC, TRUE SDLC int + V25B, V.25bis base network + R->N, Teldat Micro-node + N->R, Teldat Router + GWT_NTYPE_D_ISDN, RDSI D channel + 270, 270 Virtual port + XOT, XOT + TNIP, IP tunnel + MPPP, PPP Multilink + ATM, ATM Interface + SUBATM, ATM subinterface + IPSEC, IPSEC + BRI, RDSI (2Bs) + X25_FAK, X25 fake + ISDNB_FAK, ISDNB fake + ISDND_FAK, ISDND fake + XOT_FAK, XOT fake + 270_FAK, 270 fake + ASDP, Asynchronous serial device + SYNC_SL, Synchronous serial line + ASYNC_SL, Asynchronous serial line + APTB, Asynchronous serial line + DIALROUT, Fake for Dial Routing + ARLY, AP alarms relay + MEM, PCI Memory card + VLAN_ETH, VLAN Ethernet + VOIP, VoIP card + L2TP, L2TP Virtual Interface + BVI, Bridge Virtual Interface + SCADA, SCADA Virtual Interface + WLAN, Wireless LAN + SEPI, Serial Event Printing Interface + EIB_Z, Zennio EIB Adapter + GPIO, General Parallel I/O + AUTO_SL, Synchronous serial line + MDMEMU, Modem Emulator Interface + FR_SUB, FR subinterface + BVI_SUB, BVI subinterface + NIC, USB_NIC Device + DIP, Generic DirectIP encapsulation + IEC101GW, SCADA Virtual Interface + GPS, GPS Receiver Interface + GPSDATA_SL, GPS DATA Serial line" + ::={telProdNpMonInterfQueueEntry 2} + + telProdNpMonInterfQueueOrder OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Interface number." + ::={telProdNpMonInterfQueueEntry 3} + + telProdNpMonInterfQueueIalloc OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of input buffers assigned to this device." + ::={telProdNpMonInterfQueueEntry 4} + + telProdNpMonInterfQueueIlow OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Water mark for flow control in the device." + ::={telProdNpMonInterfQueueEntry 5} + + telProdNpMonInterfQueueIcurrent OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Current number of input buffers to this device. The value is 0 + when the device is disabled." + ::={telProdNpMonInterfQueueEntry 6} + + telProdNpMonInterfQueueOfair OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Fair level for output queue in the device." + ::={telProdNpMonInterfQueueEntry 7} + + telProdNpMonInterfQueueOcurrent OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of packets currently waiting for transmission in this + device." + ::={telProdNpMonInterfQueueEntry 8} + + -- Estadísticos (telProdNpMonInterfRouter 5) + + telProdNpMonInterfStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TelProdNpMonInterfStatsEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "It contains statistics information with reference to the network + software, such as network configuration in the router." + ::={telProdNpMonInterfRouter 5} + + telProdNpMonInterfStatsEntry OBJECT-TYPE + SYNTAX TelProdNpMonInterfStatsEntry + ACCESS not-accessible + STATUS mandatory + DESCRIPTION + "Each register provides information about an interface." + INDEX {telProdNpMonInterfStatsIfc} + ::={telProdNpMonInterfStatsTable 1} + + TelProdNpMonInterfStatsEntry ::= + SEQUENCE { + telProdNpMonInterfStatsIfc + INTEGER, + telProdNpMonInterfStatsKind + INTEGER, + telProdNpMonInterfStatsOrder + INTEGER, + telProdNpMonInterfStatsUnipkrcv + Counter, + telProdNpMonInterfStatsMulpkrcv + Counter, + telProdNpMonInterfStatsBytesrcv + Counter, + telProdNpMonInterfStatsPkxt + Counter, + telProdNpMonInterfStatsBytesxt + Counter + } + + telProdNpMonInterfStatsIfc OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS obsolete + DESCRIPTION + "Interface number. Table index." + ::={telProdNpMonInterfStatsEntry 1} + + telProdNpMonInterfStatsKind OBJECT-TYPE + SYNTAX INTEGER{ + vi(1), + pn(2), + pri(3), + xeth(4), + arpa(5), + chp(6), + osl(7), + eth(8), + sl(9), + x28(10), + dmr(11), + tkr(12), + snk(13), + x25(14), + man(15), + atr(16), + fddi(17), + srly(18), + ippn(19), + fr(20), + ppp(21), + bdg(22), + null(23), + isdnb(24), + sdlc(25), + v25b(26), + routernode(27), + noderouter(28), + isdnd(29), + xot(30), + int270(31), + tnip(32), + mppp(33), + atm(34), + subatm(35), + ipsec(36), + bri(37), + x25fak(38), + isdnbfak(39), + isdndfak(40), + xotfak(41), + int270fak(42), + asdp(43), + syncsl(44), + asyncsl(45), + aptb(46), + dialrout(47), + arly(48), + mem(49), + vlaneth(50), + voip(51), + l2tp(52), + bvi(53), + scada(54), + wlan(55), + sepi(56), + eibz(57), + gpio(58), + autosl(59), + mdmemu(60), + frsub(61), + bvisub(62), + nic(63), + dip(64), + iec101gw(65), + gps(66), + gpsdatasl(67) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Interface type. + VI, VI LNI + PN, ProNET + PRI, PRI IFC CH, CHAOS Net + XETH, Experimental EtherNet (3 MBit) + ARPA, ARPANet + CHP, CHAOS protocol net + OSL, Serial line interface + Eth, EtherNet (10 MBit) + SL, New serial line link + X28, X.28 + DMR, DEC DMR interface + TKR, 802.5 token ring + SNK, Sink network (not a real network) + X25, X25 network + MAN, 802.6 metro area network + ATR, Apollo Token Ring + FDDI, FDDI + SRLY, SDLC relay int + IPPN, IP Protocol Net + FR, Frame Relay network + PPP, PPP network + BDG, Bridging pseudo-handler + NULL, Null device + GWT_NTYPE_B_ISDN, ISDN network B channel + SDLC, TRUE SDLC int + V25B, V.25bis base network + R->N, Teldat Micro-node + N->R, Teldat Router + GWT_NTYPE_D_ISDN, RDSI D channel + 270, 270 Virtual port + XOT, XOT + TNIP, IP tunnel + MPPP, PPP Multilink + ATM, ATM Interface + SUBATM, ATM subinterface + IPSEC, IPSEC + BRI, RDSI (2Bs) + X25_FAK, X25 fake + ISDNB_FAK, ISDNB fake + ISDND_FAK, ISDND fake + XOT_FAK, XOT fake + 270_FAK, 270 fake + ASDP, Asynchronous serial device + SYNC_SL, Synchronous serial line + ASYNC_SL, Asynchronous serial line + APTB, Asynchronous serial line + DIALROUT, Fake for Dial Routing + ARLY, AP alarms relay + MEM, PCI Memory card + VLAN_ETH, VLAN Ethernet + VOIP, VoIP card + L2TP, L2TP Virtual Interface + BVI, Bridge Virtual Interface + SCADA, SCADA Virtual Interface + WLAN, Wireless LAN + SEPI, Serial Event Printing Interface + EIB_Z, Zennio EIB Adapter + GPIO, General Parallel I/O + AUTO_SL, Synchronous serial line + MDMEMU, Modem Emulator Interface + FR_SUB, FR subinterface + BVI_SUB, BVI subinterface + NIC, USB_NIC Device + DIP, Generic DirectIP encapsulation + IEC101GW, SCADA Virtual Interface + GPS, GPS Receiver Interface + GPSDATA_SL, GPS DATA Serial line" + ::={telProdNpMonInterfStatsEntry 2} + + telProdNpMonInterfStatsOrder OBJECT-TYPE + SYNTAX INTEGER + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Interface number." + ::={telProdNpMonInterfStatsEntry 3} + + telProdNpMonInterfStatsUnipkrcv OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of no-multicast, no-broadcast packets specificly addressed + in the MAC sub-layer." + ::={telProdNpMonInterfStatsEntry 4} + + telProdNpMonInterfStatsMulpkrcv OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of received multicast or broadcast packets." + ::={telProdNpMonInterfStatsEntry 5} + + telProdNpMonInterfStatsBytesrcv OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of received bytes in this interface MAC sub-layer." + ::={telProdNpMonInterfStatsEntry 6} + + telProdNpMonInterfStatsPkxt OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of unicast, multicast, or broadcast transmitted packets." + ::={telProdNpMonInterfStatsEntry 7} + + telProdNpMonInterfStatsBytesxt OBJECT-TYPE + SYNTAX Counter + ACCESS read-only + STATUS mandatory + DESCRIPTION + "Number of transmitted bytes in the MAC sub-layer." + ::={telProdNpMonInterfStatsEntry 8} + +END diff --git a/mibs/teldat/TELDAT-SW-STRUCTURE-MIB b/mibs/teldat/TELDAT-SW-STRUCTURE-MIB new file mode 100644 index 0000000000..d9dcd83f9f --- /dev/null +++ b/mibs/teldat/TELDAT-SW-STRUCTURE-MIB @@ -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 diff --git a/tests/data/teldat.json b/tests/data/teldat.json index 70c593566c..da7315faf9 100644 --- a/tests/data/teldat.json +++ b/tests/data/teldat.json @@ -12,7 +12,7 @@ "features": null, "os": "teldat", "type": "network", - "serial": "1144", + "serial": "819/01144", "icon": "teldat.png", "location": "" } diff --git a/tests/data/teldat_teldatm1.json b/tests/data/teldat_teldatm1.json new file mode 100644 index 0000000000..23d24c2ccf --- /dev/null +++ b/tests/data/teldat_teldatm1.json @@ -0,0 +1,3152 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.2007.1.1.199", + "sysDescr": "Router model M1 1GEWAN 4GESW SLOT1 WL IPSec SNA VoIP T+ 34 84 CPU QorIQ P101X S/N: Teldat (c)1996 - 2016", + "sysContact": "", + "version": "10.09.26", + "hardware": "312 (rev 2)", + "features": null, + "os": "teldat", + "type": "network", + "serial": "", + "icon": "teldat.png", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "== =", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/1", + "ifName": "ethernet0/1", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "== ", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "cellular1/0", + "ifName": "cellular1/0", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "wwanPP", + "ifAlias": "cellular1/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "cellular1/1", + "ifName": "cellular1/1", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "wwanPP", + "ifAlias": "cellular1/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "x25-node", + "ifName": "x25-node", + "portName": null, + "ifIndex": 5, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "propVirtual", + "ifAlias": "x25-node", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "wlan0/0", + "ifName": "wlan0/0", + "portName": null, + "ifIndex": 6, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee80211", + "ifAlias": "wlan0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/1.998", + "ifName": "ethernet0/1.998", + "portName": null, + "ifIndex": 7, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l2vlan", + "ifAlias": "== ", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/1.3", + "ifName": "ethernet0/1.3", + "portName": null, + "ifIndex": 8, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l2vlan", + "ifAlias": "== ==", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ip-router", + "ifName": "ip-router", + "portName": null, + "ifIndex": 9, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "propVirtual", + "ifAlias": "ip-router", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Loopback interface", + "ifName": "Loopback Interface", + "portName": null, + "ifIndex": 10, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "Loopback interface", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 11, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 12, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 13, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 14, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 1, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "iso88023Csmacd", + "ifAlias": "== =", + "ifPhysAddress": "00a026b495d0", + "ifHardType": null, + "ifLastChange": 312, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 3525427830, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1786840269, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2331105270, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1102231242, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 1930939, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/1", + "ifName": "ethernet0/1", + "portName": null, + "ifIndex": 2, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "iso88023Csmacd", + "ifAlias": "== ", + "ifPhysAddress": "00a026b495d1", + "ifHardType": null, + "ifLastChange": 312, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1757910489, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 3536724923, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2264309746, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1548560600, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 7109115, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 7109111, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "cellular1/0", + "ifName": "cellular1/0", + "portName": null, + "ifIndex": 3, + "ifSpeed": 64000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2048, + "ifType": "wwanPP", + "ifAlias": "cellular1/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "cellular1/1", + "ifName": "cellular1/1", + "portName": null, + "ifIndex": 4, + "ifSpeed": 64000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2048, + "ifType": "wwanPP", + "ifAlias": "cellular1/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "x25-node", + "ifName": "x25-node", + "portName": null, + "ifIndex": 5, + "ifSpeed": 64000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "propVirtual", + "ifAlias": "x25-node", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 112, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "wlan0/0", + "ifName": "wlan0/0", + "portName": null, + "ifIndex": 6, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1508, + "ifType": "ieee80211", + "ifAlias": "wlan0/0", + "ifPhysAddress": "542aa254dbc0", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/1.998", + "ifName": "ethernet0/1.998", + "portName": null, + "ifIndex": 7, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "l2vlan", + "ifAlias": "== ", + "ifPhysAddress": "00a026b495d1", + "ifHardType": null, + "ifLastChange": 313, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 6037238, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 6050648, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 653396639, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1461487080, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 2, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/1.3", + "ifName": "ethernet0/1.3", + "portName": null, + "ifIndex": 8, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "l2vlan", + "ifAlias": "== ==", + "ifPhysAddress": "00a026b495d1", + "ifHardType": null, + "ifLastChange": 313, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1751873252, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 3530674302, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1127494889, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 3120043186, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 2, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 1, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 49406, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ip-router", + "ifName": "ip-router", + "portName": null, + "ifIndex": 9, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "propVirtual", + "ifAlias": "ip-router", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Loopback interface", + "ifName": "Loopback Interface", + "portName": null, + "ifIndex": 10, + "ifSpeed": 10000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "softwareLoopback", + "ifAlias": "Loopback interface", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "switch port interface", + "port_descr_descr": "Group 1, Port 1; Associated interface", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 11, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "switch port interface", + "port_descr_descr": "Group 1, Port 2; Associated interface", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 12, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "switch port interface", + "port_descr_descr": "Group 1, Port 3; Associated interface", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 13, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 33400, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "switch port interface", + "port_descr_descr": "Group 1, Port 4; Associated interface", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 14, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 200, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.1.0", + "processor_index": "cpu5.0", + "processor_type": "teldat", + "processor_usage": 5, + "processor_descr": "CPU Utilization 5sec", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.2.0", + "processor_index": "cpu60.0", + "processor_type": "teldat", + "processor_usage": 1, + "processor_descr": "CPU Utilization 1min", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.3.0", + "processor_index": "cpu300.0", + "processor_type": "teldat", + "processor_usage": 5, + "processor_descr": "CPU Utilization 5min", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.1.0", + "processor_index": "cpu5.0", + "processor_type": "teldat", + "processor_usage": 6, + "processor_descr": "CPU Utilization 5sec", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.2.0", + "processor_index": "cpu60.0", + "processor_type": "teldat", + "processor_usage": 5, + "processor_descr": "CPU Utilization 1min", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.3.0", + "processor_index": "cpu300.0", + "processor_type": "teldat", + "processor_usage": 5, + "processor_descr": "CPU Utilization 5min", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + } + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "1", + "entPhysicalIndex": null, + "mempool_type": "teldat", + "mempool_class": "shared", + "mempool_precision": 1, + "mempool_descr": "NonCache Memory", + "mempool_perc": 20, + "mempool_perc_oid": null, + "mempool_used": 19437555, + "mempool_used_oid": null, + "mempool_free": 75761677, + "mempool_free_oid": ".1.3.6.1.4.1.2007.4.1.2.1.1.30.0", + "mempool_total": 95199232, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + }, + { + "mempool_index": "2", + "entPhysicalIndex": null, + "mempool_type": "teldat", + "mempool_class": "cached", + "mempool_precision": 1, + "mempool_descr": "Cache Memory", + "mempool_perc": 14, + "mempool_perc_oid": null, + "mempool_used": 12206080, + "mempool_used_oid": null, + "mempool_free": 75759616, + "mempool_free_oid": ".1.3.6.1.4.1.2007.4.1.2.1.1.28.0", + "mempool_total": 87965696, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/data/teldat_teldatvdsl2.json b/tests/data/teldat_teldatvdsl2.json new file mode 100644 index 0000000000..4966f8bebb --- /dev/null +++ b/tests/data/teldat_teldatvdsl2.json @@ -0,0 +1,5058 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.2007.1.1.191", + "sysDescr": "Router model TV BASE VDSL2/ADSL WLAN 30 10 CPU MIPS32 S/N: Teldat (c)1996 - 2017", + "sysContact": "", + "version": "10.09.30", + "hardware": "608 (rev 2)", + "features": null, + "os": "teldat", + "type": "network", + "serial": "", + "icon": "teldat.png", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "ethernet0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/2", + "ifName": "ethernet0/2", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "ethernet0/2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "wlan0/0", + "ifName": "wlan0/0", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee80211", + "ifAlias": "wlan0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "atm0/0", + "ifName": "atm0/0", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "atm", + "ifAlias": "atm0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "cellular1/0", + "ifName": "cellular1/0", + "portName": null, + "ifIndex": 5, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "wwanPP", + "ifAlias": "cellular1/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "cellular1/1", + "ifName": "cellular1/1", + "portName": null, + "ifIndex": 6, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "wwanPP", + "ifAlias": "cellular1/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ppp10", + "ifName": "ppp10", + "portName": null, + "ifIndex": 7, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ppp", + "ifAlias": "ppp10", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ppp20", + "ifName": "ppp20", + "portName": null, + "ifIndex": 8, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "dormant", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ppp", + "ifAlias": "ppp20", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.10", + "ifName": "ethernet0/0.10", + "portName": null, + "ifIndex": 9, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l2vlan", + "ifAlias": "ethernet0/0.10", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.21", + "ifName": "ethernet0/0.21", + "portName": null, + "ifIndex": 10, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l2vlan", + "ifAlias": "ethernet0/0.21", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.100", + "ifName": "ethernet0/0.100", + "portName": null, + "ifIndex": 11, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l2vlan", + "ifAlias": "Teldat 4GE IP ", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.463", + "ifName": "ethernet0/0.463", + "portName": null, + "ifIndex": 12, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l2vlan", + "ifAlias": "Teldat 4GE IP ", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.20", + "ifName": "ethernet0/0.20", + "portName": null, + "ifIndex": 13, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l2vlan", + "ifAlias": "== ", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "l2tp10", + "ifName": "l2tp10", + "portName": null, + "ifIndex": 14, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "propVirtual", + "ifAlias": "l2tp10", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "l2tp20", + "ifName": "l2tp20", + "portName": null, + "ifIndex": 15, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "propVirtual", + "ifAlias": "l2tp20", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Loopback interface", + "ifName": "Loopback Interface", + "portName": null, + "ifIndex": 16, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "Loopback interface", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ADSL Physical/0 Hardware: SOFTDSL_V2A2P", + "ifName": "atm0/0", + "portName": null, + "ifIndex": 17, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "adsl", + "ifAlias": "ADSL Physical/0 Hardware: SOFTDSL_V2A2P", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ADSL Fast Channel/0 Hardware: SOFTDSL_V2A2P", + "ifName": "atm0/0", + "portName": null, + "ifIndex": 18, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "fast", + "ifAlias": "ADSL Fast Channel/0 Hardware: SOFTDSL_V2A2P", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ADSL Interleave Channel/0 Hardware: SOFTDSL_V2A2P", + "ifName": "atm0/0", + "portName": null, + "ifIndex": 19, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "interleave", + "ifAlias": "ADSL Interleave Channel/0 Hardware: SOFTDSL_V2A2P", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 20, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 21, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 22, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 23, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 1, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "iso88023Csmacd", + "ifAlias": "ethernet0/0", + "ifPhysAddress": "00a0266ce260", + "ifHardType": null, + "ifLastChange": 1648, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 486415467, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 486295513, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 4101386700, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1756890989, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 2295, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 372, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/2", + "ifName": "ethernet0/2", + "portName": null, + "ifIndex": 2, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "iso88023Csmacd", + "ifAlias": "ethernet0/2", + "ifPhysAddress": "00a0266ce261", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "wlan0/0", + "ifName": "wlan0/0", + "portName": null, + "ifIndex": 3, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1508, + "ifType": "ieee80211", + "ifAlias": "wlan0/0", + "ifPhysAddress": "00a0266ce262", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "atm0/0", + "ifName": "atm0/0", + "portName": null, + "ifIndex": 4, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1536, + "ifType": "atm", + "ifAlias": "atm0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "cellular1/0", + "ifName": "cellular1/0", + "portName": null, + "ifIndex": 5, + "ifSpeed": 460800, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2048, + "ifType": "wwanPP", + "ifAlias": "cellular1/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "cellular1/1", + "ifName": "cellular1/1", + "portName": null, + "ifIndex": 6, + "ifSpeed": 460800, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2048, + "ifType": "wwanPP", + "ifAlias": "cellular1/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ppp10", + "ifName": "ppp10", + "portName": null, + "ifIndex": 7, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1524, + "ifType": "ppp", + "ifAlias": "ppp10", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 397921400, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 292892, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 277349, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 88080780, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 35054956, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ppp20", + "ifName": "ppp20", + "portName": null, + "ifIndex": 8, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "dormant", + "ifOperStatus_prev": "dormant", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1524, + "ifType": "ppp", + "ifAlias": "ppp20", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 397922000, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 255577, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 231, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 5110294, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 4521, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.10", + "ifName": "ethernet0/0.10", + "portName": null, + "ifIndex": 9, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "l2vlan", + "ifAlias": "ethernet0/0.10", + "ifPhysAddress": "00a0266ce260", + "ifHardType": null, + "ifLastChange": 1848, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 176469385, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 259404287, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 3470513706, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 2775095124, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 2215, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 272, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.21", + "ifName": "ethernet0/0.21", + "portName": null, + "ifIndex": 10, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "l2vlan", + "ifAlias": "ethernet0/0.21", + "ifPhysAddress": "00a0266ce260", + "ifHardType": null, + "ifLastChange": 263528, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 308373892, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 225670207, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 2, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 396915045, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 3112197832, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 2, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 553, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.100", + "ifName": "ethernet0/0.100", + "portName": null, + "ifIndex": 11, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "l2vlan", + "ifAlias": "Teldat 4GE IP ", + "ifPhysAddress": "00a0266ce260", + "ifHardType": null, + "ifLastChange": 1848, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 316333, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 67120, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 44890610, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 26693541, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 2, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.463", + "ifName": "ethernet0/0.463", + "portName": null, + "ifIndex": 12, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "l2vlan", + "ifAlias": "Teldat 4GE IP ", + "ifPhysAddress": "00a0266ce260", + "ifHardType": null, + "ifLastChange": 1721269, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1244832, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1153906, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 186365230, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 137868469, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 8, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ethernet0/0.20", + "ifName": "ethernet0/0.20", + "portName": null, + "ifIndex": 13, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "l2vlan", + "ifAlias": "== ", + "ifPhysAddress": "00a0266ce260", + "ifHardType": null, + "ifLastChange": 1848, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 4140, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 90, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "l2tp10", + "ifName": "l2tp10", + "portName": null, + "ifIndex": 14, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2120, + "ifType": "propVirtual", + "ifAlias": "l2tp10", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 2783961, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 292892, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 277349, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 88080780, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 35054956, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "l2tp20", + "ifName": "l2tp20", + "portName": null, + "ifIndex": 15, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 2120, + "ifType": "propVirtual", + "ifAlias": "l2tp20", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 3731908, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 255577, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 231, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 5110294, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 4521, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Loopback interface", + "ifName": "Loopback Interface", + "portName": null, + "ifIndex": 16, + "ifSpeed": 10000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "softwareLoopback", + "ifAlias": "Loopback interface", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "adsl physical/0 hardware", + "port_descr_descr": "SOFTDSL_V2A2P", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ADSL Physical/0 Hardware: SOFTDSL_V2A2P", + "ifName": "atm0/0", + "portName": null, + "ifIndex": 17, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "adsl", + "ifAlias": "ADSL Physical/0 Hardware: SOFTDSL_V2A2P", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "adsl fast channel/0 hardware", + "port_descr_descr": "SOFTDSL_V2A2P", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ADSL Fast Channel/0 Hardware: SOFTDSL_V2A2P", + "ifName": "atm0/0", + "portName": null, + "ifIndex": 18, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": "lowerLayerDown", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "fast", + "ifAlias": "ADSL Fast Channel/0 Hardware: SOFTDSL_V2A2P", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "adsl interleave channel/0 hardware", + "port_descr_descr": "SOFTDSL_V2A2P", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ADSL Interleave Channel/0 Hardware: SOFTDSL_V2A2P", + "ifName": "atm0/0", + "portName": null, + "ifIndex": 19, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": "lowerLayerDown", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "interleave", + "ifAlias": "ADSL Interleave Channel/0 Hardware: SOFTDSL_V2A2P", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "switch port interface", + "port_descr_descr": "Group 1, Port 1; Associated interface", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 20, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "switch port interface", + "port_descr_descr": "Group 1, Port 2; Associated interface", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 21, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 1800, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "switch port interface", + "port_descr_descr": "Group 1, Port 3; Associated interface", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 22, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 1800, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": "switch port interface", + "port_descr_descr": "Group 1, Port 4; Associated interface", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", + "ifName": "ethernet0/0", + "portName": null, + "ifIndex": 23, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "iso88023Csmacd", + "ifAlias": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 263400, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.1.0", + "processor_index": "cpu5.0", + "processor_type": "teldat", + "processor_usage": 5, + "processor_descr": "CPU Utilization 5sec", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.2.0", + "processor_index": "cpu60.0", + "processor_type": "teldat", + "processor_usage": 1, + "processor_descr": "CPU Utilization 1min", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.3.0", + "processor_index": "cpu300.0", + "processor_type": "teldat", + "processor_usage": 5, + "processor_descr": "CPU Utilization 5min", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.1.0", + "processor_index": "cpu5.0", + "processor_type": "teldat", + "processor_usage": 10, + "processor_descr": "CPU Utilization 5sec", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.2.0", + "processor_index": "cpu60.0", + "processor_type": "teldat", + "processor_usage": 36, + "processor_descr": "CPU Utilization 1min", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2007.4.1.2.1.2.1.1.3.0", + "processor_index": "cpu300.0", + "processor_type": "teldat", + "processor_usage": 24, + "processor_descr": "CPU Utilization 5min", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + } + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "2", + "entPhysicalIndex": null, + "mempool_type": "teldat", + "mempool_class": "cached", + "mempool_precision": 1, + "mempool_descr": "Cache Memory", + "mempool_perc": 69, + "mempool_perc_oid": null, + "mempool_used": 92102656, + "mempool_used_oid": null, + "mempool_free": 42115072, + "mempool_free_oid": ".1.3.6.1.4.1.2007.4.1.2.1.1.28.0", + "mempool_total": 134217728, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/teldat_teldatm1.snmprec b/tests/snmpsim/teldat_teldatm1.snmprec new file mode 100644 index 0000000000..0225248c1a --- /dev/null +++ b/tests/snmpsim/teldat_teldatm1.snmprec @@ -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: 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| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +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|== = +1.3.6.1.2.1.31.1.1.1.18.2|4|== +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|== +1.3.6.1.2.1.31.1.1.1.18.8|4|== == +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| +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 diff --git a/tests/snmpsim/teldat_teldatvdsl2.snmprec b/tests/snmpsim/teldat_teldatvdsl2.snmprec new file mode 100644 index 0000000000..21ac0f95ca --- /dev/null +++ b/tests/snmpsim/teldat_teldatvdsl2.snmprec @@ -0,0 +1,4564 @@ +1.3.6.1.2.1.1.1.0|4|Router model TV BASE VDSL2/ADSL WLAN 30 10 CPU MIPS32 S/N: Teldat (c)1996 - 2017 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2007.1.1.191 +1.3.6.1.2.1.1.3.0|67|398868200 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +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.1.15|2|15 +1.3.6.1.2.1.2.2.1.1.16|2|16 +1.3.6.1.2.1.2.2.1.1.17|2|17 +1.3.6.1.2.1.2.2.1.1.18|2|18 +1.3.6.1.2.1.2.2.1.1.19|2|19 +1.3.6.1.2.1.2.2.1.1.20|2|20 +1.3.6.1.2.1.2.2.1.1.21|2|21 +1.3.6.1.2.1.2.2.1.1.22|2|22 +1.3.6.1.2.1.2.2.1.1.23|2|23 +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/2 +1.3.6.1.2.1.2.2.1.2.3|4|wlan0/0 +1.3.6.1.2.1.2.2.1.2.4|4|atm0/0 +1.3.6.1.2.1.2.2.1.2.5|4|cellular1/0 +1.3.6.1.2.1.2.2.1.2.6|4|cellular1/1 +1.3.6.1.2.1.2.2.1.2.7|4|ppp10 +1.3.6.1.2.1.2.2.1.2.8|4|ppp20 +1.3.6.1.2.1.2.2.1.2.9|4|ethernet0/0.10 +1.3.6.1.2.1.2.2.1.2.10|4|ethernet0/0.21 +1.3.6.1.2.1.2.2.1.2.11|4|ethernet0/0.100 +1.3.6.1.2.1.2.2.1.2.12|4|ethernet0/0.463 +1.3.6.1.2.1.2.2.1.2.13|4|ethernet0/0.20 +1.3.6.1.2.1.2.2.1.2.14|4|l2tp10 +1.3.6.1.2.1.2.2.1.2.15|4|l2tp20 +1.3.6.1.2.1.2.2.1.2.16|4|Loopback interface +1.3.6.1.2.1.2.2.1.2.17|4|ADSL Physical/0 Hardware: SOFTDSL_V2A2P +1.3.6.1.2.1.2.2.1.2.18|4|ADSL Fast Channel/0 Hardware: SOFTDSL_V2A2P +1.3.6.1.2.1.2.2.1.2.19|4|ADSL Interleave Channel/0 Hardware: SOFTDSL_V2A2P +1.3.6.1.2.1.2.2.1.2.20|4|Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0 +1.3.6.1.2.1.2.2.1.2.21|4|Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0 +1.3.6.1.2.1.2.2.1.2.22|4|Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0 +1.3.6.1.2.1.2.2.1.2.23|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|71 +1.3.6.1.2.1.2.2.1.3.4|2|37 +1.3.6.1.2.1.2.2.1.3.5|2|243 +1.3.6.1.2.1.2.2.1.3.6|2|243 +1.3.6.1.2.1.2.2.1.3.7|2|23 +1.3.6.1.2.1.2.2.1.3.8|2|23 +1.3.6.1.2.1.2.2.1.3.9|2|135 +1.3.6.1.2.1.2.2.1.3.10|2|135 +1.3.6.1.2.1.2.2.1.3.11|2|135 +1.3.6.1.2.1.2.2.1.3.12|2|135 +1.3.6.1.2.1.2.2.1.3.13|2|135 +1.3.6.1.2.1.2.2.1.3.14|2|53 +1.3.6.1.2.1.2.2.1.3.15|2|53 +1.3.6.1.2.1.2.2.1.3.16|2|24 +1.3.6.1.2.1.2.2.1.3.17|2|94 +1.3.6.1.2.1.2.2.1.3.18|2|125 +1.3.6.1.2.1.2.2.1.3.19|2|124 +1.3.6.1.2.1.2.2.1.3.20|2|7 +1.3.6.1.2.1.2.2.1.3.21|2|7 +1.3.6.1.2.1.2.2.1.3.22|2|7 +1.3.6.1.2.1.2.2.1.3.23|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|1508 +1.3.6.1.2.1.2.2.1.4.4|2|1536 +1.3.6.1.2.1.2.2.1.4.5|2|2048 +1.3.6.1.2.1.2.2.1.4.6|2|2048 +1.3.6.1.2.1.2.2.1.4.7|2|1524 +1.3.6.1.2.1.2.2.1.4.8|2|1524 +1.3.6.1.2.1.2.2.1.4.9|2|1500 +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|1500 +1.3.6.1.2.1.2.2.1.4.12|2|1500 +1.3.6.1.2.1.2.2.1.4.13|2|1500 +1.3.6.1.2.1.2.2.1.4.14|2|2120 +1.3.6.1.2.1.2.2.1.4.15|2|2120 +1.3.6.1.2.1.2.2.1.4.16|2|1500 +1.3.6.1.2.1.2.2.1.4.17|2|0 +1.3.6.1.2.1.2.2.1.4.18|2|0 +1.3.6.1.2.1.2.2.1.4.19|2|0 +1.3.6.1.2.1.2.2.1.4.20|2|0 +1.3.6.1.2.1.2.2.1.4.21|2|0 +1.3.6.1.2.1.2.2.1.4.22|2|0 +1.3.6.1.2.1.2.2.1.4.23|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|0 +1.3.6.1.2.1.2.2.1.5.3|66|0 +1.3.6.1.2.1.2.2.1.5.4|66|0 +1.3.6.1.2.1.2.2.1.5.5|66|460800 +1.3.6.1.2.1.2.2.1.5.6|66|460800 +1.3.6.1.2.1.2.2.1.5.7|66|0 +1.3.6.1.2.1.2.2.1.5.8|66|0 +1.3.6.1.2.1.2.2.1.5.9|66|1000000000 +1.3.6.1.2.1.2.2.1.5.10|66|1000000000 +1.3.6.1.2.1.2.2.1.5.11|66|1000000000 +1.3.6.1.2.1.2.2.1.5.12|66|1000000000 +1.3.6.1.2.1.2.2.1.5.13|66|1000000000 +1.3.6.1.2.1.2.2.1.5.14|66|0 +1.3.6.1.2.1.2.2.1.5.15|66|0 +1.3.6.1.2.1.2.2.1.5.16|66|10000000 +1.3.6.1.2.1.2.2.1.5.17|66|0 +1.3.6.1.2.1.2.2.1.5.18|66|0 +1.3.6.1.2.1.2.2.1.5.19|66|0 +1.3.6.1.2.1.2.2.1.5.20|66|0 +1.3.6.1.2.1.2.2.1.5.21|66|0 +1.3.6.1.2.1.2.2.1.5.22|66|0 +1.3.6.1.2.1.2.2.1.5.23|66|0 +1.3.6.1.2.1.2.2.1.6.1|4x|00A0266CE260 +1.3.6.1.2.1.2.2.1.6.2|4x|00A0266CE261 +1.3.6.1.2.1.2.2.1.6.3|4x|00A0266CE262 +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|4| +1.3.6.1.2.1.2.2.1.6.7|4x|00000000000000000000000000000000 +1.3.6.1.2.1.2.2.1.6.8|4x|00000000000000000000000000000000 +1.3.6.1.2.1.2.2.1.6.9|4x|00A0266CE260 +1.3.6.1.2.1.2.2.1.6.10|4x|00A0266CE260 +1.3.6.1.2.1.2.2.1.6.11|4x|00A0266CE260 +1.3.6.1.2.1.2.2.1.6.12|4x|00A0266CE260 +1.3.6.1.2.1.2.2.1.6.13|4x|00A0266CE260 +1.3.6.1.2.1.2.2.1.6.14|4| +1.3.6.1.2.1.2.2.1.6.15|4| +1.3.6.1.2.1.2.2.1.6.16|4| +1.3.6.1.2.1.2.2.1.6.17|4x|00000000000000000000000000000000 +1.3.6.1.2.1.2.2.1.6.18|4x|00000000000000000000000000000000 +1.3.6.1.2.1.2.2.1.6.19|4x|00000000000000000000000000000000 +1.3.6.1.2.1.2.2.1.6.20|4x|00000000000000000000000000000000 +1.3.6.1.2.1.2.2.1.6.21|4x|00000000000000000000000000000000 +1.3.6.1.2.1.2.2.1.6.22|4x|00000000000000000000000000000000 +1.3.6.1.2.1.2.2.1.6.23|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.7.15|2|1 +1.3.6.1.2.1.2.2.1.7.16|2|1 +1.3.6.1.2.1.2.2.1.7.17|2|1 +1.3.6.1.2.1.2.2.1.7.18|2|1 +1.3.6.1.2.1.2.2.1.7.19|2|1 +1.3.6.1.2.1.2.2.1.7.20|2|1 +1.3.6.1.2.1.2.2.1.7.21|2|1 +1.3.6.1.2.1.2.2.1.7.22|2|1 +1.3.6.1.2.1.2.2.1.7.23|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.2|2|2 +1.3.6.1.2.1.2.2.1.8.3|2|2 +1.3.6.1.2.1.2.2.1.8.4|2|2 +1.3.6.1.2.1.2.2.1.8.5|2|2 +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|5 +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|1 +1.3.6.1.2.1.2.2.1.8.12|2|1 +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.8.15|2|2 +1.3.6.1.2.1.2.2.1.8.16|2|1 +1.3.6.1.2.1.2.2.1.8.17|2|2 +1.3.6.1.2.1.2.2.1.8.18|2|7 +1.3.6.1.2.1.2.2.1.8.19|2|7 +1.3.6.1.2.1.2.2.1.8.20|2|2 +1.3.6.1.2.1.2.2.1.8.21|2|1 +1.3.6.1.2.1.2.2.1.8.22|2|1 +1.3.6.1.2.1.2.2.1.8.23|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|1648 +1.3.6.1.2.1.2.2.1.9.2|67|0 +1.3.6.1.2.1.2.2.1.9.3|67|0 +1.3.6.1.2.1.2.2.1.9.4|67|0 +1.3.6.1.2.1.2.2.1.9.5|67|0 +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|397921400 +1.3.6.1.2.1.2.2.1.9.8|67|397922000 +1.3.6.1.2.1.2.2.1.9.9|67|1848 +1.3.6.1.2.1.2.2.1.9.10|67|263528 +1.3.6.1.2.1.2.2.1.9.11|67|1848 +1.3.6.1.2.1.2.2.1.9.12|67|1721269 +1.3.6.1.2.1.2.2.1.9.13|67|1848 +1.3.6.1.2.1.2.2.1.9.14|67|2783961 +1.3.6.1.2.1.2.2.1.9.15|67|3731908 +1.3.6.1.2.1.2.2.1.9.16|67|0 +1.3.6.1.2.1.2.2.1.9.17|67|0 +1.3.6.1.2.1.2.2.1.9.18|67|0 +1.3.6.1.2.1.2.2.1.9.19|67|0 +1.3.6.1.2.1.2.2.1.9.20|67|0 +1.3.6.1.2.1.2.2.1.9.21|67|1800 +1.3.6.1.2.1.2.2.1.9.22|67|1800 +1.3.6.1.2.1.2.2.1.9.23|67|263400 +1.3.6.1.2.1.2.2.1.10.1|65|4101386700 +1.3.6.1.2.1.2.2.1.10.2|65|0 +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|88080780 +1.3.6.1.2.1.2.2.1.10.8|65|5110294 +1.3.6.1.2.1.2.2.1.10.9|65|3470513706 +1.3.6.1.2.1.2.2.1.10.10|65|396915045 +1.3.6.1.2.1.2.2.1.10.11|65|44890610 +1.3.6.1.2.1.2.2.1.10.12|65|186365230 +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|88080780 +1.3.6.1.2.1.2.2.1.10.15|65|5110294 +1.3.6.1.2.1.2.2.1.10.16|65|0 +1.3.6.1.2.1.2.2.1.10.17|65|0 +1.3.6.1.2.1.2.2.1.10.18|65|0 +1.3.6.1.2.1.2.2.1.10.19|65|0 +1.3.6.1.2.1.2.2.1.10.20|65|0 +1.3.6.1.2.1.2.2.1.10.21|65|0 +1.3.6.1.2.1.2.2.1.10.22|65|0 +1.3.6.1.2.1.2.2.1.10.23|65|0 +1.3.6.1.2.1.2.2.1.11.1|65|486415467 +1.3.6.1.2.1.2.2.1.11.2|65|0 +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|292892 +1.3.6.1.2.1.2.2.1.11.8|65|255577 +1.3.6.1.2.1.2.2.1.11.9|65|176469385 +1.3.6.1.2.1.2.2.1.11.10|65|308373892 +1.3.6.1.2.1.2.2.1.11.11|65|316333 +1.3.6.1.2.1.2.2.1.11.12|65|1244832 +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|292892 +1.3.6.1.2.1.2.2.1.11.15|65|255577 +1.3.6.1.2.1.2.2.1.11.16|65|0 +1.3.6.1.2.1.2.2.1.11.17|65|0 +1.3.6.1.2.1.2.2.1.11.18|65|0 +1.3.6.1.2.1.2.2.1.11.19|65|0 +1.3.6.1.2.1.2.2.1.11.20|65|0 +1.3.6.1.2.1.2.2.1.11.21|65|0 +1.3.6.1.2.1.2.2.1.11.22|65|0 +1.3.6.1.2.1.2.2.1.11.23|65|0 +1.3.6.1.2.1.2.2.1.12.1|65|2295 +1.3.6.1.2.1.2.2.1.12.2|65|0 +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|0 +1.3.6.1.2.1.2.2.1.12.8|65|0 +1.3.6.1.2.1.2.2.1.12.9|65|2215 +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|2 +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.12.15|65|0 +1.3.6.1.2.1.2.2.1.12.16|65|0 +1.3.6.1.2.1.2.2.1.12.17|65|0 +1.3.6.1.2.1.2.2.1.12.18|65|0 +1.3.6.1.2.1.2.2.1.12.19|65|0 +1.3.6.1.2.1.2.2.1.12.20|65|0 +1.3.6.1.2.1.2.2.1.12.21|65|0 +1.3.6.1.2.1.2.2.1.12.22|65|0 +1.3.6.1.2.1.2.2.1.12.23|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.13.15|65|0 +1.3.6.1.2.1.2.2.1.13.16|65|0 +1.3.6.1.2.1.2.2.1.13.17|65|0 +1.3.6.1.2.1.2.2.1.13.18|65|0 +1.3.6.1.2.1.2.2.1.13.19|65|0 +1.3.6.1.2.1.2.2.1.13.20|65|0 +1.3.6.1.2.1.2.2.1.13.21|65|0 +1.3.6.1.2.1.2.2.1.13.22|65|0 +1.3.6.1.2.1.2.2.1.13.23|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.14.15|65|0 +1.3.6.1.2.1.2.2.1.14.16|65|0 +1.3.6.1.2.1.2.2.1.14.17|65|0 +1.3.6.1.2.1.2.2.1.14.18|65|0 +1.3.6.1.2.1.2.2.1.14.19|65|0 +1.3.6.1.2.1.2.2.1.14.20|65|0 +1.3.6.1.2.1.2.2.1.14.21|65|0 +1.3.6.1.2.1.2.2.1.14.22|65|0 +1.3.6.1.2.1.2.2.1.14.23|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|0 +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.15.15|65|0 +1.3.6.1.2.1.2.2.1.15.16|65|0 +1.3.6.1.2.1.2.2.1.15.17|65|0 +1.3.6.1.2.1.2.2.1.15.18|65|0 +1.3.6.1.2.1.2.2.1.15.19|65|0 +1.3.6.1.2.1.2.2.1.15.20|65|0 +1.3.6.1.2.1.2.2.1.15.21|65|0 +1.3.6.1.2.1.2.2.1.15.22|65|0 +1.3.6.1.2.1.2.2.1.15.23|65|0 +1.3.6.1.2.1.2.2.1.16.1|65|1756890989 +1.3.6.1.2.1.2.2.1.16.2|65|0 +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|35054956 +1.3.6.1.2.1.2.2.1.16.8|65|4521 +1.3.6.1.2.1.2.2.1.16.9|65|2775095124 +1.3.6.1.2.1.2.2.1.16.10|65|3112197832 +1.3.6.1.2.1.2.2.1.16.11|65|26693541 +1.3.6.1.2.1.2.2.1.16.12|65|137868469 +1.3.6.1.2.1.2.2.1.16.13|65|4140 +1.3.6.1.2.1.2.2.1.16.14|65|35054956 +1.3.6.1.2.1.2.2.1.16.15|65|4521 +1.3.6.1.2.1.2.2.1.16.16|65|0 +1.3.6.1.2.1.2.2.1.16.17|65|0 +1.3.6.1.2.1.2.2.1.16.18|65|0 +1.3.6.1.2.1.2.2.1.16.19|65|0 +1.3.6.1.2.1.2.2.1.16.20|65|0 +1.3.6.1.2.1.2.2.1.16.21|65|0 +1.3.6.1.2.1.2.2.1.16.22|65|0 +1.3.6.1.2.1.2.2.1.16.23|65|0 +1.3.6.1.2.1.2.2.1.17.1|65|486295513 +1.3.6.1.2.1.2.2.1.17.2|65|0 +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|277349 +1.3.6.1.2.1.2.2.1.17.8|65|231 +1.3.6.1.2.1.2.2.1.17.9|65|259404287 +1.3.6.1.2.1.2.2.1.17.10|65|225670207 +1.3.6.1.2.1.2.2.1.17.11|65|67120 +1.3.6.1.2.1.2.2.1.17.12|65|1153906 +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|277349 +1.3.6.1.2.1.2.2.1.17.15|65|231 +1.3.6.1.2.1.2.2.1.17.16|65|0 +1.3.6.1.2.1.2.2.1.17.17|65|0 +1.3.6.1.2.1.2.2.1.17.18|65|0 +1.3.6.1.2.1.2.2.1.17.19|65|0 +1.3.6.1.2.1.2.2.1.17.20|65|0 +1.3.6.1.2.1.2.2.1.17.21|65|0 +1.3.6.1.2.1.2.2.1.17.22|65|0 +1.3.6.1.2.1.2.2.1.17.23|65|0 +1.3.6.1.2.1.2.2.1.18.1|65|372 +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|0 +1.3.6.1.2.1.2.2.1.18.9|65|272 +1.3.6.1.2.1.2.2.1.18.10|65|2 +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|8 +1.3.6.1.2.1.2.2.1.18.13|65|90 +1.3.6.1.2.1.2.2.1.18.14|65|0 +1.3.6.1.2.1.2.2.1.18.15|65|0 +1.3.6.1.2.1.2.2.1.18.16|65|0 +1.3.6.1.2.1.2.2.1.18.17|65|0 +1.3.6.1.2.1.2.2.1.18.18|65|0 +1.3.6.1.2.1.2.2.1.18.19|65|0 +1.3.6.1.2.1.2.2.1.18.20|65|0 +1.3.6.1.2.1.2.2.1.18.21|65|0 +1.3.6.1.2.1.2.2.1.18.22|65|0 +1.3.6.1.2.1.2.2.1.18.23|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|0 +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|553 +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.19.15|65|0 +1.3.6.1.2.1.2.2.1.19.16|65|0 +1.3.6.1.2.1.2.2.1.19.17|65|0 +1.3.6.1.2.1.2.2.1.19.18|65|0 +1.3.6.1.2.1.2.2.1.19.19|65|0 +1.3.6.1.2.1.2.2.1.19.20|65|0 +1.3.6.1.2.1.2.2.1.19.21|65|0 +1.3.6.1.2.1.2.2.1.19.22|65|0 +1.3.6.1.2.1.2.2.1.19.23|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|2 +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.20.15|65|0 +1.3.6.1.2.1.2.2.1.20.16|65|0 +1.3.6.1.2.1.2.2.1.20.17|65|0 +1.3.6.1.2.1.2.2.1.20.18|65|0 +1.3.6.1.2.1.2.2.1.20.19|65|0 +1.3.6.1.2.1.2.2.1.20.20|65|0 +1.3.6.1.2.1.2.2.1.20.21|65|0 +1.3.6.1.2.1.2.2.1.20.22|65|0 +1.3.6.1.2.1.2.2.1.20.23|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|123 +1.3.6.1.2.1.2.2.1.21.4|66|4294967295 +1.3.6.1.2.1.2.2.1.21.5|66|32 +1.3.6.1.2.1.2.2.1.21.6|66|32 +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.21.15|66|0 +1.3.6.1.2.1.2.2.1.21.16|66|0 +1.3.6.1.2.1.2.2.1.21.17|66|0 +1.3.6.1.2.1.2.2.1.21.18|66|0 +1.3.6.1.2.1.2.2.1.21.19|66|0 +1.3.6.1.2.1.2.2.1.21.20|66|0 +1.3.6.1.2.1.2.2.1.21.21|66|0 +1.3.6.1.2.1.2.2.1.21.22|66|0 +1.3.6.1.2.1.2.2.1.21.23|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|1.3.6.1.2.1.10.23 +1.3.6.1.2.1.2.2.1.22.8|6|1.3.6.1.2.1.10.23 +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.2.2.1.22.15|6|0.0 +1.3.6.1.2.1.2.2.1.22.16|6|0.0 +1.3.6.1.2.1.2.2.1.22.17|6|0.0 +1.3.6.1.2.1.2.2.1.22.18|6|0.0 +1.3.6.1.2.1.2.2.1.22.19|6|0.0 +1.3.6.1.2.1.2.2.1.22.20|6|0.0 +1.3.6.1.2.1.2.2.1.22.21|6|0.0 +1.3.6.1.2.1.2.2.1.22.22|6|0.0 +1.3.6.1.2.1.2.2.1.22.23|6|0.0 +1.3.6.1.2.1.4.3.0|65|486504713 +1.3.6.1.2.1.4.4.0|65|635 +1.3.6.1.2.1.4.5.0|65|0 +1.3.6.1.2.1.4.6.0|65|486356179 +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|50352690 +1.3.6.1.2.1.4.10.0|65|50248920 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|933 +1.3.6.1.2.1.4.14.0|65|87960 +1.3.6.1.2.1.4.15.0|65|43980 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|1616 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|3232 +1.3.6.1.2.1.4.22.1.2.9.192.168.240.73|4x|34E5EC81DE11 +1.3.6.1.2.1.4.22.1.2.10.172.19.63.197|4x|400000000001 +1.3.6.1.2.1.4.22.1.2.12.172.25.222.225|4x|00A0C6000000 +1.3.6.1.2.1.4.24.3.0|66|24 +1.3.6.1.2.1.5.1.0|65|1438531 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|37350 +1.3.6.1.2.1.5.4.0|65|501499 +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|102093 +1.3.6.1.2.1.5.9.0|65|797589 +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|900877 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|934 +1.3.6.1.2.1.5.17.0|65|80 +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|797770 +1.3.6.1.2.1.5.22.0|65|102093 +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|1438531 +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|900877 +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|797589 +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|37350 +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|102093 +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|501499 +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|102093 +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|934 +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|797770 +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|80 +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|221 +1.3.6.1.2.1.6.6.0|65|4294967269 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|441 +1.3.6.1.2.1.6.9.0|66|1 +1.3.6.1.2.1.6.10.0|65|327651 +1.3.6.1.2.1.6.11.0|65|184107 +1.3.6.1.2.1.6.12.0|65|1175 +1.3.6.1.2.1.6.14.0|65|21759 +1.3.6.1.2.1.6.15.0|65|438 +1.3.6.1.2.1.7.1.0|65|48625792 +1.3.6.1.2.1.7.2.0|65|15 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|49093721 +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|1 +1.3.6.1.2.1.10.94.1.1.1.1.1.17|2|2 +1.3.6.1.2.1.10.94.1.1.1.1.2.17|2|0 +1.3.6.1.2.1.10.94.1.1.1.1.3.17|6|0.2 +1.3.6.1.2.1.10.94.1.1.1.1.4.17|4| +1.3.6.1.2.1.10.94.1.1.1.1.5.17|4| +1.3.6.1.2.1.10.94.1.1.2.1.1.17|4| +1.3.6.1.2.1.10.94.1.1.2.1.2.17|4| +1.3.6.1.2.1.10.94.1.1.2.1.3.17|4| +1.3.6.1.2.1.10.94.1.1.2.1.4.17|2|0 +1.3.6.1.2.1.10.94.1.1.2.1.5.17|66|0 +1.3.6.1.2.1.10.94.1.1.2.1.6.17|4|00 00 00 00 +1.3.6.1.2.1.10.94.1.1.2.1.7.17|2|0 +1.3.6.1.2.1.10.94.1.1.2.1.8.17|66|0 +1.3.6.1.2.1.10.94.1.1.3.1.1.17|4| +1.3.6.1.2.1.10.94.1.1.3.1.2.17|4| +1.3.6.1.2.1.10.94.1.1.3.1.3.17|4| +1.3.6.1.2.1.10.94.1.1.3.1.4.17|2|0 +1.3.6.1.2.1.10.94.1.1.3.1.5.17|66|0 +1.3.6.1.2.1.10.94.1.1.3.1.6.17|4|00 00 00 00 +1.3.6.1.2.1.10.94.1.1.3.1.7.17|2|130 +1.3.6.1.2.1.10.94.1.1.3.1.8.17|66|0 +1.3.6.1.2.1.10.94.1.1.4.1.1.18|66|0 +1.3.6.1.2.1.10.94.1.1.4.1.1.19|66|4294967295 +1.3.6.1.2.1.10.94.1.1.4.1.2.18|66|0 +1.3.6.1.2.1.10.94.1.1.4.1.2.19|66|0 +1.3.6.1.2.1.10.94.1.1.4.1.3.18|66|0 +1.3.6.1.2.1.10.94.1.1.4.1.3.19|66|0 +1.3.6.1.2.1.10.94.1.1.4.1.4.18|66|0 +1.3.6.1.2.1.10.94.1.1.4.1.4.19|66|0 +1.3.6.1.2.1.10.94.1.1.5.1.1.18|66|0 +1.3.6.1.2.1.10.94.1.1.5.1.1.19|66|4294967295 +1.3.6.1.2.1.10.94.1.1.5.1.2.18|66|0 +1.3.6.1.2.1.10.94.1.1.5.1.2.19|66|0 +1.3.6.1.2.1.10.94.1.1.5.1.3.18|66|0 +1.3.6.1.2.1.10.94.1.1.5.1.3.19|66|0 +1.3.6.1.2.1.10.94.1.1.5.1.4.18|66|0 +1.3.6.1.2.1.10.94.1.1.5.1.4.19|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.1.17|65|0 +1.3.6.1.2.1.10.94.1.1.6.1.2.17|65|0 +1.3.6.1.2.1.10.94.1.1.6.1.3.17|65|0 +1.3.6.1.2.1.10.94.1.1.6.1.4.17|65|0 +1.3.6.1.2.1.10.94.1.1.6.1.5.17|65|0 +1.3.6.1.2.1.10.94.1.1.6.1.6.17|65|0 +1.3.6.1.2.1.10.94.1.1.6.1.7.17|2|0 +1.3.6.1.2.1.10.94.1.1.6.1.8.17|2|0 +1.3.6.1.2.1.10.94.1.1.6.1.9.17|66|3988686 +1.3.6.1.2.1.10.94.1.1.6.1.10.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.11.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.12.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.13.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.14.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.15.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.16.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.20.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.21.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.22.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.23.17|2|0 +1.3.6.1.2.1.10.94.1.1.6.1.24.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.25.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.26.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.27.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.28.17|66|0 +1.3.6.1.2.1.10.94.1.1.6.1.29.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.1.17|65|0 +1.3.6.1.2.1.10.94.1.1.7.1.2.17|65|0 +1.3.6.1.2.1.10.94.1.1.7.1.3.17|65|0 +1.3.6.1.2.1.10.94.1.1.7.1.4.17|65|0 +1.3.6.1.2.1.10.94.1.1.7.1.5.17|2|0 +1.3.6.1.2.1.10.94.1.1.7.1.6.17|2|0 +1.3.6.1.2.1.10.94.1.1.7.1.7.17|66|3988686 +1.3.6.1.2.1.10.94.1.1.7.1.8.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.9.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.10.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.11.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.12.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.13.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.14.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.15.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.16.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.17.17|2|0 +1.3.6.1.2.1.10.94.1.1.7.1.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.20.17|66|0 +1.3.6.1.2.1.10.94.1.1.7.1.21.17|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.1|2|1 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.2|2|2 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.3|2|3 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.4|2|4 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.5|2|5 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.6|2|6 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.7|2|7 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.8|2|8 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.9|2|9 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.10|2|10 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.11|2|11 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.12|2|12 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.13|2|13 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.14|2|14 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.15|2|15 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.16|2|16 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.17|2|17 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.18|2|18 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.19|2|19 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.20|2|20 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.21|2|21 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.22|2|22 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.23|2|23 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.24|2|24 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.25|2|25 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.26|2|26 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.27|2|27 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.28|2|28 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.29|2|29 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.30|2|30 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.31|2|31 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.32|2|32 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.33|2|33 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.34|2|34 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.35|2|35 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.36|2|36 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.37|2|37 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.38|2|38 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.39|2|39 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.40|2|40 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.41|2|41 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.42|2|42 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.43|2|43 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.44|2|44 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.45|2|45 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.46|2|46 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.47|2|47 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.48|2|48 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.49|2|49 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.50|2|50 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.51|2|51 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.52|2|52 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.53|2|53 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.54|2|54 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.55|2|55 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.56|2|56 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.57|2|57 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.58|2|58 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.59|2|59 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.60|2|60 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.61|2|61 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.62|2|62 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.63|2|63 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.64|2|64 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.65|2|65 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.66|2|66 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.67|2|67 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.68|2|68 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.69|2|69 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.70|2|70 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.71|2|71 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.72|2|72 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.73|2|73 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.74|2|74 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.75|2|75 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.76|2|76 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.77|2|77 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.78|2|78 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.79|2|79 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.80|2|80 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.81|2|81 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.82|2|82 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.83|2|83 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.84|2|84 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.85|2|85 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.86|2|86 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.87|2|87 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.88|2|88 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.89|2|89 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.90|2|90 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.91|2|91 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.92|2|92 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.93|2|93 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.94|2|94 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.95|2|95 +1.3.6.1.2.1.10.94.1.1.8.1.1.17.96|2|96 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.2.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.3.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.4.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.5.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.6.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.7.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.1|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.2|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.3|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.4|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.5|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.6|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.7|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.8|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.9|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.10|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.11|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.12|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.13|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.14|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.15|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.16|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.17|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.18|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.19|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.20|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.21|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.22|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.23|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.24|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.25|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.26|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.27|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.28|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.29|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.30|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.31|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.32|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.33|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.34|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.35|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.36|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.37|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.38|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.39|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.40|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.41|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.42|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.43|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.44|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.45|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.46|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.47|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.48|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.49|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.50|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.51|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.52|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.53|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.54|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.55|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.56|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.57|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.58|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.59|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.60|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.61|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.62|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.63|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.64|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.65|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.66|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.67|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.68|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.69|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.70|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.71|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.72|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.73|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.74|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.75|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.76|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.77|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.78|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.79|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.80|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.81|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.82|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.83|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.84|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.85|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.86|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.87|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.88|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.89|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.90|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.91|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.92|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.93|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.94|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.95|2|0 +1.3.6.1.2.1.10.94.1.1.8.1.8.17.96|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.1|2|1 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.2|2|2 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.3|2|3 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.4|2|4 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.5|2|5 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.6|2|6 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.7|2|7 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.8|2|8 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.9|2|9 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.10|2|10 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.11|2|11 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.12|2|12 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.13|2|13 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.14|2|14 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.15|2|15 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.16|2|16 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.17|2|17 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.18|2|18 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.19|2|19 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.20|2|20 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.21|2|21 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.22|2|22 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.23|2|23 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.24|2|24 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.25|2|25 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.26|2|26 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.27|2|27 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.28|2|28 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.29|2|29 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.30|2|30 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.31|2|31 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.32|2|32 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.33|2|33 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.34|2|34 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.35|2|35 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.36|2|36 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.37|2|37 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.38|2|38 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.39|2|39 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.40|2|40 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.41|2|41 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.42|2|42 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.43|2|43 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.44|2|44 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.45|2|45 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.46|2|46 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.47|2|47 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.48|2|48 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.49|2|49 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.50|2|50 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.51|2|51 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.52|2|52 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.53|2|53 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.54|2|54 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.55|2|55 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.56|2|56 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.57|2|57 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.58|2|58 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.59|2|59 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.60|2|60 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.61|2|61 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.62|2|62 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.63|2|63 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.64|2|64 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.65|2|65 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.66|2|66 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.67|2|67 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.68|2|68 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.69|2|69 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.70|2|70 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.71|2|71 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.72|2|72 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.73|2|73 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.74|2|74 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.75|2|75 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.76|2|76 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.77|2|77 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.78|2|78 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.79|2|79 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.80|2|80 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.81|2|81 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.82|2|82 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.83|2|83 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.84|2|84 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.85|2|85 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.86|2|86 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.87|2|87 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.88|2|88 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.89|2|89 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.90|2|90 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.91|2|91 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.92|2|92 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.93|2|93 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.94|2|94 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.95|2|95 +1.3.6.1.2.1.10.94.1.1.9.1.1.17.96|2|96 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.2.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.3.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.4.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.1|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.2|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.3|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.4|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.5|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.6|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.7|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.8|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.9|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.10|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.11|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.12|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.13|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.14|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.15|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.16|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.17|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.18|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.19|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.20|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.21|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.22|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.23|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.24|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.25|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.26|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.27|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.28|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.29|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.30|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.31|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.32|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.33|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.34|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.35|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.36|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.37|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.38|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.39|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.40|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.41|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.42|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.43|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.44|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.45|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.46|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.47|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.48|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.49|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.50|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.51|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.52|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.53|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.54|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.55|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.56|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.57|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.58|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.59|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.60|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.61|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.62|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.63|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.64|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.65|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.66|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.67|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.68|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.69|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.70|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.71|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.72|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.73|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.74|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.75|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.76|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.77|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.78|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.79|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.80|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.81|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.82|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.83|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.84|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.85|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.86|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.87|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.88|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.89|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.90|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.91|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.92|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.93|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.94|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.95|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.5.17.96|66|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.1|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.2|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.3|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.4|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.5|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.6|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.7|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.8|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.9|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.10|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.11|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.12|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.13|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.14|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.15|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.16|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.17|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.18|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.19|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.20|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.21|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.22|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.23|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.24|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.25|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.26|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.27|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.28|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.29|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.30|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.31|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.32|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.33|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.34|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.35|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.36|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.37|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.38|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.39|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.40|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.41|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.42|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.43|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.44|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.45|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.46|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.47|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.48|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.49|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.50|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.51|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.52|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.53|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.54|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.55|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.56|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.57|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.58|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.59|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.60|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.61|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.62|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.63|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.64|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.65|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.66|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.67|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.68|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.69|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.70|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.71|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.72|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.73|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.74|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.75|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.76|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.77|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.78|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.79|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.80|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.81|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.82|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.83|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.84|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.85|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.86|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.87|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.88|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.89|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.90|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.91|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.92|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.93|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.94|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.95|2|0 +1.3.6.1.2.1.10.94.1.1.9.1.6.17.96|2|0 +1.3.6.1.2.1.10.94.1.1.10.1.1.18|65|0 +1.3.6.1.2.1.10.94.1.1.10.1.1.19|65|0 +1.3.6.1.2.1.10.94.1.1.10.1.2.18|65|0 +1.3.6.1.2.1.10.94.1.1.10.1.2.19|65|0 +1.3.6.1.2.1.10.94.1.1.10.1.3.18|65|0 +1.3.6.1.2.1.10.94.1.1.10.1.3.19|65|0 +1.3.6.1.2.1.10.94.1.1.10.1.4.18|65|0 +1.3.6.1.2.1.10.94.1.1.10.1.4.19|65|0 +1.3.6.1.2.1.10.94.1.1.10.1.5.18|2|0 +1.3.6.1.2.1.10.94.1.1.10.1.5.19|2|0 +1.3.6.1.2.1.10.94.1.1.10.1.6.18|2|0 +1.3.6.1.2.1.10.94.1.1.10.1.6.19|2|0 +1.3.6.1.2.1.10.94.1.1.10.1.7.18|66|3988691 +1.3.6.1.2.1.10.94.1.1.10.1.7.19|66|3988691 +1.3.6.1.2.1.10.94.1.1.10.1.8.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.8.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.9.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.9.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.10.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.10.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.11.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.11.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.12.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.12.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.13.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.13.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.14.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.14.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.15.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.15.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.16.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.16.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.17.18|2|0 +1.3.6.1.2.1.10.94.1.1.10.1.17.19|2|0 +1.3.6.1.2.1.10.94.1.1.10.1.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.20.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.20.19|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.21.18|66|0 +1.3.6.1.2.1.10.94.1.1.10.1.21.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.1.18|65|0 +1.3.6.1.2.1.10.94.1.1.11.1.1.19|65|0 +1.3.6.1.2.1.10.94.1.1.11.1.2.18|65|0 +1.3.6.1.2.1.10.94.1.1.11.1.2.19|65|0 +1.3.6.1.2.1.10.94.1.1.11.1.3.18|65|0 +1.3.6.1.2.1.10.94.1.1.11.1.3.19|65|0 +1.3.6.1.2.1.10.94.1.1.11.1.4.18|65|0 +1.3.6.1.2.1.10.94.1.1.11.1.4.19|65|0 +1.3.6.1.2.1.10.94.1.1.11.1.5.18|2|0 +1.3.6.1.2.1.10.94.1.1.11.1.5.19|2|0 +1.3.6.1.2.1.10.94.1.1.11.1.6.18|2|0 +1.3.6.1.2.1.10.94.1.1.11.1.6.19|2|0 +1.3.6.1.2.1.10.94.1.1.11.1.7.18|66|3988691 +1.3.6.1.2.1.10.94.1.1.11.1.7.19|66|3988691 +1.3.6.1.2.1.10.94.1.1.11.1.8.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.8.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.9.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.9.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.10.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.10.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.11.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.11.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.12.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.12.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.13.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.13.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.14.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.14.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.15.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.15.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.16.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.16.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.17.18|2|0 +1.3.6.1.2.1.10.94.1.1.11.1.17.19|2|0 +1.3.6.1.2.1.10.94.1.1.11.1.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.20.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.20.19|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.21.18|66|0 +1.3.6.1.2.1.10.94.1.1.11.1.21.19|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.1|2|1 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.2|2|2 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.3|2|3 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.4|2|4 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.5|2|5 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.6|2|6 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.7|2|7 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.8|2|8 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.9|2|9 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.10|2|10 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.11|2|11 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.12|2|12 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.13|2|13 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.14|2|14 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.15|2|15 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.16|2|16 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.17|2|17 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.18|2|18 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.19|2|19 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.20|2|20 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.21|2|21 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.22|2|22 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.23|2|23 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.24|2|24 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.25|2|25 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.26|2|26 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.27|2|27 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.28|2|28 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.29|2|29 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.30|2|30 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.31|2|31 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.32|2|32 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.33|2|33 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.34|2|34 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.35|2|35 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.36|2|36 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.37|2|37 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.38|2|38 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.39|2|39 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.40|2|40 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.41|2|41 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.42|2|42 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.43|2|43 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.44|2|44 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.45|2|45 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.46|2|46 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.47|2|47 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.48|2|48 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.49|2|49 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.50|2|50 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.51|2|51 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.52|2|52 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.53|2|53 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.54|2|54 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.55|2|55 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.56|2|56 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.57|2|57 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.58|2|58 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.59|2|59 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.60|2|60 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.61|2|61 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.62|2|62 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.63|2|63 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.64|2|64 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.65|2|65 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.66|2|66 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.67|2|67 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.68|2|68 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.69|2|69 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.70|2|70 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.71|2|71 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.72|2|72 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.73|2|73 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.74|2|74 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.75|2|75 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.76|2|76 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.77|2|77 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.78|2|78 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.79|2|79 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.80|2|80 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.81|2|81 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.82|2|82 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.83|2|83 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.84|2|84 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.85|2|85 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.86|2|86 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.87|2|87 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.88|2|88 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.89|2|89 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.90|2|90 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.91|2|91 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.92|2|92 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.93|2|93 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.94|2|94 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.95|2|95 +1.3.6.1.2.1.10.94.1.1.12.1.1.18.96|2|96 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.1|2|1 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.2|2|2 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.3|2|3 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.4|2|4 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.5|2|5 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.6|2|6 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.7|2|7 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.8|2|8 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.9|2|9 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.10|2|10 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.11|2|11 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.12|2|12 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.13|2|13 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.14|2|14 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.15|2|15 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.16|2|16 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.17|2|17 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.18|2|18 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.19|2|19 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.20|2|20 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.21|2|21 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.22|2|22 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.23|2|23 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.24|2|24 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.25|2|25 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.26|2|26 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.27|2|27 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.28|2|28 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.29|2|29 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.30|2|30 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.31|2|31 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.32|2|32 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.33|2|33 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.34|2|34 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.35|2|35 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.36|2|36 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.37|2|37 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.38|2|38 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.39|2|39 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.40|2|40 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.41|2|41 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.42|2|42 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.43|2|43 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.44|2|44 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.45|2|45 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.46|2|46 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.47|2|47 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.48|2|48 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.49|2|49 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.50|2|50 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.51|2|51 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.52|2|52 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.53|2|53 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.54|2|54 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.55|2|55 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.56|2|56 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.57|2|57 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.58|2|58 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.59|2|59 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.60|2|60 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.61|2|61 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.62|2|62 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.63|2|63 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.64|2|64 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.65|2|65 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.66|2|66 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.67|2|67 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.68|2|68 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.69|2|69 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.70|2|70 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.71|2|71 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.72|2|72 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.73|2|73 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.74|2|74 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.75|2|75 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.76|2|76 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.77|2|77 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.78|2|78 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.79|2|79 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.80|2|80 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.81|2|81 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.82|2|82 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.83|2|83 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.84|2|84 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.85|2|85 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.86|2|86 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.87|2|87 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.88|2|88 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.89|2|89 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.90|2|90 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.91|2|91 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.92|2|92 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.93|2|93 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.94|2|94 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.95|2|95 +1.3.6.1.2.1.10.94.1.1.12.1.1.19.96|2|96 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.1|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.2|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.3|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.4|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.5|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.6|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.7|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.8|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.9|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.10|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.11|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.12|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.13|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.14|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.15|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.16|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.20|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.21|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.22|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.23|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.24|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.25|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.26|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.27|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.28|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.29|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.30|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.31|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.32|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.33|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.34|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.35|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.36|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.37|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.38|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.39|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.40|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.41|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.42|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.43|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.44|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.45|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.46|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.47|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.48|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.49|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.50|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.51|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.52|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.53|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.54|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.55|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.56|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.57|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.58|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.59|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.60|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.61|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.62|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.63|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.64|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.65|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.66|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.67|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.68|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.69|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.70|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.71|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.72|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.73|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.74|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.75|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.76|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.77|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.78|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.79|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.80|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.81|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.82|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.83|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.84|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.85|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.86|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.87|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.88|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.89|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.90|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.91|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.92|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.93|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.94|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.95|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.18.96|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.1|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.2|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.3|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.4|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.5|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.6|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.7|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.8|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.9|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.10|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.11|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.12|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.13|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.14|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.15|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.16|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.20|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.21|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.22|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.23|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.24|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.25|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.26|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.27|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.28|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.29|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.30|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.31|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.32|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.33|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.34|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.35|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.36|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.37|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.38|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.39|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.40|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.41|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.42|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.43|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.44|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.45|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.46|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.47|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.48|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.49|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.50|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.51|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.52|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.53|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.54|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.55|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.56|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.57|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.58|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.59|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.60|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.61|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.62|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.63|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.64|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.65|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.66|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.67|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.68|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.69|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.70|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.71|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.72|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.73|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.74|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.75|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.76|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.77|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.78|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.79|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.80|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.81|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.82|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.83|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.84|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.85|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.86|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.87|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.88|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.89|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.90|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.91|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.92|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.93|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.94|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.95|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.2.19.96|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.1|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.2|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.3|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.4|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.5|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.6|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.7|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.8|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.9|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.10|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.11|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.12|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.13|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.14|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.15|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.16|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.20|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.21|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.22|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.23|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.24|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.25|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.26|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.27|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.28|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.29|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.30|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.31|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.32|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.33|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.34|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.35|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.36|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.37|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.38|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.39|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.40|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.41|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.42|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.43|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.44|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.45|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.46|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.47|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.48|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.49|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.50|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.51|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.52|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.53|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.54|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.55|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.56|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.57|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.58|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.59|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.60|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.61|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.62|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.63|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.64|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.65|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.66|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.67|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.68|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.69|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.70|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.71|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.72|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.73|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.74|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.75|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.76|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.77|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.78|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.79|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.80|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.81|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.82|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.83|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.84|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.85|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.86|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.87|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.88|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.89|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.90|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.91|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.92|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.93|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.94|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.95|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.18.96|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.1|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.2|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.3|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.4|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.5|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.6|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.7|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.8|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.9|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.10|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.11|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.12|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.13|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.14|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.15|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.16|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.20|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.21|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.22|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.23|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.24|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.25|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.26|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.27|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.28|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.29|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.30|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.31|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.32|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.33|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.34|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.35|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.36|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.37|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.38|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.39|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.40|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.41|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.42|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.43|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.44|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.45|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.46|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.47|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.48|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.49|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.50|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.51|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.52|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.53|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.54|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.55|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.56|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.57|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.58|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.59|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.60|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.61|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.62|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.63|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.64|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.65|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.66|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.67|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.68|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.69|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.70|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.71|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.72|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.73|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.74|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.75|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.76|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.77|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.78|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.79|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.80|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.81|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.82|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.83|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.84|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.85|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.86|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.87|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.88|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.89|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.90|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.91|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.92|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.93|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.94|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.95|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.3.19.96|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.1|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.2|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.3|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.4|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.5|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.6|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.7|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.8|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.9|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.10|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.11|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.12|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.13|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.14|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.15|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.16|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.20|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.21|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.22|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.23|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.24|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.25|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.26|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.27|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.28|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.29|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.30|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.31|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.32|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.33|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.34|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.35|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.36|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.37|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.38|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.39|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.40|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.41|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.42|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.43|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.44|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.45|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.46|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.47|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.48|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.49|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.50|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.51|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.52|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.53|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.54|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.55|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.56|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.57|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.58|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.59|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.60|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.61|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.62|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.63|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.64|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.65|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.66|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.67|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.68|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.69|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.70|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.71|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.72|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.73|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.74|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.75|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.76|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.77|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.78|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.79|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.80|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.81|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.82|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.83|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.84|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.85|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.86|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.87|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.88|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.89|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.90|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.91|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.92|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.93|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.94|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.95|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.18.96|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.1|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.2|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.3|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.4|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.5|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.6|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.7|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.8|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.9|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.10|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.11|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.12|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.13|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.14|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.15|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.16|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.20|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.21|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.22|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.23|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.24|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.25|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.26|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.27|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.28|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.29|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.30|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.31|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.32|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.33|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.34|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.35|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.36|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.37|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.38|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.39|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.40|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.41|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.42|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.43|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.44|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.45|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.46|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.47|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.48|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.49|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.50|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.51|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.52|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.53|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.54|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.55|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.56|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.57|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.58|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.59|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.60|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.61|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.62|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.63|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.64|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.65|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.66|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.67|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.68|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.69|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.70|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.71|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.72|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.73|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.74|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.75|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.76|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.77|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.78|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.79|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.80|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.81|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.82|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.83|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.84|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.85|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.86|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.87|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.88|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.89|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.90|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.91|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.92|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.93|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.94|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.95|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.4.19.96|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.1|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.2|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.3|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.4|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.5|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.6|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.7|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.8|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.9|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.10|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.11|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.12|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.13|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.14|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.15|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.16|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.20|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.21|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.22|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.23|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.24|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.25|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.26|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.27|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.28|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.29|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.30|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.31|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.32|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.33|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.34|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.35|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.36|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.37|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.38|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.39|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.40|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.41|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.42|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.43|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.44|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.45|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.46|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.47|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.48|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.49|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.50|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.51|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.52|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.53|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.54|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.55|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.56|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.57|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.58|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.59|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.60|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.61|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.62|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.63|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.64|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.65|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.66|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.67|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.68|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.69|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.70|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.71|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.72|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.73|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.74|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.75|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.76|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.77|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.78|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.79|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.80|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.81|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.82|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.83|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.84|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.85|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.86|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.87|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.88|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.89|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.90|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.91|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.92|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.93|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.94|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.95|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.18.96|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.1|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.2|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.3|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.4|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.5|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.6|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.7|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.8|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.9|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.10|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.11|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.12|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.13|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.14|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.15|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.16|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.20|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.21|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.22|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.23|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.24|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.25|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.26|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.27|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.28|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.29|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.30|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.31|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.32|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.33|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.34|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.35|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.36|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.37|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.38|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.39|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.40|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.41|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.42|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.43|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.44|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.45|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.46|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.47|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.48|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.49|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.50|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.51|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.52|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.53|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.54|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.55|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.56|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.57|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.58|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.59|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.60|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.61|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.62|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.63|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.64|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.65|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.66|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.67|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.68|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.69|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.70|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.71|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.72|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.73|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.74|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.75|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.76|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.77|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.78|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.79|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.80|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.81|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.82|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.83|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.84|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.85|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.86|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.87|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.88|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.89|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.90|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.91|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.92|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.93|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.94|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.95|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.5.19.96|66|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.1|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.2|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.3|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.4|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.5|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.6|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.7|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.8|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.9|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.10|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.11|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.12|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.13|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.14|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.15|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.16|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.17|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.18|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.19|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.20|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.21|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.22|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.23|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.24|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.25|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.26|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.27|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.28|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.29|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.30|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.31|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.32|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.33|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.34|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.35|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.36|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.37|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.38|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.39|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.40|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.41|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.42|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.43|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.44|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.45|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.46|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.47|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.48|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.49|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.50|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.51|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.52|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.53|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.54|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.55|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.56|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.57|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.58|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.59|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.60|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.61|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.62|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.63|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.64|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.65|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.66|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.67|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.68|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.69|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.70|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.71|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.72|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.73|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.74|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.75|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.76|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.77|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.78|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.79|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.80|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.81|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.82|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.83|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.84|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.85|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.86|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.87|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.88|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.89|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.90|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.91|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.92|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.93|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.94|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.95|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.18.96|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.1|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.2|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.3|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.4|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.5|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.6|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.7|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.8|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.9|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.10|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.11|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.12|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.13|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.14|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.15|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.16|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.17|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.18|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.19|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.20|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.21|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.22|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.23|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.24|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.25|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.26|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.27|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.28|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.29|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.30|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.31|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.32|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.33|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.34|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.35|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.36|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.37|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.38|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.39|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.40|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.41|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.42|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.43|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.44|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.45|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.46|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.47|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.48|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.49|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.50|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.51|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.52|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.53|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.54|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.55|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.56|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.57|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.58|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.59|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.60|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.61|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.62|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.63|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.64|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.65|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.66|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.67|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.68|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.69|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.70|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.71|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.72|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.73|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.74|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.75|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.76|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.77|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.78|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.79|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.80|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.81|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.82|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.83|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.84|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.85|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.86|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.87|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.88|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.89|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.90|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.91|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.92|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.93|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.94|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.95|2|0 +1.3.6.1.2.1.10.94.1.1.12.1.6.19.96|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.1|2|1 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.2|2|2 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.3|2|3 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.4|2|4 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.5|2|5 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.6|2|6 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.7|2|7 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.8|2|8 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.9|2|9 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.10|2|10 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.11|2|11 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.12|2|12 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.13|2|13 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.14|2|14 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.15|2|15 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.16|2|16 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.17|2|17 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.18|2|18 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.19|2|19 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.20|2|20 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.21|2|21 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.22|2|22 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.23|2|23 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.24|2|24 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.25|2|25 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.26|2|26 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.27|2|27 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.28|2|28 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.29|2|29 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.30|2|30 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.31|2|31 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.32|2|32 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.33|2|33 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.34|2|34 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.35|2|35 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.36|2|36 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.37|2|37 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.38|2|38 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.39|2|39 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.40|2|40 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.41|2|41 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.42|2|42 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.43|2|43 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.44|2|44 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.45|2|45 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.46|2|46 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.47|2|47 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.48|2|48 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.49|2|49 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.50|2|50 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.51|2|51 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.52|2|52 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.53|2|53 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.54|2|54 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.55|2|55 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.56|2|56 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.57|2|57 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.58|2|58 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.59|2|59 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.60|2|60 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.61|2|61 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.62|2|62 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.63|2|63 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.64|2|64 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.65|2|65 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.66|2|66 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.67|2|67 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.68|2|68 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.69|2|69 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.70|2|70 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.71|2|71 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.72|2|72 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.73|2|73 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.74|2|74 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.75|2|75 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.76|2|76 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.77|2|77 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.78|2|78 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.79|2|79 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.80|2|80 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.81|2|81 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.82|2|82 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.83|2|83 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.84|2|84 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.85|2|85 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.86|2|86 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.87|2|87 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.88|2|88 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.89|2|89 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.90|2|90 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.91|2|91 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.92|2|92 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.93|2|93 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.94|2|94 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.95|2|95 +1.3.6.1.2.1.10.94.1.1.13.1.1.18.96|2|96 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.1|2|1 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.2|2|2 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.3|2|3 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.4|2|4 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.5|2|5 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.6|2|6 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.7|2|7 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.8|2|8 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.9|2|9 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.10|2|10 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.11|2|11 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.12|2|12 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.13|2|13 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.14|2|14 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.15|2|15 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.16|2|16 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.17|2|17 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.18|2|18 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.19|2|19 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.20|2|20 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.21|2|21 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.22|2|22 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.23|2|23 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.24|2|24 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.25|2|25 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.26|2|26 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.27|2|27 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.28|2|28 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.29|2|29 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.30|2|30 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.31|2|31 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.32|2|32 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.33|2|33 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.34|2|34 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.35|2|35 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.36|2|36 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.37|2|37 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.38|2|38 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.39|2|39 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.40|2|40 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.41|2|41 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.42|2|42 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.43|2|43 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.44|2|44 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.45|2|45 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.46|2|46 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.47|2|47 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.48|2|48 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.49|2|49 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.50|2|50 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.51|2|51 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.52|2|52 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.53|2|53 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.54|2|54 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.55|2|55 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.56|2|56 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.57|2|57 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.58|2|58 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.59|2|59 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.60|2|60 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.61|2|61 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.62|2|62 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.63|2|63 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.64|2|64 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.65|2|65 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.66|2|66 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.67|2|67 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.68|2|68 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.69|2|69 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.70|2|70 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.71|2|71 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.72|2|72 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.73|2|73 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.74|2|74 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.75|2|75 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.76|2|76 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.77|2|77 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.78|2|78 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.79|2|79 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.80|2|80 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.81|2|81 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.82|2|82 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.83|2|83 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.84|2|84 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.85|2|85 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.86|2|86 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.87|2|87 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.88|2|88 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.89|2|89 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.90|2|90 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.91|2|91 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.92|2|92 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.93|2|93 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.94|2|94 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.95|2|95 +1.3.6.1.2.1.10.94.1.1.13.1.1.19.96|2|96 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.1|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.2|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.3|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.4|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.5|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.6|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.7|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.8|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.9|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.10|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.11|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.12|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.13|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.14|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.15|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.16|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.20|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.21|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.22|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.23|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.24|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.25|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.26|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.27|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.28|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.29|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.30|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.31|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.32|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.33|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.34|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.35|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.36|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.37|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.38|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.39|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.40|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.41|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.42|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.43|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.44|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.45|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.46|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.47|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.48|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.49|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.50|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.51|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.52|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.53|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.54|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.55|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.56|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.57|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.58|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.59|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.60|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.61|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.62|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.63|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.64|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.65|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.66|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.67|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.68|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.69|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.70|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.71|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.72|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.73|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.74|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.75|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.76|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.77|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.78|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.79|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.80|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.81|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.82|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.83|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.84|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.85|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.86|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.87|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.88|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.89|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.90|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.91|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.92|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.93|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.94|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.95|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.18.96|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.1|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.2|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.3|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.4|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.5|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.6|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.7|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.8|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.9|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.10|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.11|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.12|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.13|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.14|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.15|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.16|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.20|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.21|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.22|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.23|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.24|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.25|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.26|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.27|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.28|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.29|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.30|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.31|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.32|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.33|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.34|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.35|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.36|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.37|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.38|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.39|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.40|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.41|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.42|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.43|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.44|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.45|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.46|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.47|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.48|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.49|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.50|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.51|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.52|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.53|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.54|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.55|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.56|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.57|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.58|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.59|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.60|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.61|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.62|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.63|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.64|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.65|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.66|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.67|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.68|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.69|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.70|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.71|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.72|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.73|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.74|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.75|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.76|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.77|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.78|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.79|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.80|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.81|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.82|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.83|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.84|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.85|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.86|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.87|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.88|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.89|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.90|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.91|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.92|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.93|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.94|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.95|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.2.19.96|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.1|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.2|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.3|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.4|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.5|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.6|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.7|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.8|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.9|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.10|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.11|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.12|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.13|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.14|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.15|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.16|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.20|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.21|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.22|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.23|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.24|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.25|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.26|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.27|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.28|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.29|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.30|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.31|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.32|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.33|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.34|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.35|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.36|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.37|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.38|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.39|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.40|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.41|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.42|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.43|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.44|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.45|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.46|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.47|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.48|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.49|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.50|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.51|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.52|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.53|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.54|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.55|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.56|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.57|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.58|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.59|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.60|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.61|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.62|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.63|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.64|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.65|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.66|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.67|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.68|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.69|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.70|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.71|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.72|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.73|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.74|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.75|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.76|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.77|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.78|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.79|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.80|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.81|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.82|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.83|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.84|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.85|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.86|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.87|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.88|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.89|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.90|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.91|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.92|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.93|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.94|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.95|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.18.96|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.1|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.2|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.3|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.4|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.5|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.6|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.7|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.8|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.9|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.10|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.11|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.12|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.13|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.14|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.15|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.16|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.20|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.21|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.22|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.23|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.24|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.25|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.26|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.27|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.28|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.29|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.30|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.31|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.32|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.33|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.34|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.35|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.36|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.37|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.38|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.39|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.40|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.41|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.42|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.43|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.44|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.45|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.46|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.47|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.48|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.49|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.50|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.51|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.52|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.53|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.54|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.55|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.56|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.57|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.58|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.59|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.60|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.61|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.62|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.63|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.64|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.65|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.66|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.67|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.68|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.69|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.70|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.71|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.72|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.73|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.74|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.75|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.76|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.77|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.78|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.79|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.80|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.81|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.82|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.83|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.84|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.85|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.86|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.87|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.88|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.89|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.90|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.91|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.92|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.93|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.94|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.95|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.3.19.96|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.1|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.2|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.3|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.4|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.5|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.6|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.7|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.8|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.9|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.10|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.11|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.12|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.13|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.14|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.15|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.16|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.20|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.21|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.22|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.23|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.24|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.25|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.26|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.27|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.28|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.29|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.30|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.31|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.32|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.33|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.34|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.35|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.36|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.37|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.38|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.39|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.40|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.41|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.42|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.43|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.44|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.45|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.46|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.47|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.48|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.49|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.50|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.51|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.52|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.53|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.54|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.55|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.56|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.57|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.58|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.59|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.60|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.61|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.62|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.63|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.64|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.65|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.66|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.67|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.68|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.69|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.70|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.71|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.72|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.73|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.74|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.75|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.76|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.77|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.78|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.79|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.80|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.81|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.82|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.83|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.84|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.85|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.86|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.87|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.88|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.89|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.90|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.91|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.92|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.93|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.94|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.95|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.18.96|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.1|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.2|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.3|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.4|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.5|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.6|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.7|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.8|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.9|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.10|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.11|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.12|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.13|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.14|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.15|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.16|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.20|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.21|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.22|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.23|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.24|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.25|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.26|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.27|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.28|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.29|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.30|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.31|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.32|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.33|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.34|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.35|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.36|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.37|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.38|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.39|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.40|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.41|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.42|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.43|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.44|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.45|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.46|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.47|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.48|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.49|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.50|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.51|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.52|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.53|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.54|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.55|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.56|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.57|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.58|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.59|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.60|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.61|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.62|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.63|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.64|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.65|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.66|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.67|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.68|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.69|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.70|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.71|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.72|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.73|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.74|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.75|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.76|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.77|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.78|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.79|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.80|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.81|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.82|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.83|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.84|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.85|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.86|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.87|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.88|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.89|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.90|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.91|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.92|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.93|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.94|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.95|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.4.19.96|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.1|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.2|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.3|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.4|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.5|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.6|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.7|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.8|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.9|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.10|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.11|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.12|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.13|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.14|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.15|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.16|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.17|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.18|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.19|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.20|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.21|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.22|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.23|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.24|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.25|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.26|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.27|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.28|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.29|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.30|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.31|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.32|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.33|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.34|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.35|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.36|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.37|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.38|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.39|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.40|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.41|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.42|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.43|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.44|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.45|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.46|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.47|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.48|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.49|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.50|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.51|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.52|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.53|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.54|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.55|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.56|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.57|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.58|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.59|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.60|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.61|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.62|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.63|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.64|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.65|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.66|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.67|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.68|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.69|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.70|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.71|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.72|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.73|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.74|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.75|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.76|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.77|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.78|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.79|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.80|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.81|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.82|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.83|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.84|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.85|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.86|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.87|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.88|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.89|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.90|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.91|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.92|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.93|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.94|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.95|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.18.96|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.1|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.2|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.3|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.4|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.5|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.6|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.7|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.8|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.9|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.10|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.11|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.12|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.13|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.14|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.15|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.16|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.17|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.18|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.19|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.20|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.21|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.22|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.23|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.24|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.25|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.26|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.27|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.28|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.29|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.30|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.31|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.32|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.33|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.34|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.35|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.36|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.37|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.38|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.39|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.40|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.41|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.42|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.43|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.44|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.45|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.46|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.47|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.48|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.49|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.50|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.51|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.52|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.53|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.54|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.55|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.56|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.57|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.58|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.59|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.60|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.61|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.62|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.63|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.64|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.65|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.66|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.67|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.68|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.69|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.70|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.71|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.72|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.73|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.74|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.75|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.76|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.77|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.78|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.79|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.80|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.81|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.82|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.83|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.84|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.85|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.86|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.87|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.88|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.89|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.90|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.91|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.92|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.93|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.94|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.95|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.5.19.96|66|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.1|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.2|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.3|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.4|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.5|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.6|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.7|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.8|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.9|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.10|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.11|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.12|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.13|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.14|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.15|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.16|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.17|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.18|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.19|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.20|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.21|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.22|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.23|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.24|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.25|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.26|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.27|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.28|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.29|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.30|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.31|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.32|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.33|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.34|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.35|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.36|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.37|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.38|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.39|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.40|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.41|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.42|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.43|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.44|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.45|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.46|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.47|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.48|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.49|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.50|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.51|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.52|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.53|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.54|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.55|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.56|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.57|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.58|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.59|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.60|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.61|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.62|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.63|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.64|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.65|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.66|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.67|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.68|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.69|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.70|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.71|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.72|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.73|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.74|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.75|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.76|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.77|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.78|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.79|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.80|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.81|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.82|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.83|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.84|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.85|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.86|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.87|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.88|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.89|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.90|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.91|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.92|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.93|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.94|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.95|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.18.96|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.1|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.2|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.3|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.4|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.5|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.6|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.7|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.8|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.9|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.10|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.11|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.12|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.13|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.14|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.15|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.16|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.17|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.18|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.19|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.20|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.21|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.22|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.23|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.24|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.25|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.26|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.27|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.28|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.29|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.30|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.31|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.32|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.33|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.34|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.35|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.36|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.37|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.38|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.39|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.40|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.41|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.42|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.43|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.44|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.45|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.46|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.47|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.48|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.49|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.50|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.51|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.52|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.53|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.54|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.55|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.56|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.57|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.58|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.59|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.60|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.61|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.62|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.63|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.64|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.65|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.66|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.67|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.68|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.69|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.70|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.71|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.72|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.73|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.74|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.75|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.76|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.77|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.78|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.79|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.80|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.81|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.82|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.83|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.84|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.85|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.86|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.87|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.88|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.89|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.90|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.91|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.92|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.93|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.94|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.95|2|0 +1.3.6.1.2.1.10.94.1.1.13.1.6.19.96|2|0 +1.3.6.1.2.1.11.1.0|65|47286510 +1.3.6.1.2.1.11.2.0|65|47286494 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|48524921 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|382342 +1.3.6.1.2.1.11.16.0|65|46836806 +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|364557 +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|47286488 +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.22.1.2.1.1.1.1|2|1 +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/2 +1.3.6.1.2.1.31.1.1.1.1.3|4|wlan0/0 +1.3.6.1.2.1.31.1.1.1.1.4|4|atm0/0 +1.3.6.1.2.1.31.1.1.1.1.5|4|cellular1/0 +1.3.6.1.2.1.31.1.1.1.1.6|4|cellular1/1 +1.3.6.1.2.1.31.1.1.1.1.7|4|ppp10 +1.3.6.1.2.1.31.1.1.1.1.8|4|ppp20 +1.3.6.1.2.1.31.1.1.1.1.9|4|ethernet0/0.10 +1.3.6.1.2.1.31.1.1.1.1.10|4|ethernet0/0.21 +1.3.6.1.2.1.31.1.1.1.1.11|4|ethernet0/0.100 +1.3.6.1.2.1.31.1.1.1.1.12|4|ethernet0/0.463 +1.3.6.1.2.1.31.1.1.1.1.13|4|ethernet0/0.20 +1.3.6.1.2.1.31.1.1.1.1.14|4|l2tp10 +1.3.6.1.2.1.31.1.1.1.1.15|4|l2tp20 +1.3.6.1.2.1.31.1.1.1.1.16|4|Loopback Interface +1.3.6.1.2.1.31.1.1.1.1.17|4|atm0/0 +1.3.6.1.2.1.31.1.1.1.1.18|4|atm0/0 +1.3.6.1.2.1.31.1.1.1.1.19|4|atm0/0 +1.3.6.1.2.1.31.1.1.1.1.20|4|ethernet0/0 +1.3.6.1.2.1.31.1.1.1.1.21|4|ethernet0/0 +1.3.6.1.2.1.31.1.1.1.1.22|4|ethernet0/0 +1.3.6.1.2.1.31.1.1.1.1.23|4|ethernet0/0 +1.3.6.1.2.1.31.1.1.1.18.1|4| +1.3.6.1.2.1.31.1.1.1.18.2|4| +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| +1.3.6.1.2.1.31.1.1.1.18.8|4| +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|Teldat 4GE IP +1.3.6.1.2.1.31.1.1.1.18.12|4|Teldat 4GE IP +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.2.1.31.1.1.1.18.15|4| +1.3.6.1.2.1.31.1.1.1.18.16|4| +1.3.6.1.2.1.31.1.1.1.18.17|4| +1.3.6.1.2.1.31.1.1.1.18.18|4| +1.3.6.1.2.1.31.1.1.1.18.19|4| +1.3.6.1.2.1.31.1.1.1.18.20|4| +1.3.6.1.2.1.31.1.1.1.18.21|4| +1.3.6.1.2.1.31.1.1.1.18.22|4| +1.3.6.1.2.1.31.1.1.1.18.23|4| +1.3.6.1.4.1.2007.1.2.1.4.0|66| +1.3.6.1.4.1.2007.1.2.1.6.0|4|10.09.30 +1.3.6.1.4.1.2007.1.2.1.9.0|66|608 +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|134217728 +1.3.6.1.4.1.2007.4.1.2.1.1.28.0|66|42115072 +1.3.6.1.4.1.2007.4.1.2.1.1.29.0|66|0 +1.3.6.1.4.1.2007.4.1.2.1.1.30.0|66|0 +1.3.6.1.4.1.2007.4.1.2.1.2.1.1.1.0|66|10 +1.3.6.1.4.1.2007.4.1.2.1.2.1.1.2.0|66|36 +1.3.6.1.4.1.2007.4.1.2.1.2.1.1.3.0|66|24 +1.3.6.1.6.3.10.2.1.3.0|2|3988672