From a6a00419e4e6fdb74e6614373681e3f59ce7680b Mon Sep 17 00:00:00 2001 From: Peca Nesovanovic <59750439+Npeca75@users.noreply.github.com> Date: Fri, 16 Jul 2021 16:14:09 +0200 Subject: [PATCH] Inital support for Eltex-MES switches (#13036) * Inital support for Eltex-MES switches * Eltex-MES code cleanup & added mib files * Eltex-MES mib files renamed * Eltex-MES mib files renamed(v2) * Eltex-MES added json test data * Eltex-MES added bad_iftype in YAML * Eltex-MES test data after adding bad_iftype in YAML * Eltex-MES fixed YAML & new test data * Undo module disabling Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> --- includes/definitions/discovery/eltex-mes.yaml | 53 + includes/definitions/eltex-mes.yaml | 23 + .../sensors/charge/eltex-mes.inc.php | 48 + .../sensors/current/eltex-mes.inc.php | 52 + .../discovery/sensors/dbm/eltex-mes.inc.php | 60 + .../sensors/temperature/eltex-mes.inc.php | 52 + .../sensors/voltage/eltex-mes.inc.php | 52 + includes/discovery/storage/eltex-mes.inc.php | 37 + includes/polling/storage/eltex-mes.inc.php | 30 + mibs/eltex/ELTEX-MES | 152 + mibs/eltex/ELTEX-MES-HWENVIROMENT-MIB | 136 + mibs/eltex/RADLAN-DEVICEPARAMS-MIB | 795 ++ mibs/eltex/RADLAN-FILE | 253 + mibs/eltex/RADLAN-HWENVIROMENT | 473 + mibs/eltex/RADLAN-MIB | 734 ++ mibs/eltex/RADLAN-PHYSICALDESCRIPTION-MIB | 1319 +++ mibs/eltex/RADLAN-RNDMNG | 495 + tests/data/eltex-mes_mes2308r.json | 2962 ++++++ tests/data/eltex-mes_mes2324b.json | 7995 +++++++++++++++ tests/snmpsim/eltex-mes_mes2308r.snmprec | 6181 +++++++++++ tests/snmpsim/eltex-mes_mes2324b.snmprec | 8991 +++++++++++++++++ 21 files changed, 30893 insertions(+) create mode 100644 includes/definitions/discovery/eltex-mes.yaml create mode 100644 includes/definitions/eltex-mes.yaml create mode 100644 includes/discovery/sensors/charge/eltex-mes.inc.php create mode 100644 includes/discovery/sensors/current/eltex-mes.inc.php create mode 100644 includes/discovery/sensors/dbm/eltex-mes.inc.php create mode 100644 includes/discovery/sensors/temperature/eltex-mes.inc.php create mode 100644 includes/discovery/sensors/voltage/eltex-mes.inc.php create mode 100644 includes/discovery/storage/eltex-mes.inc.php create mode 100644 includes/polling/storage/eltex-mes.inc.php create mode 100644 mibs/eltex/ELTEX-MES create mode 100644 mibs/eltex/ELTEX-MES-HWENVIROMENT-MIB create mode 100644 mibs/eltex/RADLAN-DEVICEPARAMS-MIB create mode 100644 mibs/eltex/RADLAN-FILE create mode 100644 mibs/eltex/RADLAN-HWENVIROMENT create mode 100644 mibs/eltex/RADLAN-MIB create mode 100644 mibs/eltex/RADLAN-PHYSICALDESCRIPTION-MIB create mode 100644 mibs/eltex/RADLAN-RNDMNG create mode 100644 tests/data/eltex-mes_mes2308r.json create mode 100644 tests/data/eltex-mes_mes2324b.json create mode 100644 tests/snmpsim/eltex-mes_mes2308r.snmprec create mode 100644 tests/snmpsim/eltex-mes_mes2324b.snmprec diff --git a/includes/definitions/discovery/eltex-mes.yaml b/includes/definitions/discovery/eltex-mes.yaml new file mode 100644 index 000000000000..3bb1f15d07d3 --- /dev/null +++ b/includes/definitions/discovery/eltex-mes.yaml @@ -0,0 +1,53 @@ +mib: RADLAN-rndMng:RADLAN-HWENVIROMENT:ELTEX-MES-HWENVIROMENT-MIB:RADLAN-Physicaldescription-MIB +modules: + os: + version: .1.3.6.1.2.1.47.1.1.1.1.10.67108992 + hardware: .1.3.6.1.2.1.47.1.1.1.1.13.67108992 + serial: .1.3.6.1.2.1.47.1.1.1.1.11.67108992 + + processors: + data: + - + oid: rlCpuUtilDuringLast5Minutes + num_oid: '.1.3.6.1.4.1.89.1.9.{{ $index }}' + + mempools: + data: + - + total: .1.3.6.1.4.1.35265.41.1.2.1.1.3.0 + free: .1.3.6.1.4.1.35265.41.1.2.1.1.7.0 + + sensors: + state: + data: + - + oid: rlEnvMonFanStatusTable + value: rlEnvMonFanState + num_oid: '.1.3.6.1.4.1.89.83.1.1.1.3.{{ $index }}' + descr: '{{ rlEnvMonFanStatusDescr }} status' + index: 'mesFanStatus.{{ $index }}' + states: + - { value: 1, descr: OK, graph: 1, generic: 0 } + - { value: 5, descr: Missing, graph: 1, generic: 3 } + - + oid: eltEnvMonBatteryStatusEntry + value: eltEnvMonBatteryState + num_oid: '.1.3.6.1.4.1.35265.1.23.11.1.1.2.{{ $index }}' + descr: 'Backup battery status' + index: 'mesBattStatus.{{ $index }}' + states: + - { value: 1, descr: Charged, graph: 1, generic: 0 } + - { value: 2, descr: Discharged, graph: 1, generic: 2 } + - { value: 3, descr: Low, graph: 1, generic: 1 } + - { value: 5, descr: Missing, graph: 1, generic: 3 } + - { value: 6, descr: BattFuseError, graph: 1, generic: 2 } + - { value: 7, descr: Charging, graph: 1, generic: 1 } + + temperature: + data: + - + oid: rlPhdUnitEnvParamEntry + value: rlPhdUnitEnvParamTempSensorValue + num_oid: '.1.3.6.1.4.1.89.53.15.1.10.{{ $index }}' + descr: 'Chassis #{{ $index }} Temp' + index: 'mesChassisTemp.{{ $index }}' diff --git a/includes/definitions/eltex-mes.yaml b/includes/definitions/eltex-mes.yaml new file mode 100644 index 000000000000..4a6d86d7de43 --- /dev/null +++ b/includes/definitions/eltex-mes.yaml @@ -0,0 +1,23 @@ +os: eltex-mes +text: Eltex-mes +ifname: true +type: network +icon: eltex +over: + - { graph: device_bits, text: 'Device Traffic' } + - { graph: device_processor, text: 'CPU Usage' } + - { graph: device_mempool, text: 'Memory Usage' } + +discovery: + - + sysObjectID: + - .1.3.6.1.4.1.35265.1.112 + - .1.3.6.1.4.1.35265.1.83 + +mib_dir: eltex + +bad_iftype: + - tunnel + - softwareLoopback + - propVirtual + - propPointToPointSerial diff --git a/includes/discovery/sensors/charge/eltex-mes.inc.php b/includes/discovery/sensors/charge/eltex-mes.inc.php new file mode 100644 index 000000000000..9dd81e5eefbc --- /dev/null +++ b/includes/discovery/sensors/charge/eltex-mes.inc.php @@ -0,0 +1,48 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @author Peca Nesovanovic + */ + +$oids = snmp_walk($device, '1.3.6.1.4.1.35265.1.23.11.1.1.3', '-Osqn', ''); +$oids = trim($oids); + +if ($oids) { + echo "Eltex-MES charge:\n"; + + foreach (explode("\n", $oids) as $data) { + if ($data) { + print_r($data); + echo "\n"; + $oid = trim(explode(' ', $data)[0]); + $value = trim(explode(' ', $data)[1]); + $index = trim(explode('.', $oid)[14]); + + $type = 'eltex-mes'; + $limit = 101; + $limitwarn = 100; + $lowlimit = 0; + $lowwarnlimit = 10; + $descr = 'Battery Charge'; + + discover_sensor($valid['sensor'], 'charge', $device, $oid, $index, $type, $descr, 1, 1, $lowlimit, $lowwarnlimit, $limitwarn, $limit, $value); + } + } +} diff --git a/includes/discovery/sensors/current/eltex-mes.inc.php b/includes/discovery/sensors/current/eltex-mes.inc.php new file mode 100644 index 000000000000..742c6f35f745 --- /dev/null +++ b/includes/discovery/sensors/current/eltex-mes.inc.php @@ -0,0 +1,52 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @author Peca Nesovanovic + */ + +$low_limit = $low_warn_limit = 15; +$high_warn_limit = $high_limit = 0; +$divisor = 1000000; + +$oids = snmp_walk($device, '1.3.6.1.4.1.89.90.1.2.1.3', '-Osqn', ''); +$oids = trim($oids); + +if ($oids) { + echo "Eltex-MES SFP TX Current:\n"; + + foreach (explode("\n", $oids) as $data) { + if ($data) { + print_r($data); + echo "\n"; + $split = trim(explode(' ', $data)[0]); + $value = trim(explode(' ', $data)[1]); + $ifIndex = explode('.', $split)[13]; + $type = explode('.', $split)[14]; + + //type 7 = bias + if ($type == 7) { + $descr_oid = '1.0.8802.1.1.2.1.3.7.1.3.' . $ifIndex; + $descr = trim(snmp_get($device, $descr_oid, '-Oqv', ''), '"'); + $value = $value / $divisor; + discover_sensor($valid['sensor'], 'current', $device, $split, 'txbias' . $ifIndex, 'eltex-mes', 'SfpTxBias-' . $descr, $divisor, '1', $low_limit, $low_warn_limit, $high_warn_limit, $high_limit, $value); + } + } + } +} diff --git a/includes/discovery/sensors/dbm/eltex-mes.inc.php b/includes/discovery/sensors/dbm/eltex-mes.inc.php new file mode 100644 index 000000000000..ce4660de6855 --- /dev/null +++ b/includes/discovery/sensors/dbm/eltex-mes.inc.php @@ -0,0 +1,60 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @author Peca Nesovanovic + */ + +$low_limit = $low_warn_limit = -15; +$high_warn_limit = $high_limit = 0; +$divisor = 1000; + +$oids = snmp_walk($device, '1.3.6.1.4.1.89.90.1.2.1.3', '-Osqn', ''); +$oids = trim($oids); + +if ($oids) { + echo "Eltex-MES dBm:\n"; + + foreach (explode("\n", $oids) as $data) { + if ($data) { + print_r($data); + echo "\n"; + $split = trim(explode(' ', $data)[0]); + $value = trim(explode(' ', $data)[1]); + $ifIndex = explode('.', $split)[13]; + $type = explode('.', $split)[14]; + + //type8 = tx dBm + if ($type == 8) { + $descr_oid = '1.0.8802.1.1.2.1.3.7.1.3.' . $ifIndex; + $descr = trim(snmp_get($device, $descr_oid, '-Oqv', ''), '"'); + $value = $value / $divisor; + discover_sensor($valid['sensor'], 'dbm', $device, $split, 'txdbm' . $ifIndex, 'eltex-mes', 'SfpdBmTx-' . $descr, $divisor, '1', $low_limit, $low_warn_limit, $high_warn_limit, $high_limit, $value); + } + + //type9 = rx dBm + if ($type == 9) { + $descr_oid = '1.0.8802.1.1.2.1.3.7.1.3.' . $ifIndex; + $descr = trim(snmp_get($device, $descr_oid, '-Oqv', ''), '"'); + $value = $value / $divisor; + discover_sensor($valid['sensor'], 'dbm', $device, $split, 'rxdbm' . $ifIndex, 'eltex-mes', 'SfpdBmRx-' . $descr, $divisor, '1', $low_limit, $low_warn_limit, $high_warn_limit, $high_limit, $value); + } + } + } +} diff --git a/includes/discovery/sensors/temperature/eltex-mes.inc.php b/includes/discovery/sensors/temperature/eltex-mes.inc.php new file mode 100644 index 000000000000..b09572531dc6 --- /dev/null +++ b/includes/discovery/sensors/temperature/eltex-mes.inc.php @@ -0,0 +1,52 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @author Peca Nesovanovic + */ + +$low_limit = $low_warn_limit = 5; +$high_warn_limit = $high_limit = 70; +$divisor = 1; + +$oids = snmp_walk($device, '1.3.6.1.4.1.89.90.1.2.1.3', '-Osqn', ''); +$oids = trim($oids); + +if ($oids) { + echo "Eltex-MES SFP Temperature:\n"; + + foreach (explode("\n", $oids) as $data) { + if ($data) { + print_r($data); + echo "\n"; + $split = trim(explode(' ', $data)[0]); + $value = trim(explode(' ', $data)[1]); + $ifIndex = explode('.', $split)[13]; + $type = explode('.', $split)[14]; + + //type5 = temperature + if ($type == 5) { + $descr_oid = '1.0.8802.1.1.2.1.3.7.1.3.' . $ifIndex; + $descr = trim(snmp_get($device, $descr_oid, '-Oqv', ''), '"'); + $value = $value / $divisor; + discover_sensor($valid['sensor'], 'temperature', $device, $split, 'SfpTemp' . $ifIndex, 'eltex-mes', 'SfpTemp-' . $descr, $divisor, '1', $low_limit, $low_warn_limit, $high_warn_limit, $high_limit, $value); + } + } + } +} diff --git a/includes/discovery/sensors/voltage/eltex-mes.inc.php b/includes/discovery/sensors/voltage/eltex-mes.inc.php new file mode 100644 index 000000000000..2feea7348839 --- /dev/null +++ b/includes/discovery/sensors/voltage/eltex-mes.inc.php @@ -0,0 +1,52 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @author Peca Nesovanovic + */ + +$low_limit = $low_warn_limit = 3; +$high_warn_limit = $high_limit = 4; +$divisor = 1000000; + +$oids = snmp_walk($device, '1.3.6.1.4.1.89.90.1.2.1.3', '-Osqn', ''); +$oids = trim($oids); + +if ($oids) { + echo "Eltex-MES Voltage:\n"; + + foreach (explode("\n", $oids) as $data) { + if ($data) { + print_r($data); + echo "\n"; + $split = trim(explode(' ', $data)[0]); + $value = trim(explode(' ', $data)[1]); + $ifIndex = explode('.', $split)[13]; + $type = explode('.', $split)[14]; + + // type6 = voltage + if ($type == 6) { + $descr_oid = '1.0.8802.1.1.2.1.3.7.1.3.' . $ifIndex; + $descr = trim(snmp_get($device, $descr_oid, '-Oqv', ''), '"'); + $value = $value / $divisor; + discover_sensor($valid['sensor'], 'voltage', $device, $split, 'SfpVolt' . $ifIndex, 'eltex-mes', 'SfpVolt-' . $descr, $divisor, '1', $low_limit, $low_warn_limit, $high_warn_limit, $high_limit, $value); + } + } + } +} diff --git a/includes/discovery/storage/eltex-mes.inc.php b/includes/discovery/storage/eltex-mes.inc.php new file mode 100644 index 000000000000..f32e41303d9e --- /dev/null +++ b/includes/discovery/storage/eltex-mes.inc.php @@ -0,0 +1,37 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @author Peca Nesovanovic + */ + +if ($device['os'] == 'eltex-mes') { + $fstype = 'Flash'; + $descr = 'Internal Flash'; + $units = 1024; + $index = 0; + $free = snmp_get($device, 'rlFileFreeSizeOfFlash.0', '-Oqv', 'RADLAN-File'); + $total = snmp_get($device, 'rlFileTotalSizeOfFlash.0', '-Oqv', 'RADLAN-File'); + $used = $total - $free; + + if (is_numeric($free) && is_numeric($total)) { + discover_storage($valid_storage, $device, $index, $fstype, 'eltex-mes', $descr, $total, $units, $used); + } +} diff --git a/includes/polling/storage/eltex-mes.inc.php b/includes/polling/storage/eltex-mes.inc.php new file mode 100644 index 000000000000..394b56b24752 --- /dev/null +++ b/includes/polling/storage/eltex-mes.inc.php @@ -0,0 +1,30 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @author Peca Nesovanovic + */ + +if ($device['os'] == 'eltex-mes') { + $storage['units'] = 1024; + $storage['free'] = snmp_get($device, 'rlFileFreeSizeOfFlash.0', '-Oqv', 'RADLAN-File'); + $storage['size'] = snmp_get($device, 'rlFileTotalSizeOfFlash.0', '-Oqv', 'RADLAN-File'); + $storage['used'] = $storage['size'] - $storage['free']; +} diff --git a/mibs/eltex/ELTEX-MES b/mibs/eltex/ELTEX-MES new file mode 100644 index 000000000000..24d80dcd8dc3 --- /dev/null +++ b/mibs/eltex/ELTEX-MES @@ -0,0 +1,152 @@ +-- +-- Eltex MES Ethernet Switches MIBs +-- +-- Copyright (c) 2015, Eltex Ltd +-- All rights reserved. +-- + +ELTEX-MES DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE + FROM SNMPv2-SMI + OBJECT-GROUP + FROM SNMPv2-CONF + eltexLtd, elHardware + FROM ELTEX-SMI-ACTUAL; + +eltMes MODULE-IDENTITY + LAST-UPDATED "201511170000Z" + ORGANIZATION "Eltex Co" + CONTACT-INFO "eltex.nsk.ru" + DESCRIPTION "Mib for Eltex MES ethernet switches." + REVISION "201511170000Z" + DESCRIPTION + "Initial revision." + ::= { elHardware 23 } + + Percents ::= INTEGER (0..100) + NetNumber ::= OCTET STRING (SIZE(4)) + VlanPriority ::= INTEGER (0..7) + +-- Some MIB compilers require that the following 7 lines which define the path +-- to Elt MIB are commented out: + +-- mib OBJECT IDENTIFIER ::= { mgmt 1 } +-- directory OBJECT IDENTIFIER ::= { internet 1 } +-- experimental OBJECT IDENTIFIER ::= { internet 3 } +-- private OBJECT IDENTIFIER ::= { internet 4 } +-- enterprises OBJECT IDENTIFIER ::= { private 1 } + +-- Objects in this MIB are arranged into groups: +--01 eltMesMng - Management/Action +--02 ... + +-- At the end of the MIB there is a definition of all Eltex-specific traps. + +eltMesNotifications OBJECT-IDENTITY + STATUS current + DESCRIPTION " All the Eltex notifications will reside under this branch + as specified in + RFC2578 'Structure of Management Information Version 2 (SMIv2)' 8.5" + ::= { eltMes 0 } + +-- eltMesMng group contains Management Variables for Eltex devices + +eltMesMng OBJECT IDENTIFIER ::= { eltMes 1 } +-- see eltMng.mib + +eltMesDevParams OBJECT IDENTIFIER ::= { eltMes 2} +-- see eltDevParams.mib + +eltMesCopy OBJECT IDENTIFIER ::= { eltMes 3 } +-- see eltCopy.mib + +eltMesIpOspfMtu OBJECT IDENTIFIER ::= { eltMes 4 } +-- see eltIpOspfMtu.mib + +eltMesIpBfd OBJECT IDENTIFIER ::= { eltMes 6 } +-- see eltIpBfd.mib + +eltMesIpUnnumbered OBJECT IDENTIFIER ::= { eltMes 7 } +-- see eltIpUnnumbered.mib + +eltMesDhcp OBJECT IDENTIFIER ::= { eltMes 8 } +-- see eltDhcp.mib + +eltMesLinkAgg OBJECT IDENTIFIER ::= { eltMes 9 } +-- see eltLinkAgg.mib + +-- eltMesSyslog OBJECT IDENTIFIER ::= { eltMes 10 } +-- see eltSyslog.mib + +--eltMesEnv OBJECT IDENTIFIER ::= { eltMes 11 } +-- see eltEnv.mib + +eltMesQosTailDropMib OBJECT IDENTIFIER ::= { eltMes 12 } +-- see eltQosTailDropMib.mib + +--eltMesL2TunnelConfig ::= { eltMes 13 } +-- see ELTEX-L2-TUNNEL-CONFIG-MIB.mib + +eltMesHardwareMib OBJECT IDENTIFIER ::= { eltMes 14 } +-- see eltHardware.mib + +eltMesSsh OBJECT IDENTIFIER ::= { eltMes 15 } +-- see ELTEX-MES-SSH-MIB.mib + +eltMesSecuritySuiteMIB OBJECT IDENTIFIER ::= { eltMes 19 } +-- see ELTEX-MES-SECURITY-SUITE-MIB.mib + +eltMesTuning OBJECT IDENTIFIER ::= { eltMes 29 } +-- see eltTuning.mib + +eltMesSwInterfaces OBJECT IDENTIFIER ::= { eltMes 43 } +-- see eltInterfaces.mib + +eltMesIpMulticast OBJECT IDENTIFIER ::= { eltMes 46 } +--see eltBrgMulticast.mib + +eltMesPhdTransceiver OBJECT IDENTIFIER ::= { eltMes 53 } +--see ELTEX-PHYSICAL-DESCRIPTION-MIB.mib + +eltMesMacMulticast OBJECT IDENTIFIER ::= { eltMes 55 } +--see eltBrgMulticast.mib + +eltMesStormCtrl OBJECT IDENTIFIER ::= { eltMes 77 } +--see elteltStormCtrl.mib + +eltMesAAA OBJECT IDENTIFIER ::= { eltMes 79 } +--see eltAAA.mib + +eltMesRadius OBJECT IDENTIFIER ::= { eltMes 80 } +--see eltAAA.mib + +eltMesTacacs OBJECT IDENTIFIER ::= { eltMes 81 } +--see eltAAA.mib + +eltMesSmon OBJECT IDENTIFIER ::= { eltMes 84 } +--see eltSmon.mib + +eltMesQosCliMib OBJECT IDENTIFIER ::= { eltMes 88 } +--see eltQosclimib.mib + +eltMesPhy OBJECT IDENTIFIER ::= { eltMes 90 } +-- see eltPhy.mib + +eltMesIpSpec OBJECT IDENTIFIER ::= { eltMes 91 } +-- see eltip.mib + +eltMesDot1x OBJECT IDENTIFIER ::= { eltMes 95 } +-- see eltdot1x.mib + +eltMesBridgeSecurity OBJECT IDENTIFIER ::= { eltMes 112} +--see eltBridgeSecurity.mib + +eltMesEndOfMibGroup OBJECT IDENTIFIER ::= { eltMes 1000 } +-- see ELTEX-ENDOFMIB-MIB.MIB + + + +END + diff --git a/mibs/eltex/ELTEX-MES-HWENVIROMENT-MIB b/mibs/eltex/ELTEX-MES-HWENVIROMENT-MIB new file mode 100644 index 000000000000..3ae4b92a446e --- /dev/null +++ b/mibs/eltex/ELTEX-MES-HWENVIROMENT-MIB @@ -0,0 +1,136 @@ +ELTEX-MES-HWENVIROMENT-MIB DEFINITIONS ::= BEGIN + +-- Title: Eltex MES Hardware enviroment definition +-- Version: 1.3 +-- Date: 27-Jul-2018 + +IMPORTS + eltMes FROM ELTEX-MES + OBJECT-TYPE FROM SNMPv2-SMI + RlEnvMonState, rlEnvMonFanStatusEntry FROM RADLAN-HWENVIROMENT; + +eltMesEnv MODULE-IDENTITY + LAST-UPDATED "201807270000Z" + ORGANIZATION "Eltex Enterprise Co, Ltd." + CONTACT-INFO "www.eltex.nsk.ru" + DESCRIPTION + "This private MIB module contains Eltex's hardware enviroment definition." + REVISION "201807270000Z" + DESCRIPTION + "Added eltEnvResetButtonMode scalar." + REVISION "201710110000Z" + DESCRIPTION + "Added Eltex's hardware enviroment definition." + REVISION "201506110000Z" + DESCRIPTION + "Initial revision." + ::= { eltMes 11 } + +-------------------------------------------------------------------------------- +-- eltEnvMonBatteryStatusTable +-------------------------------------------------------------------------------- + +eltEnvMonBatteryStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF EltEnvMonBatteryStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table of battery status maintained by the environmental monitor + card." + ::= { eltMesEnv 1 } + +eltEnvMonBatteryStatusEntry OBJECT-TYPE + SYNTAX EltEnvMonBatteryStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the battery status table, representing the status of + the associated battery maintained by the environmental monitor." + INDEX { eltEnvMonBatteryStatusIndex } + ::= { eltEnvMonBatteryStatusTable 1 } + +EltEnvMonBatteryStatusEntry ::= SEQUENCE { + eltEnvMonBatteryStatusIndex INTEGER, + eltEnvMonBatteryState RlEnvMonState, + eltEnvMonBatteryStatusCharge INTEGER +} + +eltEnvMonBatteryStatusIndex OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Unique index for the battery being instrumented. This index is for SNMP + purposes only, and has no intrinsic meaning." + ::= { eltEnvMonBatteryStatusEntry 1 } + +eltEnvMonBatteryState OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mandatory state of the battery being instrumented." + ::= { eltEnvMonBatteryStatusEntry 2 } + +eltEnvMonBatteryStatusCharge OBJECT-TYPE + SYNTAX INTEGER(0..100 | 255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Remaining percentage of battery charge. Value of 255 means that this + parameter is undefined due to battery not supporting this feature or + because it cannot be obtained in current state." + ::= { eltEnvMonBatteryStatusEntry 3 } + +-- +-- eltEnvResetButtonMode +-- + +eltEnvResetButtonMode OBJECT-TYPE + SYNTAX INTEGER { + enable(0), + disable(1), + reset-only(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Mode of reset button: 0 - Enable, 1 - disable, 2 - reset-only mode" + DEFVAL { enable } + ::= { eltMesEnv 2 } + + +-- +-- eltEnvMonFanStatusTable +-- + +eltEnvMonFanStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF EltEnvMonFanStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table of fan status maintained by the environmental monitor" + ::= { eltMesEnv 3 } + +eltEnvMonFanStatusEntry OBJECT-TYPE + SYNTAX EltEnvMonFanStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table augments existing RADLAN table rlEnvMonFanStatusTable" + AUGMENTS { rlEnvMonFanStatusEntry } + ::= { eltEnvMonFanStatusTable 1 } + +EltEnvMonFanStatusEntry ::= SEQUENCE { + eltEnvMonFanSpeed INTEGER +} + +eltEnvMonFanSpeed OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This parameter represents the speed of the fan in RPM" + ::= { eltEnvMonFanStatusEntry 1 } + +END diff --git a/mibs/eltex/RADLAN-DEVICEPARAMS-MIB b/mibs/eltex/RADLAN-DEVICEPARAMS-MIB new file mode 100644 index 000000000000..fcbb793ec738 --- /dev/null +++ b/mibs/eltex/RADLAN-DEVICEPARAMS-MIB @@ -0,0 +1,795 @@ +RADLAN-DEVICEPARAMS-MIB DEFINITIONS ::= BEGIN + +-- Title: RADLAN ROS +-- Private DEVICE PARAMETERS MIB +-- Version: 7.46 +-- Date: 15-Jan-2007 + +IMPORTS + rnd FROM RADLAN-MIB + OBJECT-TYPE, MODULE-IDENTITY, IpAddress FROM SNMPv2-SMI + TruthValue, DisplayString, PhysAddress FROM SNMPv2-TC; + +rndDeviceParams MODULE-IDENTITY + LAST-UPDATED "200701020000Z" + ORGANIZATION "Radlan - a MARVELL company. + Marvell Semiconductor, Inc." + CONTACT-INFO + "www.marvell.com" + DESCRIPTION + "This private MIB module defines general Parameters private MIBs." + REVISION "200701020000Z" + DESCRIPTION + "Initial revision." + ::= { rnd 2 } + +-- rndDeviceParams group contains a number of general variables + +rndBridgeType OBJECT-TYPE + SYNTAX INTEGER { + reb(1), + ceb(2), + ceblb(3), + xeb(4), + xeb1(5), + rebsx(6), + rtb(7), + ltb(8), + tre(9), + rtre(10), -- remote TRE + xtb(11), + ete(12), + rete(13), -- remote ETE + ielb(30), + leb(31), + openGate12(32), + openGate4(33), + ran(34), + itlb(35), + gatelinx(36), + openGate2(37), + ogRanTR(38), + rdapter(39), + ogVan(40), + wanGate(41), + ogRubE(42), + ogRubT(43), + wanGateI(44), + vGate4(45), + lre(46), + mrt(47), + vGate2(48) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Identification of the RND bridge type." + ::= { rndDeviceParams 1 } + + +rndInactiveArpTimeOut OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This variable defines the maximum time period that can pass + between ARP requests concerning an entry in the ARP table. + After this time period, the entry is deleted from the table." + ::= { rndDeviceParams 2 } + +-- The following two variables define the format of RND specific +-- error messages issued by the RND devices + +rndBridgeAlarm OBJECT IDENTIFIER ::= { rndDeviceParams 3 } + +rndErrorDesc OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A textual description of the enterprise-specific trap sent + to the Network Management Station by the RND managed device." + ::= { rndBridgeAlarm 1 } + +rndErrorSeverity OBJECT-TYPE + SYNTAX INTEGER { + info(0), + warning(1), + error(2), + fatal-error(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The severity type of the enterprise-specific trap sent to the + Network Management Station by the RND managed device." + ::= { rndBridgeAlarm 2 } + +rndBrgVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bridge version." + ::= { rndDeviceParams 4 } + +rndBrgFeatures OBJECT-TYPE + SYNTAX OCTET STRING -- SIZE 20 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A bit mask that defines the features supported by a particular configuration + of this network element: + __________________________________________ + | Byte 1|Byte 2 |Byte 3 | ....|Byte 20 | + |87654321| | 87654321| + |________|_______________________________| + + Byte1 : + bit1: TX Block mask + bit2: Source Routing Encapulation + bit3: SNA/SDLC + bit4: Frame Relay + bit5: SNMP + bit6: LAN Manager + bit7: High Performance + bit8: Translation + Byte2 : + bit1: DEC Router + bit2: IPX Router + bit3: IP Router + Byte3 : + bit1: Dial Up Backup + bit2: COD + bit3: FACS + bit4: Load Balance + bit5: Remote Configuration + bit6: RIP 2 + bit7: OSPF + bit8: IPX RIP/SAP Filter + Byte4 : + bit1: BootP Server + bit2: BootP Client + bit3: Compression + bit4: V25.bis + bit5: ISDN + bit6: CODv2 + bit7: NSPF + bit8: UDP Relay + + Byte5 + bit1:VirtualLAN + bit2:Static IP Multicast + bit3:IP Redundancy + bit4:CCM2 + bit5:ISDN Bonding + bit6:Backup Link Selection -- for the VAN/Rdapter ver 4.0 + bit7:IP/IPX Forwarding -- for the WANgate ver 4.0 + bit8:Improved COD + + Byte6 + bit1: Server Disptacher + bit2: ISDN_US -- for the VANSX/WANGATE ver 5.0 + bit3: PPP + bit4: IP Rip Filter -- for Vgate3 + bit5: Zero Hop Routing -- for Vgate3 + bit6: ISDN Japan + bit7: PPP-Security + + Byte7 + bit1: With unmanaged Switch + bit2: 2 LANs + bit3: OSPF Ver 2.0 + bit4: FACS Ver 2.0 + bit5: Multiple WEB Farm + bit6: Backup Server + bit7: Check Connectivity + bit8: WSD multiplexing + +Byte8 + bit1: MRT3 + bit2: WSD Redundancy + bit3: DHCP Server + bit4: WSD Connection Limit + bit5: WSD Distributed System + bit6: WSD Load Report + bit7: WSD super farm + bit8: RadWiz leased line + +Byte9 + bit1: PPP IP address negotiaton + bit2: DNS + bit3: Nat + bit4: WSD Static proximity + bit5: WSD Dynamic proximity + bit6: WSD Proxy + bit7: WSD Proximity client + bit8: MAC Load balancing + +Byte10 + bit1: Unnum Inf + bit2: Power Supply redundancy + bit3: MRT PPP Compression + bit4: ZHR Apolo + bit5: Copy port + bit6: UDP Relay 2.0 + bit7: NVRAM + bit8: URL table + +Byte11 + bit1: URL super farm + bit2: NAT on LAN + bit3: Remote Con + bit4: AP5000 + bit5: Session tracking + bit6: Mirroring + bit7: Alias IP + bit8: CSD Nat + +Byte12 + bit1: content check + bit2: mlb virtual ip + bit3: reserved RadLan + bit4: csd nat exception + bit5: statistics monitor + bit6: reserved-for-radware " + + ::= { rndDeviceParams 5 } + +rndBrgLicense OBJECT-TYPE + SYNTAX OCTET STRING -- SIZE 20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This parameter is used for entering a s/w license number for a device. + A separate license number is supplied for each device." + ::= { rndDeviceParams 6 } + +-- IP Host Parameters + +--All the new parameters under this section will be added to the +-- rndMng group, as rndIpHost sub-group. +-- +rndIpHost OBJECT IDENTIFIER ::= { rndDeviceParams 7 } +-- +--ICMP Transmission Enable\Disable +--The new variable will be + +-- Obsolete +-- rndICMPTransmitionEnable OBJECT-TYPE +-- SYNTAX INTEGER { +-- enable(1), +-- disable(2) +-- } +-- MAX-ACCESS read-write +-- STATUS current +-- DESCRIPTION +-- "This variable controlls the ability to transmit ICMP frames" +-- ::= { rndIpHost 1 } + +rndCommunityTable OBJECT-TYPE + SYNTAX SEQUENCE OF RndCommunityEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The community table of the agent" + ::= { rndIpHost 2 } + +rndCommunityEntry OBJECT-TYPE + SYNTAX RndCommunityEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " The row definition for this table." + INDEX { rndCommunityMngStationAddr, + IMPLIED rndCommunityString } + ::= { rndCommunityTable 1 } + +RndCommunityEntry ::= SEQUENCE { + rndCommunityMngStationAddr IpAddress, + rndCommunityString DisplayString, + rndCommunityAccess INTEGER, + rndCommunityTrapsEnable INTEGER, + rndCommunityStatus INTEGER, + rndCommunityPortSecurity INTEGER, + rndCommunityOwner DisplayString, + rndCommunityTrapDestPort INTEGER +} + + +rndCommunityMngStationAddr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The management station that will be allowed to + communicate with the agent IP address" + ::= { rndCommunityEntry 1 } + +rndCommunityString OBJECT-TYPE + SYNTAX DisplayString (SIZE(1..20)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The community string with which the management + station will communicate with the agent" + ::= { rndCommunityEntry 2 } + +rndCommunityAccess OBJECT-TYPE + SYNTAX INTEGER { + readOnly(1), + readWrite(2), + super(3) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The allowed access to this management station" + ::= { rndCommunityEntry 3} + +rndCommunityTrapsEnable OBJECT-TYPE + SYNTAX INTEGER { + snmpV1(1), + snmpV2(2), + snmpV3(3), + trapsDisable(4) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Should the agent send traps to the management station, + and what version is required" + ::= { rndCommunityEntry 4 } + +rndCommunityStatus OBJECT-TYPE + SYNTAX INTEGER { + enable(1), + invalid(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The status of this entry. If the status is invalid the + community entry will be deleted" + ::= { rndCommunityEntry 5 } + +rndCommunityPortSecurity OBJECT-TYPE + SYNTAX INTEGER { + enabled(1), + disabled(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "If enabled the device will only receive SNMP messages from the port, + through which this NMS is reachable from the device." + DEFVAL { disabled } + ::= { rndCommunityEntry 6 } + +rndCommunityOwner OBJECT-TYPE + SYNTAX DisplayString (SIZE(1..32)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The owner of this community" + ::= { rndCommunityEntry 7 } + +rndCommunityTrapDestPort OBJECT-TYPE + SYNTAX INTEGER(0..65535) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The transport protocol (usually UDP) port to which traps to the + management station represebted by this entry will be sent. The default + is the well-known IANA assigned port number for SNMP traps. + This object is relevant only if rndCommunityTrapsEnable has a value + different from trapsDisable." + DEFVAL { 162 } + ::= { rndCommunityEntry 8 } + +rlMridTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlMridEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The MRID related configurations table of the agent" + ::= { rndIpHost 3 } + +rlMridEntry OBJECT-TYPE + SYNTAX RlMridEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " The row definition for this table." + INDEX { rndCommunityMngStationAddr, + IMPLIED rndCommunityString } + ::= { rlMridTable 1 } + +RlMridEntry ::= SEQUENCE { + rlMridConnection INTEGER, + rlManagedMrid INTEGER +} + +rlMridConnection OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The router instance connecting the NMS who accessed the agent + through the community table entry corresponding to the keys of this entry." + ::= { rlMridEntry 1 } + +rlManagedMrid OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The router instance currently managed by the NMS who accessed the agent + through the community table entry corresponding to the keys of this entry " + ::= { rlMridEntry 2 } + +rndManagedTime OBJECT-TYPE + SYNTAX DisplayString (SIZE(6)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The time will be sent in the format hhmmss" + ::= { rndDeviceParams 8 } + +rndManagedDate OBJECT-TYPE + SYNTAX DisplayString (SIZE(6)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The date will be sent in the format ddmmyy" + ::= { rndDeviceParams 9 } + +rndBaseBootVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Defines the boot version of the product." + ::= { rndDeviceParams 10 } + +rndIpHostManagement OBJECT IDENTIFIER ::= { rndIpHost 4 } + +rndIpHostManagementSupported OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "ifindex manage supported." + ::= { rndIpHostManagement 1 } + +rndIpHostManagementIfIndex OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "if supported manage , indicate ifindex, if 0 thaen disable" + ::= { rndIpHostManagement 2 } + +genGroup OBJECT IDENTIFIER ::= { rndDeviceParams 11 } +genGroupHWVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Defines the HW version of the product." + ::= { genGroup 1 } + +genGroupConfigurationSymbol OBJECT-TYPE + SYNTAX DisplayString (SIZE(1)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Defines the Configuration Symbol attached to any hardware module + manufactured by LANNET. One single character A..Z defines the CS + version." + ::= { genGroup 2 } + +genGroupHWStatus OBJECT-TYPE + SYNTAX INTEGER { + ok(1), + hardwareProblems(2), + notSupported(255) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This attribute describes the status of the group hardware as detected + by the sensors software." + ::= { genGroup 3 } + +rndBasePhysicalAddress OBJECT-TYPE + SYNTAX PhysAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Base physical (MAC) address of the device." + ::= { rndDeviceParams 12 } + +RlImageIdType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "SW images enumeration" + SYNTAX INTEGER { image1(1), image2(2) } + +rndSoftwareFile OBJECT IDENTIFIER ::= { rndDeviceParams 13 } + +rndActiveSoftwareFileTable OBJECT-TYPE + SYNTAX SEQUENCE OF RndActiveSoftwareFileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " The (conceptual) table listing the active software file of the + requested unit." + ::= {rndSoftwareFile 1 } + +rndActiveSoftwareFileEntry OBJECT-TYPE + SYNTAX RndActiveSoftwareFileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " An entry (conceptual row) in the rndActiveSoftwareFileTable." + INDEX {rndUnitNumber } + ::= {rndActiveSoftwareFileTable 1 } + +RndActiveSoftwareFileEntry ::= SEQUENCE { + rndUnitNumber INTEGER, + rndActiveSoftwareFile RlImageIdType, + rndActiveSoftwareFileAfterReset INTEGER +} + +rndUnitNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The unit number (for stackable devices) or 1 for 'stand alone' device." + ::= {rndActiveSoftwareFileEntry 1 } + +rndActiveSoftwareFile OBJECT-TYPE + SYNTAX RlImageIdType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the current active software file, image1 or image2." + ::= {rndActiveSoftwareFileEntry 2 } + +rndActiveSoftwareFileAfterReset OBJECT-TYPE + SYNTAX INTEGER { + image1(1), + image2(2), + invalidImage(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the software file that will be active after reset (image1 or image2). + If an error occurred in the download process, resulting in the corruption + of the single software file, The value 'invalidImage' will be returned. + This value can not be set by the user." + ::= {rndActiveSoftwareFileEntry 3 } + +rlResetStatus + OBJECT-TYPE + SYNTAX BITS { + ok(0), + no-stack-integrity(1), + downgrade(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A bit mask that specifies system status before reset action is preformed. + Reset is prohibited in stackable products if the images selected after + reboot are not of the same release version in ALL stack units. + Downgrade status specifies that there are some actions to be preformed + on the CDB file before reset is preformed. + 0x0 - OK + 0x1 - noStackIntegrity + 0x2 - downgrade" + ::= { rndSoftwareFile 2 } + + +rndImageSize OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Max number of sectors currently allocated for image(s)." + ::= { rndDeviceParams 14 } + +rndBackupConfigurationEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies whether the device supports backup-config parameters in lcli commands." + ::= { rndDeviceParams 15 } + +rndImageInfo OBJECT IDENTIFIER ::= { rndDeviceParams 16 } + +rndImageInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF RndImageInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " The table contains information about images." + ::= {rndImageInfo 1 } + +rndImageInfoEntry OBJECT-TYPE + SYNTAX RndImageInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " An entry in the rndImageInfoTable." + INDEX {rndStackUnitNumber } + ::= {rndImageInfoTable 1 } + +RndImageInfoEntry ::= SEQUENCE { + rndStackUnitNumber INTEGER, + rndImage1Name DisplayString, + rndImage2Name DisplayString, + rndImage1Version DisplayString, + rndImage2Version DisplayString, + rndImage1Date DisplayString, + rndImage2Date DisplayString, + rndImage1Time DisplayString, + rndImage2Time DisplayString, + rndImage1Description DisplayString, + rndImage2Description DisplayString +} + +rndStackUnitNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The unit number (for stackable devices) or 1 for 'stand alone' device." + ::= {rndImageInfoEntry 1 } + +rndImage1Name OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the file name of image-1 in the system." + ::= {rndImageInfoEntry 2 } + +rndImage2Name OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the file name of image-2 (if present) in the system.If image-2 is not present show 'no info' text" + ::= {rndImageInfoEntry 3 } + + +rndImage1Version OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the version of image-1 in the system." + ::= {rndImageInfoEntry 4 } + +rndImage2Version OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the version of image-2 (if present) in the system.If image-2 is not present show 'no info' text" + ::= {rndImageInfoEntry 5 } + +rndImage1Date OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the compilation date of image-1 in the system." + ::= {rndImageInfoEntry 6 } + +rndImage2Date OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the compilation date of image-2 (if present) in the system.If image-2 is not present show 'no info' text" + ::= {rndImageInfoEntry 7 } + +rndImage1Time OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the compilation time of image-1 in the system." + ::= {rndImageInfoEntry 8 } + +rndImage2Time OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the compilation time of image-2 (if present) in the system.If image-2 is not present show 'no info' text" + ::= {rndImageInfoEntry 9 } + +rndImage1Description OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the description of image-1 in the system." + ::= {rndImageInfoEntry 10 } + +rndImage2Description OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the description of image-2 in the system." + ::= {rndImageInfoEntry 11 } + +rlComponentsInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlComponentsInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table contains information about components, their streams and baselines in the device images." + ::= {rndImageInfo 2} + +rlComponentsInfoEntry OBJECT-TYPE + SYNTAX RlComponentsInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the rlComponentsInfoTable." + INDEX {rlComponentsInfoStackUnitNumber, rlComponentsInfoImageId, + IMPLIED rlComponentsInfoComponent} + ::= {rlComponentsInfoTable 1 } + +RlComponentsInfoEntry ::= SEQUENCE { + rlComponentsInfoStackUnitNumber INTEGER, + rlComponentsInfoImageId RlImageIdType, + rlComponentsInfoComponent DisplayString, + rlComponentsInfoBaseline DisplayString +} + +rlComponentsInfoStackUnitNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The unit number (for stackable devices) or 1 for 'stand alone' device." + ::= {rlComponentsInfoEntry 1} + + +rlComponentsInfoImageId OBJECT-TYPE + SYNTAX RlImageIdType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Indicates the image id in the unit" +::= {rlComponentsInfoEntry 2} + +rlComponentsInfoComponent OBJECT-TYPE + SYNTAX DisplayString(SIZE (1..40)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Indicates the SW component name." + ::= {rlComponentsInfoEntry 3} + +rlComponentsInfoBaseline OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the version control baseline of the SW component name." + ::= {rlComponentsInfoEntry 5} + + +END + diff --git a/mibs/eltex/RADLAN-FILE b/mibs/eltex/RADLAN-FILE new file mode 100644 index 000000000000..3494356fd509 --- /dev/null +++ b/mibs/eltex/RADLAN-FILE @@ -0,0 +1,253 @@ +RADLAN-File DEFINITIONS ::= BEGIN + +-- Title: RADLAN File Private Extension +-- Version: 7.39.00.00 +-- Date: 23 Feb 2005 +-- 23-Sep-2003 Added field rlFileRowStatus to rlFileTable +-- 23-Sep-2003 Removed field rlFileActionNextLine from rlFileActionTable +-- 23-Sep-2003 Removed values "display" and "delete" of rlFileActionCommand +-- 07-Nov-2004 Added Scalar rlFileAuditingEnable +-- 23-Feb-2005 Added rlFileFlashSize + + +IMPORTS + rnd FROM RADLAN-MIB + DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue FROM SNMPv2-TC + OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI; + + +rlFile MODULE-IDENTITY + LAST-UPDATED "201304010000Z" -- April 1, 2013 + ORGANIZATION "Marvell Semiconductor, Inc." + CONTACT-INFO + "www.marvell.com" + DESCRIPTION + "The MIB module describes the private MIB for File Private Extension + supported by Marvell MTS software and products." + REVISION "201304010000Z" -- April 1, 2013 + DESCRIPTION + "Added MODULE-IDENTITY" + ::= { rnd 96 } + +FilePermission ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "File permission" + SYNTAX BITS { + read(0), + write(1), + execute(2), + dir(3) + } + + +rlFileMibVersion OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the File System MIB version. The current version is 1." + ::= {rlFile 1 } + +rlFileTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlFileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " The (conceptual) table listing all the files + of the flash file system." + ::= {rlFile 2 } + +rlFileEntry OBJECT-TYPE + SYNTAX RlFileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " An entry (conceptual row) in the FileTable." + INDEX { IMPLIED rlFileName } + ::= {rlFileTable 1 } + +RlFileEntry ::= SEQUENCE { + rlFileName OCTET STRING, + rlFilePermission FilePermission, + rlFileSize INTEGER, + rlFileModificationDate DisplayString, + rlFileModificationTime DisplayString, + rlFileRowStatus RowStatus, + rlFileFlashSize INTEGER, + rlFileFullNormalizedName OCTET STRING +} + +rlFileName OBJECT-TYPE + SYNTAX OCTET STRING(SIZE(1..160)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The name of the file." + ::= { rlFileEntry 1 } + +rlFilePermission OBJECT-TYPE + SYNTAX FilePermission + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "permission level bitmap. " + ::= { rlFileEntry 2 } + +rlFileSize OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The size of the file in bytes (actual size)." + ::= { rlFileEntry 3 } + +rlFileModificationDate OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time-stamp indicating the date of creation or last + modification of this file. The format of the time-stamp is + dd-mmm-yyyy" + ::= { rlFileEntry 4 } + +rlFileModificationTime OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time-stamp indicating the time of creation or last + modification of this file. The format of the time-stamp is + hh:mm:ss" + ::= { rlFileEntry 5 } + +rlFileRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "It is used just to delete an entry" + ::= { rlFileEntry 6 } + +rlFileFlashSize OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The size allocated for the file in bytes (allocated size)." + ::= { rlFileEntry 7 } + +rlFileFullNormalizedName OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The full normalized name - up to max OCTET STRING length and + not containing '..' and '.' path components." + ::= { rlFileEntry 8 } + +rlFileActionTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlFileActionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " The (conceptual) table listing only one entry at a time + with parameters needed for performing an action on a file." + ::= {rlFile 3 } + +rlFileActionEntry OBJECT-TYPE + SYNTAX RlFileActionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " An entry (conceptual row) in the FileActionTable." + INDEX {rlFileActionName } + ::= {rlFileActionTable 1 } + +RlFileActionEntry ::= SEQUENCE { + rlFileActionName OCTET STRING, + rlFileActionNewName OCTET STRING, + rlFileActionRowStatus RowStatus, + rlFileActionCommand INTEGER +} + +rlFileActionName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..160)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The name of the file." + ::= { rlFileActionEntry 1 } + +rlFileActionNewName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1..160)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The new name for the file (in case of action rename)." + ::= { rlFileActionEntry 2 } + +rlFileActionRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "It is used to create an entry" + ::= { rlFileActionEntry 3 } + +rlFileActionCommand OBJECT-TYPE + SYNTAX INTEGER { + rename(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Perform an action on the file." + ::= { rlFileActionEntry 4 } + +rlFileTotalSizeOfFlash OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the total size of the flash in bytes." + ::= {rlFile 4 } + +rlFileFreeSizeOfFlash OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the number of free bytes in the flash." + ::= {rlFile 5 } + +--- File System auditing control (SysLog) + +rlFileAuditingEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Controls whether SysLog messages + should be issued on file rename/delete events" + DEFVAL { true } + ::= { rlFile 6 } + +rlFileTotalSizeOfUSB OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the total size of the USB in bytes." + ::= {rlFile 7 } + +rlFileFreeSizeOfUSB OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the number of free bytes in the USB." + ::= {rlFile 8 } + +END diff --git a/mibs/eltex/RADLAN-HWENVIROMENT b/mibs/eltex/RADLAN-HWENVIROMENT new file mode 100644 index 000000000000..40ddf04a3c1c --- /dev/null +++ b/mibs/eltex/RADLAN-HWENVIROMENT @@ -0,0 +1,473 @@ +RADLAN-HWENVIROMENT DEFINITIONS ::= BEGIN + +IMPORTS + rnd FROM RADLAN-MIB + MODULE-IDENTITY, OBJECT-TYPE, Unsigned32 FROM SNMPv2-SMI + TEXTUAL-CONVENTION, DisplayString,TruthValue FROM SNMPv2-TC; + +rlEnv MODULE-IDENTITY + LAST-UPDATED "200309210000Z" + ORGANIZATION "Radlan Computer Communications Ltd." + CONTACT-INFO + "radlan.com" + DESCRIPTION + "The private MIB module definition for environment of Radlan devices." + REVISION "200309210000Z" + DESCRIPTION + "Added this MODULE-IDENTITY clause." + ::= { rnd 83 } + +RlEnvMonState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Represents the state of a device being monitored. + Valid values are: + + normal(1): the environment is good, such as low + temperature or full battery charge. + + warning(2): the environment is bad, such as temperature + above normal operation range but not too + high, or battery discharge. + + critical(3): the environment is very bad, such as + temperature much higher than normal + operation limit or critically low battery charge. + + shutdown(4): the environment is the worst, the system + should be shutdown immediately. + + notPresent(5): the environmental monitor is not present, + such as temperature sensors or battery does not exist. + + notFunctioning(6): the environmental monitor does not + function properly, such as a temperature + sensor generates a abnormal data like + 1000 or error happens while reading battery + state. + + restore(7): the environment is restoring its normal state, + such as battery recharging. + " + SYNTAX INTEGER { + normal(1), + warning(2), + critical(3), + shutdown(4), + notPresent(5), + notFunctioning(6), + restore(7), + notAvailable(8), + backingUp(9) + } + + +RlEnvMonDirection ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Represents the state of a device being monitored. + Valid values are: + + unKnown(1): if the board not support air flow direction. + + frontToBack(2): the air flow direction of the fan is front to back. + + backToFront(3): the air flow direction of the fan is back to front. + + clockwise(4): the air flow direction of the fan is clock wise + + unClockwise(5): the air flow direction of the fan is unclock wise + + insideOutside(6): the air flow direction of the fan is inside outside + + outsideInside(7): the air flow direction of the fan is outside inside + + rightToLeft(8): the air flow direction of the fan is from right to left + + leftToRight(9): the air flow direction of the fan is from left to right + + " + SYNTAX INTEGER { + unKnown(1), + frontToBack(2), + backToFront(3), + clockwise(4), + unClockwise(5), + insideOut(6), + outsideIn(7), + rightToLeft(8), + leftToRight(9) + } + +rlEnvPhysicalDescription OBJECT IDENTIFIER ::= { rlEnv 1 } + +rlEnvMonFanStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlEnvMonFanStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table of fan status maintained by the environmental + monitor." + ::= { rlEnvPhysicalDescription 1 } + +rlEnvMonFanStatusEntry OBJECT-TYPE + SYNTAX RlEnvMonFanStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fan status table, representing the status of + the associated fan maintained by the environmental monitor." + INDEX { rlEnvMonFanStatusIndex } + ::= { rlEnvMonFanStatusTable 1 } + +RlEnvMonFanStatusEntry ::= + SEQUENCE { + rlEnvMonFanStatusIndex INTEGER, + rlEnvMonFanStatusDescr DisplayString, + rlEnvMonFanState RlEnvMonState + } + +rlEnvMonFanStatusIndex OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Unique index for the fan being instrumented. + This index is for SNMP purposes only, and has no + intrinsic meaning." + ::= { rlEnvMonFanStatusEntry 1 } + +rlEnvMonFanStatusDescr OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..32)) + MAX-ACCESS read-only + + STATUS current + DESCRIPTION + "Textual description of the fan being instrumented. + This description is a short textual label, suitable as a + human-sensible identification for the rest of the + information in the entry." + ::= { rlEnvMonFanStatusEntry 2 } + +rlEnvMonFanState OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + + STATUS current + DESCRIPTION + "The mandatory state of the fan being instrumented." + ::= { rlEnvMonFanStatusEntry 3 } + + + +rlEnvMonSupplyStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlEnvMonSupplyStatusEntry + MAX-ACCESS not-accessible + + STATUS current + DESCRIPTION + "The table of power supply status maintained by the + environmental monitor card." + ::= { rlEnvPhysicalDescription 2 } + +rlEnvMonSupplyStatusEntry OBJECT-TYPE + SYNTAX RlEnvMonSupplyStatusEntry + MAX-ACCESS not-accessible + + STATUS current + DESCRIPTION + "An entry in the power supply status table, representing the + status of the associated power supply maintained by the + environmental monitor card." + INDEX { rlEnvMonSupplyStatusIndex } + ::= { rlEnvMonSupplyStatusTable 1 } + +RlEnvMonSupplyStatusEntry ::= + SEQUENCE { + rlEnvMonSupplyStatusIndex INTEGER , + rlEnvMonSupplyStatusDescr DisplayString, + rlEnvMonSupplyState RlEnvMonState, + rlEnvMonSupplySource INTEGER, + rlEnvMonSupplyFanDirection RlEnvMonDirection + } + +rlEnvMonSupplyStatusIndex OBJECT-TYPE + SYNTAX INTEGER (0..2147483647) + MAX-ACCESS not-accessible + + STATUS current + DESCRIPTION + "Unique index for the power supply being instrumented. + This index is for SNMP purposes only, and has no + intrinsic meaning." + ::= { rlEnvMonSupplyStatusEntry 1 } + +rlEnvMonSupplyStatusDescr OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..32)) + MAX-ACCESS read-only + + STATUS current + DESCRIPTION + "Textual description of the power supply being instrumented. + This description is a short textual label, suitable as a + human-sensible identification for the rest of the + information in the entry." + ::= { rlEnvMonSupplyStatusEntry 2 } + +rlEnvMonSupplyState OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + + STATUS current + DESCRIPTION + "The mandatory state of the power supply being instrumented." + ::= { rlEnvMonSupplyStatusEntry 3 } + +rlEnvMonSupplySource OBJECT-TYPE + SYNTAX INTEGER { + unknown(1), + ac(2), + dc(3), + externalPowerSupply(4), + internalRedundant(5) + } + MAX-ACCESS read-only + + STATUS current + DESCRIPTION + "The power supply source. + unknown - Power supply source unknown + ac - AC power supply + dc - DC power supply + externalPowerSupply - External power supply + internalRedundant - Internal redundant power supply + " + ::= { rlEnvMonSupplyStatusEntry 4 } + +rlEnvMonSupplyFanDirection OBJECT-TYPE + SYNTAX RlEnvMonDirection + MAX-ACCESS read-only + + STATUS current + DESCRIPTION + "The direction of the power supply's fan." + ::= { rlEnvMonSupplyStatusEntry 5 } + +-------------------------------------------------------------------------------- +-- rlEnvMonIndexTable +-------------------------------------------------------------------------------- + +rlEnvMonIndexTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlEnvMonIndexEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table that can help building indexes for EnvMon tables." + ::= { rlEnvPhysicalDescription 10 } + +rlEnvMonIndexEntry OBJECT-TYPE + SYNTAX RlEnvMonIndexEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in table, representing the index input parameters." + INDEX { rlEnvMonIndexUnitId, rlEnvMonIndexObjType, rlEnvMonIndexObjIndex } + ::= { rlEnvMonIndexTable 1 } + +RlEnvMonIndexEntry ::= + SEQUENCE { + rlEnvMonIndexUnitId INTEGER, + rlEnvMonIndexObjType INTEGER, + rlEnvMonIndexObjIndex INTEGER, + rlEnvMonIndexValue INTEGER + } + +rlEnvMonIndexUnitId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Unit ID." + ::= { rlEnvMonIndexEntry 1 } + +rlEnvMonIndexObjType OBJECT-TYPE + SYNTAX INTEGER { + powerSupply(5), + fan(6), + thermalSensorUnderCard(14) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Object type." + ::= { rlEnvMonIndexEntry 2 } + +rlEnvMonIndexObjIndex OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of object." + ::= { rlEnvMonIndexEntry 3 } + +rlEnvMonIndexValue OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Calculated index value." + ::= { rlEnvMonIndexEntry 4 } + +rlEnvFanData OBJECT IDENTIFIER ::= { rlEnv 5 } + +rlEnvFanDataTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlEnvFanDataEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each unit in a stack" + ::= { rlEnvFanData 1 } + +rlEnvFanDataEntry OBJECT-TYPE + SYNTAX RlEnvFanDataEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry of this table specifies a unit" + INDEX { rlEnvFanDataStackUnit } + ::= { rlEnvFanDataTable 1 } + +RlEnvFanDataEntry ::= SEQUENCE { + rlEnvFanDataStackUnit INTEGER, + rlEnvFanDataTemp INTEGER, + rlEnvFanDataSpeed INTEGER, + rlEnvFanDataOperLevel INTEGER, + rlEnvFanDataAdminLevel INTEGER, + rlEnvFanDataDirection RlEnvMonDirection +} + +rlEnvFanDataStackUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the stack unit" + ::= { rlEnvFanDataEntry 1 } + +rlEnvFanDataTemp OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit temperature" + ::= { rlEnvFanDataEntry 2 } + +rlEnvFanDataSpeed OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fan speed in RPM" + ::= { rlEnvFanDataEntry 3 } + +rlEnvFanDataOperLevel OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Fan speed operative level" + ::= { rlEnvFanDataEntry 4 } + +rlEnvFanDataAdminLevel OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Configured fan speed level" + ::= { rlEnvFanDataEntry 5 } + +rlEnvFanDataDirection OBJECT-TYPE + SYNTAX RlEnvMonDirection + MAX-ACCESS read-only + + STATUS current + DESCRIPTION + "The direction of the system's fan." + ::= { rlEnvFanDataEntry 6 } + + +-- ************ Redundant Fan ************** -- + +RlEnvRedundantFanStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Represents the status of a redundant fan. + Valid values are: + Ready(1): fan is ready and not active (all fans are O.K) + Active(2): fan is active (one or more fan failed) + Failure(3): fan failure " + + SYNTAX INTEGER { + ready(1), + active(2), + failure(3), + notPresent(4) + } + +rlEnvRedundantFanTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlEnvRedundantFanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of redundant fan status" + ::= { rlEnv 6 } + +rlEnvRedundantFanEntry OBJECT-TYPE + SYNTAX RlEnvRedundantFanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the redundant fan status table, representing the status of the associated fan " + INDEX { rlEnvRedundantFanUnitId, rlEnvRedundantFanIndex } + ::= { rlEnvRedundantFanTable 1 } + +RlEnvRedundantFanEntry ::= + SEQUENCE { + rlEnvRedundantFanUnitId Unsigned32, + rlEnvRedundantFanIndex INTEGER, + rlEnvRedundantFanStatus RlEnvRedundantFanStatus + } + +rlEnvRedundantFanUnitId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the stack unit" + ::= { rlEnvRedundantFanEntry 1 } + +rlEnvRedundantFanIndex OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fan index" + ::= { rlEnvRedundantFanEntry 2 } + +rlEnvRedundantFanStatus OBJECT-TYPE + SYNTAX RlEnvRedundantFanStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fan status" + ::= { rlEnvRedundantFanEntry 3 } + +rlEnvRedundantFanSupported OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Defines whether Redundant Fan feature is supported" + ::= { rlEnv 7 } + +END + diff --git a/mibs/eltex/RADLAN-MIB b/mibs/eltex/RADLAN-MIB new file mode 100644 index 000000000000..7658cea30cbe --- /dev/null +++ b/mibs/eltex/RADLAN-MIB @@ -0,0 +1,734 @@ +RADLAN-MIB DEFINITIONS ::= BEGIN + +-- Title: RADLAN ROS +-- Version: 7.46 +-- Date: 23-Jan-2007 +-- +-- 05-Jun-2003 Added rlHostParamTable +-- 12-Jun-2003 Added enumeration to rndErrorSeverity +-- 14-Jun-2003 Added field rlCopyHistoryErrorMessage to table rlCopyHistoryTable +-- 29-Jun-2003 Tables rlOspf...LnkTable replayed tables rlOspf...LSATable) +-- 08-Jul-2003 The low range boundary and the default value of rlDvmrpPruneLifetime +-- were changed from 300 to 200 seconds +-- 16-Jul-2003 The following values VesuvioT and VesuvioF were added to +-- rlPhDModuleType +-- 22-Jul-2003 Added rlStartupCDBChanged, rlManualReboot +-- 23-Jul-2003 New group rldot1x was added +-- 24-Jul-2003 Changed ipMRouteStdMIB to rlIpMRouteStdMIB +-- 27-Jul-2003 Changed access of rlMaxNumberOfAccessRules to read-only +-- 27-Jul-2003 Changed access of rlMaxNumberOfAccessRulesAfterReset to read-write +-- 30-Jul-2003 Added 802.1x traps rldot1xPortStatusAuthorizedTrap and +-- rldot1xPortStatusUnauthorizedTrap +-- 30-Jul-2003 Added rlFile +-- 31-Jul-2003 Added rlAAAEap +-- 10-Aug-2003 Renamed enumeration values resetCDB to resetStartupCDB and +-- eraseCDB to eraseStartupCDB and +-- added enumeration values eraseRunningCDB and copyStartupToRunning +-- 16-Aug-2003 Added rlSnmp +-- 18-Aug-2002 Added rldot1xExtAuthSessionStatsTable +-- 21-Aug-2003 Added rlOspfTuning +-- 09-Sep-2003 Added rlPortCopyVlanTaggingTable +-- 13-Sep-2003 Added IMPLIED to INDEX { IMPLIED rlTranslationNameToIpName } +-- 15-Sep-2003 rlPhysicalDescription's version (a value of variable rlPhDMibVersion) +-- was changed from 2 to 3 +-- 15-Sep-2003 Added field rldot1dStpPortRole to rldot1dStpPortTable +-- 15-Sep-2003 Added field rldot1sMStpInstancePortRole to rldot1sMstpInstancePortTable +-- 15-Sep-2003 Added field rldot1sMstpExtPortBoundary to rldot1sMstpExtPortEntryTable +-- 19-Sep-2003 Added rldot1xGuestVlanSupported, rldot1xGuestVlanVID, rldot1xGuestVlanPorts, +-- rldot1xUnAuthenticatedVlanSupported, rldot1xUnAuthenticatedVlanTable, +-- rldot1xUserBasedVlanSupported, rldot1xUserBasedVlanPorts +-- 26-Sep-2003 Added rlMridTable +-- 26-Sep-2003 Added rlMirModel +-- 26-Sep-2003 Deleted JackType from IMPORTS clause +-- 26-Sep-2003 Changed naming of SMIv2-like types +-- 26-Sep-2003 Moved rlSyslog branch to new MIB +-- 26-Sep-2003 Moved rlCopy branch to new MIB +-- 26-Sep-2003 Editorial changes +-- 02-Oct-2003 Added vlanSpecialTagTable +-- 02-Oct-2003 Added field branch rlMibTree and table rlMibTreeTable +-- 02-Oct-2003 rlPhysicalDescription's version (a value of variable rlPhDMibVersion) +-- was changed from 3 to 4 +-- 02-Oct-2003 Added vlanSpecialTagCurrentTable +-- 09-Oct-2003 Added field rldot1sMstpInstanceRemainingHopes to rldot1sMstpInstanceTable +-- 11-Oct-2003 Changed OSPF tuning +-- 24-Oct-2003 Change range of rldot1sMstpInstancePortPathCost +-- from (1..65535) to (1..200000000) +-- 26-Oct-2003 Added rsMaxNumberRpAddresesInGroupRange,rsMaxNumberRpAddresesInGroupRangeAfterReset +-- 26-Oct-2003 Removed rlPimSMBootStrapInfoEnable +-- 27-Oct-2003 Change range of rldot1sMStpInstancePortAdminPathCost +-- from (0..65535) to (0..200000000) +-- 29-Oct-2003 Added rlIfExistingPortList +-- 07-Nov-2003 rldot1sMstpMaxHopes: +-- a. range was changed from 1..20 to 1..40 +-- b. default value was chaged from 10 to 20 +-- rldot1sMstpDesignatedMaxHopes: +-- a. range was changed from 1..40 to 1..20 +-- 02-Dec-2003 Unused group rsIpZeroHopRouting was deleted +-- 03-Dec-2003 Added rlSNMPDomains branch +-- 03-Dec-3003 Added rlTstBasicRateTable +-- 14-Dec-2003 Added field rldot1dStpBpduType to rldot1dStpPortEntry +-- 14-Dec-2003 Added rldot1dStpFilterBpdu +-- 21-Dec-2003 Updated imports of DisplayString, PhysAddress, TimeInterval, +-- DateAndTime, ipAddrEntry +-- 21-Dec-3003 Added rlEmWebHttpsActiveCertificateId and rlSsl +-- 24-Dec-3003 Added rldot1sMstpRemainingHops +-- 13-Jan-2004 Change MSTP tables indexes to read-only. +-- 30-Jan-2004 add field rldot1sMstpExtPortInternalAdminPathCost to rldot1sMstpExtPortTable. +-- 30-Jan-2004 change field rldot1sMstpExtPortInternalPathCost to rldot1sMstpExtPortInternalOperPathCost +-- and make it read-only, change range to (0..200000000). +-- 03-Feb-2004 traps 186-191 are implemeted in the Physicaldescription MIB - for stacking. +-- 09-Feb-2004 Change the upper rage of rldot1sMstpVlan to 4094. +-- 11-Mar-2004 Added swIfPortLockIfRangeTable +-- 26-Mar-2004 rlLcli MIB was moved to separated file +-- 30-Mar-2004 Added traps swIfTablePortLock and swIfTablePortUnLock +-- 19-Apr-2004 Moved to separate MIBS IP Multicast & DVMRP +-- 24-Apr-2004 Moved to separate MIBS VLAN +-- 05-May-2004 Deleted default values in swIfEntry +-- 07-May-2004 Added mac base priority MIB as RND 101 +-- 16-May-2004 Added value invalidImage(3) to rndActiveSoftwareFileAfterReset +-- of rndActiveSoftwareFileTable +-- 18-May-2004 Moved to separate files: ipSpec, rlBgp, rsTunning, rlFft, +-- rndMng, rndApplications +-- 31-May-2004 Added rlWlanAccessPoint +-- 31-May-2004 Moved to separate files: rsUDP, swInterfaces, rlRmonControl +-- 09-Jun-2004 change field rldot1sMstpInstancePortEnable in rldot1sMstpInstancePortEntry +-- to read-only +-- 16-Jun-2004 Added rndIpHostManagementSupported and rndIpHostManagementIfIndex +-- 10-Nov-2004 Added rndNotifications +-- 11-Nov-2004 Added rlAAAUserLocked trap +-- 23-Nov-2004 Added type kiloBitsPerSecond RlStormCtrlRateUnit. +-- 29-Nov-2004 limit rldot1sMstpPendingConfigurationName to 32 characters. +-- 17-Jan-2005 Add rldot1dStpPortRestrictedRole field to rldot1dStpPortEntry +-- 16-Mar-2005 Add rlLocalization branch +-- 14-Apr-2005 Add rlRs232 +-- 18-Apr-2005 Add rldot1dStpPortAutoEdgePort to rldot1dStpPortEntry +-- 27-Apr-2005 ZachM add rlStackLinkChange trap. +-- 16-Jun-2005 Added rlNicRedundancy +-- 01-Jul-2005 Added rlIgmpSnoopMulticastTvTable +-- 07-Dec-2005 Added rlUPnP branch +-- 12-Dec-2005 Added rldot1dStpFloodBpduMethod +-- 14-Dec-2005 Add rlLldp branch +-- 02-Feb-2006 GalVA added rlEmWebExtraPort +-- 02-Feb-2006 GalVA added rlEmWebExtraPortType +-- 12-Feb-2006 Import V2 textual conventions from SNMPv2-TC-v1 instead of SNMPv2-TC and RADLAN-SNMPv2 +-- 12-Feb-2006 Removed private trunk MIB to separate MIB module. +-- 06-Mar-2006 Added rldot1dStpSeparatedBridges +-- 13-Mar-2006 GalVA added rlEmWebMaxHttpsIdleTimeout +-- 26-Mar-2006 Removed IMPORTs from IEEE8023-LAG-MIB + editorial change in rldot1dStpSeparatedBridges +-- 24-May-2006 Added BPDU Guard support +-- 31-May-2006 Added rldot1xAuthenticationPortTable OBJECT-TYPE +-- 08-Jun-2006 Added rlDhcpSpoofing +-- 08-Jun-2006 Added rldot1xAuthMultiStatsTable, rldot1xAuthMultiDiagTable, rldot1xAuthMultiSessionStatsEntry +-- 02-Jul-2006 Added Bonjour branch +-- 02-Jul-2006 Added rlLinksysSmartMIB branch +-- 05-Jul-2006 Added rldot1xAuthConfigTable +-- 10-Jul-2006 Moved branch rlMacMulticast to rlbridgemulticast +-- 07-Aug-2006 Moved definitios of traps rlCopyFinished and rlCopyFailed TRAP-TYPE +-- to ADLAN-COPY-MIB +-- 23-Aug-2006 Added rlGlobalIpAddrTable +-- 29-Aug-2006 Added rndImageSize +-- 21-Sep-2006 Added rldot1xBpduFilteringEnabled +-- 07-Sep-2006 Moved all rlEmbWeb definitions to rlembweb.mib +-- 06-Oct-2006 Added rndBackupConfigurationEnabled +-- 09-Oct-2006 Added rndImageInfoTable +-- 03-Nov-2006 Added dlPrivate +-- 18-Dec-2006 Added rlDhcpClCommandTable +-- 02-Jan-2007 rndDeviceParams MIB was moved to separate file RADLAN-DEVICEPARAMS-MIB.MIB +-- 02-Jan-2007 rndBootP MIB was moved to separate file RADLAN-BOOTP-MIB.MIB +-- 02-Jan-2007 rlBrgMacSwitch MIB was moved to separate file RADLAN-BRGMACSWITCH-MIB.MIB +-- 02-Jan-2007 rlpBridgeMIBObjects MIB was moved to separate file RADLAN-BRIDGEMIBOBJECTS-MIB.MIB +-- 02-Jan-2007 rlCli MIB was moved to separate file RADLAN-CLI-MIB.MIB +-- 02-Jan-2007 rlTelnet MIB was moved to separate file RADLAN-TELNET-MIB.MIB +-- 02-Jan-2007 rlArpSpoofing MIB was moved to separate file RADLAN-ARPSPOOFING-MIB.MIB +-- 02-Jan-2007 rlMir MIB was moved to separate file RADLAN-MIR-MIB.MIB +-- 02-Jan-2007 rlGvrp MIB was moved to separate file RADLAN-GVRP-MIB.MIB +-- 02-Jan-2007 rlSwPackageVersion MIB was moved to separate file RRADLAN-SWPACKAGEVERSION-MIB.MIB +-- 02-Jan-2007 rlRCli MIB was moved to separate file RADLAN-RCLI-MIB.MIB +-- 02-Jan-2007 rlAggregateVlan MIB was moved to separate file RADLAN-AGGREGATEVLAN-MIB.MIB +-- 02-Jan-2007 rlGmrp MIB was moved to separate file RADLAN-GMRP-MIB.MIB +-- 02-Jan-2007 rlDhcpCl MIB was moved to separate file RADLAN-DHCPCL-MIB.MIB +-- 02-Jan-2007 rlStormCtrl MIB was moved to separate file RADLAN-STORMCTRL-MIB.MIB +-- 02-Jan-2007 rlSmon MIB was moved to separate file RADLAN-SMON-MIB.MIB +-- 02-Jan-2007 rlDigitalKeyManage MIB was moved to separate file RADLAN-DIGITALKEYMANAGE-MIB.MIB +-- 02-Jan-2007 rldot1x MIB was moved to separate file RADLAN-DOT1X-MIB.MIB +-- 02-Jan-2007 rlSocket MIB was moved to separate file RADLAN-SOCKET-MIB.MIB +-- 02-Jan-2007 rl3sw2swTables MIB was moved to separate file RADLAN-3SW2SWTABLES-MIB.MIB +-- 02-Jan-2007 rlMultiSessionTerminal MIB was moved to separate file RADLAN-MULTISESSIONTERMINAL-MIB.MIB +-- 02-Jan-2007 rlTraceRoute MIB was moved to separate file RADLAN-TRACEROUTE-MIB.MIB +-- 02-Jan-2007 rlJumboFrames MIB was moved to separate file RADLAN-JUMBOFRAMES-MIB.MIB +-- 02-Jan-2007 rlCDB MIB was moved to separate file RADLAN-CDB-MIB.MIB +-- 02-Jan-2007 rndEndOfMibGroup MIB was moved to separate file RADLAN-ENDOFMIB-MIB.MIB +-- 15-Jan-2007 Devided file appolo.txt to a few files +-- Renamed file appolo.txt to ralan-mib.mib +-- 22-Jan-2007 Added rlIntel +-- 28-Mar-2007 added rlTunnel +-- 08/APR/07- add rlAutoUpdate +-- 21-Oct-2007 Add rldot1dStpPortLoopback to rldot1dStpPortEntry +-- 08-MAY-2007 Added rlCpuCounters +-- 11-Mar-2008 Added rlIPv6 +-- 07-Apr-2008 added rlActionAcl for ros_vnd14's ACLs. +-- 14-Apr-2008 added rlSafeGuard for ros_vnd14's Safeguard. +-- 27-Aug-2008 added rlVlanTrunking for ros_vnd14's Vlan Trunking +-- 31-Dec-2008 added rlTrafficSegmentation +-- 05-Jan-2009 added rlIMPBFeatures +-- 25-Mar-2009 added rlDeleteImg +-- 02-Apr-2009 added rlCustom1BonjourService +-- 18-Apr-2010 added rlPfcMib +-- 30-Jan-2015 added rlLan1 + + +-- Title: RADLAN ROS +-- Private RADLAN MIB +-- Version: 7.46 +-- Date: 2 JAN 2007 + +IMPORTS + + enterprises + FROM SNMPv2-SMI; + + Percents ::= INTEGER (0..100) + NetNumber ::= OCTET STRING (SIZE(4)) + VlanPriority ::= INTEGER (0..7) + +rnd MODULE-IDENTITY + LAST-UPDATED "200701020000Z" + ORGANIZATION "Radlan - a MARVELL company. + Marvell Semiconductor, Inc." + CONTACT-INFO + "www.marvell.com" + DESCRIPTION + "This private MIB module defines RADLAN private MIBs." + REVISION "200701020000Z" + DESCRIPTION + "Initial revision." + ::= { enterprises 89 } + + +-- Some MIB compilers require that the following 7 lines which define the path +-- to RND MIB are commented out: + +-- mib OBJECT IDENTIFIER ::= { mgmt 1 } +-- directory OBJECT IDENTIFIER ::= { internet 1 } +-- experimental OBJECT IDENTIFIER ::= { internet 3 } +-- private OBJECT IDENTIFIER ::= { internet 4 } +-- enterprises OBJECT IDENTIFIER ::= { private 1 } + +-- Objects in this MIB are arranged into groups: +--01 rndMng - Management/Action +--02 rndDeviceParams - General parameters +--04 rndInterface - Obsolete +--09 rndBackup - Obsolete +--12 rndIPX - Parameters for management of IPX router +--16 rndFACS - Obsolete +--20 rndCOD - Obsolete +--22 rndBrgHub - Obsolete +--23 rndAdapter - Obsolete +--24 rndBootP - BootP configurgaration. +--26 ipSpec - IP Private MIBs +--27 virtualLan - Obsolete +--28 rsConf - Obsolete +--29 rsTunning - Tunning sub group +--30 rndISDN - Obsolete +--31 rndPPP - Obsolete +--34 frameRelay - Obsolete +--35 rndApplications - +--38 rsDHCP - DHCP server configuration +--39 radWiz - Obsolete +--40 rsCfgUpgrade - Obsolete +--42 rsUDP - +--43 swInterfaces - +--44 securityZone - Obsolete +--45 rll3SwtchETMdl - Obsolete +--46 rlIPmulticast - +--47 rlFFT - +--48 vlan - +--49 rlRmonControl - +--50 rlBrgMacSwitch - +--51 rlExperience - +--52 rlCli - +--53 rlPhysicalDescription - +--54 rlIfInterfaces - +--55 rlMacMulticast - +--56 rlGalileo - +--57 rlpBridgeMIBObjects- +--58 rlTelnet - +--59 rlPolicy - +--60 rlArpSpoofing - +--61 rlMir - +--62 rlIpMRouteStdMIB - +--63 rl3sw2swTables - +--64 rlGvrp - +--65 rlDot3adAgg - +--66 rlEmbWeb - +--67 rlSwPackageVersion - +--68 rlBroadcom - +--69 rlMultiSessionTerminal - +--70 rlRCli - +--71 rlBgp - +--72 rlAgentsCapabilitiesGroups - +--73 rlAggregateVlan - +--74 rlLCli - +--75 rlGmrp - +--76 rlDhcpCl - Dhcp client +--77 rlStormCtrl - +--78 rlSsh - +--79 rlAAA - +--80 Radius - +--81 rlTraceRoute - +--82 rlSyslog - +--83 rlEnv - HardWare status indication +--84 rlSmon - +--85 rlSocket - +--86 rlDigitalKeyManage - +--87 rlCopy - +--88 rlQosCliMib - +--89 rlMngInf - +--90 rlPhy - +--91 rlJumboFrames - +--92 rlTimeSynchronization +--93 rlDnsCl - Dns client +--94 rlCDB +--95 rldot1x +--96 rlFile +--97 rlAAAEap - AAA for 1x +--98 rlSNMP +--99 rlQosServ +--100 rlSsl +--101 rlMacBasePrio +--102 Wireless Access Point Private MIB +--103 rlLocalization +--104 rlRs232 +--105 rlNicRedundancy +--106 rlAmap +--107 rlStack +--108 rlPoe +--109 rlUPnP +--110 rlLldp +--111 rlOib +--112 rlBridgeSecurity +--113 rlDhcpSpoofing +--114 rlBonjour +--115 rlLinksysSmartMIB +--116 rlBrgMulticast +--117 rlBrgMcMngr +--118 rlGlobalIpAddrTable +--119 dlPrivate +--120 rlSecuritySuiteMib +--121 rlIntel +--122 rlTunnel +--126 rlGreenEthernet +--127 rlLbd +--128 rlErrdisableRecovery +--129 rlIPv6 +-- ... +--139 rlIMPBFeatures +--140 rlSmartPorts +--143 rlCustom1BonjourService +--200 rlWanMib + +-- At the end of the MIB there is a definition of all RND-specific traps. + +rndNotifications OBJECT-IDENTITY + STATUS current + DESCRIPTION " All the rnd notifications will reside under this branch + as specified in + RFC2578 'Structure of Management Information Version 2 (SMIv2)' 8.5" + ::= { rnd 0 } + + +-- rndMng group contains Management Variables for RND devices + +rndMng OBJECT IDENTIFIER ::= { rnd 1 } +-- see rlMng.mib + +rndDeviceParams OBJECT IDENTIFIER ::= { rnd 2 } +-- see RADLAN-DEVICEPARAMS-MIB.MIB + +-- Obsolete +-- rndInterface OBJECT IDENTIFIER ::= { rnd 4 } + +-- Obsolete +-- rndBackup OBJECT IDENTIFIER ::= { rnd 9 } + +-- Obsolete +-- rndIPX OBJECT IDENTIFIER ::= { rnd 12 } + +-- Obsolete +-- rndFACS OBJECT IDENTIFIER ::= { rnd 16 } + +-- Obsolete +-- rndCOD OBJECT IDENTIFIER ::= { rnd 20 } + +-- Obsolete +-- rndBrgHub OBJECT IDENTIFIER ::= { rnd 22 } + +-- Obsolete +-- rndAdapter OBJECT IDENTIFIER ::= { rnd 23 } + +rndBootP OBJECT IDENTIFIER ::= { rnd 24 } +-- see RADLAN-BOOTP-MIB.MIB + +-- ip Specific group Addition parameters to ip group in MIB-2 + +ipSpec OBJECT IDENTIFIER ::= { rnd 26 } +-- see rlIp.mib + +-- Obsolete +-- virtualLan OBJECT IDENTIFIER ::= { rnd 27 } + +-- Obsolete +-- rsConf OBJECT IDENTIFIER ::= { rnd 28 } + +rsTunning OBJECT IDENTIFIER ::= { rnd 29 } +-- see rlTuning.mib + +-- Obsolete +-- rndISDN OBJECT IDENTIFIER ::= { rnd 30} + +-- Obsolete +-- rndPPP OBJECT IDENTIFIER ::= { rnd 31 } + +-- Obsolete +-- frameRelay OBJECT IDENTIFIER ::= { rnd 34 } + +rndApplications OBJECT IDENTIFIER ::= { rnd 35 } +-- see rlApplication.mib + +-- Obsolete +-- rndOGCompression OBJECT IDENTIFIER ::= { rnd 36 } + +-- Obsolete +-- rndEthernet OBJECT IDENTIFIER ::= { rnd 37 } + +--rsDHCP OBJECT IDENTIFIER ::= { rnd 38 } +--see rlDhcl.mib + +-- Obsolete +-- radWiz OBJECT IDENTIFIER ::= { rnd 39 } + +-- Obsolete +-- rsCfgUpgrade OBJECT IDENTIFIER ::= { rnd 40 } + +-- Obsolete +--rsRMON OBJECT IDENTIFIER ::= { rnd 41 } + +-- rsCopyPort was deleted +-- { rsRMON 1 } reserved + +-- rsMonitPort was deleted +-- { rsRMON 2 } reserved + +rsUDP OBJECT IDENTIFIER ::= { rnd 42} +-- see rlUdp.mib + +swInterfaces OBJECT IDENTIFIER ::= { rnd 43 } +-- see rlInterfaces.mib + +-- Obsolete +-- securityZone OBJECT IDENTIFIER ::= { rnd 44 } + +-- Obsolete +-- rll3SwtchETMdl OBJECT IDENTIFIER ::= { rnd 45 } + +rlIPmulticast OBJECT IDENTIFIER ::= { rnd 46 } + +rlFFT OBJECT IDENTIFIER ::= { rnd 47 } + +vlan OBJECT IDENTIFIER ::= { rnd 48 } + +rlRmonControl OBJECT IDENTIFIER ::= { rnd 49} +-- see rlRmon.mib + +rlBrgMacSwitch OBJECT IDENTIFIER ::= { rnd 50 } +-- see RADLAN-BRGMACSWITCH-MIB.MIB + +rlExperience OBJECT IDENTIFIER ::= { rnd 51 } + +rlCli OBJECT IDENTIFIER ::= { rnd 52 } +--see RADLAN-CLI-MIB.MIB + +-- Used for Drafts not received yet OBJECT IDENTIFIER + +rlPhysicalDescription OBJECT IDENTIFIER ::= { rnd 53 } + +rlIfInterfaces OBJECT IDENTIFIER ::= { rnd 54 } +-- see rlInterfaces.mib + +rlMacMulticast OBJECT IDENTIFIER ::= { rnd 55 } +--see rlbrgmulticast.mib + +rlGalileo OBJECT IDENTIFIER ::= { rnd 56 } + +rlpBridgeMIBObjects OBJECT IDENTIFIER ::= { rnd 57 } +--see RADLAN-BRIDGEMIBOBJECTS-MIB.MIB + +rlTelnet OBJECT IDENTIFIER ::= { rnd 58 } +--see RADLAN-TELNET-MIB.MIB + +rlPolicy OBJECT IDENTIFIER ::= { rnd 59 } + +rlArpSpoofing OBJECT IDENTIFIER ::= { rnd 60 } +--see RADLAN-ARPSPOOFING-MIB.MIB + +rlMir OBJECT IDENTIFIER ::= { rnd 61 } +--see RADLAN-MIR-MIB.MIB + +rlIpMRouteStdMIB OBJECT IDENTIFIER ::= { rnd 62 } + +rl3sw2swTables OBJECT IDENTIFIER ::= { rnd 63 } +--see RADLAN-3SW2SWTABLES-MIB.MIB + +rlGvrp OBJECT IDENTIFIER ::= { rnd 64 } +--see RADLAN-GVRP-MIB.MIB + +rlDot3adAgg OBJECT IDENTIFIER ::= { rnd 65 } + +rlEmbWeb OBJECT IDENTIFIER ::= { rnd 66 } + +rlSwPackageVersion OBJECT IDENTIFIER ::= { rnd 67 } +--see RADLAN-SWPACKAGEVERSION-MIB.MIB + +rlBroadcom OBJECT IDENTIFIER ::= { rnd 68 } + +rlMultiSessionTerminal OBJECT IDENTIFIER ::= { rnd 69 } +--see RADLAN-MULTISESSIONTERMINAL-MIB.MIB + +rlRCli OBJECT IDENTIFIER ::= { rnd 70 } +--see RADLAN-RCLI-MIB.MIB + +rlBgp OBJECT IDENTIFIER ::= { rnd 71 } + +rlAgentsCapabilitiesGroups OBJECT IDENTIFIER ::= { rnd 72 } + +rlAggregateVlan OBJECT IDENTIFIER ::= {rnd 73} +--see RADLAN-AGGREGATEVLAN-MIB.MIB + +-- rlLCli OBJECT IDENTIFIER ::= { rnd 74 } + +rlGmrp OBJECT IDENTIFIER ::= { rnd 75 } +--see RADLAN-GMRP-MIB.MIB + +rlDhcpCl OBJECT IDENTIFIER ::= { rnd 76 } +--see RADLAN-DHCPCL-MIB.MIB + +------------------------------ + +rlStormCtrl OBJECT IDENTIFIER ::= { rnd 77 } +--see RADLAN-STORMCTRL-MIB.MIB + +rlSsh OBJECT IDENTIFIER ::= { rnd 78 } + +rlAAA OBJECT IDENTIFIER ::= { rnd 79 } + +rlRadius OBJECT IDENTIFIER ::= { rnd 80 } + +-- see rlAAA.mib + +rlTraceRoute OBJECT IDENTIFIER ::= { rnd 81 } +--see RADLAN-TRACEROUTE-MIB.MIB + +rlSyslog OBJECT IDENTIFIER ::= { rnd 82 } + +rlEnv OBJECT IDENTIFIER ::= { rnd 83 } +-- rlPhysicalDescription OBJECT IDENTIFIER ::= { rlEnv 1 } +-- entitySensorMIB OBJECT IDENTIFIER ::= { rlEnv 2 } + +rlSmon OBJECT IDENTIFIER ::= { rnd 84 } +-- see RADLAN-SMON-MIB.MIB + +rlSocket OBJECT IDENTIFIER ::= { rnd 85 } +-- see RADLAN-SOCKET-MIB.MIB + +rlDigitalKeyManage OBJECT IDENTIFIER ::= { rnd 86 } +-- see RADLAN-DIGITALKEYMANAGE-MIB.MIB + +rlCopy OBJECT IDENTIFIER ::= { rnd 87 } + +rlQosCliMib OBJECT IDENTIFIER ::= { rnd 88 } + +rlMngInf OBJECT IDENTIFIER ::= { rnd 89 } + +rlPhy OBJECT IDENTIFIER ::= { rnd 90 } + +rlJumboFrames OBJECT IDENTIFIER ::= { rnd 91 } +-- see RADLAN-JUMBOFRAMES-MIB.MIB + +rlTimeSynchronization OBJECT IDENTIFIER ::= { rnd 92 } + +rlDnsCl OBJECT IDENTIFIER ::= { rnd 93 } + +rlCDB OBJECT IDENTIFIER ::= { rnd 94 } +-- see RADLAN-CDB-MIB.MIB + +rldot1x OBJECT IDENTIFIER ::= { rnd 95 } +-- see RADLAN-DOT1X-MIB.MIB + +rlFile OBJECT IDENTIFIER ::= { rnd 96 } + +rlAAAEap OBJECT IDENTIFIER ::= { rnd 97 } + +rlSNMP OBJECT IDENTIFIER ::= { rnd 98 } + +--rlQosServ OBJECT IDENTIFIER ::= { rnd 99 } + +rlSsl OBJECT IDENTIFIER ::= { rnd 100 } + +rlMacBasePrio OBJECT IDENTIFIER ::= { rnd 101 } + +rlWlanAccessPoint OBJECT IDENTIFIER ::= { rnd 102 } + +rlLocalization OBJECT IDENTIFIER ::= { rnd 103 } + +rlRs232 OBJECT IDENTIFIER ::= { rnd 104 } + +rlNicRedundancy OBJECT IDENTIFIER ::= { rnd 105 } + +rlAmap OBJECT IDENTIFIER ::= { rnd 106 } + +rlStack OBJECT IDENTIFIER ::= { rnd 107 } + +rlPoe OBJECT IDENTIFIER ::= { rnd 108 } + +rlUPnP OBJECT IDENTIFIER ::= { rnd 109 } + +rlLldp OBJECT IDENTIFIER ::= { rnd 110 } + +rlOib OBJECT IDENTIFIER ::= { rnd 111 } + +rlBridgeSecurity OBJECT IDENTIFIER ::= { rnd 112 } + +rlDhcpSpoofing OBJECT IDENTIFIER ::= { rnd 113 } + +rlBonjour OBJECT IDENTIFIER ::= { rnd 114 } + +rlLinksysSmartMIB OBJECT IDENTIFIER ::= { rnd 115 } + +rlBrgMulticast OBJECT IDENTIFIER ::= { rnd 116 } + +rlBrgMcMngr OBJECT IDENTIFIER ::= { rnd 117 } + +rlGlobalIpAddrTable OBJECT IDENTIFIER ::= { rnd 118 } + +dlPrivate OBJECT IDENTIFIER ::= { rnd 119 } + +rlSecuritySuiteMib OBJECT IDENTIFIER ::= { rnd 120 } + +rlIntel OBJECT IDENTIFIER ::= { rnd 121 } + +rlTunnel OBJECT IDENTIFIER ::= { rnd 122 } + +rlAutoUpdate OBJECT IDENTIFIER ::= { rnd 123 } + +rlCpuCounters OBJECT IDENTIFIER ::= { rnd 124 } + +--xxxx OBJECT IDENTIFIER ::= { rnd 125 } + +--rlGreenEthernet OBJECT IDENTIFIER ::= { rnd 126 } + +rlLbd OBJECT IDENTIFIER ::= { rnd 127 } + +rlErrdisableRecovery OBJECT IDENTIFIER ::= { rnd 128 } + +rlIPv6 OBJECT IDENTIFIER ::= { rnd 129 } + +rlActionAcl OBJECT IDENTIFIER ::= { rnd 130 } + +rlSafeGuard OBJECT IDENTIFIER ::= { rnd 131 } + +rlProtectedPorts OBJECT IDENTIFIER ::= { rnd 132} + +rlBanner OBJECT IDENTIFIER ::= { rnd 133} + +rlGreenEth OBJECT IDENTIFIER ::= { rnd 134} + +rlDlf OBJECT IDENTIFIER ::= { rnd 135} + +rlVlanTrunking OBJECT IDENTIFIER ::= { rnd 136 } + +rlCdp OBJECT IDENTIFIER ::= { rnd 137 } + +rlTrafficSeg OBJECT IDENTIFIER ::= { rnd 138 } + +rlImpbFeatures OBJECT IDENTIFIER ::= { rnd 139 } + +rlSmartPorts OBJECT IDENTIFIER ::= { rnd 140 } + +rlStatistics OBJECT IDENTIFIER ::= { rnd 141 } + +rlDeleteImg OBJECT IDENTIFIER ::= { rnd 142 } + +rlCustom1BonjourService OBJECT IDENTIFIER ::= { rnd 143 } + +rlSpecialBpdu OBJECT IDENTIFIER ::= { rnd 144 } + +rlTBIMib OBJECT IDENTIFIER ::= { rnd 145} + +rlWeightedRandomTailDrop OBJECT IDENTIFIER ::= { rnd 146} + +rlsFlowMib OBJECT IDENTIFIER ::= { rnd 147 } + +rlPfcMib OBJECT IDENTIFIER ::= { rnd 148} + +rlEee OBJECT IDENTIFIER ::= { rnd 149} + +rlEventsMib OBJECT IDENTIFIER ::= { rnd 150} + +rlWlanMIB OBJECT IDENTIFIER ::= { rnd 200 } + +rlEtsMib OBJECT IDENTIFIER ::= { rnd 201 } + +rlQcnMib OBJECT IDENTIFIER ::= { rnd 202 } + +rlSctMib OBJECT IDENTIFIER ::= { rnd 203 } + +rlSysmngMib OBJECT IDENTIFIER ::= { rnd 204 } + +rlFip OBJECT IDENTIFIER ::= { rnd 205 } + +rlDebugCapabilities OBJECT IDENTIFIER ::= { rnd 206 } + +rlIpStdAcl OBJECT IDENTIFIER ::= { rnd 207 } + +rlSecSd OBJECT IDENTIFIER ::= { rnd 209 } + +rlOspf OBJECT IDENTIFIER ::= { rnd 210 } + +rlRtRedist OBJECT IDENTIFIER ::= { rnd 211 } + +rlIpPrefList OBJECT IDENTIFIER ::= { rnd 212 } + +rlVoipSnoop OBJECT IDENTIFIER ::= { rnd 213 } + +rlDhcpv6 OBJECT IDENTIFIER ::= { rnd 214} + +rlIpv6Fhs OBJECT IDENTIFIER ::= { rnd 215} + +rlInventoryEnt OBJECT IDENTIFIER ::= { rnd 217} + +rlUdld OBJECT IDENTIFIER ::= { rnd 218 } + +rlSpan OBJECT IDENTIFIER ::= { rnd 219 } + +rlPortStat OBJECT IDENTIFIER ::= { rnd 223 } + +rlLan1 OBJECT IDENTIFIER ::= { rnd 224 } + +rlIgmp OBJECT IDENTIFIER ::= { rnd 225 } + +rlRadiusServ OBJECT IDENTIFIER ::= { rnd 226 } + +rlRouteMap OBJECT IDENTIFIER ::= { rnd 227 } + +rlPolicyBasedRouting OBJECT IDENTIFIER ::= { rnd 228 } + +rlSna OBJECT IDENTIFIER ::= { rnd 229 } + +rlWBA OBJECT IDENTIFIER ::= { rnd 230 } + +rndEndOfMibGroup OBJECT IDENTIFIER ::= { rnd 1000 } + +-- see RADLAN-ENDOFMIB-MIB.MIB + +END + diff --git a/mibs/eltex/RADLAN-PHYSICALDESCRIPTION-MIB b/mibs/eltex/RADLAN-PHYSICALDESCRIPTION-MIB new file mode 100644 index 000000000000..39eb0549f45a --- /dev/null +++ b/mibs/eltex/RADLAN-PHYSICALDESCRIPTION-MIB @@ -0,0 +1,1319 @@ +RADLAN-Physicaldescription-MIB DEFINITIONS ::= BEGIN + +-- Version: 7.46 +-- Date: 15-Jan-2007 +-- +-- 30-Jan-2004 Add rlPhdUnitGenParamTable +-- 30-Jan-2004 Add rlPhdUnitEnvParamTable +-- 24-Feb-2004 Add rlPhdStackOrderTopUnit +-- 24-Feb-2004 Add rlPhdStackOrderBottomUnit +-- 24-Feb-2004 Add rlPhdStackOrderPermutation +-- 21-Apr-2005 Add rlPhdPortsTable switch description between: +-- rlPhdPortsModuleNumber && rlPhdPortsStackUnit due to EWS need +-- 27-Apr-2005 Add rlStackLinkChange trap. +-- 16-May-2005 Add rlPhdNumberOfPoeUnits +-- 02-Jun-2005 Add field to rlPhDUnitEnvParamTable: rlPhdUnitEnvParamUpTime +-- 25-Jul-2005 Add rlPhdPhyLedTimeout and rlPhdPhyLedStackUnit +-- 03-Aug-2005 Remove boundary for unit number field, checked by box +-- this is done coz different products use different stack size +-- 05-Sep-2005 Add rlCascadeTable +-- 31-Oct-2005 Add rlCascadeAfterResetTable +-- 14-Nov-2005 Change rlPhdUnitGenParamSerialNum to read-write +-- 16-May-2006 Add field rlCascadeUnitId to rlCascadeEntry +-- 14-Jan-2007 rlPhdModuleType was moved to a separated text file +-- 15-Jan-2007 Devided file appolo.txt to a few files +-- Renamed file appolo.txt to ralan-mib.mib +-- 23-Jul-2012 IdanS: Add rlPhdUnitGenParamRegistrationDone and rlPhdUnitGenParamRegistrationSuppressed to RlPhdUnitGenParamEntry +-- 09-Oct-2012 yahal: Add rlPhdUnitEnvParamMonitorAutoRecoveryEnable & rlPhdUnitEnvParamMonitorTemperatureStatus & rlPhdUnitEnvParamMonitorTemperatureStatus +-- 08-Jan-2015 YoramSu: Add rlPhdUnitEnvParamTempSensorWarningThresholdValue and rlPhdUnitEnvParamTempSensorCriticalThresholdValue to rlPhdUnitEnvParamEntry + +IMPORTS + OBJECT-TYPE, MODULE-IDENTITY, TimeTicks, + NOTIFICATION-TYPE FROM SNMPv2-SMI + DisplayString, PhysAddress, RowStatus, TruthValue FROM SNMPv2-TC + JackType FROM MAU-MIB + rnd, rndNotifications FROM RADLAN-MIB + RlEnvMonState FROM RADLAN-HWENVIROMENT + EntitySensorStatus, EntitySensorValue FROM ENTITY-SENSOR-MIB + InterfaceIndexOrZero,ifIndex,InterfaceIndex FROM IF-MIB + rndErrorDesc, rndErrorSeverity FROM RADLAN-DEVICEPARAMS-MIB; + +rlPhysicalDescription MODULE-IDENTITY + LAST-UPDATED "200602120000Z" + ORGANIZATION "Radlan Computer Communications Ltd." + CONTACT-INFO + "radlan.com" + DESCRIPTION + "The private MIB module definition for physical + device configuration." + REVISION "200602120000Z" + DESCRIPTION + "Removed TRAP-TYPE from IMPORTS." + REVISION "200310180000Z" + DESCRIPTION + "Initial version of this MIB." + ::= { rnd 53 } + +CascadePortState ::= INTEGER { + error (0), + init (1), + down (2), + active (3), + standby (4) +} + +CascadePortSpeed ::= INTEGER { + port-speed-unknown (0), + port-speed-100M (1), + port-speed-1G (2), + port-speed-10G (3), + port-speed-5G (6), + port-speed-20G (8), + port-speed-40G (9), + port-speed-100G (13), + port-speed-auto (14) +} + + + +rlPhdMibVersion OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "MIB's version, the current version is 3. + 1: original version + 2: a. new tables + rlPhdModuleHotSwapTable + rlPhdStackOrderTable + b. new scalars + rlPhdStackReorder + rlPhdNumberOfUnits + rlPhdMaxNumberOfUnits + 3: a. new field rlPhdModuleRole of rlPhdModuleTable + b. new scalars + rlPhdForceMasterUnit + 4: a. new fields rlPhdModuleConnect1 and rlPhdModuleConnect2 + of rlPhdModuleTable. + 5: a. Prefix rlPhD were replaced by prefix rlPhd + b. fields rlPhdModuleConnect1 and rlPhdModuleConnect2 are + moved from rlPhdModuleTable to rlPhdStackTable. + c. new fiels rlPhdStackSofrwareVer, rlPhdStackProductID and + rlPhdStackMacAddr of rlPhdStackTable. + d. new scalars + rlPhdStackReloadUnit + e. new scalars + rlPhdStackOrderTopUnit + rlPhdStackOrderBottomUnit + rlPhdStackOrderPermutation" + ::= { rlPhysicalDescription 1 } + +rlPhdModuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlPhdModuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each module (board) there is an entry describing it in this + module" + ::= { rlPhysicalDescription 2 } + +rlPhdModuleEntry OBJECT-TYPE + SYNTAX RlPhdModuleEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A entry of this table specifies a module (board)" + INDEX { rlPhdModuleStackUnit, rlPhdModuleIndex} + ::= { rlPhdModuleTable 1 } + +RlPhdModuleEntry ::= SEQUENCE { + rlPhdModuleStackUnit INTEGER, + rlPhdModuleIndex INTEGER, + rlPhdModuleType INTEGER, + rlPhdModuleStartingPort INTEGER, + rlPhdModuleNumberOfPorts INTEGER, + rlPhdModuleRow INTEGER, + rlPhdModuleColumn INTEGER, + rlPhdModuleRole INTEGER +} + +rlPhdModuleStackUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the stack unit" + ::= { rlPhdModuleEntry 1 } + +rlPhdModuleIndex OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the module in its stack unit" + ::= { rlPhdModuleEntry 2 } + +rlPhdModuleType OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The index for each module type" + ::= { rlPhdModuleEntry 3 } + +rlPhdModuleStartingPort OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The minimal number of the port residing on this module." + ::= { rlPhdModuleEntry 4 } + +rlPhdModuleNumberOfPorts OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of ports residing on this module." + ::= { rlPhdModuleEntry 5} + +rlPhdModuleRow OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "On which row (the uppermost being numbered 1 and the highest row + number asigned to the lowest row) this module resides within the + chassis of its stack unit." + ::= { rlPhdModuleEntry 6 } + +rlPhdModuleColumn OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "On which column (the leftmost being numbered 1 and the highest column + number asigned to the rightmost column) this module resides within the + chassis of its stack unit." + ::= { rlPhdModuleEntry 7 } + +rlPhdModuleRole OBJECT-TYPE + SYNTAX INTEGER { + standalone(1), + master(2), + backup(3), + slave(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The module role in the stack." + DEFVAL { standalone } + ::= { rlPhdModuleEntry 8 } + +rlPhdPortsTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlPhdPortsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Lists the physical or physical-related attributes of ports" + ::= { rlPhysicalDescription 3 } + +rlPhdPortsEntry OBJECT-TYPE + SYNTAX RlPhdPortsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each port, a entry describing attributes which are either + physical or are derived from the features of the device hardware" + INDEX { rlPhdPortsIfIndex } + ::= { rlPhdPortsTable 1 } + +RlPhdPortsEntry ::= SEQUENCE { + rlPhdPortsIfIndex INTEGER, + rlPhdPortsIfIndexName DisplayString(SIZE(1..20)), + rlPhdPortsMediaType INTEGER, + rlPhdPortsStackUnit INTEGER, + rlPhdPortsModuleNumber INTEGER, + rlPhdPortsRow INTEGER, + rlPhdPortsColumn INTEGER, + rlPhdConnectorType JackType, + rlPhdPortHaul INTEGER + + } + +rlPhdPortsIfIndex OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The L2 interface number associated with this port." + ::= { rlPhdPortsEntry 1 } + +rlPhdPortsIfIndexName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The L2 interface number associated with this port, in string format + based on the overall hardware architecture of the device (i.e., for + monolithic devices just numbers, devices composed of modules (boards, + cards) or stackable devices composed of monolithic units in form + - , stackable devices in which each unit is composed of + modules + - - " + ::= { rlPhdPortsEntry 2 } + +rlPhdPortsMediaType OBJECT-TYPE + SYNTAX INTEGER {copper(1), optic-fiber(2), combo(3)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The media type of this port." + ::= { rlPhdPortsEntry 3 } + +rlPhdPortsStackUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the slot to which this port belongs." + ::= { rlPhdPortsEntry 4 } + +rlPhdPortsModuleNumber OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of the stack unit to which this port resides in." + ::= { rlPhdPortsEntry 5 } + +rlPhdPortsRow OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "On which row (the uppermost being numbered 1 and the highest row + number asigned to the lowest row) this port resides within its + module." + ::= { rlPhdPortsEntry 6 } + +rlPhdPortsColumn OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "On which column (the leftmost being numbered 1 and the highest column + number asigned to the rightmost column) this this port resides within its + module." + ::= { rlPhdPortsEntry 7 } + +rlPhdConnectorType OBJECT-TYPE + SYNTAX JackType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Type of connector." + ::= { rlPhdPortsEntry 8 } + + rlPhdPortHaul OBJECT-TYPE + SYNTAX INTEGER { + not-relevant(1), + short(2), + long(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Distance supported by this port." + ::= { rlPhdPortsEntry 9 } + +rlPhdStackTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlPhdStackEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each stack unit there is an entry describing it in this table" + ::= { rlPhysicalDescription 4 } + +rlPhdStackEntry OBJECT-TYPE + SYNTAX RlPhdStackEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A entry of this table specifies a stack unit" + INDEX { rlPhdStackUnit } + ::= { rlPhdStackTable 1 } + +RlPhdStackEntry ::= SEQUENCE { + rlPhdStackUnit INTEGER, + rlPhdStackType INTEGER, + rlPhdStackConnect1 INTEGER, + rlPhdStackConnect2 INTEGER, + rlPhdStackSofrwareVer DisplayString, + rlPhdStackProductID DisplayString, + rlPhdStackMacAddr PhysAddress +} + +rlPhdStackUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The stack unit described by this entry." + ::= { rlPhdStackEntry 1 } + +rlPhdStackType OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the stack unit described by this entry: + 1 - box 3202 + 2 - box LG + 3 - bcm + 4 - prestera" + ::= { rlPhdStackEntry 2 } + +rlPhdStackConnect1 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit number connected to the Hyper GLink left side connection - + 0 means not connected; other integer indicates the unit number." + DEFVAL { 0 } + ::= { rlPhdStackEntry 3 } + +rlPhdStackConnect2 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit number connected to the Hyper GLink right side connection - + 0 means not connected; other integer indicates the unit number." + DEFVAL { 0 } + ::= { rlPhdStackEntry 4 } + +rlPhdStackSofrwareVer OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Software version of the unit." + ::= { rlPhdStackEntry 5 } + +rlPhdStackProductID OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Product ID of the unit." + ::= { rlPhdStackEntry 6 } + +rlPhdStackMacAddr OBJECT-TYPE + SYNTAX PhysAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The physical (MAC) address of the unit." + ::= { rlPhdStackEntry 7 } + +rlPhdModuleHotSwapTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlPhdModuleHotSwapEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each module (board) there is an entry describing its Hot Swap + status" + ::= { rlPhysicalDescription 5 } + +rlPhdModuleHotSwapEntry OBJECT-TYPE + SYNTAX RlPhdModuleHotSwapEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A entry of this table specifies a module (board) Hot Swap + status" + INDEX { rlPhdModuleStackUnit, rlPhdModuleIndex} + ::= { rlPhdModuleHotSwapTable 1 } + +RlPhdModuleHotSwapEntry ::= SEQUENCE { + rlPhdModuleHotSwapAdminStatus INTEGER, + rlPhdModuleHotSwapOperStatus INTEGER +} + +rlPhdModuleHotSwapAdminStatus OBJECT-TYPE + SYNTAX INTEGER { + on(1), + off(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The desired state of the module. The off(1) state indicates + that the module is not used and its rlPhdModuleHotSwapOperStatus + is always off(2). + The on{1) state indicates that the module may be used and its + rlPhdModuleHotSwapOperStatus will be on(1) if it presents and + off(2) if it does not present." + DEFVAL { on } + ::= { rlPhdModuleHotSwapEntry 1 } + +rlPhdModuleHotSwapOperStatus OBJECT-TYPE + SYNTAX INTEGER { + on(1), + off(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current Hot Swap state of the module. + If rlPhdModuleHotSwapAdminStatus is down(2) then + rlPhdModuleHotSwapOperStatus should be down(2). If + rlPhdModuleHotSwapAdminStatus is changed to up(1) then + rlPhdModuleHotSwapOperStatus should change to + up(1) if the module presents; it should remain in the down(2) state if + and only if the module does not present." + ::= { rlPhdModuleHotSwapEntry 2 } + +rlPhdStackOrderTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlPhdStackOrderEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table enables the user to configure the order + of the stack units as displayed on his GUI. + The order of the entries in this table corresponds + to the last configured order. If the stack units order was + never configured, the order will be the same as in the rlPhdStackTable." + ::= { rlPhysicalDescription 6 } + +rlPhdStackOrderEntry OBJECT-TYPE + SYNTAX RlPhdStackOrderEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A entry of this table specifies a stack unit in the position desired by the user" + INDEX { rlPhdStackOrderCurrentUnitPosition } + ::= { rlPhdStackOrderTable 1 } + +RlPhdStackOrderEntry ::= SEQUENCE { + rlPhdStackOrderCurrentUnitPosition INTEGER, + rlPhdStackOrderDesiredUnitPosition INTEGER, + rlPhdStackOrderUnitIndex INTEGER, + rlPhdStackOrderUnitType INTEGER +} + +rlPhdStackOrderCurrentUnitPosition OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The current stack unit position." + ::= { rlPhdStackOrderEntry 1 } + +rlPhdStackOrderDesiredUnitPosition OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The desired stack unit position. Note that setting this MIB + object will take effect only after setting the rlPhdStackReorder MIB + object below. After setting this MIB object and until a further change + of at least one instance of the rlPhdStackOrderDesiredUnitPosition object, + the values of the rlPhdStackOrderCurrentUnitPosition objectinstance and + the corresponding rlPhdStackOrderDesiredUnitPosition object instance + will be the same." + ::= { rlPhdStackOrderEntry 2 } + +rlPhdStackOrderUnitIndex OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This is the original unit index, i.e. has the same value as rlPhdStackUnit + above." + ::= { rlPhdStackOrderEntry 3 } + +rlPhdStackOrderUnitType OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the stack unit described by this entry. It has the same value + as rlPhdStackType above. This information is duplicated here only for easier + retrieval by the device manager." + ::= { rlPhdStackOrderEntry 4 } + +rlPhdStackReorder OBJECT-TYPE + SYNTAX INTEGER {reorder(1)} + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting this MIB object will cause the settings of the + rlPhdStackOrderDesiredUnitPosition MIB object instances to take effect. + After setting this MIB object and until a further change + of at least one instance of the rlPhdStackOrderDesiredUnitPosition object, + the values of the rlPhdStackOrderCurrentUnitPosition objectinstance and + the corresponding rlPhdStackOrderDesiredUnitPosition object instance + will be the same." + ::= { rlPhysicalDescription 7 } + +rlPhdNumberOfUnits OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the current number of units in the stack." + ::= { rlPhysicalDescription 8 } + +rlPhdMaxNumberOfUnits OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the maximum number of units in the stack." + ::= { rlPhysicalDescription 9 } + +rlPhdForceMasterUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Force unit to be master." + ::= { rlPhysicalDescription 10 } + +-- The following scalar isn't suported and will be removed +rlPhdStackFixedUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determine which unit will be on bottom/top of list + on Show-List command(see ." + ::= { rlPhysicalDescription 11 } + +-- The following scalar isn't suported and will be removed +rlPhdStackFixedUnitLocation OBJECT-TYPE + SYNTAX INTEGER{ + bottom(1), + top(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determine the bottom/top object in the stack table." + ::= { rlPhysicalDescription 12 } + +rlPhdStackReloadUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Reset a specific unit." + ::= { rlPhysicalDescription 13 } + +rlPhdUnitGenParamTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlPhdUnitGenParamEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each module (board) there is an entry describing it in this + module" + ::= { rlPhysicalDescription 14 } + +rlPhdUnitGenParamEntry OBJECT-TYPE + SYNTAX RlPhdUnitGenParamEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A entry of this table specifies a module (board)" + INDEX { rlPhdUnitGenParamStackUnit} + ::= { rlPhdUnitGenParamTable 1 } + +RlPhdUnitGenParamEntry ::= SEQUENCE { + rlPhdUnitGenParamStackUnit INTEGER, + rlPhdUnitGenParamSoftwareVersion DisplayString, + rlPhdUnitGenParamFirmwareVersion DisplayString, + rlPhdUnitGenParamHardwareVersion DisplayString, + rlPhdUnitGenParamSerialNum DisplayString, + rlPhdUnitGenParamAssetTag DisplayString, + rlPhdUnitGenParamServiceTag DisplayString, + rlPhdUnitGenParamSoftwareDate DisplayString, + rlPhdUnitGenParamFirmwareDate DisplayString, + rlPhdUnitGenParamManufacturer DisplayString, + rlPhdUnitGenParamModelName DisplayString, + rlPhdUnitGenParamMd5ChksumBoot DisplayString, + rlPhdUnitGenParamMd5ChksumImage1 DisplayString, + rlPhdUnitGenParamMd5ChksumImage2 DisplayString, + rlPhdUnitGenParamRegistrationDone TruthValue, + rlPhdUnitGenParamRegistrationSuppressed TruthValue +} + +rlPhdUnitGenParamStackUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The index of the stack unit to which this conceptual row corresponds." + ::= { rlPhdUnitGenParamEntry 1 } + +rlPhdUnitGenParamSoftwareVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Serial number of the product." + ::= { rlPhdUnitGenParamEntry 2 } + +rlPhdUnitGenParamFirmwareVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Serial number of the product." + ::= { rlPhdUnitGenParamEntry 3 } + +rlPhdUnitGenParamHardwareVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Serial number of the product." + ::= { rlPhdUnitGenParamEntry 4 } + +rlPhdUnitGenParamSerialNum OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Serial number of the product." + ::= { rlPhdUnitGenParamEntry 5 } + +rlPhdUnitGenParamAssetTag OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Serial number of the product." + ::= { rlPhdUnitGenParamEntry 6 } + +rlPhdUnitGenParamServiceTag OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Asset tag of the product." + ::= { rlPhdUnitGenParamEntry 7 } + +rlPhdUnitGenParamSoftwareDate OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Date of product's software." + ::= { rlPhdUnitGenParamEntry 8 } + +rlPhdUnitGenParamFirmwareDate OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Date of product's firmware." + ::= { rlPhdUnitGenParamEntry 9 } + +rlPhdUnitGenParamManufacturer OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Product's Manufacturer." + ::= { rlPhdUnitGenParamEntry 10 } + +rlPhdUnitGenParamModelName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Model Name." + ::= { rlPhdUnitGenParamEntry 11 } + +rlPhdUnitGenParamMd5ChksumBoot OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "MD5 Checksum for Boot" + ::= { rlPhdUnitGenParamEntry 12 } + +rlPhdUnitGenParamMd5ChksumImage1 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "MD5 Checksum for Image 1" + ::= { rlPhdUnitGenParamEntry 13 } + +rlPhdUnitGenParamMd5ChksumImage2 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "MD5 Checksum for Image 2" + ::= { rlPhdUnitGenParamEntry 14 } + +rlPhdUnitGenParamRegistrationDone OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Registration Done." + ::= { rlPhdUnitGenParamEntry 15 } + +rlPhdUnitGenParamRegistrationSuppressed OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Registration Suppressed." + ::= { rlPhdUnitGenParamEntry 16 } + +rlPhdUnitEnvParamTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlPhdUnitEnvParamEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each module (board) there is an entry describing it in this + module" + ::= { rlPhysicalDescription 15 } + +rlPhdUnitEnvParamEntry OBJECT-TYPE + SYNTAX RlPhdUnitEnvParamEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A entry of this table specifies a module (board)" + INDEX { rlPhdUnitEnvParamStackUnit} + ::= { rlPhdUnitEnvParamTable 1 } + +RlPhdUnitEnvParamEntry ::= SEQUENCE { + rlPhdUnitEnvParamStackUnit INTEGER, + rlPhdUnitEnvParamMainPSStatus RlEnvMonState, + rlPhdUnitEnvParamRedundantPSStatus RlEnvMonState, + rlPhdUnitEnvParamFan1Status RlEnvMonState, + rlPhdUnitEnvParamFan2Status RlEnvMonState, + rlPhdUnitEnvParamFan3Status RlEnvMonState, + rlPhdUnitEnvParamFan4Status RlEnvMonState, + rlPhdUnitEnvParamFan5Status RlEnvMonState, + rlPhdUnitEnvParamFan6Status RlEnvMonState, + rlPhdUnitEnvParamTempSensorValue EntitySensorValue, + rlPhdUnitEnvParamTempSensorStatus EntitySensorStatus, + rlPhdUnitEnvParamTempSensorWarningThresholdValue EntitySensorValue, + rlPhdUnitEnvParamTempSensorCriticalThresholdValue EntitySensorValue, + rlPhdUnitEnvParamUpTime TimeTicks, + rlPhdUnitEnvParamMonitorAutoRecoveryEnable TruthValue, + rlPhdUnitEnvParamMonitorTemperatureStatus INTEGER, + rlPhdUnitEnvParamMonitorOperStatus TruthValue +} + +rlPhdUnitEnvParamStackUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The index of the stack unit to which this conceptual row corresponds. + Note that the index will be the same index as the index + of a 'chassis' physical entity in the entity MIB of the product." + ::= { rlPhdUnitEnvParamEntry 1 } + +rlPhdUnitEnvParamMainPSStatus OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mandatory state of the main PS being instrumented." + ::= { rlPhdUnitEnvParamEntry 2 } + +rlPhdUnitEnvParamRedundantPSStatus OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mandatory state of the redundant PS being instrumented." + ::= { rlPhdUnitEnvParamEntry 3 } + +rlPhdUnitEnvParamFan1Status OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mandatory state of the FAN 1 being instrumented." + ::= { rlPhdUnitEnvParamEntry 4 } + +rlPhdUnitEnvParamFan2Status OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mandatory state of the FAN 2 being instrumented." + ::= { rlPhdUnitEnvParamEntry 5 } + +rlPhdUnitEnvParamFan3Status OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mandatory state of the FAN 3 being instrumented." + ::= { rlPhdUnitEnvParamEntry 6 } + +rlPhdUnitEnvParamFan4Status OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mandatory state of the FAN 4 being instrumented." + ::= { rlPhdUnitEnvParamEntry 7 } + +rlPhdUnitEnvParamFan5Status OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mandatory state of the FAN 5 being instrumented." + ::= { rlPhdUnitEnvParamEntry 8 } + +rlPhdUnitEnvParamFan6Status OBJECT-TYPE + SYNTAX RlEnvMonState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The mandatory state of the FAN 6 being instrumented." + ::= { rlPhdUnitEnvParamEntry 9 } + +rlPhdUnitEnvParamTempSensorValue OBJECT-TYPE + SYNTAX EntitySensorValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current value for the Sensor being instrumented." + ::= { rlPhdUnitEnvParamEntry 10 } + +rlPhdUnitEnvParamTempSensorStatus OBJECT-TYPE + SYNTAX EntitySensorStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Status value for the Sensor being instrumented." + ::= { rlPhdUnitEnvParamEntry 11 } + +rlPhdUnitEnvParamTempSensorWarningThresholdValue OBJECT-TYPE + SYNTAX EntitySensorValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Temperature warning threshold value for the Sensor being instrumented." + ::= { rlPhdUnitEnvParamEntry 12 } + +rlPhdUnitEnvParamTempSensorCriticalThresholdValue OBJECT-TYPE + SYNTAX EntitySensorValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Temperature critical threshold value for the Sensor being instrumented." + ::= { rlPhdUnitEnvParamEntry 13 } + +rlPhdUnitEnvParamUpTime OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Up time of the unit in 100th of second (sec/100)." + ::= { rlPhdUnitEnvParamEntry 14 } + +rlPhdUnitEnvParamMonitorAutoRecoveryEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Disable environment automatic recovery option" + ::= { rlPhdUnitEnvParamEntry 15 } + +rlPhdUnitEnvParamMonitorTemperatureStatus OBJECT-TYPE + SYNTAX INTEGER { + ok(1), + overTemperatureThreshold(2), + overCriticalTemperatureThreshold(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Display environment monitoring chassis temperature status" + ::= { rlPhdUnitEnvParamEntry 16 } + +rlPhdUnitEnvParamMonitorOperStatus OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Display environment automatic recovery current status (active/not active)" + ::= { rlPhdUnitEnvParamEntry 17 } + +rlPhdStackOrderTopUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This scalar mib holds the Top unit for the stack order command" + ::= { rlPhysicalDescription 16 } + +rlPhdStackOrderBottomUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This scalar mib holds the Bottom unit for the stack order command" + ::= { rlPhysicalDescription 17 } +rlPhdStackOrderPermutation OBJECT-TYPE + SYNTAX OCTET STRING(SIZE(1..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This scalar mib holds stack permutation" + ::= { rlPhysicalDescription 18 } + +rlPhdNumberOfPoeUnits OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the current number of poe units in the stack." + ::= { rlPhysicalDescription 19 } + +rlPhdPoeTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlPhdPoeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each module (board) there is an entry describing it in this + module" + ::= { rlPhysicalDescription 20 } + +rlPhdPoeEntry OBJECT-TYPE + SYNTAX RlPhdPoeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A entry of this table specifies a module (board)" + INDEX { rlPhdPoeStackUnit } + ::= { rlPhdPoeTable 1 } + +RlPhdPoeEntry ::= SEQUENCE { + rlPhdPoeStackUnit INTEGER, + rlPhdPoePresent INTEGER +} + +rlPhdPoeStackUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The stack unit to which this module belongs." + ::= { rlPhdPoeEntry 1 } + +rlPhdPoePresent OBJECT-TYPE + SYNTAX INTEGER { + no(1), + yes(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The present state of the PoE module. The no(1) state indicates + that the PoE module is not present. The yes{2) state indicates that the + PoE module is present." + ::= { rlPhdPoeEntry 2 } + +-- The light unit scalars +rlPhdPhyLedStackUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This scalar mib holds the unit number for the stack light command" + ::= { rlPhysicalDescription 21 } + +rlPhdPhyLedTimeout OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This scalar mib holds the timeout for the stack light command. + May be in the range 2..60 sec. (default - 5 sec.), if the timeout = 0 + - all units return to normal state." + ::= { rlPhysicalDescription 22 } + +rlCascadeTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlCascadeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each cascaded port for stacking unit there is an entry describing it in this table" + ::= { rlPhysicalDescription 23 } + +rlCascadeEntry OBJECT-TYPE + SYNTAX RlCascadeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry of this table specifies a cascaded link information in a unit" + INDEX { ifIndex } + ::= { rlCascadeTable 1 } + +RlCascadeEntry ::= SEQUENCE { + rlCascadeNeighborIfIndex InterfaceIndexOrZero, + rlCascadeNeighborUnit INTEGER, + rlCascadeTrunkId INTEGER, + rlCascadeUnitId INTEGER, + rlCascadePortSpeed CascadePortSpeed, + rlCascadePortState CascadePortState +} + +rlCascadeNeighborIfIndex OBJECT-TYPE + SYNTAX InterfaceIndexOrZero + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ifIndex of a stacking port in the neighbor unit - + 0 means not connected; other integer indicates the IfIndex." + ::= { rlCascadeEntry 1 } + +rlCascadeNeighborUnit OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit number of the neighbor unit - + 0 means not connected; other integer indicates the unit number." + ::= { rlCascadeEntry 2 } + +rlCascadeTrunkId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The id of the trunk, the stacking port is member, + zero if the port is not member of trunk." + ::= { rlCascadeEntry 3 } + +rlCascadeUnitId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unit number matching the current ifIndex" + ::= { rlCascadeEntry 4 } + +rlCascadePortSpeed OBJECT-TYPE + SYNTAX CascadePortSpeed + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Port speed" + ::= { rlCascadeEntry 5 } + +rlCascadePortState OBJECT-TYPE + SYNTAX CascadePortState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Port state according to cascade LAG state machine" + ::= { rlCascadeEntry 6 } + +-- rlCascadeAdminTable -- + +rlCascadeAdminTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlCascadeAdminEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "For each unit there is an entry describing its cascade ports and speed after reset" + ::= { rlPhysicalDescription 24 } + +rlCascadeAdminEntry OBJECT-TYPE + SYNTAX RlCascadeAdminEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry of this table specifies a cascaded information in a unit after reset" + INDEX { rlCascadeAdminUnitId } + ::= { rlCascadeAdminTable 1 } + +RlCascadeAdminEntry ::= SEQUENCE { + rlCascadeAdminUnitId INTEGER, + rlCascadeAdminIndexList OCTET STRING, + rlCascadeAdminSpeed CascadePortSpeed +} + +rlCascadeAdminUnitId OBJECT-TYPE + SYNTAX INTEGER (0|1..8) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The active unit number. Unit id 0 means configure all units." + ::= { rlCascadeAdminEntry 1 } + +rlCascadeAdminIndexList OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (1..16)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the stack ports indexes list. + A set of indexes that are identified by a bit-map, in which + each index is represented as a bit." + ::= { rlCascadeAdminEntry 2 } + +rlCascadeAdminSpeed OBJECT-TYPE + SYNTAX CascadePortSpeed + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Cascade port speed" + ::= { rlCascadeAdminEntry 3 } + +-- Stack MIB Trap Definitions + +rlStackUnitRemoved NOTIFICATION-TYPE + OBJECTS { rndErrorDesc, rndErrorSeverity } + STATUS current + DESCRIPTION + "Trap indicating that a unit was removed from the stack." + ::= { rndNotifications 186 } + +rlStackConfigChangedRingChain NOTIFICATION-TYPE + OBJECTS { rndErrorDesc, rndErrorSeverity } + STATUS current + DESCRIPTION + "Trap indicating that the configuration of the stack has changed. + - from ring to chain + - from chain to ring." + + ::= { rndNotifications 187 } + +rlStackBackupUnitRemoved NOTIFICATION-TYPE + OBJECTS { rndErrorDesc, rndErrorSeverity } + STATUS current + DESCRIPTION + "Trap indicating that the backup unit was removed from the stack." + ::= { rndNotifications 188 } + +rlStackMasterSwitchover NOTIFICATION-TYPE + OBJECTS { rndErrorDesc, rndErrorSeverity } + STATUS current + DESCRIPTION + "Trap indicating that a new master was elected. + The old maste is the backup now. " + ::= { rndNotifications 189 } + +rlStackUnitDifferentSwVersion NOTIFICATION-TYPE + OBJECTS { rndErrorDesc, rndErrorSeverity } + STATUS current + DESCRIPTION + "Trap indicating that the new unit added to the stack has + different software version than the master." + ::= { rndNotifications 190 } + +rlStackDuplicateUnitNotJoin NOTIFICATION-TYPE + OBJECTS { rndErrorDesc, rndErrorSeverity } + STATUS current + DESCRIPTION + "Trap indicating that a new unit with duplicated unit id was + added to the stack - but it will not join the stack." + ::= { rndNotifications 191 } + +rlStackLinkChange NOTIFICATION-TYPE + OBJECTS { rndErrorDesc, rndErrorSeverity } + STATUS current + DESCRIPTION + "Trap indicating that Link has change in one of the Stacking Ports." + ::= { rndNotifications 195 } + + +---------------------- +-- rlPhdUnitStackTable +---------------------- + +StackPortType ::= INTEGER { + port-type-100M (0), + port-type-1G (1), + port-type-5G (2), + port-type-10G (3), + port-type-40G (4) +} + +ConnectionType ::= INTEGER { + copper (1), + combo-copper (2), + combo-fiber (3), + fiber (4), + direct-attached (5) +} + + +rlPhdUnitStackPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlPhdUnitStackPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table listing information required for stack port. + The index for the table is ifindex; the ports that represented in that table are + operational stack ports or ports that can be stack ports after reset" + ::= { rlPhysicalDescription 25} + +rlPhdUnitStackPortEntry OBJECT-TYPE + SYNTAX RlPhdUnitStackPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in rlPhdUnitStackPortTable " + INDEX { rlPhdModuleStackUnit, ifIndex } + ::= { rlPhdUnitStackPortTable 1 } + + +RlPhdUnitStackPortEntry::= SEQUENCE { + rlPhdUnitStackPortName DisplayString, + rlPhdUnitStackPortType StackPortType, + rlPhdUnitStackPortConnectionType ConnectionType, + rlPhdUnitStackPortColumn INTEGER, + rlPhdUnitStackPortRow INTEGER +} + +rlPhdUnitStackPortName OBJECT-TYPE + SYNTAX DisplayString (SIZE(1..50)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Stack port name" + ::= { rlPhdUnitStackPortEntry 1 } + +rlPhdUnitStackPortType OBJECT-TYPE + SYNTAX StackPortType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Stack port type" + ::= { rlPhdUnitStackPortEntry 2 } + +rlPhdUnitStackPortConnectionType OBJECT-TYPE + SYNTAX ConnectionType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Operational connection type + (copper(1), combo-copper(2), combo-fiber(3), fiber(4), direct-Attached(5))" + ::= { rlPhdUnitStackPortEntry 3 } + +rlPhdUnitStackPortRow OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "On which row (the uppermost being numbered 1 and the highest row + number assigned to the lowest row) this actual/candidate cascade + port resides within the chassis of its stack unit." + ::= { rlPhdUnitStackPortEntry 4 } + +rlPhdUnitStackPortColumn OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "On which column (the leftmost being numbered 1 and the highest column + number assigned to the rightmost column) this actual/candidate cascade + port resides within the chassis of its stack unit." + ::= { rlPhdUnitStackPortEntry 5 } + +END diff --git a/mibs/eltex/RADLAN-RNDMNG b/mibs/eltex/RADLAN-RNDMNG new file mode 100644 index 000000000000..ecbd904e1c46 --- /dev/null +++ b/mibs/eltex/RADLAN-RNDMNG @@ -0,0 +1,495 @@ +RADLAN-rndMng DEFINITIONS ::= BEGIN + +-- Title: RADLAN Management Private Extension +-- Version: 7.45 +-- Date: 19 Dec 2006 +-- 28-Feb-2005 Added rlCpuUtilEnable +-- 28-Feb-2005 Added rlCpuUtilDuringLastSecond +-- 28-Feb-2005 Added rlCpuUtilDuringLastMinute +-- 28-Feb-2005 Added rlCpuUtilDuringLast5Minutes +-- 13-Jun-2006 Added value {none} of rndAction +-- 20-Jun-2006 Added rlRebootDelay +-- 19-Dec-2006 Added resetToFactoryDefaults +-- 04-Apr-2012 Added rlScheduledReload +-- 04-Dec-2012 Added rlSysNameTable + +IMPORTS + rnd FROM RADLAN-MIB + Unsigned32, + MODULE-IDENTITY, OBJECT-TYPE, TimeTicks FROM SNMPv2-SMI + RowStatus, TruthValue, DisplayString, + TEXTUAL-CONVENTION FROM SNMPv2-TC + InetAddressType, InetAddress FROM INET-ADDRESS-MIB + InterfaceIndex FROM IF-MIB; + + +rndMng MODULE-IDENTITY + LAST-UPDATED "201212040000Z" + ORGANIZATION "Radlan Computer Communications Ltd." + CONTACT-INFO + "radlan.com" + DESCRIPTION + "The private MIB module definition for RND general management MIB." + REVISION "201212040000Z" + DESCRIPTION + "Added rlSysNameTable object." + REVISION "201204040000Z" + DESCRIPTION + "Added rlScheduledReload object." + REVISION "200902240000Z" + DESCRIPTION + "Added rlRunningCDBequalToStartupCDB object." + REVISION "200710240000Z" + DESCRIPTION + "Added rlGroupManagement branch." + REVISION "200606200000Z" + DESCRIPTION + "Added rlRebootDelay object" + REVISION "200406010000Z" + DESCRIPTION + "Initial version of this MIB." + ::= { rnd 1 } + + +rndSysId OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Identification of an RND device. The device type for each + integer clarifies the sysObjectID in MIB - II." + ::= { rndMng 1 } + +rndAction OBJECT-TYPE + SYNTAX INTEGER { + reset(1), + sendNetworkTab(2), + deleteNetworkTab(3), + sendRoutingTab(4), -- Level II + deleteRoutingTab(5), + sendLanTab(6), + deleteLanTab(7), + deleteArpTab(8), + sendArpTab(9), + deleteRouteTab(10), -- Level III + sendRouteTab(11), + backupSPFRoutingTab(12), + backupIPRoutingTab(13), + backupNetworkTab(14), + backupLanTab(15), + backupArpTab(16), + backupIPXRipTab(17), + backupIPXSAPTab(18), + resetStartupCDB(19), + eraseStartupCDB(20), + deleteZeroHopRoutingAllocTab(21), + slipDisconnect(22), + deleteDynamicLanTab(23), + eraseRunningCDB(24), + copyStartupToRunning(25), + none(26), + resetToFactoryDefaults(27) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This variable enables the operator to perform one of the + specified actions on the tables maintained by the network device. + Send actions require support of proprietery File exchange + protocol." + ::= { rndMng 2 } + +rndFileName OBJECT-TYPE + SYNTAX OCTET STRING -- SIZE 256 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The name of the file used internally by RND for transferring + tables maintained by network devices, using a prorietary File + exchange protocol." + ::= { rndMng 3 } + +rlSnmpVersionSupported OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(1)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the snmp versions that are supported by + this device." + ::= { rndMng 4 } + +rlSnmpMibVersion OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the snmp support version that is supported by + this device." + ::= { rndMng 5 } + +rlCpuUtilEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enables measurement of the device CPU utilization. + In order to get real values for rlCpuUtilDuringLastSecond, rlCpuUtilDuringLastMinute + and rlCpuUtilDuringLast5Minutes, the value of this object must be true." + DEFVAL { true } + ::= { rndMng 6 } + +rlCpuUtilDuringLastSecond OBJECT-TYPE + SYNTAX INTEGER (0..101) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Percentage of the device CPU utilization during last second. + The value 101 is a dummy value, indicating that the CPU utilization was + not measured (since measurement is disabled or was disabled during last second)." + ::= { rndMng 7 } + +rlCpuUtilDuringLastMinute OBJECT-TYPE + SYNTAX INTEGER (0..101) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Percentage of the device CPU utilization during last minute. + The value 101 is a dummy value, indicating that the CPU utilization was + not measured (since measurement is disabled or was disabled during last minute)." + ::= { rndMng 8 } + +rlCpuUtilDuringLast5Minutes OBJECT-TYPE + SYNTAX INTEGER (0..101) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Percentage of the device CPU utilization during the last 5 minutes. + The value 101 is a dummy value, indicating that the CPU utilization was + not measured (since measurement is disabled or was disabled during last 5 minutes)." + ::= { rndMng 9 } + +rlRebootDelay OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting the variable will cause the device to reboot rlRebootDelay timeticks + from the moment this variable was set. + If not set, the variable will return a value of 4294967295. + If set to 4294967295, reboot action is cancelled. + The maximum delay is set by the host parameter: reboot_delay_max" + ::= { rndMng 10 } + +rlGroupManagement OBJECT IDENTIFIER ::= { rndMng 11 } + +rlGroupMngQuery OBJECT-TYPE + SYNTAX INTEGER {query(1), idle(2) } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting value query will cause the device to query for UPNP devices on the network. + The device will always return value idle for GET." + ::= { rlGroupManagement 1 } + +rlGroupMngQueryPeriod OBJECT-TYPE + SYNTAX INTEGER + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Sets desired interval between queries for UPNP devices on the network. + Setting 0 will result in no such query. + Note that the actual query interval might be less than the set value + if another application running in the device requested a shorter interval. + Likewise setting 0 will not necessarily stop periodic queries if another + application is still interested in periodic polling." + DEFVAL { 0 } + ::= { rlGroupManagement 2 } + +rlGroupMngLastUpdate OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The last time rlGroupMng MIB was updated." + ::= { rlGroupManagement 3 } + + +rlGroupMngDevicesTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlGroupMngDeviceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The table showing the discovered devices." + ::= { rlGroupManagement 4 } + +rlGroupMngDeviceEntry OBJECT-TYPE + + SYNTAX RlGroupMngDeviceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " The row definition for this table." + INDEX { rlGroupMngDeviceIdType, rlGroupMngDeviceId, rlGroupMngSubdevice } + +::= { rlGroupMngDevicesTable 1 } + + +RlGroupMngDeviceEntry ::= SEQUENCE { + rlGroupMngDeviceIdType InetAddressType, + rlGroupMngDeviceId InetAddress, + rlGroupMngSubdevice INTEGER, + rlGroupMngDeviceDescription DisplayString, + rlGroupMngGroupMngEnabled TruthValue, + rlGroupMngGroupLLDPDeviceId DisplayString, + rlGroupMngDeviceVendor DisplayString, + rlGroupMngDeviceAdvertisedCachingTime INTEGER, + rlGroupMngDeviceLocationURL DisplayString, + rlGroupMngDeviceLastSeen TimeTicks +} + +rlGroupMngDeviceIdType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The IP address type of the discovered device " + ::= { rlGroupMngDeviceEntry 1 } + +rlGroupMngDeviceId OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The IP address of the discovered device " + ::= { rlGroupMngDeviceEntry 2 } + +rlGroupMngSubdevice OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A subdevice within the rlGroupMngDeviceId. Only subdevices with greatest + specifity will be kept (specific UUID device is more specific than basic device which is in turn + more specific than root device. " + ::= { rlGroupMngDeviceEntry 3 } + +rlGroupMngDeviceDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The discovery protocol description of the device." + ::= { rlGroupMngDeviceEntry 4 } + + +rlGroupMngGroupMngEnabled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the device has Group Management enable." + ::= { rlGroupMngDeviceEntry 5 } + +rlGroupMngGroupLLDPDeviceId OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The LLDP device id. If it is empty the device id is not known (either it is a non-MTS device or a non-LLDP supporting MTS device." + ::= { rlGroupMngDeviceEntry 6 } + +rlGroupMngDeviceVendor OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The vendor of the device. If empty the vendor is not known." + ::= { rlGroupMngDeviceEntry 7 } + +rlGroupMngDeviceAdvertisedCachingTime OBJECT-TYPE + SYNTAX INTEGER + UNITS "seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The caching time advertised by the device. If no update for this + device has been received during this caching time the system will assume + that the device has left the network and will therefore remove its entry + from the table." + ::= { rlGroupMngDeviceEntry 8 } + +rlGroupMngDeviceLocationURL OBJECT-TYPE + SYNTAX DisplayString + UNITS "seconds" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The URL inidicating the location of the XML presenting the details of the device." + ::= { rlGroupMngDeviceEntry 9 } + +rlGroupMngDeviceLastSeen OBJECT-TYPE + SYNTAX TimeTicks + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of sysUpTime at the moment of last reception of an update for + this device. " + ::= { rlGroupMngDeviceEntry 10 } + +rlRunningCDBequalToStartupCDB OBJECT-TYPE + + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether there are changes in running CDB that were not saved in flash." + ::= { rndMng 13 } + +rlClearMib OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Clear MIB value for scalars or tables: + Delete all entries for tables with dynamic entries. + Set table entries default values for table with static entries. + Set scalar default value." + ::= { rndMng 14 } + +------------------------------------------------------------------------------- +-- Scheduled Reload +------------------------------------------------------------------------------- +rlScheduledReload OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..10)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used for requesting a delayed reload of the device in a + specific desired time, should be configured in one of the following formats: + 'athhmmddMM' , 'inhhhmmm' or '', setting this value to an empty string + will result in request for cancellation of a (previously) committed system reload. + to complete the request, the 'rlScheduledReloadCommit' must also be set to either + TRUE (apply) or FALSE (discard) for completion of the transaction. + failing from doing so will result in an indefinite lock of the API" + ::= { rndMng 15 } + +rlScheduledReloadPendingDate OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..24)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the most recently requested scheduled-reload due date + in 'inhhhmmathhmmssddMMYYYYw' format. where 'w' stands for weekDay (1-7). + if there is no pending/scheduled reload request, string will be empty" + ::= { rndMng 16 } + +rlScheduledReloadApprovedDate OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..24)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the most recently approved/committed scheduled-reload date + in 'inhhhmmathhmmssddMMYYYYw' format. where 'w' stands for weekDay (1-7). + if there is no committed scheduled-reload , string will be empty" + ::= { rndMng 17 } + +rlScheduledReloadCommit OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "commits the pending scheduled-reload request, and completes the transaction. + when this value is set to TRUE, the system is instructed to perform the + requested reload operation at the requested date/time + as was given in 'rlScheduledReload'. + setting this value to FALSE will discard the request." + ::= { rndMng 18 } + +------------------------------------------------------------------------------- +-- System Name Configuration Table +------------------------------------------------------------------------------- +rlSysNameTable OBJECT-TYPE + SYNTAX SEQUENCE OF RlSysNameEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Holds the current system name configuration." + ::= { rndMng 19 } + +rlSysNameEntry OBJECT-TYPE + SYNTAX RlSysNameEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The row definition of this table." + INDEX { rlSysNameSource, + rlSysNameIfIndex } + ::= { rlSysNameTable 1 } + +RlSysNameEntry ::= SEQUENCE { + rlSysNameSource INTEGER, + rlSysNameIfIndex InterfaceIndex, + rlSysNameName DisplayString (SIZE (0..255)), + rlSysNameRowStatus RowStatus +} + +rlSysNameSource OBJECT-TYPE + SYNTAX INTEGER { + dhcpv6(1), + dhcpv4(2), + static(3) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The system name source. 'static' if defined by user through CLI, + 'dhcpv6' or 'dhcpv4' if received by DHCP network protocol." + DEFVAL { static } + ::= { rlSysNameEntry 1 } + +rlSysNameIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The IfIndex from which the system-name configuration was received, + for static entries, value will always be 1." + DEFVAL { 1 } + ::= { rlSysNameEntry 2 } + +rlSysNameName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "An administratively-assigned name for this managed node. + By convention, this is the node's fully-qualified domain + name. If the name is unknown, the value is the zero-length + string." + ::= { rlSysNameEntry 3 } + +rlSysNameRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The row status variable, used according to + row installation and removal conventions." + ::= { rlSysNameEntry 4 } + +------------------------------------------------------------------------------- + +rlErrdisableLinkFlappingCause OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enable/Disable Link flapping error disable in the switch." + ::= { rndMng 20 } + + +------------------------------------------------------------------------------- + +END + diff --git a/tests/data/eltex-mes_mes2308r.json b/tests/data/eltex-mes_mes2308r.json new file mode 100644 index 000000000000..5239d162607d --- /dev/null +++ b/tests/data/eltex-mes_mes2308r.json @@ -0,0 +1,2962 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.35265.1.112", + "sysDescr": "MES2308R 10-port 1G Managed Switch", + "sysContact": "", + "version": "4.0.16", + "hardware": "MES2308R", + "features": null, + "os": "eltex-mes", + "type": "network", + "serial": "ES5E008277", + "icon": "eltex.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": "gigabitethernet1/0/1", + "ifName": "gi1/0/1", + "portName": null, + "ifIndex": 49, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-MKT", + "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": "gigabitethernet1/0/2", + "ifName": "gi1/0/2", + "portName": null, + "ifIndex": 50, + "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": "ethernetCsmacd", + "ifAlias": "Lan-200", + "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": "gigabitethernet1/0/3", + "ifName": "gi1/0/3", + "portName": null, + "ifIndex": 51, + "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": "ethernetCsmacd", + "ifAlias": "ST-202", + "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": "gigabitethernet1/0/4", + "ifName": "gi1/0/4", + "portName": null, + "ifIndex": 52, + "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": "ethernetCsmacd", + "ifAlias": "ST-202", + "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": "gigabitethernet1/0/5", + "ifName": "gi1/0/5", + "portName": null, + "ifIndex": 53, + "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": "ethernetCsmacd", + "ifAlias": "blank", + "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": "gigabitethernet1/0/6", + "ifName": "gi1/0/6", + "portName": null, + "ifIndex": 54, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-NAS", + "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": "gigabitethernet1/0/7", + "ifName": "gi1/0/7", + "portName": null, + "ifIndex": 55, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-Mark", + "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": "gigabitethernet1/0/8", + "ifName": "gi1/0/8", + "portName": null, + "ifIndex": 56, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-Work", + "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": "gigabitethernet1/0/9", + "ifName": "gi1/0/9", + "portName": null, + "ifIndex": 57, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-DTV", + "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": "gigabitethernet1/0/10", + "ifName": "gi1/0/10", + "portName": null, + "ifIndex": 58, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-STcable", + "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": "gigabitethernet1/0/1", + "ifName": "gi1/0/1", + "portName": null, + "ifIndex": 49, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-MKT", + "ifPhysAddress": "e828c1b8d391", + "ifHardType": null, + "ifLastChange": 189092900, + "ifVlan": "1", + "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": 1229065418, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1306368013, + "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": 864845891220, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 917524664260, + "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": 3397329, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 22310221, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 7807534, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 21596088, + "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": "gigabitethernet1/0/2", + "ifName": "gi1/0/2", + "portName": null, + "ifIndex": 50, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Lan-200", + "ifPhysAddress": "e828c1b8d392", + "ifHardType": null, + "ifLastChange": 115644700, + "ifVlan": "200", + "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": 5541, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 7795, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 10, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 2561464, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 9776488, + "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": 245, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 989, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 1440, + "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": "gigabitethernet1/0/3", + "ifName": "gi1/0/3", + "portName": null, + "ifIndex": 51, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "ST-202", + "ifPhysAddress": "e828c1b8d393", + "ifHardType": null, + "ifLastChange": 3200, + "ifVlan": "202", + "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": "gigabitethernet1/0/4", + "ifName": "gi1/0/4", + "portName": null, + "ifIndex": 52, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "ST-202", + "ifPhysAddress": "e828c1b8d394", + "ifHardType": null, + "ifLastChange": 3200, + "ifVlan": "202", + "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": "gigabitethernet1/0/5", + "ifName": "gi1/0/5", + "portName": null, + "ifIndex": 53, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "blank", + "ifPhysAddress": "e828c1b8d395", + "ifHardType": null, + "ifLastChange": 3200, + "ifVlan": "1", + "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": "gigabitethernet1/0/6", + "ifName": "gi1/0/6", + "portName": null, + "ifIndex": 54, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-NAS", + "ifPhysAddress": "e828c1b8d396", + "ifHardType": null, + "ifLastChange": 3500, + "ifVlan": "1", + "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": 149077825, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 126948636, + "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": 125919353338, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 113651033222, + "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": 472466, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 4211988, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 2106800, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 9333086, + "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": "gigabitethernet1/0/7", + "ifName": "gi1/0/7", + "portName": null, + "ifIndex": 55, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-Mark", + "ifPhysAddress": "e828c1b8d397", + "ifHardType": null, + "ifLastChange": 520266300, + "ifVlan": "1", + "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": 191442822, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 287938138, + "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": 28269694502, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 385492144682, + "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": 408670, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 3734189, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 302478, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 10258229, + "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": "gigabitethernet1/0/8", + "ifName": "gi1/0/8", + "portName": null, + "ifIndex": 56, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-Work", + "ifPhysAddress": "e828c1b8d398", + "ifHardType": null, + "ifLastChange": 520262700, + "ifVlan": "1", + "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": 346470179, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 429077032, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 3, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 122151444535, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 419835917644, + "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": 817830, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 3861707, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3205107, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 8305723, + "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": "gigabitethernet1/0/9", + "ifName": "gi1/0/9", + "portName": null, + "ifIndex": 57, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-DTV", + "ifPhysAddress": "e828c1b8d399", + "ifHardType": null, + "ifLastChange": 3500, + "ifVlan": "1", + "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": 235, + "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": 2151477031, + "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": 18279521, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 7958743, + "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": "gigabitethernet1/0/10", + "ifName": "gi1/0/10", + "portName": null, + "ifIndex": 58, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-STcable", + "ifPhysAddress": "e828c1b8d39a", + "ifHardType": null, + "ifLastChange": 3400, + "ifVlan": "4095", + "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": 748007110, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 513927572, + "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": 37435286053297, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 99278389805, + "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": 36368208, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 412387, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 47819680124, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 1374259, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.89.1.9.0", + "processor_index": "0", + "processor_type": "eltex-mes", + "processor_usage": 19, + "processor_descr": "Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "0", + "entPhysicalIndex": null, + "mempool_type": "eltex-mes", + "mempool_class": "system", + "mempool_precision": 1, + "mempool_descr": "Memory", + "mempool_perc": 79, + "mempool_perc_oid": null, + "mempool_used": 423910096, + "mempool_used_oid": null, + "mempool_free": 112960816, + "mempool_free_oid": ".1.3.6.1.4.1.35265.41.1.2.1.1.7.0", + "mempool_total": 536870912, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.58.7", + "sensor_index": "txbias58", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpTxBias-gi1/0/10", + "group": null, + "sensor_divisor": 1000000, + "sensor_multiplier": 1, + "sensor_current": 0.014368, + "sensor_limit": 15, + "sensor_limit_warn": 15, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.58.9", + "sensor_index": "rxdbm58", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpdBmRx-gi1/0/10", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -5.826, + "sensor_limit": 0, + "sensor_limit_warn": 0, + "sensor_limit_low": -15, + "sensor_limit_low_warn": -15, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.58.8", + "sensor_index": "txdbm58", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpdBmTx-gi1/0/10", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -5.935, + "sensor_limit": 0, + "sensor_limit_warn": 0, + "sensor_limit_low": -15, + "sensor_limit_low_warn": -15, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.83.1.1.1.3.67109249", + "sensor_index": "mesFanStatus.67109249", + "sensor_type": "rlEnvMonFanStatusTable", + "sensor_descr": "fan1_unit1 status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "rlEnvMonFanStatusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.83.1.1.1.3.67109250", + "sensor_index": "mesFanStatus.67109250", + "sensor_type": "rlEnvMonFanStatusTable", + "sensor_descr": "fan2_unit1 status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "rlEnvMonFanStatusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.83.1.1.1.3.67109251", + "sensor_index": "mesFanStatus.67109251", + "sensor_type": "rlEnvMonFanStatusTable", + "sensor_descr": "fan3_unit1 status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "rlEnvMonFanStatusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.83.1.1.1.3.67109252", + "sensor_index": "mesFanStatus.67109252", + "sensor_type": "rlEnvMonFanStatusTable", + "sensor_descr": "fan4_unit1 status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "rlEnvMonFanStatusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.53.15.1.10.1", + "sensor_index": "mesChassisTemp.1", + "sensor_type": "eltex-mes", + "sensor_descr": "Chassis #1 Temp", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 45, + "sensor_limit": 65, + "sensor_limit_warn": null, + "sensor_limit_low": 35, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.58.5", + "sensor_index": "SfpTemp58", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpTemp-gi1/0/10", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 53, + "sensor_limit": 70, + "sensor_limit_warn": 70, + "sensor_limit_low": 5, + "sensor_limit_low_warn": 5, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.58.6", + "sensor_index": "SfpVolt58", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpVolt-gi1/0/10", + "group": null, + "sensor_divisor": 1000000, + "sensor_multiplier": 1, + "sensor_current": 3.2887, + "sensor_limit": 4, + "sensor_limit_warn": 4, + "sensor_limit_low": 3, + "sensor_limit_low_warn": 3, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "rlEnvMonFanStatusTable", + "state_descr": "OK", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "rlEnvMonFanStatusTable", + "state_descr": "Missing", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 3 + } + ] + }, + "poller": "matches discovery" + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "eltex-mes", + "storage_index": "0", + "storage_type": "Flash", + "storage_descr": "Internal Flash", + "storage_size": 464988, + "storage_units": 1024, + "storage_used": 57388, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "eltex-mes", + "storage_index": "0", + "storage_type": "Flash", + "storage_descr": "Internal Flash", + "storage_size": 464988, + "storage_units": 1024, + "storage_used": 57388, + "storage_free": 407600, + "storage_perc": 12, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + }, + "vlans": { + "discovery": { + "vlans": [ + { + "vlan_vlan": 2, + "vlan_domain": 1, + "vlan_name": "Vlan2", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 74, + "vlan_domain": 1, + "vlan_name": "ST-74", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 100, + "vlan_domain": 1, + "vlan_name": "Vlan100", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 200, + "vlan_domain": 1, + "vlan_name": "Vlan200", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 202, + "vlan_domain": 1, + "vlan_name": "ST-202", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 215, + "vlan_domain": 1, + "vlan_name": "ST-215", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 254, + "vlan_domain": 1, + "vlan_name": "Vlan254", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 518, + "vlan_domain": 1, + "vlan_name": "ST-518", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 522, + "vlan_domain": 1, + "vlan_name": "ST-522", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 581, + "vlan_domain": 1, + "vlan_name": "ST-581", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 1885, + "vlan_domain": 1, + "vlan_name": "ST-1885", + "vlan_type": null, + "vlan_mtu": null + } + ], + "ports_vlans": [ + { + "vlan": 2, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 74, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 74, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 74, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 100, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 200, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 200, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 202, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 202, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 202, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 202, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 202, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 215, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 215, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 215, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 254, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 518, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 518, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 518, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 522, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 522, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 522, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 581, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 581, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 581, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 581, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1885, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1885, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1885, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + } + ] + } + } +} diff --git a/tests/data/eltex-mes_mes2324b.json b/tests/data/eltex-mes_mes2324b.json new file mode 100644 index 000000000000..a0e062c1cb99 --- /dev/null +++ b/tests/data/eltex-mes_mes2324b.json @@ -0,0 +1,7995 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.35265.1.83", + "sysDescr": "MES2324B 28-port 1G/10G Managed Switch", + "sysContact": "", + "version": "4.0.16", + "hardware": "MES2324B", + "features": null, + "os": "eltex-mes", + "type": "network", + "serial": "ES32012706", + "icon": "eltex.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": "gigabitethernet1/0/1", + "ifName": "gi1/0/1", + "portName": null, + "ifIndex": 49, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K35-SW", + "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": "gigabitethernet1/0/2", + "ifName": "gi1/0/2", + "portName": null, + "ifIndex": 50, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K27-SW", + "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": "gigabitethernet1/0/3", + "ifName": "gi1/0/3", + "portName": null, + "ifIndex": 51, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K07-SW", + "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": "gigabitethernet1/0/4", + "ifName": "gi1/0/4", + "portName": null, + "ifIndex": 52, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K17-SW", + "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": "gigabitethernet1/0/5", + "ifName": "gi1/0/5", + "portName": null, + "ifIndex": 53, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K39-SW", + "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": "gigabitethernet1/0/6", + "ifName": "gi1/0/6", + "portName": null, + "ifIndex": 54, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K26-SW", + "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": "gigabitethernet1/0/7", + "ifName": "gi1/0/7", + "portName": null, + "ifIndex": 55, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K13-SW", + "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": "gigabitethernet1/0/8", + "ifName": "gi1/0/8", + "portName": null, + "ifIndex": 56, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K31-AP", + "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": "gigabitethernet1/0/9", + "ifName": "gi1/0/9", + "portName": null, + "ifIndex": 57, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K22-AP", + "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": "gigabitethernet1/0/10", + "ifName": "gi1/0/10", + "portName": null, + "ifIndex": 58, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-K20-SW", + "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": "gigabitethernet1/0/11", + "ifName": "gi1/0/11", + "portName": null, + "ifIndex": 59, + "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": "ethernetCsmacd", + "ifAlias": "LAG-2-11", + "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": "gigabitethernet1/0/12", + "ifName": "gi1/0/12", + "portName": null, + "ifIndex": 60, + "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": "ethernetCsmacd", + "ifAlias": "LAG-2-12", + "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": "gigabitethernet1/0/13", + "ifName": "gi1/0/13", + "portName": null, + "ifIndex": 61, + "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": "ethernetCsmacd", + "ifAlias": "L1000-Srv-P", + "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": "gigabitethernet1/0/14", + "ifName": "gi1/0/14", + "portName": null, + "ifIndex": 62, + "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": "ethernetCsmacd", + "ifAlias": "L1000-Srv-M", + "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": "gigabitethernet1/0/15", + "ifName": "gi1/0/15", + "portName": null, + "ifIndex": 63, + "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": "ethernetCsmacd", + "ifAlias": "Tr-Srv-J", + "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": "gigabitethernet1/0/16", + "ifName": "gi1/0/16", + "portName": null, + "ifIndex": 64, + "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": "ethernetCsmacd", + "ifAlias": "Tr-Srv-B", + "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": "gigabitethernet1/0/17", + "ifName": "gi1/0/17", + "portName": null, + "ifIndex": 65, + "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": "ethernetCsmacd", + "ifAlias": "Tr-Srv-NMS", + "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": "gigabitethernet1/0/18", + "ifName": "gi1/0/18", + "portName": null, + "ifIndex": 66, + "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": "ethernetCsmacd", + "ifAlias": "blank", + "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": "gigabitethernet1/0/19", + "ifName": "gi1/0/19", + "portName": null, + "ifIndex": 67, + "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": "ethernetCsmacd", + "ifAlias": "blank", + "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": "gigabitethernet1/0/20", + "ifName": "gi1/0/20", + "portName": null, + "ifIndex": 68, + "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": "ethernetCsmacd", + "ifAlias": "L254-UPS", + "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": "gigabitethernet1/0/21", + "ifName": "gi1/0/21", + "portName": null, + "ifIndex": 69, + "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": "ethernetCsmacd", + "ifAlias": "L254-iLO", + "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": "gigabitethernet1/0/22", + "ifName": "gi1/0/22", + "portName": null, + "ifIndex": 70, + "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": "ethernetCsmacd", + "ifAlias": "blank", + "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": "gigabitethernet1/0/23", + "ifName": "gi1/0/23", + "portName": null, + "ifIndex": 71, + "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": "ethernetCsmacd", + "ifAlias": "LAG-1-23", + "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": "gigabitethernet1/0/24", + "ifName": "gi1/0/24", + "portName": null, + "ifIndex": 72, + "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": "ethernetCsmacd", + "ifAlias": "LAG-1-24", + "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": "tengigabitethernet1/0/1", + "ifName": "te1/0/1", + "portName": null, + "ifIndex": 105, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-Telekom", + "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": "tengigabitethernet1/0/2", + "ifName": "te1/0/2", + "portName": null, + "ifIndex": 106, + "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": "ethernetCsmacd", + "ifAlias": "Trunk-Test", + "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": "tengigabitethernet1/0/3", + "ifName": "te1/0/3", + "portName": null, + "ifIndex": 107, + "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": "ethernetCsmacd", + "ifAlias": "tengigabitethernet1/0/3", + "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": "tengigabitethernet1/0/4", + "ifName": "te1/0/4", + "portName": null, + "ifIndex": 108, + "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": "ethernetCsmacd", + "ifAlias": "tengigabitethernet1/0/4", + "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": "Po1", + "ifName": "Po1", + "portName": null, + "ifIndex": 1000, + "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": "ieee8023adLag", + "ifAlias": "Bond1-UP", + "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": "Po2", + "ifName": "Po2", + "portName": null, + "ifIndex": 1001, + "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": "ieee8023adLag", + "ifAlias": "Bond2-SRV_V", + "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": "gigabitethernet1/0/1", + "ifName": "gi1/0/1", + "portName": null, + "ifIndex": 49, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K35-SW", + "ifPhysAddress": "e828c126b9c1", + "ifHardType": null, + "ifLastChange": 368642300, + "ifVlan": "1", + "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": 239060472, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 351614181, + "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": 38863342491, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 275527604968, + "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": 4460968, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 28181169, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 804497, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 10714550, + "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": "gigabitethernet1/0/2", + "ifName": "gi1/0/2", + "portName": null, + "ifIndex": 50, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K27-SW", + "ifPhysAddress": "e828c126b9c2", + "ifHardType": null, + "ifLastChange": 368642300, + "ifVlan": "1", + "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": 203652995, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 259360728, + "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": 58517956833, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 186731202651, + "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": 1197292, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 31444859, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1232837, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 10286305, + "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": "gigabitethernet1/0/3", + "ifName": "gi1/0/3", + "portName": null, + "ifIndex": 51, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K07-SW", + "ifPhysAddress": "e828c126b9c3", + "ifHardType": null, + "ifLastChange": 368642300, + "ifVlan": "1", + "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": 102081288, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 155782045, + "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": 23296094674, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 158511495254, + "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": 3178118, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 29463940, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 874882, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 10644091, + "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": "gigabitethernet1/0/4", + "ifName": "gi1/0/4", + "portName": null, + "ifIndex": 52, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K17-SW", + "ifPhysAddress": "e828c126b9c4", + "ifHardType": null, + "ifLastChange": 368642300, + "ifVlan": "1", + "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": 73867336, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 106994470, + "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": 19803253179, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 104461744757, + "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": 3298864, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 29343266, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 620733, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 10898324, + "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": "gigabitethernet1/0/5", + "ifName": "gi1/0/5", + "portName": null, + "ifIndex": 53, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K39-SW", + "ifPhysAddress": "e828c126b9c5", + "ifHardType": null, + "ifLastChange": 368642300, + "ifVlan": "1", + "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": 101990389, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 166528526, + "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": 16775355219, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 180263786434, + "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": 2182908, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 30459234, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 714781, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 10804371, + "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": "gigabitethernet1/0/6", + "ifName": "gi1/0/6", + "portName": null, + "ifIndex": 54, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K26-SW", + "ifPhysAddress": "e828c126b9c6", + "ifHardType": null, + "ifLastChange": 368642300, + "ifVlan": "1", + "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": 84420877, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 138638748, + "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": 31895671766, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 157979129904, + "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": 1953171, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 30688971, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1219484, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 10299889, + "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": "gigabitethernet1/0/7", + "ifName": "gi1/0/7", + "portName": null, + "ifIndex": 55, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K13-SW", + "ifPhysAddress": "e828c126b9c7", + "ifHardType": null, + "ifLastChange": 379429500, + "ifVlan": "1", + "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": 64937814, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 139569797, + "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": 14874830787, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 175617078068, + "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": 2106126, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 30524198, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1880875, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 9625577, + "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": "gigabitethernet1/0/8", + "ifName": "gi1/0/8", + "portName": null, + "ifIndex": 56, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K31-AP", + "ifPhysAddress": "e828c126b9c8", + "ifHardType": null, + "ifLastChange": 379432400, + "ifVlan": "1", + "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": 866982703, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1724403259, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 11, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 60210074338, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1990049486661, + "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": 1140309, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 31487939, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 79379, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 11297820, + "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": "gigabitethernet1/0/9", + "ifName": "gi1/0/9", + "portName": null, + "ifIndex": 57, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K22-AP", + "ifPhysAddress": "e828c126b9c9", + "ifHardType": null, + "ifLastChange": 337009200, + "ifVlan": "1", + "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": 1753171783, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 909608251, + "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": 1980998420723, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 115728866414, + "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": 1069912, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 31571947, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 263560, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 11130125, + "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": "gigabitethernet1/0/10", + "ifName": "gi1/0/10", + "portName": null, + "ifIndex": 58, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-K20-SW", + "ifPhysAddress": "e828c126b9ca", + "ifHardType": null, + "ifLastChange": 337625800, + "ifVlan": "1", + "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": 1574608, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 2286891, + "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": 503662162, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 2798950430, + "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": 5512, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 3388529, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 15979, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2576929, + "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": "gigabitethernet1/0/11", + "ifName": "gi1/0/11", + "portName": null, + "ifIndex": 59, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "LAG-2-11", + "ifPhysAddress": "e828c126b9cb", + "ifHardType": null, + "ifLastChange": 276958100, + "ifVlan": "1", + "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": 84788073, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 142879035, + "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": 72285919177, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 43646083939, + "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": 66094, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 1396563, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 438685, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 3099087, + "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": "gigabitethernet1/0/12", + "ifName": "gi1/0/12", + "portName": null, + "ifIndex": 60, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "LAG-2-12", + "ifPhysAddress": "e828c126b9cc", + "ifHardType": null, + "ifLastChange": 276958100, + "ifVlan": "1", + "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": 1638986831, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 153604682, + "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": 2391353110812, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 45866978818, + "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": 241339, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 23111952, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 394480, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 995015, + "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": "gigabitethernet1/0/13", + "ifName": "gi1/0/13", + "portName": null, + "ifIndex": 61, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "L1000-Srv-P", + "ifPhysAddress": "e828c126b9cd", + "ifHardType": null, + "ifLastChange": 54126200, + "ifVlan": "1000", + "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": 17509976, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 15551977, + "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": 9529377138, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 8666275263, + "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": 233945, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 4702229, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 538, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2297484, + "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": "gigabitethernet1/0/14", + "ifName": "gi1/0/14", + "portName": null, + "ifIndex": 62, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "L1000-Srv-M", + "ifPhysAddress": "e828c126b9ce", + "ifHardType": null, + "ifLastChange": 54125200, + "ifVlan": "1000", + "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": 156401566, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 14217107, + "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": 233568380544, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 2049616857, + "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": 33865, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 4902503, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 21072, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 2277181, + "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": "gigabitethernet1/0/15", + "ifName": "gi1/0/15", + "portName": null, + "ifIndex": 63, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Tr-Srv-J", + "ifPhysAddress": "e828c126b9cf", + "ifHardType": null, + "ifLastChange": 95150200, + "ifVlan": "1", + "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": 40624699, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 36238043, + "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": 53025098762, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 44297915446, + "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": 337890, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 26292596, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 127118, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 6458819, + "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": "gigabitethernet1/0/16", + "ifName": "gi1/0/16", + "portName": null, + "ifIndex": 64, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Tr-Srv-B", + "ifPhysAddress": "e828c126b9d0", + "ifHardType": null, + "ifLastChange": 363463000, + "ifVlan": "1", + "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": 137298313, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1677214025, + "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": 16726858353, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 2534710249805, + "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": 467524, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 28057988, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 270126, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 5111318, + "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": "gigabitethernet1/0/17", + "ifName": "gi1/0/17", + "portName": null, + "ifIndex": 65, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Tr-Srv-NMS", + "ifPhysAddress": "e828c126b9d1", + "ifHardType": null, + "ifLastChange": 54125600, + "ifVlan": "1", + "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": 168849681, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 158215921, + "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": 52986622649, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 41287549727, + "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": 311123, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 24848484, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 293819, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 3951357, + "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": "gigabitethernet1/0/18", + "ifName": "gi1/0/18", + "portName": null, + "ifIndex": 66, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "blank", + "ifPhysAddress": "e828c126b9d2", + "ifHardType": null, + "ifLastChange": 3700, + "ifVlan": "1", + "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": "gigabitethernet1/0/19", + "ifName": "gi1/0/19", + "portName": null, + "ifIndex": 67, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "blank", + "ifPhysAddress": "e828c126b9d3", + "ifHardType": null, + "ifLastChange": 3700, + "ifVlan": "1", + "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": "gigabitethernet1/0/20", + "ifName": "gi1/0/20", + "portName": null, + "ifIndex": 68, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 100, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "L254-UPS", + "ifPhysAddress": "e828c126b9d4", + "ifHardType": null, + "ifLastChange": 54124100, + "ifVlan": "254", + "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": 6196331, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 6210122, + "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": 626473338, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 3325199992, + "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": 1233, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 18417728, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 3158670, + "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": "gigabitethernet1/0/21", + "ifName": "gi1/0/21", + "portName": null, + "ifIndex": 69, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "L254-iLO", + "ifPhysAddress": "e828c126b9d5", + "ifHardType": null, + "ifLastChange": 54123200, + "ifVlan": "254", + "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": 2975306, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 2881802, + "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": 835058294, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 3044652306, + "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": 87, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 18418892, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 56500, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 3102191, + "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": "gigabitethernet1/0/22", + "ifName": "gi1/0/22", + "portName": null, + "ifIndex": 70, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "blank", + "ifPhysAddress": "e828c126b9d6", + "ifHardType": null, + "ifLastChange": 3700, + "ifVlan": "1", + "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": "gigabitethernet1/0/23", + "ifName": "gi1/0/23", + "portName": null, + "ifIndex": 71, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "LAG-1-23", + "ifPhysAddress": "e828c126b9d7", + "ifHardType": null, + "ifLastChange": 368645000, + "ifVlan": "1", + "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": 2398720529, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 2390376030, + "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": 1700873100953, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1664321522598, + "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": 1043811, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 6632132, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3051865, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 4109234, + "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": "gigabitethernet1/0/24", + "ifName": "gi1/0/24", + "portName": null, + "ifIndex": 72, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "LAG-1-24", + "ifPhysAddress": "e828c126b9d8", + "ifHardType": null, + "ifLastChange": 368645000, + "ifVlan": "1", + "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": 2500841877, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 2462056551, + "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": 1744986374221, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1702024500028, + "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": 8794123, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 16226483, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1088721, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 3983098, + "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": "tengigabitethernet1/0/1", + "ifName": "te1/0/1", + "portName": null, + "ifIndex": 105, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-Telekom", + "ifPhysAddress": "e828c126b9d9", + "ifHardType": null, + "ifLastChange": 3900, + "ifVlan": "4095", + "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": 1376302110, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1008482174, + "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": 1116133731664, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 281820873636, + "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": 50307, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 1432, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 1908144, + "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": "tengigabitethernet1/0/2", + "ifName": "te1/0/2", + "portName": null, + "ifIndex": 106, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Trunk-Test", + "ifPhysAddress": "e828c126b9da", + "ifHardType": null, + "ifLastChange": 276385100, + "ifVlan": "1", + "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": 447338, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 629254, + "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": 319683716, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 4859723912, + "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": 525261, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 20890140, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 89941, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 7595542, + "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": "tengigabitethernet1/0/3", + "ifName": "te1/0/3", + "portName": null, + "ifIndex": 107, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "tengigabitethernet1/0/3", + "ifPhysAddress": "e828c126b9db", + "ifHardType": null, + "ifLastChange": 3800, + "ifVlan": "1", + "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": "tengigabitethernet1/0/4", + "ifName": "te1/0/4", + "portName": null, + "ifIndex": 108, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "tengigabitethernet1/0/4", + "ifPhysAddress": "e828c126b9dc", + "ifHardType": null, + "ifLastChange": 3800, + "ifVlan": "1", + "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": "Po1", + "ifName": "Po1", + "portName": null, + "ifIndex": 1000, + "ifSpeed": 2000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 2000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ieee8023adLag", + "ifAlias": "Bond1-UP", + "ifPhysAddress": "e828c126b9c1", + "ifHardType": null, + "ifLastChange": 368645300, + "ifVlan": "1", + "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": 4899562411, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 4852432587, + "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": 3445859482600, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 3366346024453, + "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": 9837934, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 22858615, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 4140586, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 8092332, + "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": "Po2", + "ifName": "Po2", + "portName": null, + "ifIndex": 1001, + "ifSpeed": 2000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 2000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ieee8023adLag", + "ifAlias": "Bond2-SRV_V", + "ifPhysAddress": "e828c126b9c1", + "ifHardType": null, + "ifLastChange": 276958500, + "ifVlan": "1", + "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": 1723774907, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 296483721, + "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": 2463639030063, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 89513063457, + "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": 307433, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 24508515, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 833165, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 4094102, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.89.1.9.0", + "processor_index": "0", + "processor_type": "eltex-mes", + "processor_usage": 9, + "processor_descr": "Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "0", + "entPhysicalIndex": null, + "mempool_type": "eltex-mes", + "mempool_class": "system", + "mempool_precision": 1, + "mempool_descr": "Memory", + "mempool_perc": 80, + "mempool_perc_oid": null, + "mempool_used": 429220508, + "mempool_used_oid": null, + "mempool_free": 107650404, + "mempool_free_oid": ".1.3.6.1.4.1.35265.41.1.2.1.1.7.0", + "mempool_total": 536870912, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "charge", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.35265.1.23.11.1.1.3.67109186", + "sensor_index": "67109186", + "sensor_type": "eltex-mes", + "sensor_descr": "Battery Charge", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 100, + "sensor_limit": 101, + "sensor_limit_warn": 100, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 10, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.105.7", + "sensor_index": "txbias105", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpTxBias-te1/0/1", + "group": null, + "sensor_divisor": 1000000, + "sensor_multiplier": 1, + "sensor_current": 0.00589, + "sensor_limit": 15, + "sensor_limit_warn": 15, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.105.9", + "sensor_index": "rxdbm105", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpdBmRx-te1/0/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -12.933, + "sensor_limit": 0, + "sensor_limit_warn": 0, + "sensor_limit_low": -15, + "sensor_limit_low_warn": -15, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.105.8", + "sensor_index": "txdbm105", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpdBmTx-te1/0/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -6.002, + "sensor_limit": 0, + "sensor_limit_warn": 0, + "sensor_limit_low": -15, + "sensor_limit_low_warn": -15, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.35265.1.23.11.1.1.2.67109186", + "sensor_index": "mesBattStatus.67109186", + "sensor_type": "eltEnvMonBatteryStatusEntry", + "sensor_descr": "Backup battery status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "eltEnvMonBatteryStatusEntry" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.83.1.1.1.3.67109249", + "sensor_index": "mesFanStatus.67109249", + "sensor_type": "rlEnvMonFanStatusTable", + "sensor_descr": "fan1_unit1 status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "rlEnvMonFanStatusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.83.1.1.1.3.67109250", + "sensor_index": "mesFanStatus.67109250", + "sensor_type": "rlEnvMonFanStatusTable", + "sensor_descr": "fan2_unit1 status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "rlEnvMonFanStatusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.83.1.1.1.3.67109251", + "sensor_index": "mesFanStatus.67109251", + "sensor_type": "rlEnvMonFanStatusTable", + "sensor_descr": "fan3_unit1 status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "rlEnvMonFanStatusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.83.1.1.1.3.67109252", + "sensor_index": "mesFanStatus.67109252", + "sensor_type": "rlEnvMonFanStatusTable", + "sensor_descr": "fan4_unit1 status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "rlEnvMonFanStatusTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.53.15.1.10.1", + "sensor_index": "mesChassisTemp.1", + "sensor_type": "eltex-mes", + "sensor_descr": "Chassis #1 Temp", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 45, + "sensor_limit": 65, + "sensor_limit_warn": null, + "sensor_limit_low": 35, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.105.5", + "sensor_index": "SfpTemp105", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpTemp-te1/0/1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 58, + "sensor_limit": 70, + "sensor_limit_warn": 70, + "sensor_limit_low": 5, + "sensor_limit_low_warn": 5, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.89.90.1.2.1.3.105.6", + "sensor_index": "SfpVolt105", + "sensor_type": "eltex-mes", + "sensor_descr": "SfpVolt-te1/0/1", + "group": null, + "sensor_divisor": 1000000, + "sensor_multiplier": 1, + "sensor_current": 3.2843, + "sensor_limit": 4, + "sensor_limit_warn": 4, + "sensor_limit_low": 3, + "sensor_limit_low_warn": 3, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "eltEnvMonBatteryStatusEntry", + "state_descr": "Charged", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "eltEnvMonBatteryStatusEntry", + "state_descr": "Discharged", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "eltEnvMonBatteryStatusEntry", + "state_descr": "Low", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "eltEnvMonBatteryStatusEntry", + "state_descr": "Missing", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 3 + }, + { + "state_name": "eltEnvMonBatteryStatusEntry", + "state_descr": "BattFuseError", + "state_draw_graph": 1, + "state_value": 6, + "state_generic_value": 2 + }, + { + "state_name": "eltEnvMonBatteryStatusEntry", + "state_descr": "Charging", + "state_draw_graph": 1, + "state_value": 7, + "state_generic_value": 1 + }, + { + "state_name": "rlEnvMonFanStatusTable", + "state_descr": "OK", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "rlEnvMonFanStatusTable", + "state_descr": "Missing", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 3 + } + ] + }, + "poller": "matches discovery" + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "eltex-mes", + "storage_index": "0", + "storage_type": "Flash", + "storage_descr": "Internal Flash", + "storage_size": 465456, + "storage_units": 1024, + "storage_used": 55016, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "eltex-mes", + "storage_index": "0", + "storage_type": "Flash", + "storage_descr": "Internal Flash", + "storage_size": 465456, + "storage_units": 1024, + "storage_used": 55016, + "storage_free": 410440, + "storage_perc": 12, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + }, + "vlans": { + "discovery": { + "vlans": [ + { + "vlan_vlan": 2, + "vlan_domain": 1, + "vlan_name": "Guest", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 19, + "vlan_domain": 1, + "vlan_name": "FIN", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 20, + "vlan_domain": 1, + "vlan_name": "SOFKA", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 39, + "vlan_domain": 1, + "vlan_name": "MKR", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 40, + "vlan_domain": 1, + "vlan_name": "LPA", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 99, + "vlan_domain": 1, + "vlan_name": "POS", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 100, + "vlan_domain": 1, + "vlan_name": "PRN", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 200, + "vlan_domain": 1, + "vlan_name": "LAN", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 254, + "vlan_domain": 1, + "vlan_name": "MGMN", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 1000, + "vlan_domain": 1, + "vlan_name": "SRV", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 2600, + "vlan_domain": 1, + "vlan_name": "Telekom_LPA", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 3200, + "vlan_domain": 1, + "vlan_name": "Telekom_WAN", + "vlan_type": null, + "vlan_mtu": null + } + ], + "ports_vlans": [ + { + "vlan": 2, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 53, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 106, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 19, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 53, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 63, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 64, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 65, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 106, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 19, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 20, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 20, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 39, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 53, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 106, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 39, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 40, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 53, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 63, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 64, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 65, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 106, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 40, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 99, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 53, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 106, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 99, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 100, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 53, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 64, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 106, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 100, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 200, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 53, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 63, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 106, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 200, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 254, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 53, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 58, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 63, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 64, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 65, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 68, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 254, + "baseport": 69, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 254, + "baseport": 106, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 254, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1000, + "baseport": 49, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 50, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 51, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 52, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 53, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 54, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 55, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 56, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 57, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 61, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1000, + "baseport": 62, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1000, + "baseport": 63, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 64, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 65, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 106, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 1000, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 2600, + "baseport": 105, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 2600, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 3200, + "baseport": 105, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 0 + }, + { + "vlan": 3200, + "baseport": 163, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + } + ] + } + } +} diff --git a/tests/snmpsim/eltex-mes_mes2308r.snmprec b/tests/snmpsim/eltex-mes_mes2308r.snmprec new file mode 100644 index 000000000000..0f1cb6de3396 --- /dev/null +++ b/tests/snmpsim/eltex-mes_mes2308r.snmprec @@ -0,0 +1,6181 @@ +1.0.8802.1.1.2.1.3.7.1.3.49|4|gi1/0/1 +1.0.8802.1.1.2.1.3.7.1.3.50|4|gi1/0/2 +1.0.8802.1.1.2.1.3.7.1.3.51|4|gi1/0/3 +1.0.8802.1.1.2.1.3.7.1.3.52|4|gi1/0/4 +1.0.8802.1.1.2.1.3.7.1.3.53|4|gi1/0/5 +1.0.8802.1.1.2.1.3.7.1.3.54|4|gi1/0/6 +1.0.8802.1.1.2.1.3.7.1.3.55|4|gi1/0/7 +1.0.8802.1.1.2.1.3.7.1.3.56|4|gi1/0/8 +1.0.8802.1.1.2.1.3.7.1.3.57|4|gi1/0/9 +1.0.8802.1.1.2.1.3.7.1.3.58|4|gi1/0/10 +1.0.8802.1.1.2.1.4.1.1.4.0.49.87|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.88|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.89|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.90|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.91|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.92|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.93|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.94|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.95|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.96|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.55.197|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.55.200|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.56.198|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.56.199|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.58.2|2|4 +1.0.8802.1.1.2.1.4.1.1.5.0.49.87|4x|488F5A8FED49 +1.0.8802.1.1.2.1.4.1.1.5.0.49.88|4x|4A8F5A8FED4E +1.0.8802.1.1.2.1.4.1.1.5.0.49.89|4x|4A8F5A8FED4E +1.0.8802.1.1.2.1.4.1.1.5.0.49.90|4x|4A8F5A8FED4E +1.0.8802.1.1.2.1.4.1.1.5.0.49.91|4x|4A8F5A8FED4E +1.0.8802.1.1.2.1.4.1.1.5.0.49.92|4x|4A8F5A8FED4E +1.0.8802.1.1.2.1.4.1.1.5.0.49.93|4x|4A8F5A8FED4E +1.0.8802.1.1.2.1.4.1.1.5.0.49.94|4x|4A8F5A8FED4E +1.0.8802.1.1.2.1.4.1.1.5.0.49.95|4x|4A8F5A8FED4E +1.0.8802.1.1.2.1.4.1.1.5.0.49.96|4x|4A8F5A8FED4E +1.0.8802.1.1.2.1.4.1.1.5.0.55.197|4x|0855317E66FE +1.0.8802.1.1.2.1.4.1.1.5.0.55.200|4x|B0FE00000012 +1.0.8802.1.1.2.1.4.1.1.5.0.56.198|4x|744D28750324 +1.0.8802.1.1.2.1.4.1.1.5.0.56.199|4x|B0FE00000013 +1.0.8802.1.1.2.1.4.1.1.5.0.58.2|4x|7054F58E05C0 +1.0.8802.1.1.2.1.4.1.1.6.0.49.87|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.49.88|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.49.89|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.49.90|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.49.91|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.49.92|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.49.93|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.49.94|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.49.95|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.49.96|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.55.197|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.55.200|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.56.198|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.56.199|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.58.2|2|5 +1.0.8802.1.1.2.1.4.1.1.7.0.49.87|4|BR-switch/eth1-Trunk +1.0.8802.1.1.2.1.4.1.1.7.0.49.88|4|vlan200 +1.0.8802.1.1.2.1.4.1.1.7.0.49.89|4|Wan1885 +1.0.8802.1.1.2.1.4.1.1.7.0.49.90|4|st74 +1.0.8802.1.1.2.1.4.1.1.7.0.49.91|4|st202 +1.0.8802.1.1.2.1.4.1.1.7.0.49.92|4|st215 +1.0.8802.1.1.2.1.4.1.1.7.0.49.93|4|vlan2 +1.0.8802.1.1.2.1.4.1.1.7.0.49.94|4|vlan100 +1.0.8802.1.1.2.1.4.1.1.7.0.49.95|4|vlan254 +1.0.8802.1.1.2.1.4.1.1.7.0.49.96|4|st581 +1.0.8802.1.1.2.1.4.1.1.7.0.55.197|4|BR-Switch/ether1-trunk +1.0.8802.1.1.2.1.4.1.1.7.0.55.200|4|vlan254 +1.0.8802.1.1.2.1.4.1.1.7.0.56.198|4|BR-Switch/ether1-trunk +1.0.8802.1.1.2.1.4.1.1.7.0.56.199|4|vlan254 +1.0.8802.1.1.2.1.4.1.1.7.0.58.2|4|GigabitEthernet0/0/25 +1.0.8802.1.1.2.1.4.1.1.8.0.49.87|4| +1.0.8802.1.1.2.1.4.1.1.8.0.49.88|4| +1.0.8802.1.1.2.1.4.1.1.8.0.49.89|4| +1.0.8802.1.1.2.1.4.1.1.8.0.49.90|4| +1.0.8802.1.1.2.1.4.1.1.8.0.49.91|4| +1.0.8802.1.1.2.1.4.1.1.8.0.49.92|4| +1.0.8802.1.1.2.1.4.1.1.8.0.49.93|4| +1.0.8802.1.1.2.1.4.1.1.8.0.49.94|4| +1.0.8802.1.1.2.1.4.1.1.8.0.49.95|4| +1.0.8802.1.1.2.1.4.1.1.8.0.49.96|4| +1.0.8802.1.1.2.1.4.1.1.8.0.55.197|4| +1.0.8802.1.1.2.1.4.1.1.8.0.55.200|4| +1.0.8802.1.1.2.1.4.1.1.8.0.56.198|4| +1.0.8802.1.1.2.1.4.1.1.8.0.56.199|4| +1.0.8802.1.1.2.1.4.1.1.8.0.58.2|4|CUST_A_Peca Home_IA +1.0.8802.1.1.2.1.4.1.1.9.0.49.87|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.49.88|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.49.89|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.49.90|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.49.91|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.49.92|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.49.93|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.49.94|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.49.95|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.49.96|4|eleservice +1.0.8802.1.1.2.1.4.1.1.9.0.55.197|4|Peca-MKT-Mid +1.0.8802.1.1.2.1.4.1.1.9.0.55.200|4|Peca-MKT-Mid +1.0.8802.1.1.2.1.4.1.1.9.0.56.198|4|Peca-MKT-Down +1.0.8802.1.1.2.1.4.1.1.9.0.56.199|4|Peca-MKT-Down +1.0.8802.1.1.2.1.4.1.1.9.0.58.2|4|ada-voysat-sw-01-core +1.0.8802.1.1.2.1.4.1.1.10.0.49.87|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.49.88|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.49.89|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.49.90|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.49.91|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.49.92|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.49.93|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.49.94|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.49.95|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.49.96|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.55.197|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.55.200|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.56.198|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.56.199|4|MikroTik RouterOS 6.47.10 (long-term) RBD52G-5HacD2HnD +1.0.8802.1.1.2.1.4.1.1.10.0.58.2|4x|5335333532432d45490a48756177656920566572736174696c6520526f7574696e6720506c6174666f726d20536f6674776172650d0a5652502028522920736f6674776172652c2056657273696f6e20352e31353020285335333030205632303052303035433030535043353030290d0a436f707972696768742028432920323030302d3230313520485541574549205445434820434f2e2c204c5444 +1.0.8802.1.1.2.1.4.1.1.11.0.49.87|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.49.88|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.49.89|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.49.90|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.49.91|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.49.92|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.49.93|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.49.94|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.49.95|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.49.96|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.55.197|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.55.200|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.56.198|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.56.199|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.11.0.58.2|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.87|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.88|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.89|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.90|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.91|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.92|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.93|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.94|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.95|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.96|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.55.197|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.55.200|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.56.198|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.56.199|4|38 00 2 3 4 +1.0.8802.1.1.2.1.4.1.1.12.0.58.2|4|28 00 2 4 +1.0.8802.1.1.2.1.4.2.1.3.0.49.87.1.4.169.254.254.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.87.1.4.192.168.0.22|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.87.2.16.42.0.173.0.32.0.0.34.0.0.0.0.0.0.0.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.87.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.88.1.4.192.168.200.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.88.2.16.42.0.173.0.32.0.0.32.0.0.0.0.0.0.0.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.88.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.89.1.4.46.40.6.110|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.89.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.90.1.4.192.168.74.241|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.90.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.91.1.4.192.168.202.241|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.91.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.92.1.4.192.168.215.241|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.92.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.93.1.4.192.168.2.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.93.2.16.42.0.173.0.32.0.0.33.0.0.0.0.0.0.0.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.93.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.94.1.4.192.168.100.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.94.2.16.252.2.0.1.0.0.0.0.0.0.0.0.0.0.0.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.94.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.95.1.4.169.254.101.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.95.2.16.252.1.0.1.0.0.0.0.0.0.0.0.0.0.0.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.95.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.96.1.4.10.241.1.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.49.96.2.16.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.55.197.1.4.169.254.254.12|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.55.197.2.16.254.128.0.0.0.0.0.0.178.254.0.255.254.0.0.18|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.55.200.1.4.169.254.101.12|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.55.200.2.16.252.1.0.1.0.0.0.0.0.0.0.0.0.0.0.32|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.55.200.2.16.254.128.0.0.0.0.0.0.178.254.0.255.254.0.0.18|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.56.198.1.4.169.254.254.13|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.56.198.2.16.254.128.0.0.0.0.0.0.178.254.0.255.254.0.0.19|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.56.199.1.4.169.254.101.13|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.56.199.2.16.252.1.0.1.0.0.0.0.0.0.0.0.0.0.0.19|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.56.199.2.16.254.128.0.0.0.0.0.0.178.254.0.255.254.0.0.19|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.58.2.1.4.192.168.254.75|2|2 +1.3.6.1.2.1.1.1.0|4|MES2308R 10-port 1G Managed Switch +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.35265.1.112 +1.3.6.1.2.1.1.3.0|67|522631700 +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.2.49|4|gigabitethernet1/0/1 +1.3.6.1.2.1.2.2.1.2.50|4|gigabitethernet1/0/2 +1.3.6.1.2.1.2.2.1.2.51|4|gigabitethernet1/0/3 +1.3.6.1.2.1.2.2.1.2.52|4|gigabitethernet1/0/4 +1.3.6.1.2.1.2.2.1.2.53|4|gigabitethernet1/0/5 +1.3.6.1.2.1.2.2.1.2.54|4|gigabitethernet1/0/6 +1.3.6.1.2.1.2.2.1.2.55|4|gigabitethernet1/0/7 +1.3.6.1.2.1.2.2.1.2.56|4|gigabitethernet1/0/8 +1.3.6.1.2.1.2.2.1.2.57|4|gigabitethernet1/0/9 +1.3.6.1.2.1.2.2.1.2.58|4|gigabitethernet1/0/10 +1.3.6.1.2.1.2.2.1.2.1000|4|Po1 +1.3.6.1.2.1.2.2.1.2.1001|4|Po2 +1.3.6.1.2.1.2.2.1.2.1002|4|Po3 +1.3.6.1.2.1.2.2.1.2.1003|4|Po4 +1.3.6.1.2.1.2.2.1.2.1004|4|Po5 +1.3.6.1.2.1.2.2.1.2.1005|4|Po6 +1.3.6.1.2.1.2.2.1.2.1006|4|Po7 +1.3.6.1.2.1.2.2.1.2.1007|4|Po8 +1.3.6.1.2.1.2.2.1.2.1008|4|Po9 +1.3.6.1.2.1.2.2.1.2.1009|4|Po10 +1.3.6.1.2.1.2.2.1.2.1010|4|Po11 +1.3.6.1.2.1.2.2.1.2.1011|4|Po12 +1.3.6.1.2.1.2.2.1.2.1012|4|Po13 +1.3.6.1.2.1.2.2.1.2.1013|4|Po14 +1.3.6.1.2.1.2.2.1.2.1014|4|Po15 +1.3.6.1.2.1.2.2.1.2.1015|4|Po16 +1.3.6.1.2.1.2.2.1.2.1016|4|Po17 +1.3.6.1.2.1.2.2.1.2.1017|4|Po18 +1.3.6.1.2.1.2.2.1.2.1018|4|Po19 +1.3.6.1.2.1.2.2.1.2.1019|4|Po20 +1.3.6.1.2.1.2.2.1.2.1020|4|Po21 +1.3.6.1.2.1.2.2.1.2.1021|4|Po22 +1.3.6.1.2.1.2.2.1.2.1022|4|Po23 +1.3.6.1.2.1.2.2.1.2.1023|4|Po24 +1.3.6.1.2.1.2.2.1.2.1024|4|Po25 +1.3.6.1.2.1.2.2.1.2.1025|4|Po26 +1.3.6.1.2.1.2.2.1.2.1026|4|Po27 +1.3.6.1.2.1.2.2.1.2.1027|4|Po28 +1.3.6.1.2.1.2.2.1.2.1028|4|Po29 +1.3.6.1.2.1.2.2.1.2.1029|4|Po30 +1.3.6.1.2.1.2.2.1.2.1030|4|Po31 +1.3.6.1.2.1.2.2.1.2.1031|4|Po32 +1.3.6.1.2.1.2.2.1.2.1032|4|Po33 +1.3.6.1.2.1.2.2.1.2.1033|4|Po34 +1.3.6.1.2.1.2.2.1.2.1034|4|Po35 +1.3.6.1.2.1.2.2.1.2.1035|4|Po36 +1.3.6.1.2.1.2.2.1.2.1036|4|Po37 +1.3.6.1.2.1.2.2.1.2.1037|4|Po38 +1.3.6.1.2.1.2.2.1.2.1038|4|Po39 +1.3.6.1.2.1.2.2.1.2.1039|4|Po40 +1.3.6.1.2.1.2.2.1.2.1040|4|Po41 +1.3.6.1.2.1.2.2.1.2.1041|4|Po42 +1.3.6.1.2.1.2.2.1.2.1042|4|Po43 +1.3.6.1.2.1.2.2.1.2.1043|4|Po44 +1.3.6.1.2.1.2.2.1.2.1044|4|Po45 +1.3.6.1.2.1.2.2.1.2.1045|4|Po46 +1.3.6.1.2.1.2.2.1.2.1046|4|Po47 +1.3.6.1.2.1.2.2.1.2.1047|4|Po48 +1.3.6.1.2.1.2.2.1.2.3000|4|tunnel1 +1.3.6.1.2.1.2.2.1.2.3001|4|tunnel2 +1.3.6.1.2.1.2.2.1.2.3002|4|tunnel3 +1.3.6.1.2.1.2.2.1.2.3003|4|tunnel4 +1.3.6.1.2.1.2.2.1.2.3004|4|tunnel5 +1.3.6.1.2.1.2.2.1.2.3005|4|tunnel6 +1.3.6.1.2.1.2.2.1.2.3006|4|tunnel7 +1.3.6.1.2.1.2.2.1.2.3007|4|tunnel8 +1.3.6.1.2.1.2.2.1.2.3008|4|tunnel9 +1.3.6.1.2.1.2.2.1.2.3009|4|tunnel10 +1.3.6.1.2.1.2.2.1.2.3010|4|tunnel11 +1.3.6.1.2.1.2.2.1.2.3011|4|tunnel12 +1.3.6.1.2.1.2.2.1.2.3012|4|tunnel13 +1.3.6.1.2.1.2.2.1.2.3013|4|tunnel14 +1.3.6.1.2.1.2.2.1.2.3014|4|tunnel15 +1.3.6.1.2.1.2.2.1.2.3015|4|tunnel16 +1.3.6.1.2.1.2.2.1.2.7000|4|loopback1 +1.3.6.1.2.1.2.2.1.2.7001|4|loopback2 +1.3.6.1.2.1.2.2.1.2.7002|4|loopback3 +1.3.6.1.2.1.2.2.1.2.7003|4|loopback4 +1.3.6.1.2.1.2.2.1.2.7004|4|loopback5 +1.3.6.1.2.1.2.2.1.2.7005|4|loopback6 +1.3.6.1.2.1.2.2.1.2.7006|4|loopback7 +1.3.6.1.2.1.2.2.1.2.7007|4|loopback8 +1.3.6.1.2.1.2.2.1.2.7008|4|loopback9 +1.3.6.1.2.1.2.2.1.2.7009|4|loopback10 +1.3.6.1.2.1.2.2.1.2.7010|4|loopback11 +1.3.6.1.2.1.2.2.1.2.7011|4|loopback12 +1.3.6.1.2.1.2.2.1.2.7012|4|loopback13 +1.3.6.1.2.1.2.2.1.2.7013|4|loopback14 +1.3.6.1.2.1.2.2.1.2.7014|4|loopback15 +1.3.6.1.2.1.2.2.1.2.7015|4|loopback16 +1.3.6.1.2.1.2.2.1.2.7016|4|loopback17 +1.3.6.1.2.1.2.2.1.2.7017|4|loopback18 +1.3.6.1.2.1.2.2.1.2.7018|4|loopback19 +1.3.6.1.2.1.2.2.1.2.7019|4|loopback20 +1.3.6.1.2.1.2.2.1.2.7020|4|loopback21 +1.3.6.1.2.1.2.2.1.2.7021|4|loopback22 +1.3.6.1.2.1.2.2.1.2.7022|4|loopback23 +1.3.6.1.2.1.2.2.1.2.7023|4|loopback24 +1.3.6.1.2.1.2.2.1.2.7024|4|loopback25 +1.3.6.1.2.1.2.2.1.2.7025|4|loopback26 +1.3.6.1.2.1.2.2.1.2.7026|4|loopback27 +1.3.6.1.2.1.2.2.1.2.7027|4|loopback28 +1.3.6.1.2.1.2.2.1.2.7028|4|loopback29 +1.3.6.1.2.1.2.2.1.2.7029|4|loopback30 +1.3.6.1.2.1.2.2.1.2.7030|4|loopback31 +1.3.6.1.2.1.2.2.1.2.7031|4|loopback32 +1.3.6.1.2.1.2.2.1.2.7032|4|loopback33 +1.3.6.1.2.1.2.2.1.2.7033|4|loopback34 +1.3.6.1.2.1.2.2.1.2.7034|4|loopback35 +1.3.6.1.2.1.2.2.1.2.7035|4|loopback36 +1.3.6.1.2.1.2.2.1.2.7036|4|loopback37 +1.3.6.1.2.1.2.2.1.2.7037|4|loopback38 +1.3.6.1.2.1.2.2.1.2.7038|4|loopback39 +1.3.6.1.2.1.2.2.1.2.7039|4|loopback40 +1.3.6.1.2.1.2.2.1.2.7040|4|loopback41 +1.3.6.1.2.1.2.2.1.2.7041|4|loopback42 +1.3.6.1.2.1.2.2.1.2.7042|4|loopback43 +1.3.6.1.2.1.2.2.1.2.7043|4|loopback44 +1.3.6.1.2.1.2.2.1.2.7044|4|loopback45 +1.3.6.1.2.1.2.2.1.2.7045|4|loopback46 +1.3.6.1.2.1.2.2.1.2.7046|4|loopback47 +1.3.6.1.2.1.2.2.1.2.7047|4|loopback48 +1.3.6.1.2.1.2.2.1.2.7048|4|loopback49 +1.3.6.1.2.1.2.2.1.2.7049|4|loopback50 +1.3.6.1.2.1.2.2.1.2.7050|4|loopback51 +1.3.6.1.2.1.2.2.1.2.7051|4|loopback52 +1.3.6.1.2.1.2.2.1.2.7052|4|loopback53 +1.3.6.1.2.1.2.2.1.2.7053|4|loopback54 +1.3.6.1.2.1.2.2.1.2.7054|4|loopback55 +1.3.6.1.2.1.2.2.1.2.7055|4|loopback56 +1.3.6.1.2.1.2.2.1.2.7056|4|loopback57 +1.3.6.1.2.1.2.2.1.2.7057|4|loopback58 +1.3.6.1.2.1.2.2.1.2.7058|4|loopback59 +1.3.6.1.2.1.2.2.1.2.7059|4|loopback60 +1.3.6.1.2.1.2.2.1.2.7060|4|loopback61 +1.3.6.1.2.1.2.2.1.2.7061|4|loopback62 +1.3.6.1.2.1.2.2.1.2.7062|4|loopback63 +1.3.6.1.2.1.2.2.1.2.7063|4|loopback64 +1.3.6.1.2.1.2.2.1.2.9000|4|stack-port +1.3.6.1.2.1.2.2.1.2.20000|4|Logical-int 1 +1.3.6.1.2.1.2.2.1.2.100000|4|1 +1.3.6.1.2.1.2.2.1.2.100001|4|2 +1.3.6.1.2.1.2.2.1.2.100073|4|74 +1.3.6.1.2.1.2.2.1.2.100099|4|100 +1.3.6.1.2.1.2.2.1.2.100199|4|200 +1.3.6.1.2.1.2.2.1.2.100201|4|202 +1.3.6.1.2.1.2.2.1.2.100214|4|215 +1.3.6.1.2.1.2.2.1.2.100253|4|254 +1.3.6.1.2.1.2.2.1.2.100517|4|518 +1.3.6.1.2.1.2.2.1.2.100521|4|522 +1.3.6.1.2.1.2.2.1.2.100580|4|581 +1.3.6.1.2.1.2.2.1.2.101884|4|1885 +1.3.6.1.2.1.2.2.1.3.49|2|6 +1.3.6.1.2.1.2.2.1.3.50|2|6 +1.3.6.1.2.1.2.2.1.3.51|2|6 +1.3.6.1.2.1.2.2.1.3.52|2|6 +1.3.6.1.2.1.2.2.1.3.53|2|6 +1.3.6.1.2.1.2.2.1.3.54|2|6 +1.3.6.1.2.1.2.2.1.3.55|2|6 +1.3.6.1.2.1.2.2.1.3.56|2|6 +1.3.6.1.2.1.2.2.1.3.57|2|6 +1.3.6.1.2.1.2.2.1.3.58|2|6 +1.3.6.1.2.1.2.2.1.3.1000|2|161 +1.3.6.1.2.1.2.2.1.3.1001|2|161 +1.3.6.1.2.1.2.2.1.3.1002|2|161 +1.3.6.1.2.1.2.2.1.3.1003|2|161 +1.3.6.1.2.1.2.2.1.3.1004|2|161 +1.3.6.1.2.1.2.2.1.3.1005|2|161 +1.3.6.1.2.1.2.2.1.3.1006|2|161 +1.3.6.1.2.1.2.2.1.3.1007|2|161 +1.3.6.1.2.1.2.2.1.3.1008|2|161 +1.3.6.1.2.1.2.2.1.3.1009|2|161 +1.3.6.1.2.1.2.2.1.3.1010|2|161 +1.3.6.1.2.1.2.2.1.3.1011|2|161 +1.3.6.1.2.1.2.2.1.3.1012|2|161 +1.3.6.1.2.1.2.2.1.3.1013|2|161 +1.3.6.1.2.1.2.2.1.3.1014|2|161 +1.3.6.1.2.1.2.2.1.3.1015|2|161 +1.3.6.1.2.1.2.2.1.3.1016|2|161 +1.3.6.1.2.1.2.2.1.3.1017|2|161 +1.3.6.1.2.1.2.2.1.3.1018|2|161 +1.3.6.1.2.1.2.2.1.3.1019|2|161 +1.3.6.1.2.1.2.2.1.3.1020|2|161 +1.3.6.1.2.1.2.2.1.3.1021|2|161 +1.3.6.1.2.1.2.2.1.3.1022|2|161 +1.3.6.1.2.1.2.2.1.3.1023|2|161 +1.3.6.1.2.1.2.2.1.3.1024|2|161 +1.3.6.1.2.1.2.2.1.3.1025|2|161 +1.3.6.1.2.1.2.2.1.3.1026|2|161 +1.3.6.1.2.1.2.2.1.3.1027|2|161 +1.3.6.1.2.1.2.2.1.3.1028|2|161 +1.3.6.1.2.1.2.2.1.3.1029|2|161 +1.3.6.1.2.1.2.2.1.3.1030|2|161 +1.3.6.1.2.1.2.2.1.3.1031|2|161 +1.3.6.1.2.1.2.2.1.3.1032|2|161 +1.3.6.1.2.1.2.2.1.3.1033|2|161 +1.3.6.1.2.1.2.2.1.3.1034|2|161 +1.3.6.1.2.1.2.2.1.3.1035|2|161 +1.3.6.1.2.1.2.2.1.3.1036|2|161 +1.3.6.1.2.1.2.2.1.3.1037|2|161 +1.3.6.1.2.1.2.2.1.3.1038|2|161 +1.3.6.1.2.1.2.2.1.3.1039|2|161 +1.3.6.1.2.1.2.2.1.3.1040|2|161 +1.3.6.1.2.1.2.2.1.3.1041|2|161 +1.3.6.1.2.1.2.2.1.3.1042|2|161 +1.3.6.1.2.1.2.2.1.3.1043|2|161 +1.3.6.1.2.1.2.2.1.3.1044|2|161 +1.3.6.1.2.1.2.2.1.3.1045|2|161 +1.3.6.1.2.1.2.2.1.3.1046|2|161 +1.3.6.1.2.1.2.2.1.3.1047|2|161 +1.3.6.1.2.1.2.2.1.3.3000|2|131 +1.3.6.1.2.1.2.2.1.3.3001|2|131 +1.3.6.1.2.1.2.2.1.3.3002|2|131 +1.3.6.1.2.1.2.2.1.3.3003|2|131 +1.3.6.1.2.1.2.2.1.3.3004|2|131 +1.3.6.1.2.1.2.2.1.3.3005|2|131 +1.3.6.1.2.1.2.2.1.3.3006|2|131 +1.3.6.1.2.1.2.2.1.3.3007|2|131 +1.3.6.1.2.1.2.2.1.3.3008|2|131 +1.3.6.1.2.1.2.2.1.3.3009|2|131 +1.3.6.1.2.1.2.2.1.3.3010|2|131 +1.3.6.1.2.1.2.2.1.3.3011|2|131 +1.3.6.1.2.1.2.2.1.3.3012|2|131 +1.3.6.1.2.1.2.2.1.3.3013|2|131 +1.3.6.1.2.1.2.2.1.3.3014|2|131 +1.3.6.1.2.1.2.2.1.3.3015|2|131 +1.3.6.1.2.1.2.2.1.3.7000|2|24 +1.3.6.1.2.1.2.2.1.3.7001|2|24 +1.3.6.1.2.1.2.2.1.3.7002|2|24 +1.3.6.1.2.1.2.2.1.3.7003|2|24 +1.3.6.1.2.1.2.2.1.3.7004|2|24 +1.3.6.1.2.1.2.2.1.3.7005|2|24 +1.3.6.1.2.1.2.2.1.3.7006|2|24 +1.3.6.1.2.1.2.2.1.3.7007|2|24 +1.3.6.1.2.1.2.2.1.3.7008|2|24 +1.3.6.1.2.1.2.2.1.3.7009|2|24 +1.3.6.1.2.1.2.2.1.3.7010|2|24 +1.3.6.1.2.1.2.2.1.3.7011|2|24 +1.3.6.1.2.1.2.2.1.3.7012|2|24 +1.3.6.1.2.1.2.2.1.3.7013|2|24 +1.3.6.1.2.1.2.2.1.3.7014|2|24 +1.3.6.1.2.1.2.2.1.3.7015|2|24 +1.3.6.1.2.1.2.2.1.3.7016|2|24 +1.3.6.1.2.1.2.2.1.3.7017|2|24 +1.3.6.1.2.1.2.2.1.3.7018|2|24 +1.3.6.1.2.1.2.2.1.3.7019|2|24 +1.3.6.1.2.1.2.2.1.3.7020|2|24 +1.3.6.1.2.1.2.2.1.3.7021|2|24 +1.3.6.1.2.1.2.2.1.3.7022|2|24 +1.3.6.1.2.1.2.2.1.3.7023|2|24 +1.3.6.1.2.1.2.2.1.3.7024|2|24 +1.3.6.1.2.1.2.2.1.3.7025|2|24 +1.3.6.1.2.1.2.2.1.3.7026|2|24 +1.3.6.1.2.1.2.2.1.3.7027|2|24 +1.3.6.1.2.1.2.2.1.3.7028|2|24 +1.3.6.1.2.1.2.2.1.3.7029|2|24 +1.3.6.1.2.1.2.2.1.3.7030|2|24 +1.3.6.1.2.1.2.2.1.3.7031|2|24 +1.3.6.1.2.1.2.2.1.3.7032|2|24 +1.3.6.1.2.1.2.2.1.3.7033|2|24 +1.3.6.1.2.1.2.2.1.3.7034|2|24 +1.3.6.1.2.1.2.2.1.3.7035|2|24 +1.3.6.1.2.1.2.2.1.3.7036|2|24 +1.3.6.1.2.1.2.2.1.3.7037|2|24 +1.3.6.1.2.1.2.2.1.3.7038|2|24 +1.3.6.1.2.1.2.2.1.3.7039|2|24 +1.3.6.1.2.1.2.2.1.3.7040|2|24 +1.3.6.1.2.1.2.2.1.3.7041|2|24 +1.3.6.1.2.1.2.2.1.3.7042|2|24 +1.3.6.1.2.1.2.2.1.3.7043|2|24 +1.3.6.1.2.1.2.2.1.3.7044|2|24 +1.3.6.1.2.1.2.2.1.3.7045|2|24 +1.3.6.1.2.1.2.2.1.3.7046|2|24 +1.3.6.1.2.1.2.2.1.3.7047|2|24 +1.3.6.1.2.1.2.2.1.3.7048|2|24 +1.3.6.1.2.1.2.2.1.3.7049|2|24 +1.3.6.1.2.1.2.2.1.3.7050|2|24 +1.3.6.1.2.1.2.2.1.3.7051|2|24 +1.3.6.1.2.1.2.2.1.3.7052|2|24 +1.3.6.1.2.1.2.2.1.3.7053|2|24 +1.3.6.1.2.1.2.2.1.3.7054|2|24 +1.3.6.1.2.1.2.2.1.3.7055|2|24 +1.3.6.1.2.1.2.2.1.3.7056|2|24 +1.3.6.1.2.1.2.2.1.3.7057|2|24 +1.3.6.1.2.1.2.2.1.3.7058|2|24 +1.3.6.1.2.1.2.2.1.3.7059|2|24 +1.3.6.1.2.1.2.2.1.3.7060|2|24 +1.3.6.1.2.1.2.2.1.3.7061|2|24 +1.3.6.1.2.1.2.2.1.3.7062|2|24 +1.3.6.1.2.1.2.2.1.3.7063|2|24 +1.3.6.1.2.1.2.2.1.3.9000|2|53 +1.3.6.1.2.1.2.2.1.3.20000|2|22 +1.3.6.1.2.1.2.2.1.3.100000|2|53 +1.3.6.1.2.1.2.2.1.3.100001|2|53 +1.3.6.1.2.1.2.2.1.3.100073|2|53 +1.3.6.1.2.1.2.2.1.3.100099|2|53 +1.3.6.1.2.1.2.2.1.3.100199|2|53 +1.3.6.1.2.1.2.2.1.3.100201|2|53 +1.3.6.1.2.1.2.2.1.3.100214|2|53 +1.3.6.1.2.1.2.2.1.3.100253|2|53 +1.3.6.1.2.1.2.2.1.3.100517|2|53 +1.3.6.1.2.1.2.2.1.3.100521|2|53 +1.3.6.1.2.1.2.2.1.3.100580|2|53 +1.3.6.1.2.1.2.2.1.3.101884|2|53 +1.3.6.1.2.1.2.2.1.4.49|2|1500 +1.3.6.1.2.1.2.2.1.4.50|2|1500 +1.3.6.1.2.1.2.2.1.4.51|2|1500 +1.3.6.1.2.1.2.2.1.4.52|2|1500 +1.3.6.1.2.1.2.2.1.4.53|2|1500 +1.3.6.1.2.1.2.2.1.4.54|2|1500 +1.3.6.1.2.1.2.2.1.4.55|2|1500 +1.3.6.1.2.1.2.2.1.4.56|2|1500 +1.3.6.1.2.1.2.2.1.4.57|2|1500 +1.3.6.1.2.1.2.2.1.4.58|2|1500 +1.3.6.1.2.1.2.2.1.4.1000|2|1500 +1.3.6.1.2.1.2.2.1.4.1001|2|1500 +1.3.6.1.2.1.2.2.1.4.1002|2|1500 +1.3.6.1.2.1.2.2.1.4.1003|2|1500 +1.3.6.1.2.1.2.2.1.4.1004|2|1500 +1.3.6.1.2.1.2.2.1.4.1005|2|1500 +1.3.6.1.2.1.2.2.1.4.1006|2|1500 +1.3.6.1.2.1.2.2.1.4.1007|2|1500 +1.3.6.1.2.1.2.2.1.4.1008|2|1500 +1.3.6.1.2.1.2.2.1.4.1009|2|1500 +1.3.6.1.2.1.2.2.1.4.1010|2|1500 +1.3.6.1.2.1.2.2.1.4.1011|2|1500 +1.3.6.1.2.1.2.2.1.4.1012|2|1500 +1.3.6.1.2.1.2.2.1.4.1013|2|1500 +1.3.6.1.2.1.2.2.1.4.1014|2|1500 +1.3.6.1.2.1.2.2.1.4.1015|2|1500 +1.3.6.1.2.1.2.2.1.4.1016|2|1500 +1.3.6.1.2.1.2.2.1.4.1017|2|1500 +1.3.6.1.2.1.2.2.1.4.1018|2|1500 +1.3.6.1.2.1.2.2.1.4.1019|2|1500 +1.3.6.1.2.1.2.2.1.4.1020|2|1500 +1.3.6.1.2.1.2.2.1.4.1021|2|1500 +1.3.6.1.2.1.2.2.1.4.1022|2|1500 +1.3.6.1.2.1.2.2.1.4.1023|2|1500 +1.3.6.1.2.1.2.2.1.4.1024|2|1500 +1.3.6.1.2.1.2.2.1.4.1025|2|1500 +1.3.6.1.2.1.2.2.1.4.1026|2|1500 +1.3.6.1.2.1.2.2.1.4.1027|2|1500 +1.3.6.1.2.1.2.2.1.4.1028|2|1500 +1.3.6.1.2.1.2.2.1.4.1029|2|1500 +1.3.6.1.2.1.2.2.1.4.1030|2|1500 +1.3.6.1.2.1.2.2.1.4.1031|2|1500 +1.3.6.1.2.1.2.2.1.4.1032|2|1500 +1.3.6.1.2.1.2.2.1.4.1033|2|1500 +1.3.6.1.2.1.2.2.1.4.1034|2|1500 +1.3.6.1.2.1.2.2.1.4.1035|2|1500 +1.3.6.1.2.1.2.2.1.4.1036|2|1500 +1.3.6.1.2.1.2.2.1.4.1037|2|1500 +1.3.6.1.2.1.2.2.1.4.1038|2|1500 +1.3.6.1.2.1.2.2.1.4.1039|2|1500 +1.3.6.1.2.1.2.2.1.4.1040|2|1500 +1.3.6.1.2.1.2.2.1.4.1041|2|1500 +1.3.6.1.2.1.2.2.1.4.1042|2|1500 +1.3.6.1.2.1.2.2.1.4.1043|2|1500 +1.3.6.1.2.1.2.2.1.4.1044|2|1500 +1.3.6.1.2.1.2.2.1.4.1045|2|1500 +1.3.6.1.2.1.2.2.1.4.1046|2|1500 +1.3.6.1.2.1.2.2.1.4.1047|2|1500 +1.3.6.1.2.1.2.2.1.4.3000|2|1500 +1.3.6.1.2.1.2.2.1.4.3001|2|1500 +1.3.6.1.2.1.2.2.1.4.3002|2|1500 +1.3.6.1.2.1.2.2.1.4.3003|2|1500 +1.3.6.1.2.1.2.2.1.4.3004|2|1500 +1.3.6.1.2.1.2.2.1.4.3005|2|1500 +1.3.6.1.2.1.2.2.1.4.3006|2|1500 +1.3.6.1.2.1.2.2.1.4.3007|2|1500 +1.3.6.1.2.1.2.2.1.4.3008|2|1500 +1.3.6.1.2.1.2.2.1.4.3009|2|1500 +1.3.6.1.2.1.2.2.1.4.3010|2|1500 +1.3.6.1.2.1.2.2.1.4.3011|2|1500 +1.3.6.1.2.1.2.2.1.4.3012|2|1500 +1.3.6.1.2.1.2.2.1.4.3013|2|1500 +1.3.6.1.2.1.2.2.1.4.3014|2|1500 +1.3.6.1.2.1.2.2.1.4.3015|2|1500 +1.3.6.1.2.1.2.2.1.4.7000|2|1500 +1.3.6.1.2.1.2.2.1.4.7001|2|1500 +1.3.6.1.2.1.2.2.1.4.7002|2|1500 +1.3.6.1.2.1.2.2.1.4.7003|2|1500 +1.3.6.1.2.1.2.2.1.4.7004|2|1500 +1.3.6.1.2.1.2.2.1.4.7005|2|1500 +1.3.6.1.2.1.2.2.1.4.7006|2|1500 +1.3.6.1.2.1.2.2.1.4.7007|2|1500 +1.3.6.1.2.1.2.2.1.4.7008|2|1500 +1.3.6.1.2.1.2.2.1.4.7009|2|1500 +1.3.6.1.2.1.2.2.1.4.7010|2|1500 +1.3.6.1.2.1.2.2.1.4.7011|2|1500 +1.3.6.1.2.1.2.2.1.4.7012|2|1500 +1.3.6.1.2.1.2.2.1.4.7013|2|1500 +1.3.6.1.2.1.2.2.1.4.7014|2|1500 +1.3.6.1.2.1.2.2.1.4.7015|2|1500 +1.3.6.1.2.1.2.2.1.4.7016|2|1500 +1.3.6.1.2.1.2.2.1.4.7017|2|1500 +1.3.6.1.2.1.2.2.1.4.7018|2|1500 +1.3.6.1.2.1.2.2.1.4.7019|2|1500 +1.3.6.1.2.1.2.2.1.4.7020|2|1500 +1.3.6.1.2.1.2.2.1.4.7021|2|1500 +1.3.6.1.2.1.2.2.1.4.7022|2|1500 +1.3.6.1.2.1.2.2.1.4.7023|2|1500 +1.3.6.1.2.1.2.2.1.4.7024|2|1500 +1.3.6.1.2.1.2.2.1.4.7025|2|1500 +1.3.6.1.2.1.2.2.1.4.7026|2|1500 +1.3.6.1.2.1.2.2.1.4.7027|2|1500 +1.3.6.1.2.1.2.2.1.4.7028|2|1500 +1.3.6.1.2.1.2.2.1.4.7029|2|1500 +1.3.6.1.2.1.2.2.1.4.7030|2|1500 +1.3.6.1.2.1.2.2.1.4.7031|2|1500 +1.3.6.1.2.1.2.2.1.4.7032|2|1500 +1.3.6.1.2.1.2.2.1.4.7033|2|1500 +1.3.6.1.2.1.2.2.1.4.7034|2|1500 +1.3.6.1.2.1.2.2.1.4.7035|2|1500 +1.3.6.1.2.1.2.2.1.4.7036|2|1500 +1.3.6.1.2.1.2.2.1.4.7037|2|1500 +1.3.6.1.2.1.2.2.1.4.7038|2|1500 +1.3.6.1.2.1.2.2.1.4.7039|2|1500 +1.3.6.1.2.1.2.2.1.4.7040|2|1500 +1.3.6.1.2.1.2.2.1.4.7041|2|1500 +1.3.6.1.2.1.2.2.1.4.7042|2|1500 +1.3.6.1.2.1.2.2.1.4.7043|2|1500 +1.3.6.1.2.1.2.2.1.4.7044|2|1500 +1.3.6.1.2.1.2.2.1.4.7045|2|1500 +1.3.6.1.2.1.2.2.1.4.7046|2|1500 +1.3.6.1.2.1.2.2.1.4.7047|2|1500 +1.3.6.1.2.1.2.2.1.4.7048|2|1500 +1.3.6.1.2.1.2.2.1.4.7049|2|1500 +1.3.6.1.2.1.2.2.1.4.7050|2|1500 +1.3.6.1.2.1.2.2.1.4.7051|2|1500 +1.3.6.1.2.1.2.2.1.4.7052|2|1500 +1.3.6.1.2.1.2.2.1.4.7053|2|1500 +1.3.6.1.2.1.2.2.1.4.7054|2|1500 +1.3.6.1.2.1.2.2.1.4.7055|2|1500 +1.3.6.1.2.1.2.2.1.4.7056|2|1500 +1.3.6.1.2.1.2.2.1.4.7057|2|1500 +1.3.6.1.2.1.2.2.1.4.7058|2|1500 +1.3.6.1.2.1.2.2.1.4.7059|2|1500 +1.3.6.1.2.1.2.2.1.4.7060|2|1500 +1.3.6.1.2.1.2.2.1.4.7061|2|1500 +1.3.6.1.2.1.2.2.1.4.7062|2|1500 +1.3.6.1.2.1.2.2.1.4.7063|2|1500 +1.3.6.1.2.1.2.2.1.4.9000|2|1500 +1.3.6.1.2.1.2.2.1.4.20000|2|1500 +1.3.6.1.2.1.2.2.1.4.100000|2|1500 +1.3.6.1.2.1.2.2.1.4.100001|2|1500 +1.3.6.1.2.1.2.2.1.4.100073|2|1500 +1.3.6.1.2.1.2.2.1.4.100099|2|1500 +1.3.6.1.2.1.2.2.1.4.100199|2|1500 +1.3.6.1.2.1.2.2.1.4.100201|2|1500 +1.3.6.1.2.1.2.2.1.4.100214|2|1500 +1.3.6.1.2.1.2.2.1.4.100253|2|1500 +1.3.6.1.2.1.2.2.1.4.100517|2|1500 +1.3.6.1.2.1.2.2.1.4.100521|2|1500 +1.3.6.1.2.1.2.2.1.4.100580|2|1500 +1.3.6.1.2.1.2.2.1.4.101884|2|1500 +1.3.6.1.2.1.2.2.1.6.49|4x|E828C1B8D391 +1.3.6.1.2.1.2.2.1.6.50|4x|E828C1B8D392 +1.3.6.1.2.1.2.2.1.6.51|4x|E828C1B8D393 +1.3.6.1.2.1.2.2.1.6.52|4x|E828C1B8D394 +1.3.6.1.2.1.2.2.1.6.53|4x|E828C1B8D395 +1.3.6.1.2.1.2.2.1.6.54|4x|E828C1B8D396 +1.3.6.1.2.1.2.2.1.6.55|4x|E828C1B8D397 +1.3.6.1.2.1.2.2.1.6.56|4x|E828C1B8D398 +1.3.6.1.2.1.2.2.1.6.57|4x|E828C1B8D399 +1.3.6.1.2.1.2.2.1.6.58|4x|E828C1B8D39A +1.3.6.1.2.1.2.2.1.6.1000|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1001|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1002|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1003|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1004|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1005|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1006|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1007|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1008|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1009|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1010|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1011|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1012|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1013|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1014|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1015|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1016|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1017|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1018|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1019|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1020|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1021|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1022|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1023|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1024|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1025|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1026|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1027|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1028|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1029|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1030|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1031|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1032|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1033|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1034|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1035|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1036|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1037|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1038|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1039|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1040|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1041|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1042|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1043|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1044|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1045|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1046|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.1047|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3000|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3001|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3002|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3003|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3004|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3005|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3006|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3007|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3008|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3009|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3010|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3011|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3012|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3013|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3014|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.3015|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7000|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7001|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7002|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7003|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7004|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7005|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7006|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7007|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7008|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7009|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7010|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7011|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7012|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7013|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7014|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7015|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7016|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7017|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7018|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7019|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7020|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7021|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7022|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7023|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7024|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7025|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7026|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7027|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7028|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7029|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7030|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7031|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7032|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7033|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7034|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7035|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7036|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7037|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7038|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7039|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7040|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7041|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7042|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7043|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7044|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7045|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7046|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7047|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7048|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7049|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7050|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7051|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7052|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7053|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7054|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7055|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7056|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7057|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7058|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7059|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7060|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7061|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7062|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.7063|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.9000|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.20000|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100000|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100001|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100073|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100099|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100199|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100201|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100214|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100253|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100517|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100521|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.100580|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.6.101884|4x|E828C1B8D390 +1.3.6.1.2.1.2.2.1.7.49|2|1 +1.3.6.1.2.1.2.2.1.7.50|2|1 +1.3.6.1.2.1.2.2.1.7.51|2|1 +1.3.6.1.2.1.2.2.1.7.52|2|1 +1.3.6.1.2.1.2.2.1.7.53|2|2 +1.3.6.1.2.1.2.2.1.7.54|2|1 +1.3.6.1.2.1.2.2.1.7.55|2|1 +1.3.6.1.2.1.2.2.1.7.56|2|1 +1.3.6.1.2.1.2.2.1.7.57|2|1 +1.3.6.1.2.1.2.2.1.7.58|2|1 +1.3.6.1.2.1.2.2.1.7.1000|2|1 +1.3.6.1.2.1.2.2.1.7.1001|2|1 +1.3.6.1.2.1.2.2.1.7.1002|2|1 +1.3.6.1.2.1.2.2.1.7.1003|2|1 +1.3.6.1.2.1.2.2.1.7.1004|2|1 +1.3.6.1.2.1.2.2.1.7.1005|2|1 +1.3.6.1.2.1.2.2.1.7.1006|2|1 +1.3.6.1.2.1.2.2.1.7.1007|2|1 +1.3.6.1.2.1.2.2.1.7.1008|2|1 +1.3.6.1.2.1.2.2.1.7.1009|2|1 +1.3.6.1.2.1.2.2.1.7.1010|2|1 +1.3.6.1.2.1.2.2.1.7.1011|2|1 +1.3.6.1.2.1.2.2.1.7.1012|2|1 +1.3.6.1.2.1.2.2.1.7.1013|2|1 +1.3.6.1.2.1.2.2.1.7.1014|2|1 +1.3.6.1.2.1.2.2.1.7.1015|2|1 +1.3.6.1.2.1.2.2.1.7.1016|2|1 +1.3.6.1.2.1.2.2.1.7.1017|2|1 +1.3.6.1.2.1.2.2.1.7.1018|2|1 +1.3.6.1.2.1.2.2.1.7.1019|2|1 +1.3.6.1.2.1.2.2.1.7.1020|2|1 +1.3.6.1.2.1.2.2.1.7.1021|2|1 +1.3.6.1.2.1.2.2.1.7.1022|2|1 +1.3.6.1.2.1.2.2.1.7.1023|2|1 +1.3.6.1.2.1.2.2.1.7.1024|2|1 +1.3.6.1.2.1.2.2.1.7.1025|2|1 +1.3.6.1.2.1.2.2.1.7.1026|2|1 +1.3.6.1.2.1.2.2.1.7.1027|2|1 +1.3.6.1.2.1.2.2.1.7.1028|2|1 +1.3.6.1.2.1.2.2.1.7.1029|2|1 +1.3.6.1.2.1.2.2.1.7.1030|2|1 +1.3.6.1.2.1.2.2.1.7.1031|2|1 +1.3.6.1.2.1.2.2.1.7.1032|2|1 +1.3.6.1.2.1.2.2.1.7.1033|2|1 +1.3.6.1.2.1.2.2.1.7.1034|2|1 +1.3.6.1.2.1.2.2.1.7.1035|2|1 +1.3.6.1.2.1.2.2.1.7.1036|2|1 +1.3.6.1.2.1.2.2.1.7.1037|2|1 +1.3.6.1.2.1.2.2.1.7.1038|2|1 +1.3.6.1.2.1.2.2.1.7.1039|2|1 +1.3.6.1.2.1.2.2.1.7.1040|2|1 +1.3.6.1.2.1.2.2.1.7.1041|2|1 +1.3.6.1.2.1.2.2.1.7.1042|2|1 +1.3.6.1.2.1.2.2.1.7.1043|2|1 +1.3.6.1.2.1.2.2.1.7.1044|2|1 +1.3.6.1.2.1.2.2.1.7.1045|2|1 +1.3.6.1.2.1.2.2.1.7.1046|2|1 +1.3.6.1.2.1.2.2.1.7.1047|2|1 +1.3.6.1.2.1.2.2.1.7.3000|2|1 +1.3.6.1.2.1.2.2.1.7.3001|2|1 +1.3.6.1.2.1.2.2.1.7.3002|2|1 +1.3.6.1.2.1.2.2.1.7.3003|2|1 +1.3.6.1.2.1.2.2.1.7.3004|2|1 +1.3.6.1.2.1.2.2.1.7.3005|2|1 +1.3.6.1.2.1.2.2.1.7.3006|2|1 +1.3.6.1.2.1.2.2.1.7.3007|2|1 +1.3.6.1.2.1.2.2.1.7.3008|2|1 +1.3.6.1.2.1.2.2.1.7.3009|2|1 +1.3.6.1.2.1.2.2.1.7.3010|2|1 +1.3.6.1.2.1.2.2.1.7.3011|2|1 +1.3.6.1.2.1.2.2.1.7.3012|2|1 +1.3.6.1.2.1.2.2.1.7.3013|2|1 +1.3.6.1.2.1.2.2.1.7.3014|2|1 +1.3.6.1.2.1.2.2.1.7.3015|2|1 +1.3.6.1.2.1.2.2.1.7.7000|2|1 +1.3.6.1.2.1.2.2.1.7.7001|2|1 +1.3.6.1.2.1.2.2.1.7.7002|2|1 +1.3.6.1.2.1.2.2.1.7.7003|2|1 +1.3.6.1.2.1.2.2.1.7.7004|2|1 +1.3.6.1.2.1.2.2.1.7.7005|2|1 +1.3.6.1.2.1.2.2.1.7.7006|2|1 +1.3.6.1.2.1.2.2.1.7.7007|2|1 +1.3.6.1.2.1.2.2.1.7.7008|2|1 +1.3.6.1.2.1.2.2.1.7.7009|2|1 +1.3.6.1.2.1.2.2.1.7.7010|2|1 +1.3.6.1.2.1.2.2.1.7.7011|2|1 +1.3.6.1.2.1.2.2.1.7.7012|2|1 +1.3.6.1.2.1.2.2.1.7.7013|2|1 +1.3.6.1.2.1.2.2.1.7.7014|2|1 +1.3.6.1.2.1.2.2.1.7.7015|2|1 +1.3.6.1.2.1.2.2.1.7.7016|2|1 +1.3.6.1.2.1.2.2.1.7.7017|2|1 +1.3.6.1.2.1.2.2.1.7.7018|2|1 +1.3.6.1.2.1.2.2.1.7.7019|2|1 +1.3.6.1.2.1.2.2.1.7.7020|2|1 +1.3.6.1.2.1.2.2.1.7.7021|2|1 +1.3.6.1.2.1.2.2.1.7.7022|2|1 +1.3.6.1.2.1.2.2.1.7.7023|2|1 +1.3.6.1.2.1.2.2.1.7.7024|2|1 +1.3.6.1.2.1.2.2.1.7.7025|2|1 +1.3.6.1.2.1.2.2.1.7.7026|2|1 +1.3.6.1.2.1.2.2.1.7.7027|2|1 +1.3.6.1.2.1.2.2.1.7.7028|2|1 +1.3.6.1.2.1.2.2.1.7.7029|2|1 +1.3.6.1.2.1.2.2.1.7.7030|2|1 +1.3.6.1.2.1.2.2.1.7.7031|2|1 +1.3.6.1.2.1.2.2.1.7.7032|2|1 +1.3.6.1.2.1.2.2.1.7.7033|2|1 +1.3.6.1.2.1.2.2.1.7.7034|2|1 +1.3.6.1.2.1.2.2.1.7.7035|2|1 +1.3.6.1.2.1.2.2.1.7.7036|2|1 +1.3.6.1.2.1.2.2.1.7.7037|2|1 +1.3.6.1.2.1.2.2.1.7.7038|2|1 +1.3.6.1.2.1.2.2.1.7.7039|2|1 +1.3.6.1.2.1.2.2.1.7.7040|2|1 +1.3.6.1.2.1.2.2.1.7.7041|2|1 +1.3.6.1.2.1.2.2.1.7.7042|2|1 +1.3.6.1.2.1.2.2.1.7.7043|2|1 +1.3.6.1.2.1.2.2.1.7.7044|2|1 +1.3.6.1.2.1.2.2.1.7.7045|2|1 +1.3.6.1.2.1.2.2.1.7.7046|2|1 +1.3.6.1.2.1.2.2.1.7.7047|2|1 +1.3.6.1.2.1.2.2.1.7.7048|2|1 +1.3.6.1.2.1.2.2.1.7.7049|2|1 +1.3.6.1.2.1.2.2.1.7.7050|2|1 +1.3.6.1.2.1.2.2.1.7.7051|2|1 +1.3.6.1.2.1.2.2.1.7.7052|2|1 +1.3.6.1.2.1.2.2.1.7.7053|2|1 +1.3.6.1.2.1.2.2.1.7.7054|2|1 +1.3.6.1.2.1.2.2.1.7.7055|2|1 +1.3.6.1.2.1.2.2.1.7.7056|2|1 +1.3.6.1.2.1.2.2.1.7.7057|2|1 +1.3.6.1.2.1.2.2.1.7.7058|2|1 +1.3.6.1.2.1.2.2.1.7.7059|2|1 +1.3.6.1.2.1.2.2.1.7.7060|2|1 +1.3.6.1.2.1.2.2.1.7.7061|2|1 +1.3.6.1.2.1.2.2.1.7.7062|2|1 +1.3.6.1.2.1.2.2.1.7.7063|2|1 +1.3.6.1.2.1.2.2.1.7.9000|2|1 +1.3.6.1.2.1.2.2.1.7.20000|2|1 +1.3.6.1.2.1.2.2.1.7.100000|2|1 +1.3.6.1.2.1.2.2.1.7.100001|2|1 +1.3.6.1.2.1.2.2.1.7.100073|2|1 +1.3.6.1.2.1.2.2.1.7.100099|2|1 +1.3.6.1.2.1.2.2.1.7.100199|2|1 +1.3.6.1.2.1.2.2.1.7.100201|2|1 +1.3.6.1.2.1.2.2.1.7.100214|2|1 +1.3.6.1.2.1.2.2.1.7.100253|2|1 +1.3.6.1.2.1.2.2.1.7.100517|2|1 +1.3.6.1.2.1.2.2.1.7.100521|2|1 +1.3.6.1.2.1.2.2.1.7.100580|2|1 +1.3.6.1.2.1.2.2.1.7.101884|2|1 +1.3.6.1.2.1.2.2.1.8.49|2|1 +1.3.6.1.2.1.2.2.1.8.50|2|2 +1.3.6.1.2.1.2.2.1.8.51|2|2 +1.3.6.1.2.1.2.2.1.8.52|2|2 +1.3.6.1.2.1.2.2.1.8.53|2|2 +1.3.6.1.2.1.2.2.1.8.54|2|1 +1.3.6.1.2.1.2.2.1.8.55|2|1 +1.3.6.1.2.1.2.2.1.8.56|2|1 +1.3.6.1.2.1.2.2.1.8.57|2|1 +1.3.6.1.2.1.2.2.1.8.58|2|1 +1.3.6.1.2.1.2.2.1.8.1000|2|6 +1.3.6.1.2.1.2.2.1.8.1001|2|6 +1.3.6.1.2.1.2.2.1.8.1002|2|6 +1.3.6.1.2.1.2.2.1.8.1003|2|6 +1.3.6.1.2.1.2.2.1.8.1004|2|6 +1.3.6.1.2.1.2.2.1.8.1005|2|6 +1.3.6.1.2.1.2.2.1.8.1006|2|6 +1.3.6.1.2.1.2.2.1.8.1007|2|6 +1.3.6.1.2.1.2.2.1.8.1008|2|6 +1.3.6.1.2.1.2.2.1.8.1009|2|6 +1.3.6.1.2.1.2.2.1.8.1010|2|6 +1.3.6.1.2.1.2.2.1.8.1011|2|6 +1.3.6.1.2.1.2.2.1.8.1012|2|6 +1.3.6.1.2.1.2.2.1.8.1013|2|6 +1.3.6.1.2.1.2.2.1.8.1014|2|6 +1.3.6.1.2.1.2.2.1.8.1015|2|6 +1.3.6.1.2.1.2.2.1.8.1016|2|6 +1.3.6.1.2.1.2.2.1.8.1017|2|6 +1.3.6.1.2.1.2.2.1.8.1018|2|6 +1.3.6.1.2.1.2.2.1.8.1019|2|6 +1.3.6.1.2.1.2.2.1.8.1020|2|6 +1.3.6.1.2.1.2.2.1.8.1021|2|6 +1.3.6.1.2.1.2.2.1.8.1022|2|6 +1.3.6.1.2.1.2.2.1.8.1023|2|6 +1.3.6.1.2.1.2.2.1.8.1024|2|6 +1.3.6.1.2.1.2.2.1.8.1025|2|6 +1.3.6.1.2.1.2.2.1.8.1026|2|6 +1.3.6.1.2.1.2.2.1.8.1027|2|6 +1.3.6.1.2.1.2.2.1.8.1028|2|6 +1.3.6.1.2.1.2.2.1.8.1029|2|6 +1.3.6.1.2.1.2.2.1.8.1030|2|6 +1.3.6.1.2.1.2.2.1.8.1031|2|6 +1.3.6.1.2.1.2.2.1.8.1032|2|6 +1.3.6.1.2.1.2.2.1.8.1033|2|6 +1.3.6.1.2.1.2.2.1.8.1034|2|6 +1.3.6.1.2.1.2.2.1.8.1035|2|6 +1.3.6.1.2.1.2.2.1.8.1036|2|6 +1.3.6.1.2.1.2.2.1.8.1037|2|6 +1.3.6.1.2.1.2.2.1.8.1038|2|6 +1.3.6.1.2.1.2.2.1.8.1039|2|6 +1.3.6.1.2.1.2.2.1.8.1040|2|6 +1.3.6.1.2.1.2.2.1.8.1041|2|6 +1.3.6.1.2.1.2.2.1.8.1042|2|6 +1.3.6.1.2.1.2.2.1.8.1043|2|6 +1.3.6.1.2.1.2.2.1.8.1044|2|6 +1.3.6.1.2.1.2.2.1.8.1045|2|6 +1.3.6.1.2.1.2.2.1.8.1046|2|6 +1.3.6.1.2.1.2.2.1.8.1047|2|6 +1.3.6.1.2.1.2.2.1.8.3000|2|6 +1.3.6.1.2.1.2.2.1.8.3001|2|6 +1.3.6.1.2.1.2.2.1.8.3002|2|6 +1.3.6.1.2.1.2.2.1.8.3003|2|6 +1.3.6.1.2.1.2.2.1.8.3004|2|6 +1.3.6.1.2.1.2.2.1.8.3005|2|6 +1.3.6.1.2.1.2.2.1.8.3006|2|6 +1.3.6.1.2.1.2.2.1.8.3007|2|6 +1.3.6.1.2.1.2.2.1.8.3008|2|6 +1.3.6.1.2.1.2.2.1.8.3009|2|6 +1.3.6.1.2.1.2.2.1.8.3010|2|6 +1.3.6.1.2.1.2.2.1.8.3011|2|6 +1.3.6.1.2.1.2.2.1.8.3012|2|6 +1.3.6.1.2.1.2.2.1.8.3013|2|6 +1.3.6.1.2.1.2.2.1.8.3014|2|6 +1.3.6.1.2.1.2.2.1.8.3015|2|6 +1.3.6.1.2.1.2.2.1.8.7000|2|1 +1.3.6.1.2.1.2.2.1.8.7001|2|1 +1.3.6.1.2.1.2.2.1.8.7002|2|1 +1.3.6.1.2.1.2.2.1.8.7003|2|1 +1.3.6.1.2.1.2.2.1.8.7004|2|1 +1.3.6.1.2.1.2.2.1.8.7005|2|1 +1.3.6.1.2.1.2.2.1.8.7006|2|1 +1.3.6.1.2.1.2.2.1.8.7007|2|1 +1.3.6.1.2.1.2.2.1.8.7008|2|1 +1.3.6.1.2.1.2.2.1.8.7009|2|1 +1.3.6.1.2.1.2.2.1.8.7010|2|1 +1.3.6.1.2.1.2.2.1.8.7011|2|1 +1.3.6.1.2.1.2.2.1.8.7012|2|1 +1.3.6.1.2.1.2.2.1.8.7013|2|1 +1.3.6.1.2.1.2.2.1.8.7014|2|1 +1.3.6.1.2.1.2.2.1.8.7015|2|1 +1.3.6.1.2.1.2.2.1.8.7016|2|1 +1.3.6.1.2.1.2.2.1.8.7017|2|1 +1.3.6.1.2.1.2.2.1.8.7018|2|1 +1.3.6.1.2.1.2.2.1.8.7019|2|1 +1.3.6.1.2.1.2.2.1.8.7020|2|1 +1.3.6.1.2.1.2.2.1.8.7021|2|1 +1.3.6.1.2.1.2.2.1.8.7022|2|1 +1.3.6.1.2.1.2.2.1.8.7023|2|1 +1.3.6.1.2.1.2.2.1.8.7024|2|1 +1.3.6.1.2.1.2.2.1.8.7025|2|1 +1.3.6.1.2.1.2.2.1.8.7026|2|1 +1.3.6.1.2.1.2.2.1.8.7027|2|1 +1.3.6.1.2.1.2.2.1.8.7028|2|1 +1.3.6.1.2.1.2.2.1.8.7029|2|1 +1.3.6.1.2.1.2.2.1.8.7030|2|1 +1.3.6.1.2.1.2.2.1.8.7031|2|1 +1.3.6.1.2.1.2.2.1.8.7032|2|1 +1.3.6.1.2.1.2.2.1.8.7033|2|1 +1.3.6.1.2.1.2.2.1.8.7034|2|1 +1.3.6.1.2.1.2.2.1.8.7035|2|1 +1.3.6.1.2.1.2.2.1.8.7036|2|1 +1.3.6.1.2.1.2.2.1.8.7037|2|1 +1.3.6.1.2.1.2.2.1.8.7038|2|1 +1.3.6.1.2.1.2.2.1.8.7039|2|1 +1.3.6.1.2.1.2.2.1.8.7040|2|1 +1.3.6.1.2.1.2.2.1.8.7041|2|1 +1.3.6.1.2.1.2.2.1.8.7042|2|1 +1.3.6.1.2.1.2.2.1.8.7043|2|1 +1.3.6.1.2.1.2.2.1.8.7044|2|1 +1.3.6.1.2.1.2.2.1.8.7045|2|1 +1.3.6.1.2.1.2.2.1.8.7046|2|1 +1.3.6.1.2.1.2.2.1.8.7047|2|1 +1.3.6.1.2.1.2.2.1.8.7048|2|1 +1.3.6.1.2.1.2.2.1.8.7049|2|1 +1.3.6.1.2.1.2.2.1.8.7050|2|1 +1.3.6.1.2.1.2.2.1.8.7051|2|1 +1.3.6.1.2.1.2.2.1.8.7052|2|1 +1.3.6.1.2.1.2.2.1.8.7053|2|1 +1.3.6.1.2.1.2.2.1.8.7054|2|1 +1.3.6.1.2.1.2.2.1.8.7055|2|1 +1.3.6.1.2.1.2.2.1.8.7056|2|1 +1.3.6.1.2.1.2.2.1.8.7057|2|1 +1.3.6.1.2.1.2.2.1.8.7058|2|1 +1.3.6.1.2.1.2.2.1.8.7059|2|1 +1.3.6.1.2.1.2.2.1.8.7060|2|1 +1.3.6.1.2.1.2.2.1.8.7061|2|1 +1.3.6.1.2.1.2.2.1.8.7062|2|1 +1.3.6.1.2.1.2.2.1.8.7063|2|1 +1.3.6.1.2.1.2.2.1.8.9000|2|1 +1.3.6.1.2.1.2.2.1.8.20000|2|1 +1.3.6.1.2.1.2.2.1.8.100000|2|1 +1.3.6.1.2.1.2.2.1.8.100001|2|1 +1.3.6.1.2.1.2.2.1.8.100073|2|1 +1.3.6.1.2.1.2.2.1.8.100099|2|1 +1.3.6.1.2.1.2.2.1.8.100199|2|1 +1.3.6.1.2.1.2.2.1.8.100201|2|1 +1.3.6.1.2.1.2.2.1.8.100214|2|1 +1.3.6.1.2.1.2.2.1.8.100253|2|1 +1.3.6.1.2.1.2.2.1.8.100517|2|1 +1.3.6.1.2.1.2.2.1.8.100521|2|1 +1.3.6.1.2.1.2.2.1.8.100580|2|1 +1.3.6.1.2.1.2.2.1.8.101884|2|1 +1.3.6.1.2.1.2.2.1.9.49|67|189092900 +1.3.6.1.2.1.2.2.1.9.50|67|115644700 +1.3.6.1.2.1.2.2.1.9.51|67|3200 +1.3.6.1.2.1.2.2.1.9.52|67|3200 +1.3.6.1.2.1.2.2.1.9.53|67|3200 +1.3.6.1.2.1.2.2.1.9.54|67|3500 +1.3.6.1.2.1.2.2.1.9.55|67|520266300 +1.3.6.1.2.1.2.2.1.9.56|67|520262700 +1.3.6.1.2.1.2.2.1.9.57|67|3500 +1.3.6.1.2.1.2.2.1.9.58|67|3400 +1.3.6.1.2.1.2.2.1.9.1000|67|0 +1.3.6.1.2.1.2.2.1.9.1001|67|0 +1.3.6.1.2.1.2.2.1.9.1002|67|0 +1.3.6.1.2.1.2.2.1.9.1003|67|0 +1.3.6.1.2.1.2.2.1.9.1004|67|0 +1.3.6.1.2.1.2.2.1.9.1005|67|0 +1.3.6.1.2.1.2.2.1.9.1006|67|0 +1.3.6.1.2.1.2.2.1.9.1007|67|0 +1.3.6.1.2.1.2.2.1.9.1008|67|0 +1.3.6.1.2.1.2.2.1.9.1009|67|0 +1.3.6.1.2.1.2.2.1.9.1010|67|0 +1.3.6.1.2.1.2.2.1.9.1011|67|0 +1.3.6.1.2.1.2.2.1.9.1012|67|0 +1.3.6.1.2.1.2.2.1.9.1013|67|0 +1.3.6.1.2.1.2.2.1.9.1014|67|0 +1.3.6.1.2.1.2.2.1.9.1015|67|0 +1.3.6.1.2.1.2.2.1.9.1016|67|0 +1.3.6.1.2.1.2.2.1.9.1017|67|0 +1.3.6.1.2.1.2.2.1.9.1018|67|0 +1.3.6.1.2.1.2.2.1.9.1019|67|0 +1.3.6.1.2.1.2.2.1.9.1020|67|0 +1.3.6.1.2.1.2.2.1.9.1021|67|0 +1.3.6.1.2.1.2.2.1.9.1022|67|0 +1.3.6.1.2.1.2.2.1.9.1023|67|0 +1.3.6.1.2.1.2.2.1.9.1024|67|0 +1.3.6.1.2.1.2.2.1.9.1025|67|0 +1.3.6.1.2.1.2.2.1.9.1026|67|0 +1.3.6.1.2.1.2.2.1.9.1027|67|0 +1.3.6.1.2.1.2.2.1.9.1028|67|0 +1.3.6.1.2.1.2.2.1.9.1029|67|0 +1.3.6.1.2.1.2.2.1.9.1030|67|0 +1.3.6.1.2.1.2.2.1.9.1031|67|0 +1.3.6.1.2.1.2.2.1.9.1032|67|0 +1.3.6.1.2.1.2.2.1.9.1033|67|0 +1.3.6.1.2.1.2.2.1.9.1034|67|0 +1.3.6.1.2.1.2.2.1.9.1035|67|0 +1.3.6.1.2.1.2.2.1.9.1036|67|0 +1.3.6.1.2.1.2.2.1.9.1037|67|0 +1.3.6.1.2.1.2.2.1.9.1038|67|0 +1.3.6.1.2.1.2.2.1.9.1039|67|0 +1.3.6.1.2.1.2.2.1.9.1040|67|0 +1.3.6.1.2.1.2.2.1.9.1041|67|0 +1.3.6.1.2.1.2.2.1.9.1042|67|0 +1.3.6.1.2.1.2.2.1.9.1043|67|0 +1.3.6.1.2.1.2.2.1.9.1044|67|0 +1.3.6.1.2.1.2.2.1.9.1045|67|0 +1.3.6.1.2.1.2.2.1.9.1046|67|0 +1.3.6.1.2.1.2.2.1.9.1047|67|0 +1.3.6.1.2.1.2.2.1.9.3000|67|0 +1.3.6.1.2.1.2.2.1.9.3001|67|0 +1.3.6.1.2.1.2.2.1.9.3002|67|0 +1.3.6.1.2.1.2.2.1.9.3003|67|0 +1.3.6.1.2.1.2.2.1.9.3004|67|0 +1.3.6.1.2.1.2.2.1.9.3005|67|0 +1.3.6.1.2.1.2.2.1.9.3006|67|0 +1.3.6.1.2.1.2.2.1.9.3007|67|0 +1.3.6.1.2.1.2.2.1.9.3008|67|0 +1.3.6.1.2.1.2.2.1.9.3009|67|0 +1.3.6.1.2.1.2.2.1.9.3010|67|0 +1.3.6.1.2.1.2.2.1.9.3011|67|0 +1.3.6.1.2.1.2.2.1.9.3012|67|0 +1.3.6.1.2.1.2.2.1.9.3013|67|0 +1.3.6.1.2.1.2.2.1.9.3014|67|0 +1.3.6.1.2.1.2.2.1.9.3015|67|0 +1.3.6.1.2.1.2.2.1.9.7000|67|3200 +1.3.6.1.2.1.2.2.1.9.7001|67|3200 +1.3.6.1.2.1.2.2.1.9.7002|67|3200 +1.3.6.1.2.1.2.2.1.9.7003|67|3200 +1.3.6.1.2.1.2.2.1.9.7004|67|3200 +1.3.6.1.2.1.2.2.1.9.7005|67|3200 +1.3.6.1.2.1.2.2.1.9.7006|67|3200 +1.3.6.1.2.1.2.2.1.9.7007|67|3200 +1.3.6.1.2.1.2.2.1.9.7008|67|3200 +1.3.6.1.2.1.2.2.1.9.7009|67|3200 +1.3.6.1.2.1.2.2.1.9.7010|67|3200 +1.3.6.1.2.1.2.2.1.9.7011|67|3200 +1.3.6.1.2.1.2.2.1.9.7012|67|3200 +1.3.6.1.2.1.2.2.1.9.7013|67|3200 +1.3.6.1.2.1.2.2.1.9.7014|67|3200 +1.3.6.1.2.1.2.2.1.9.7015|67|3200 +1.3.6.1.2.1.2.2.1.9.7016|67|3200 +1.3.6.1.2.1.2.2.1.9.7017|67|3200 +1.3.6.1.2.1.2.2.1.9.7018|67|3200 +1.3.6.1.2.1.2.2.1.9.7019|67|3200 +1.3.6.1.2.1.2.2.1.9.7020|67|3200 +1.3.6.1.2.1.2.2.1.9.7021|67|3200 +1.3.6.1.2.1.2.2.1.9.7022|67|3200 +1.3.6.1.2.1.2.2.1.9.7023|67|3200 +1.3.6.1.2.1.2.2.1.9.7024|67|3200 +1.3.6.1.2.1.2.2.1.9.7025|67|3200 +1.3.6.1.2.1.2.2.1.9.7026|67|3200 +1.3.6.1.2.1.2.2.1.9.7027|67|3200 +1.3.6.1.2.1.2.2.1.9.7028|67|3200 +1.3.6.1.2.1.2.2.1.9.7029|67|3200 +1.3.6.1.2.1.2.2.1.9.7030|67|3200 +1.3.6.1.2.1.2.2.1.9.7031|67|3200 +1.3.6.1.2.1.2.2.1.9.7032|67|3200 +1.3.6.1.2.1.2.2.1.9.7033|67|3200 +1.3.6.1.2.1.2.2.1.9.7034|67|3200 +1.3.6.1.2.1.2.2.1.9.7035|67|3200 +1.3.6.1.2.1.2.2.1.9.7036|67|3200 +1.3.6.1.2.1.2.2.1.9.7037|67|3200 +1.3.6.1.2.1.2.2.1.9.7038|67|3200 +1.3.6.1.2.1.2.2.1.9.7039|67|3200 +1.3.6.1.2.1.2.2.1.9.7040|67|3200 +1.3.6.1.2.1.2.2.1.9.7041|67|3200 +1.3.6.1.2.1.2.2.1.9.7042|67|3200 +1.3.6.1.2.1.2.2.1.9.7043|67|3200 +1.3.6.1.2.1.2.2.1.9.7044|67|3200 +1.3.6.1.2.1.2.2.1.9.7045|67|3200 +1.3.6.1.2.1.2.2.1.9.7046|67|3200 +1.3.6.1.2.1.2.2.1.9.7047|67|3200 +1.3.6.1.2.1.2.2.1.9.7048|67|3200 +1.3.6.1.2.1.2.2.1.9.7049|67|3200 +1.3.6.1.2.1.2.2.1.9.7050|67|3200 +1.3.6.1.2.1.2.2.1.9.7051|67|3200 +1.3.6.1.2.1.2.2.1.9.7052|67|3200 +1.3.6.1.2.1.2.2.1.9.7053|67|3200 +1.3.6.1.2.1.2.2.1.9.7054|67|3200 +1.3.6.1.2.1.2.2.1.9.7055|67|3200 +1.3.6.1.2.1.2.2.1.9.7056|67|3200 +1.3.6.1.2.1.2.2.1.9.7057|67|3200 +1.3.6.1.2.1.2.2.1.9.7058|67|3200 +1.3.6.1.2.1.2.2.1.9.7059|67|3200 +1.3.6.1.2.1.2.2.1.9.7060|67|3200 +1.3.6.1.2.1.2.2.1.9.7061|67|3200 +1.3.6.1.2.1.2.2.1.9.7062|67|3200 +1.3.6.1.2.1.2.2.1.9.7063|67|3200 +1.3.6.1.2.1.2.2.1.9.9000|67|0 +1.3.6.1.2.1.2.2.1.9.20000|67|3200 +1.3.6.1.2.1.2.2.1.9.100000|67|0 +1.3.6.1.2.1.2.2.1.9.100001|67|0 +1.3.6.1.2.1.2.2.1.9.100073|67|0 +1.3.6.1.2.1.2.2.1.9.100099|67|0 +1.3.6.1.2.1.2.2.1.9.100199|67|0 +1.3.6.1.2.1.2.2.1.9.100201|67|0 +1.3.6.1.2.1.2.2.1.9.100214|67|0 +1.3.6.1.2.1.2.2.1.9.100253|67|0 +1.3.6.1.2.1.2.2.1.9.100517|67|0 +1.3.6.1.2.1.2.2.1.9.100521|67|0 +1.3.6.1.2.1.2.2.1.9.100580|67|0 +1.3.6.1.2.1.2.2.1.9.101884|67|0 +1.3.6.1.2.1.2.2.1.13.49|65|0 +1.3.6.1.2.1.2.2.1.13.50|65|0 +1.3.6.1.2.1.2.2.1.13.51|65|0 +1.3.6.1.2.1.2.2.1.13.52|65|0 +1.3.6.1.2.1.2.2.1.13.53|65|0 +1.3.6.1.2.1.2.2.1.13.54|65|0 +1.3.6.1.2.1.2.2.1.13.55|65|0 +1.3.6.1.2.1.2.2.1.13.56|65|0 +1.3.6.1.2.1.2.2.1.13.57|65|0 +1.3.6.1.2.1.2.2.1.13.58|65|0 +1.3.6.1.2.1.2.2.1.13.1000|65|0 +1.3.6.1.2.1.2.2.1.13.1001|65|0 +1.3.6.1.2.1.2.2.1.13.1002|65|0 +1.3.6.1.2.1.2.2.1.13.1003|65|0 +1.3.6.1.2.1.2.2.1.13.1004|65|0 +1.3.6.1.2.1.2.2.1.13.1005|65|0 +1.3.6.1.2.1.2.2.1.13.1006|65|0 +1.3.6.1.2.1.2.2.1.13.1007|65|0 +1.3.6.1.2.1.2.2.1.13.1008|65|0 +1.3.6.1.2.1.2.2.1.13.1009|65|0 +1.3.6.1.2.1.2.2.1.13.1010|65|0 +1.3.6.1.2.1.2.2.1.13.1011|65|0 +1.3.6.1.2.1.2.2.1.13.1012|65|0 +1.3.6.1.2.1.2.2.1.13.1013|65|0 +1.3.6.1.2.1.2.2.1.13.1014|65|0 +1.3.6.1.2.1.2.2.1.13.1015|65|0 +1.3.6.1.2.1.2.2.1.13.1016|65|0 +1.3.6.1.2.1.2.2.1.13.1017|65|0 +1.3.6.1.2.1.2.2.1.13.1018|65|0 +1.3.6.1.2.1.2.2.1.13.1019|65|0 +1.3.6.1.2.1.2.2.1.13.1020|65|0 +1.3.6.1.2.1.2.2.1.13.1021|65|0 +1.3.6.1.2.1.2.2.1.13.1022|65|0 +1.3.6.1.2.1.2.2.1.13.1023|65|0 +1.3.6.1.2.1.2.2.1.13.1024|65|0 +1.3.6.1.2.1.2.2.1.13.1025|65|0 +1.3.6.1.2.1.2.2.1.13.1026|65|0 +1.3.6.1.2.1.2.2.1.13.1027|65|0 +1.3.6.1.2.1.2.2.1.13.1028|65|0 +1.3.6.1.2.1.2.2.1.13.1029|65|0 +1.3.6.1.2.1.2.2.1.13.1030|65|0 +1.3.6.1.2.1.2.2.1.13.1031|65|0 +1.3.6.1.2.1.2.2.1.13.1032|65|0 +1.3.6.1.2.1.2.2.1.13.1033|65|0 +1.3.6.1.2.1.2.2.1.13.1034|65|0 +1.3.6.1.2.1.2.2.1.13.1035|65|0 +1.3.6.1.2.1.2.2.1.13.1036|65|0 +1.3.6.1.2.1.2.2.1.13.1037|65|0 +1.3.6.1.2.1.2.2.1.13.1038|65|0 +1.3.6.1.2.1.2.2.1.13.1039|65|0 +1.3.6.1.2.1.2.2.1.13.1040|65|0 +1.3.6.1.2.1.2.2.1.13.1041|65|0 +1.3.6.1.2.1.2.2.1.13.1042|65|0 +1.3.6.1.2.1.2.2.1.13.1043|65|0 +1.3.6.1.2.1.2.2.1.13.1044|65|0 +1.3.6.1.2.1.2.2.1.13.1045|65|0 +1.3.6.1.2.1.2.2.1.13.1046|65|0 +1.3.6.1.2.1.2.2.1.13.1047|65|0 +1.3.6.1.2.1.2.2.1.13.3000|65|0 +1.3.6.1.2.1.2.2.1.13.3001|65|0 +1.3.6.1.2.1.2.2.1.13.3002|65|0 +1.3.6.1.2.1.2.2.1.13.3003|65|0 +1.3.6.1.2.1.2.2.1.13.3004|65|0 +1.3.6.1.2.1.2.2.1.13.3005|65|0 +1.3.6.1.2.1.2.2.1.13.3006|65|0 +1.3.6.1.2.1.2.2.1.13.3007|65|0 +1.3.6.1.2.1.2.2.1.13.3008|65|0 +1.3.6.1.2.1.2.2.1.13.3009|65|0 +1.3.6.1.2.1.2.2.1.13.3010|65|0 +1.3.6.1.2.1.2.2.1.13.3011|65|0 +1.3.6.1.2.1.2.2.1.13.3012|65|0 +1.3.6.1.2.1.2.2.1.13.3013|65|0 +1.3.6.1.2.1.2.2.1.13.3014|65|0 +1.3.6.1.2.1.2.2.1.13.3015|65|0 +1.3.6.1.2.1.2.2.1.13.7000|65|0 +1.3.6.1.2.1.2.2.1.13.7001|65|0 +1.3.6.1.2.1.2.2.1.13.7002|65|0 +1.3.6.1.2.1.2.2.1.13.7003|65|0 +1.3.6.1.2.1.2.2.1.13.7004|65|0 +1.3.6.1.2.1.2.2.1.13.7005|65|0 +1.3.6.1.2.1.2.2.1.13.7006|65|0 +1.3.6.1.2.1.2.2.1.13.7007|65|0 +1.3.6.1.2.1.2.2.1.13.7008|65|0 +1.3.6.1.2.1.2.2.1.13.7009|65|0 +1.3.6.1.2.1.2.2.1.13.7010|65|0 +1.3.6.1.2.1.2.2.1.13.7011|65|0 +1.3.6.1.2.1.2.2.1.13.7012|65|0 +1.3.6.1.2.1.2.2.1.13.7013|65|0 +1.3.6.1.2.1.2.2.1.13.7014|65|0 +1.3.6.1.2.1.2.2.1.13.7015|65|0 +1.3.6.1.2.1.2.2.1.13.7016|65|0 +1.3.6.1.2.1.2.2.1.13.7017|65|0 +1.3.6.1.2.1.2.2.1.13.7018|65|0 +1.3.6.1.2.1.2.2.1.13.7019|65|0 +1.3.6.1.2.1.2.2.1.13.7020|65|0 +1.3.6.1.2.1.2.2.1.13.7021|65|0 +1.3.6.1.2.1.2.2.1.13.7022|65|0 +1.3.6.1.2.1.2.2.1.13.7023|65|0 +1.3.6.1.2.1.2.2.1.13.7024|65|0 +1.3.6.1.2.1.2.2.1.13.7025|65|0 +1.3.6.1.2.1.2.2.1.13.7026|65|0 +1.3.6.1.2.1.2.2.1.13.7027|65|0 +1.3.6.1.2.1.2.2.1.13.7028|65|0 +1.3.6.1.2.1.2.2.1.13.7029|65|0 +1.3.6.1.2.1.2.2.1.13.7030|65|0 +1.3.6.1.2.1.2.2.1.13.7031|65|0 +1.3.6.1.2.1.2.2.1.13.7032|65|0 +1.3.6.1.2.1.2.2.1.13.7033|65|0 +1.3.6.1.2.1.2.2.1.13.7034|65|0 +1.3.6.1.2.1.2.2.1.13.7035|65|0 +1.3.6.1.2.1.2.2.1.13.7036|65|0 +1.3.6.1.2.1.2.2.1.13.7037|65|0 +1.3.6.1.2.1.2.2.1.13.7038|65|0 +1.3.6.1.2.1.2.2.1.13.7039|65|0 +1.3.6.1.2.1.2.2.1.13.7040|65|0 +1.3.6.1.2.1.2.2.1.13.7041|65|0 +1.3.6.1.2.1.2.2.1.13.7042|65|0 +1.3.6.1.2.1.2.2.1.13.7043|65|0 +1.3.6.1.2.1.2.2.1.13.7044|65|0 +1.3.6.1.2.1.2.2.1.13.7045|65|0 +1.3.6.1.2.1.2.2.1.13.7046|65|0 +1.3.6.1.2.1.2.2.1.13.7047|65|0 +1.3.6.1.2.1.2.2.1.13.7048|65|0 +1.3.6.1.2.1.2.2.1.13.7049|65|0 +1.3.6.1.2.1.2.2.1.13.7050|65|0 +1.3.6.1.2.1.2.2.1.13.7051|65|0 +1.3.6.1.2.1.2.2.1.13.7052|65|0 +1.3.6.1.2.1.2.2.1.13.7053|65|0 +1.3.6.1.2.1.2.2.1.13.7054|65|0 +1.3.6.1.2.1.2.2.1.13.7055|65|0 +1.3.6.1.2.1.2.2.1.13.7056|65|0 +1.3.6.1.2.1.2.2.1.13.7057|65|0 +1.3.6.1.2.1.2.2.1.13.7058|65|0 +1.3.6.1.2.1.2.2.1.13.7059|65|0 +1.3.6.1.2.1.2.2.1.13.7060|65|0 +1.3.6.1.2.1.2.2.1.13.7061|65|0 +1.3.6.1.2.1.2.2.1.13.7062|65|0 +1.3.6.1.2.1.2.2.1.13.7063|65|0 +1.3.6.1.2.1.2.2.1.13.9000|65|0 +1.3.6.1.2.1.2.2.1.13.20000|65|0 +1.3.6.1.2.1.2.2.1.13.100000|65|0 +1.3.6.1.2.1.2.2.1.13.100001|65|0 +1.3.6.1.2.1.2.2.1.13.100073|65|0 +1.3.6.1.2.1.2.2.1.13.100099|65|0 +1.3.6.1.2.1.2.2.1.13.100199|65|0 +1.3.6.1.2.1.2.2.1.13.100201|65|0 +1.3.6.1.2.1.2.2.1.13.100214|65|0 +1.3.6.1.2.1.2.2.1.13.100253|65|0 +1.3.6.1.2.1.2.2.1.13.100517|65|0 +1.3.6.1.2.1.2.2.1.13.100521|65|0 +1.3.6.1.2.1.2.2.1.13.100580|65|0 +1.3.6.1.2.1.2.2.1.13.101884|65|0 +1.3.6.1.2.1.2.2.1.14.49|65|0 +1.3.6.1.2.1.2.2.1.14.50|65|10 +1.3.6.1.2.1.2.2.1.14.51|65|0 +1.3.6.1.2.1.2.2.1.14.52|65|0 +1.3.6.1.2.1.2.2.1.14.53|65|0 +1.3.6.1.2.1.2.2.1.14.54|65|0 +1.3.6.1.2.1.2.2.1.14.55|65|0 +1.3.6.1.2.1.2.2.1.14.56|65|3 +1.3.6.1.2.1.2.2.1.14.57|65|0 +1.3.6.1.2.1.2.2.1.14.58|65|0 +1.3.6.1.2.1.2.2.1.14.1000|65|0 +1.3.6.1.2.1.2.2.1.14.1001|65|0 +1.3.6.1.2.1.2.2.1.14.1002|65|0 +1.3.6.1.2.1.2.2.1.14.1003|65|0 +1.3.6.1.2.1.2.2.1.14.1004|65|0 +1.3.6.1.2.1.2.2.1.14.1005|65|0 +1.3.6.1.2.1.2.2.1.14.1006|65|0 +1.3.6.1.2.1.2.2.1.14.1007|65|0 +1.3.6.1.2.1.2.2.1.14.1008|65|0 +1.3.6.1.2.1.2.2.1.14.1009|65|0 +1.3.6.1.2.1.2.2.1.14.1010|65|0 +1.3.6.1.2.1.2.2.1.14.1011|65|0 +1.3.6.1.2.1.2.2.1.14.1012|65|0 +1.3.6.1.2.1.2.2.1.14.1013|65|0 +1.3.6.1.2.1.2.2.1.14.1014|65|0 +1.3.6.1.2.1.2.2.1.14.1015|65|0 +1.3.6.1.2.1.2.2.1.14.1016|65|0 +1.3.6.1.2.1.2.2.1.14.1017|65|0 +1.3.6.1.2.1.2.2.1.14.1018|65|0 +1.3.6.1.2.1.2.2.1.14.1019|65|0 +1.3.6.1.2.1.2.2.1.14.1020|65|0 +1.3.6.1.2.1.2.2.1.14.1021|65|0 +1.3.6.1.2.1.2.2.1.14.1022|65|0 +1.3.6.1.2.1.2.2.1.14.1023|65|0 +1.3.6.1.2.1.2.2.1.14.1024|65|0 +1.3.6.1.2.1.2.2.1.14.1025|65|0 +1.3.6.1.2.1.2.2.1.14.1026|65|0 +1.3.6.1.2.1.2.2.1.14.1027|65|0 +1.3.6.1.2.1.2.2.1.14.1028|65|0 +1.3.6.1.2.1.2.2.1.14.1029|65|0 +1.3.6.1.2.1.2.2.1.14.1030|65|0 +1.3.6.1.2.1.2.2.1.14.1031|65|0 +1.3.6.1.2.1.2.2.1.14.1032|65|0 +1.3.6.1.2.1.2.2.1.14.1033|65|0 +1.3.6.1.2.1.2.2.1.14.1034|65|0 +1.3.6.1.2.1.2.2.1.14.1035|65|0 +1.3.6.1.2.1.2.2.1.14.1036|65|0 +1.3.6.1.2.1.2.2.1.14.1037|65|0 +1.3.6.1.2.1.2.2.1.14.1038|65|0 +1.3.6.1.2.1.2.2.1.14.1039|65|0 +1.3.6.1.2.1.2.2.1.14.1040|65|0 +1.3.6.1.2.1.2.2.1.14.1041|65|0 +1.3.6.1.2.1.2.2.1.14.1042|65|0 +1.3.6.1.2.1.2.2.1.14.1043|65|0 +1.3.6.1.2.1.2.2.1.14.1044|65|0 +1.3.6.1.2.1.2.2.1.14.1045|65|0 +1.3.6.1.2.1.2.2.1.14.1046|65|0 +1.3.6.1.2.1.2.2.1.14.1047|65|0 +1.3.6.1.2.1.2.2.1.14.3000|65|0 +1.3.6.1.2.1.2.2.1.14.3001|65|0 +1.3.6.1.2.1.2.2.1.14.3002|65|0 +1.3.6.1.2.1.2.2.1.14.3003|65|0 +1.3.6.1.2.1.2.2.1.14.3004|65|0 +1.3.6.1.2.1.2.2.1.14.3005|65|0 +1.3.6.1.2.1.2.2.1.14.3006|65|0 +1.3.6.1.2.1.2.2.1.14.3007|65|0 +1.3.6.1.2.1.2.2.1.14.3008|65|0 +1.3.6.1.2.1.2.2.1.14.3009|65|0 +1.3.6.1.2.1.2.2.1.14.3010|65|0 +1.3.6.1.2.1.2.2.1.14.3011|65|0 +1.3.6.1.2.1.2.2.1.14.3012|65|0 +1.3.6.1.2.1.2.2.1.14.3013|65|0 +1.3.6.1.2.1.2.2.1.14.3014|65|0 +1.3.6.1.2.1.2.2.1.14.3015|65|0 +1.3.6.1.2.1.2.2.1.14.7000|65|0 +1.3.6.1.2.1.2.2.1.14.7001|65|0 +1.3.6.1.2.1.2.2.1.14.7002|65|0 +1.3.6.1.2.1.2.2.1.14.7003|65|0 +1.3.6.1.2.1.2.2.1.14.7004|65|0 +1.3.6.1.2.1.2.2.1.14.7005|65|0 +1.3.6.1.2.1.2.2.1.14.7006|65|0 +1.3.6.1.2.1.2.2.1.14.7007|65|0 +1.3.6.1.2.1.2.2.1.14.7008|65|0 +1.3.6.1.2.1.2.2.1.14.7009|65|0 +1.3.6.1.2.1.2.2.1.14.7010|65|0 +1.3.6.1.2.1.2.2.1.14.7011|65|0 +1.3.6.1.2.1.2.2.1.14.7012|65|0 +1.3.6.1.2.1.2.2.1.14.7013|65|0 +1.3.6.1.2.1.2.2.1.14.7014|65|0 +1.3.6.1.2.1.2.2.1.14.7015|65|0 +1.3.6.1.2.1.2.2.1.14.7016|65|0 +1.3.6.1.2.1.2.2.1.14.7017|65|0 +1.3.6.1.2.1.2.2.1.14.7018|65|0 +1.3.6.1.2.1.2.2.1.14.7019|65|0 +1.3.6.1.2.1.2.2.1.14.7020|65|0 +1.3.6.1.2.1.2.2.1.14.7021|65|0 +1.3.6.1.2.1.2.2.1.14.7022|65|0 +1.3.6.1.2.1.2.2.1.14.7023|65|0 +1.3.6.1.2.1.2.2.1.14.7024|65|0 +1.3.6.1.2.1.2.2.1.14.7025|65|0 +1.3.6.1.2.1.2.2.1.14.7026|65|0 +1.3.6.1.2.1.2.2.1.14.7027|65|0 +1.3.6.1.2.1.2.2.1.14.7028|65|0 +1.3.6.1.2.1.2.2.1.14.7029|65|0 +1.3.6.1.2.1.2.2.1.14.7030|65|0 +1.3.6.1.2.1.2.2.1.14.7031|65|0 +1.3.6.1.2.1.2.2.1.14.7032|65|0 +1.3.6.1.2.1.2.2.1.14.7033|65|0 +1.3.6.1.2.1.2.2.1.14.7034|65|0 +1.3.6.1.2.1.2.2.1.14.7035|65|0 +1.3.6.1.2.1.2.2.1.14.7036|65|0 +1.3.6.1.2.1.2.2.1.14.7037|65|0 +1.3.6.1.2.1.2.2.1.14.7038|65|0 +1.3.6.1.2.1.2.2.1.14.7039|65|0 +1.3.6.1.2.1.2.2.1.14.7040|65|0 +1.3.6.1.2.1.2.2.1.14.7041|65|0 +1.3.6.1.2.1.2.2.1.14.7042|65|0 +1.3.6.1.2.1.2.2.1.14.7043|65|0 +1.3.6.1.2.1.2.2.1.14.7044|65|0 +1.3.6.1.2.1.2.2.1.14.7045|65|0 +1.3.6.1.2.1.2.2.1.14.7046|65|0 +1.3.6.1.2.1.2.2.1.14.7047|65|0 +1.3.6.1.2.1.2.2.1.14.7048|65|0 +1.3.6.1.2.1.2.2.1.14.7049|65|0 +1.3.6.1.2.1.2.2.1.14.7050|65|0 +1.3.6.1.2.1.2.2.1.14.7051|65|0 +1.3.6.1.2.1.2.2.1.14.7052|65|0 +1.3.6.1.2.1.2.2.1.14.7053|65|0 +1.3.6.1.2.1.2.2.1.14.7054|65|0 +1.3.6.1.2.1.2.2.1.14.7055|65|0 +1.3.6.1.2.1.2.2.1.14.7056|65|0 +1.3.6.1.2.1.2.2.1.14.7057|65|0 +1.3.6.1.2.1.2.2.1.14.7058|65|0 +1.3.6.1.2.1.2.2.1.14.7059|65|0 +1.3.6.1.2.1.2.2.1.14.7060|65|0 +1.3.6.1.2.1.2.2.1.14.7061|65|0 +1.3.6.1.2.1.2.2.1.14.7062|65|0 +1.3.6.1.2.1.2.2.1.14.7063|65|0 +1.3.6.1.2.1.2.2.1.14.9000|65|0 +1.3.6.1.2.1.2.2.1.14.20000|65|0 +1.3.6.1.2.1.2.2.1.14.100000|65|0 +1.3.6.1.2.1.2.2.1.14.100001|65|0 +1.3.6.1.2.1.2.2.1.14.100073|65|0 +1.3.6.1.2.1.2.2.1.14.100099|65|0 +1.3.6.1.2.1.2.2.1.14.100199|65|0 +1.3.6.1.2.1.2.2.1.14.100201|65|0 +1.3.6.1.2.1.2.2.1.14.100214|65|0 +1.3.6.1.2.1.2.2.1.14.100253|65|0 +1.3.6.1.2.1.2.2.1.14.100517|65|0 +1.3.6.1.2.1.2.2.1.14.100521|65|0 +1.3.6.1.2.1.2.2.1.14.100580|65|0 +1.3.6.1.2.1.2.2.1.14.101884|65|0 +1.3.6.1.2.1.2.2.1.19.49|65|0 +1.3.6.1.2.1.2.2.1.19.50|65|0 +1.3.6.1.2.1.2.2.1.19.51|65|0 +1.3.6.1.2.1.2.2.1.19.52|65|0 +1.3.6.1.2.1.2.2.1.19.53|65|0 +1.3.6.1.2.1.2.2.1.19.54|65|0 +1.3.6.1.2.1.2.2.1.19.55|65|0 +1.3.6.1.2.1.2.2.1.19.56|65|0 +1.3.6.1.2.1.2.2.1.19.57|65|0 +1.3.6.1.2.1.2.2.1.19.58|65|0 +1.3.6.1.2.1.2.2.1.19.1000|65|0 +1.3.6.1.2.1.2.2.1.19.1001|65|0 +1.3.6.1.2.1.2.2.1.19.1002|65|0 +1.3.6.1.2.1.2.2.1.19.1003|65|0 +1.3.6.1.2.1.2.2.1.19.1004|65|0 +1.3.6.1.2.1.2.2.1.19.1005|65|0 +1.3.6.1.2.1.2.2.1.19.1006|65|0 +1.3.6.1.2.1.2.2.1.19.1007|65|0 +1.3.6.1.2.1.2.2.1.19.1008|65|0 +1.3.6.1.2.1.2.2.1.19.1009|65|0 +1.3.6.1.2.1.2.2.1.19.1010|65|0 +1.3.6.1.2.1.2.2.1.19.1011|65|0 +1.3.6.1.2.1.2.2.1.19.1012|65|0 +1.3.6.1.2.1.2.2.1.19.1013|65|0 +1.3.6.1.2.1.2.2.1.19.1014|65|0 +1.3.6.1.2.1.2.2.1.19.1015|65|0 +1.3.6.1.2.1.2.2.1.19.1016|65|0 +1.3.6.1.2.1.2.2.1.19.1017|65|0 +1.3.6.1.2.1.2.2.1.19.1018|65|0 +1.3.6.1.2.1.2.2.1.19.1019|65|0 +1.3.6.1.2.1.2.2.1.19.1020|65|0 +1.3.6.1.2.1.2.2.1.19.1021|65|0 +1.3.6.1.2.1.2.2.1.19.1022|65|0 +1.3.6.1.2.1.2.2.1.19.1023|65|0 +1.3.6.1.2.1.2.2.1.19.1024|65|0 +1.3.6.1.2.1.2.2.1.19.1025|65|0 +1.3.6.1.2.1.2.2.1.19.1026|65|0 +1.3.6.1.2.1.2.2.1.19.1027|65|0 +1.3.6.1.2.1.2.2.1.19.1028|65|0 +1.3.6.1.2.1.2.2.1.19.1029|65|0 +1.3.6.1.2.1.2.2.1.19.1030|65|0 +1.3.6.1.2.1.2.2.1.19.1031|65|0 +1.3.6.1.2.1.2.2.1.19.1032|65|0 +1.3.6.1.2.1.2.2.1.19.1033|65|0 +1.3.6.1.2.1.2.2.1.19.1034|65|0 +1.3.6.1.2.1.2.2.1.19.1035|65|0 +1.3.6.1.2.1.2.2.1.19.1036|65|0 +1.3.6.1.2.1.2.2.1.19.1037|65|0 +1.3.6.1.2.1.2.2.1.19.1038|65|0 +1.3.6.1.2.1.2.2.1.19.1039|65|0 +1.3.6.1.2.1.2.2.1.19.1040|65|0 +1.3.6.1.2.1.2.2.1.19.1041|65|0 +1.3.6.1.2.1.2.2.1.19.1042|65|0 +1.3.6.1.2.1.2.2.1.19.1043|65|0 +1.3.6.1.2.1.2.2.1.19.1044|65|0 +1.3.6.1.2.1.2.2.1.19.1045|65|0 +1.3.6.1.2.1.2.2.1.19.1046|65|0 +1.3.6.1.2.1.2.2.1.19.1047|65|0 +1.3.6.1.2.1.2.2.1.19.3000|65|0 +1.3.6.1.2.1.2.2.1.19.3001|65|0 +1.3.6.1.2.1.2.2.1.19.3002|65|0 +1.3.6.1.2.1.2.2.1.19.3003|65|0 +1.3.6.1.2.1.2.2.1.19.3004|65|0 +1.3.6.1.2.1.2.2.1.19.3005|65|0 +1.3.6.1.2.1.2.2.1.19.3006|65|0 +1.3.6.1.2.1.2.2.1.19.3007|65|0 +1.3.6.1.2.1.2.2.1.19.3008|65|0 +1.3.6.1.2.1.2.2.1.19.3009|65|0 +1.3.6.1.2.1.2.2.1.19.3010|65|0 +1.3.6.1.2.1.2.2.1.19.3011|65|0 +1.3.6.1.2.1.2.2.1.19.3012|65|0 +1.3.6.1.2.1.2.2.1.19.3013|65|0 +1.3.6.1.2.1.2.2.1.19.3014|65|0 +1.3.6.1.2.1.2.2.1.19.3015|65|0 +1.3.6.1.2.1.2.2.1.19.7000|65|0 +1.3.6.1.2.1.2.2.1.19.7001|65|0 +1.3.6.1.2.1.2.2.1.19.7002|65|0 +1.3.6.1.2.1.2.2.1.19.7003|65|0 +1.3.6.1.2.1.2.2.1.19.7004|65|0 +1.3.6.1.2.1.2.2.1.19.7005|65|0 +1.3.6.1.2.1.2.2.1.19.7006|65|0 +1.3.6.1.2.1.2.2.1.19.7007|65|0 +1.3.6.1.2.1.2.2.1.19.7008|65|0 +1.3.6.1.2.1.2.2.1.19.7009|65|0 +1.3.6.1.2.1.2.2.1.19.7010|65|0 +1.3.6.1.2.1.2.2.1.19.7011|65|0 +1.3.6.1.2.1.2.2.1.19.7012|65|0 +1.3.6.1.2.1.2.2.1.19.7013|65|0 +1.3.6.1.2.1.2.2.1.19.7014|65|0 +1.3.6.1.2.1.2.2.1.19.7015|65|0 +1.3.6.1.2.1.2.2.1.19.7016|65|0 +1.3.6.1.2.1.2.2.1.19.7017|65|0 +1.3.6.1.2.1.2.2.1.19.7018|65|0 +1.3.6.1.2.1.2.2.1.19.7019|65|0 +1.3.6.1.2.1.2.2.1.19.7020|65|0 +1.3.6.1.2.1.2.2.1.19.7021|65|0 +1.3.6.1.2.1.2.2.1.19.7022|65|0 +1.3.6.1.2.1.2.2.1.19.7023|65|0 +1.3.6.1.2.1.2.2.1.19.7024|65|0 +1.3.6.1.2.1.2.2.1.19.7025|65|0 +1.3.6.1.2.1.2.2.1.19.7026|65|0 +1.3.6.1.2.1.2.2.1.19.7027|65|0 +1.3.6.1.2.1.2.2.1.19.7028|65|0 +1.3.6.1.2.1.2.2.1.19.7029|65|0 +1.3.6.1.2.1.2.2.1.19.7030|65|0 +1.3.6.1.2.1.2.2.1.19.7031|65|0 +1.3.6.1.2.1.2.2.1.19.7032|65|0 +1.3.6.1.2.1.2.2.1.19.7033|65|0 +1.3.6.1.2.1.2.2.1.19.7034|65|0 +1.3.6.1.2.1.2.2.1.19.7035|65|0 +1.3.6.1.2.1.2.2.1.19.7036|65|0 +1.3.6.1.2.1.2.2.1.19.7037|65|0 +1.3.6.1.2.1.2.2.1.19.7038|65|0 +1.3.6.1.2.1.2.2.1.19.7039|65|0 +1.3.6.1.2.1.2.2.1.19.7040|65|0 +1.3.6.1.2.1.2.2.1.19.7041|65|0 +1.3.6.1.2.1.2.2.1.19.7042|65|0 +1.3.6.1.2.1.2.2.1.19.7043|65|0 +1.3.6.1.2.1.2.2.1.19.7044|65|0 +1.3.6.1.2.1.2.2.1.19.7045|65|0 +1.3.6.1.2.1.2.2.1.19.7046|65|0 +1.3.6.1.2.1.2.2.1.19.7047|65|0 +1.3.6.1.2.1.2.2.1.19.7048|65|0 +1.3.6.1.2.1.2.2.1.19.7049|65|0 +1.3.6.1.2.1.2.2.1.19.7050|65|0 +1.3.6.1.2.1.2.2.1.19.7051|65|0 +1.3.6.1.2.1.2.2.1.19.7052|65|0 +1.3.6.1.2.1.2.2.1.19.7053|65|0 +1.3.6.1.2.1.2.2.1.19.7054|65|0 +1.3.6.1.2.1.2.2.1.19.7055|65|0 +1.3.6.1.2.1.2.2.1.19.7056|65|0 +1.3.6.1.2.1.2.2.1.19.7057|65|0 +1.3.6.1.2.1.2.2.1.19.7058|65|0 +1.3.6.1.2.1.2.2.1.19.7059|65|0 +1.3.6.1.2.1.2.2.1.19.7060|65|0 +1.3.6.1.2.1.2.2.1.19.7061|65|0 +1.3.6.1.2.1.2.2.1.19.7062|65|0 +1.3.6.1.2.1.2.2.1.19.7063|65|0 +1.3.6.1.2.1.2.2.1.19.9000|65|0 +1.3.6.1.2.1.2.2.1.19.20000|65|0 +1.3.6.1.2.1.2.2.1.19.100000|65|0 +1.3.6.1.2.1.2.2.1.19.100001|65|0 +1.3.6.1.2.1.2.2.1.19.100073|65|0 +1.3.6.1.2.1.2.2.1.19.100099|65|0 +1.3.6.1.2.1.2.2.1.19.100199|65|0 +1.3.6.1.2.1.2.2.1.19.100201|65|0 +1.3.6.1.2.1.2.2.1.19.100214|65|0 +1.3.6.1.2.1.2.2.1.19.100253|65|0 +1.3.6.1.2.1.2.2.1.19.100517|65|0 +1.3.6.1.2.1.2.2.1.19.100521|65|0 +1.3.6.1.2.1.2.2.1.19.100580|65|0 +1.3.6.1.2.1.2.2.1.19.101884|65|0 +1.3.6.1.2.1.2.2.1.20.49|65|0 +1.3.6.1.2.1.2.2.1.20.50|65|0 +1.3.6.1.2.1.2.2.1.20.51|65|0 +1.3.6.1.2.1.2.2.1.20.52|65|0 +1.3.6.1.2.1.2.2.1.20.53|65|0 +1.3.6.1.2.1.2.2.1.20.54|65|0 +1.3.6.1.2.1.2.2.1.20.55|65|0 +1.3.6.1.2.1.2.2.1.20.56|65|0 +1.3.6.1.2.1.2.2.1.20.57|65|0 +1.3.6.1.2.1.2.2.1.20.58|65|0 +1.3.6.1.2.1.2.2.1.20.1000|65|0 +1.3.6.1.2.1.2.2.1.20.1001|65|0 +1.3.6.1.2.1.2.2.1.20.1002|65|0 +1.3.6.1.2.1.2.2.1.20.1003|65|0 +1.3.6.1.2.1.2.2.1.20.1004|65|0 +1.3.6.1.2.1.2.2.1.20.1005|65|0 +1.3.6.1.2.1.2.2.1.20.1006|65|0 +1.3.6.1.2.1.2.2.1.20.1007|65|0 +1.3.6.1.2.1.2.2.1.20.1008|65|0 +1.3.6.1.2.1.2.2.1.20.1009|65|0 +1.3.6.1.2.1.2.2.1.20.1010|65|0 +1.3.6.1.2.1.2.2.1.20.1011|65|0 +1.3.6.1.2.1.2.2.1.20.1012|65|0 +1.3.6.1.2.1.2.2.1.20.1013|65|0 +1.3.6.1.2.1.2.2.1.20.1014|65|0 +1.3.6.1.2.1.2.2.1.20.1015|65|0 +1.3.6.1.2.1.2.2.1.20.1016|65|0 +1.3.6.1.2.1.2.2.1.20.1017|65|0 +1.3.6.1.2.1.2.2.1.20.1018|65|0 +1.3.6.1.2.1.2.2.1.20.1019|65|0 +1.3.6.1.2.1.2.2.1.20.1020|65|0 +1.3.6.1.2.1.2.2.1.20.1021|65|0 +1.3.6.1.2.1.2.2.1.20.1022|65|0 +1.3.6.1.2.1.2.2.1.20.1023|65|0 +1.3.6.1.2.1.2.2.1.20.1024|65|0 +1.3.6.1.2.1.2.2.1.20.1025|65|0 +1.3.6.1.2.1.2.2.1.20.1026|65|0 +1.3.6.1.2.1.2.2.1.20.1027|65|0 +1.3.6.1.2.1.2.2.1.20.1028|65|0 +1.3.6.1.2.1.2.2.1.20.1029|65|0 +1.3.6.1.2.1.2.2.1.20.1030|65|0 +1.3.6.1.2.1.2.2.1.20.1031|65|0 +1.3.6.1.2.1.2.2.1.20.1032|65|0 +1.3.6.1.2.1.2.2.1.20.1033|65|0 +1.3.6.1.2.1.2.2.1.20.1034|65|0 +1.3.6.1.2.1.2.2.1.20.1035|65|0 +1.3.6.1.2.1.2.2.1.20.1036|65|0 +1.3.6.1.2.1.2.2.1.20.1037|65|0 +1.3.6.1.2.1.2.2.1.20.1038|65|0 +1.3.6.1.2.1.2.2.1.20.1039|65|0 +1.3.6.1.2.1.2.2.1.20.1040|65|0 +1.3.6.1.2.1.2.2.1.20.1041|65|0 +1.3.6.1.2.1.2.2.1.20.1042|65|0 +1.3.6.1.2.1.2.2.1.20.1043|65|0 +1.3.6.1.2.1.2.2.1.20.1044|65|0 +1.3.6.1.2.1.2.2.1.20.1045|65|0 +1.3.6.1.2.1.2.2.1.20.1046|65|0 +1.3.6.1.2.1.2.2.1.20.1047|65|0 +1.3.6.1.2.1.2.2.1.20.3000|65|0 +1.3.6.1.2.1.2.2.1.20.3001|65|0 +1.3.6.1.2.1.2.2.1.20.3002|65|0 +1.3.6.1.2.1.2.2.1.20.3003|65|0 +1.3.6.1.2.1.2.2.1.20.3004|65|0 +1.3.6.1.2.1.2.2.1.20.3005|65|0 +1.3.6.1.2.1.2.2.1.20.3006|65|0 +1.3.6.1.2.1.2.2.1.20.3007|65|0 +1.3.6.1.2.1.2.2.1.20.3008|65|0 +1.3.6.1.2.1.2.2.1.20.3009|65|0 +1.3.6.1.2.1.2.2.1.20.3010|65|0 +1.3.6.1.2.1.2.2.1.20.3011|65|0 +1.3.6.1.2.1.2.2.1.20.3012|65|0 +1.3.6.1.2.1.2.2.1.20.3013|65|0 +1.3.6.1.2.1.2.2.1.20.3014|65|0 +1.3.6.1.2.1.2.2.1.20.3015|65|0 +1.3.6.1.2.1.2.2.1.20.7000|65|0 +1.3.6.1.2.1.2.2.1.20.7001|65|0 +1.3.6.1.2.1.2.2.1.20.7002|65|0 +1.3.6.1.2.1.2.2.1.20.7003|65|0 +1.3.6.1.2.1.2.2.1.20.7004|65|0 +1.3.6.1.2.1.2.2.1.20.7005|65|0 +1.3.6.1.2.1.2.2.1.20.7006|65|0 +1.3.6.1.2.1.2.2.1.20.7007|65|0 +1.3.6.1.2.1.2.2.1.20.7008|65|0 +1.3.6.1.2.1.2.2.1.20.7009|65|0 +1.3.6.1.2.1.2.2.1.20.7010|65|0 +1.3.6.1.2.1.2.2.1.20.7011|65|0 +1.3.6.1.2.1.2.2.1.20.7012|65|0 +1.3.6.1.2.1.2.2.1.20.7013|65|0 +1.3.6.1.2.1.2.2.1.20.7014|65|0 +1.3.6.1.2.1.2.2.1.20.7015|65|0 +1.3.6.1.2.1.2.2.1.20.7016|65|0 +1.3.6.1.2.1.2.2.1.20.7017|65|0 +1.3.6.1.2.1.2.2.1.20.7018|65|0 +1.3.6.1.2.1.2.2.1.20.7019|65|0 +1.3.6.1.2.1.2.2.1.20.7020|65|0 +1.3.6.1.2.1.2.2.1.20.7021|65|0 +1.3.6.1.2.1.2.2.1.20.7022|65|0 +1.3.6.1.2.1.2.2.1.20.7023|65|0 +1.3.6.1.2.1.2.2.1.20.7024|65|0 +1.3.6.1.2.1.2.2.1.20.7025|65|0 +1.3.6.1.2.1.2.2.1.20.7026|65|0 +1.3.6.1.2.1.2.2.1.20.7027|65|0 +1.3.6.1.2.1.2.2.1.20.7028|65|0 +1.3.6.1.2.1.2.2.1.20.7029|65|0 +1.3.6.1.2.1.2.2.1.20.7030|65|0 +1.3.6.1.2.1.2.2.1.20.7031|65|0 +1.3.6.1.2.1.2.2.1.20.7032|65|0 +1.3.6.1.2.1.2.2.1.20.7033|65|0 +1.3.6.1.2.1.2.2.1.20.7034|65|0 +1.3.6.1.2.1.2.2.1.20.7035|65|0 +1.3.6.1.2.1.2.2.1.20.7036|65|0 +1.3.6.1.2.1.2.2.1.20.7037|65|0 +1.3.6.1.2.1.2.2.1.20.7038|65|0 +1.3.6.1.2.1.2.2.1.20.7039|65|0 +1.3.6.1.2.1.2.2.1.20.7040|65|0 +1.3.6.1.2.1.2.2.1.20.7041|65|0 +1.3.6.1.2.1.2.2.1.20.7042|65|0 +1.3.6.1.2.1.2.2.1.20.7043|65|0 +1.3.6.1.2.1.2.2.1.20.7044|65|0 +1.3.6.1.2.1.2.2.1.20.7045|65|0 +1.3.6.1.2.1.2.2.1.20.7046|65|0 +1.3.6.1.2.1.2.2.1.20.7047|65|0 +1.3.6.1.2.1.2.2.1.20.7048|65|0 +1.3.6.1.2.1.2.2.1.20.7049|65|0 +1.3.6.1.2.1.2.2.1.20.7050|65|0 +1.3.6.1.2.1.2.2.1.20.7051|65|0 +1.3.6.1.2.1.2.2.1.20.7052|65|0 +1.3.6.1.2.1.2.2.1.20.7053|65|0 +1.3.6.1.2.1.2.2.1.20.7054|65|0 +1.3.6.1.2.1.2.2.1.20.7055|65|0 +1.3.6.1.2.1.2.2.1.20.7056|65|0 +1.3.6.1.2.1.2.2.1.20.7057|65|0 +1.3.6.1.2.1.2.2.1.20.7058|65|0 +1.3.6.1.2.1.2.2.1.20.7059|65|0 +1.3.6.1.2.1.2.2.1.20.7060|65|0 +1.3.6.1.2.1.2.2.1.20.7061|65|0 +1.3.6.1.2.1.2.2.1.20.7062|65|0 +1.3.6.1.2.1.2.2.1.20.7063|65|0 +1.3.6.1.2.1.2.2.1.20.9000|65|0 +1.3.6.1.2.1.2.2.1.20.20000|65|0 +1.3.6.1.2.1.2.2.1.20.100000|65|0 +1.3.6.1.2.1.2.2.1.20.100001|65|0 +1.3.6.1.2.1.2.2.1.20.100073|65|0 +1.3.6.1.2.1.2.2.1.20.100099|65|0 +1.3.6.1.2.1.2.2.1.20.100199|65|0 +1.3.6.1.2.1.2.2.1.20.100201|65|0 +1.3.6.1.2.1.2.2.1.20.100214|65|0 +1.3.6.1.2.1.2.2.1.20.100253|65|0 +1.3.6.1.2.1.2.2.1.20.100517|65|0 +1.3.6.1.2.1.2.2.1.20.100521|65|0 +1.3.6.1.2.1.2.2.1.20.100580|65|0 +1.3.6.1.2.1.2.2.1.20.101884|65|0 +1.3.6.1.2.1.4.3.0|65|11149251 +1.3.6.1.2.1.4.4.0|65|9 +1.3.6.1.2.1.4.5.0|65|0 +1.3.6.1.2.1.4.6.0|65|0 +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|11146920 +1.3.6.1.2.1.4.10.0|65|9766966 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|0 +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.20.1.2.127.0.0.1|2|20000 +1.3.6.1.2.1.4.20.1.2.169.254.101.11|2|100253 +1.3.6.1.2.1.4.20.1.2.169.254.254.11|2|100000 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|0.0.0.0 +1.3.6.1.2.1.4.20.1.3.169.254.101.11|64|255.255.255.0 +1.3.6.1.2.1.4.20.1.3.169.254.254.11|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.100000.169.254.254.253|4x|080027FB765D +1.3.6.1.2.1.4.22.1.2.100253.169.254.101.1|4x|4A8F5A8FED4E +1.3.6.1.2.1.4.22.1.2.100253.169.254.101.253|4x|080027FB765D +1.3.6.1.2.1.4.24.3.0|66|4 +1.3.6.1.2.1.4.31.1.1.3.2|65|135199 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.2|65|0 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.2|65|0 +1.3.6.1.2.1.4.31.1.1.14.2|65|0 +1.3.6.1.2.1.4.31.1.1.15.2|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|0 +1.3.6.1.2.1.4.31.1.1.18.2|65|130749 +1.3.6.1.2.1.4.31.1.1.20.2|65|190 +1.3.6.1.2.1.4.31.1.1.22.2|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.34.2|65|134622 +1.3.6.1.2.1.4.31.1.1.38.2|65|68 +1.3.6.1.2.1.4.34.1.3.2.16.252.1.0.1.0.0.0.0.0.0.0.0.0.0.0.17|2|100253 +1.3.6.1.2.1.4.34.1.5.2.16.252.1.0.1.0.0.0.0.0.0.0.0.0.0.0.17|6|0.0 +1.3.6.1.2.1.4.34.1.6.2.16.252.1.0.1.0.0.0.0.0.0.0.0.0.0.0.17|2|2 +1.3.6.1.2.1.4.35.1.4.100253.4.20.254.128.0.0.0.0.0.0.72.143.90.255.254.143.237.78.0.1.135.157|4x|4A8F5A8FED4E +1.3.6.1.2.1.5.1.0|65|54099 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|5 +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|54009 +1.3.6.1.2.1.5.9.0|65|0 +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|72282 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|0 +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|0 +1.3.6.1.2.1.5.22.0|65|54009 +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.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|333 +1.3.6.1.2.1.6.7.0|65|2 +1.3.6.1.2.1.6.8.0|65|5 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|47842 +1.3.6.1.2.1.6.11.0|65|44170 +1.3.6.1.2.1.6.12.0|65|696 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|10 +1.3.6.1.2.1.7.1.0|65|9650315 +1.3.6.1.2.1.7.2.0|65|1398585 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|9650347 +1.3.6.1.2.1.10.7.2.1.19.49|2|3 +1.3.6.1.2.1.10.7.2.1.19.50|2|1 +1.3.6.1.2.1.10.7.2.1.19.51|2|1 +1.3.6.1.2.1.10.7.2.1.19.52|2|1 +1.3.6.1.2.1.10.7.2.1.19.53|2|1 +1.3.6.1.2.1.10.7.2.1.19.54|2|3 +1.3.6.1.2.1.10.7.2.1.19.55|2|3 +1.3.6.1.2.1.10.7.2.1.19.56|2|3 +1.3.6.1.2.1.10.7.2.1.19.57|2|3 +1.3.6.1.2.1.10.7.2.1.19.58|2|3 +1.3.6.1.2.1.10.7.2.1.19.157|2|1 +1.3.6.1.2.1.10.7.2.1.19.158|2|1 +1.3.6.1.2.1.10.7.2.1.19.159|2|1 +1.3.6.1.2.1.10.7.2.1.19.160|2|1 +1.3.6.1.2.1.10.7.2.1.19.161|2|1 +1.3.6.1.2.1.10.7.2.1.19.162|2|1 +1.3.6.1.2.1.10.7.2.1.19.163|2|1 +1.3.6.1.2.1.10.7.2.1.19.164|2|1 +1.3.6.1.2.1.10.7.2.1.19.165|2|1 +1.3.6.1.2.1.10.7.2.1.19.166|2|1 +1.3.6.1.2.1.10.7.2.1.19.265|2|1 +1.3.6.1.2.1.10.7.2.1.19.266|2|1 +1.3.6.1.2.1.10.7.2.1.19.267|2|1 +1.3.6.1.2.1.10.7.2.1.19.268|2|1 +1.3.6.1.2.1.10.7.2.1.19.269|2|1 +1.3.6.1.2.1.10.7.2.1.19.270|2|1 +1.3.6.1.2.1.10.7.2.1.19.271|2|1 +1.3.6.1.2.1.10.7.2.1.19.272|2|1 +1.3.6.1.2.1.10.7.2.1.19.273|2|1 +1.3.6.1.2.1.10.7.2.1.19.274|2|1 +1.3.6.1.2.1.10.7.2.1.19.373|2|1 +1.3.6.1.2.1.10.7.2.1.19.374|2|1 +1.3.6.1.2.1.10.7.2.1.19.375|2|1 +1.3.6.1.2.1.10.7.2.1.19.376|2|1 +1.3.6.1.2.1.10.7.2.1.19.377|2|1 +1.3.6.1.2.1.10.7.2.1.19.378|2|1 +1.3.6.1.2.1.10.7.2.1.19.379|2|1 +1.3.6.1.2.1.10.7.2.1.19.380|2|1 +1.3.6.1.2.1.10.7.2.1.19.381|2|1 +1.3.6.1.2.1.10.7.2.1.19.382|2|1 +1.3.6.1.2.1.10.7.2.1.19.481|2|1 +1.3.6.1.2.1.10.7.2.1.19.482|2|1 +1.3.6.1.2.1.10.7.2.1.19.483|2|1 +1.3.6.1.2.1.10.7.2.1.19.484|2|1 +1.3.6.1.2.1.10.7.2.1.19.485|2|1 +1.3.6.1.2.1.10.7.2.1.19.486|2|1 +1.3.6.1.2.1.10.7.2.1.19.487|2|1 +1.3.6.1.2.1.10.7.2.1.19.488|2|1 +1.3.6.1.2.1.10.7.2.1.19.489|2|1 +1.3.6.1.2.1.10.7.2.1.19.490|2|1 +1.3.6.1.2.1.10.7.2.1.19.589|2|1 +1.3.6.1.2.1.10.7.2.1.19.590|2|1 +1.3.6.1.2.1.10.7.2.1.19.591|2|1 +1.3.6.1.2.1.10.7.2.1.19.592|2|1 +1.3.6.1.2.1.10.7.2.1.19.593|2|1 +1.3.6.1.2.1.10.7.2.1.19.594|2|1 +1.3.6.1.2.1.10.7.2.1.19.595|2|1 +1.3.6.1.2.1.10.7.2.1.19.596|2|1 +1.3.6.1.2.1.10.7.2.1.19.597|2|1 +1.3.6.1.2.1.10.7.2.1.19.598|2|1 +1.3.6.1.2.1.10.7.2.1.19.697|2|1 +1.3.6.1.2.1.10.7.2.1.19.698|2|1 +1.3.6.1.2.1.10.7.2.1.19.699|2|1 +1.3.6.1.2.1.10.7.2.1.19.700|2|1 +1.3.6.1.2.1.10.7.2.1.19.701|2|1 +1.3.6.1.2.1.10.7.2.1.19.702|2|1 +1.3.6.1.2.1.10.7.2.1.19.703|2|1 +1.3.6.1.2.1.10.7.2.1.19.704|2|1 +1.3.6.1.2.1.10.7.2.1.19.705|2|1 +1.3.6.1.2.1.10.7.2.1.19.706|2|1 +1.3.6.1.2.1.10.7.2.1.19.805|2|1 +1.3.6.1.2.1.10.7.2.1.19.806|2|1 +1.3.6.1.2.1.10.7.2.1.19.807|2|1 +1.3.6.1.2.1.10.7.2.1.19.808|2|1 +1.3.6.1.2.1.10.7.2.1.19.809|2|1 +1.3.6.1.2.1.10.7.2.1.19.810|2|1 +1.3.6.1.2.1.10.7.2.1.19.811|2|1 +1.3.6.1.2.1.10.7.2.1.19.812|2|1 +1.3.6.1.2.1.10.7.2.1.19.813|2|1 +1.3.6.1.2.1.10.7.2.1.19.814|2|1 +1.3.6.1.2.1.10.7.2.1.19.1000|2|1 +1.3.6.1.2.1.10.7.2.1.19.1001|2|1 +1.3.6.1.2.1.10.7.2.1.19.1002|2|1 +1.3.6.1.2.1.10.7.2.1.19.1003|2|1 +1.3.6.1.2.1.10.7.2.1.19.1004|2|1 +1.3.6.1.2.1.10.7.2.1.19.1005|2|1 +1.3.6.1.2.1.10.7.2.1.19.1006|2|1 +1.3.6.1.2.1.10.7.2.1.19.1007|2|1 +1.3.6.1.2.1.10.7.2.1.19.1008|2|1 +1.3.6.1.2.1.10.7.2.1.19.1009|2|1 +1.3.6.1.2.1.10.7.2.1.19.1010|2|1 +1.3.6.1.2.1.10.7.2.1.19.1011|2|1 +1.3.6.1.2.1.10.7.2.1.19.1012|2|1 +1.3.6.1.2.1.10.7.2.1.19.1013|2|1 +1.3.6.1.2.1.10.7.2.1.19.1014|2|1 +1.3.6.1.2.1.10.7.2.1.19.1015|2|1 +1.3.6.1.2.1.10.7.2.1.19.1016|2|1 +1.3.6.1.2.1.10.7.2.1.19.1017|2|1 +1.3.6.1.2.1.10.7.2.1.19.1018|2|1 +1.3.6.1.2.1.10.7.2.1.19.1019|2|1 +1.3.6.1.2.1.10.7.2.1.19.1020|2|1 +1.3.6.1.2.1.10.7.2.1.19.1021|2|1 +1.3.6.1.2.1.10.7.2.1.19.1022|2|1 +1.3.6.1.2.1.10.7.2.1.19.1023|2|1 +1.3.6.1.2.1.10.7.2.1.19.1024|2|1 +1.3.6.1.2.1.10.7.2.1.19.1025|2|1 +1.3.6.1.2.1.10.7.2.1.19.1026|2|1 +1.3.6.1.2.1.10.7.2.1.19.1027|2|1 +1.3.6.1.2.1.10.7.2.1.19.1028|2|1 +1.3.6.1.2.1.10.7.2.1.19.1029|2|1 +1.3.6.1.2.1.10.7.2.1.19.1030|2|1 +1.3.6.1.2.1.10.7.2.1.19.1031|2|1 +1.3.6.1.2.1.10.7.2.1.19.1032|2|1 +1.3.6.1.2.1.10.7.2.1.19.1033|2|1 +1.3.6.1.2.1.10.7.2.1.19.1034|2|1 +1.3.6.1.2.1.10.7.2.1.19.1035|2|1 +1.3.6.1.2.1.10.7.2.1.19.1036|2|1 +1.3.6.1.2.1.10.7.2.1.19.1037|2|1 +1.3.6.1.2.1.10.7.2.1.19.1038|2|1 +1.3.6.1.2.1.10.7.2.1.19.1039|2|1 +1.3.6.1.2.1.10.7.2.1.19.1040|2|1 +1.3.6.1.2.1.10.7.2.1.19.1041|2|1 +1.3.6.1.2.1.10.7.2.1.19.1042|2|1 +1.3.6.1.2.1.10.7.2.1.19.1043|2|1 +1.3.6.1.2.1.10.7.2.1.19.1044|2|1 +1.3.6.1.2.1.10.7.2.1.19.1045|2|1 +1.3.6.1.2.1.10.7.2.1.19.1046|2|1 +1.3.6.1.2.1.10.7.2.1.19.1047|2|1 +1.3.6.1.2.1.11.1.0|65|9593265 +1.3.6.1.2.1.11.2.0|65|9593264 +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|92948334 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|361975 +1.3.6.1.2.1.11.16.0|65|92037 +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|1 +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|9593266 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.30.0|2|2 +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.17.1.1.0|4x|E828C1B8D390 +1.3.6.1.2.1.17.1.4.1.2.49|2|49 +1.3.6.1.2.1.17.1.4.1.2.50|2|50 +1.3.6.1.2.1.17.1.4.1.2.51|2|51 +1.3.6.1.2.1.17.1.4.1.2.52|2|52 +1.3.6.1.2.1.17.1.4.1.2.53|2|53 +1.3.6.1.2.1.17.1.4.1.2.54|2|54 +1.3.6.1.2.1.17.1.4.1.2.55|2|55 +1.3.6.1.2.1.17.1.4.1.2.56|2|56 +1.3.6.1.2.1.17.1.4.1.2.57|2|57 +1.3.6.1.2.1.17.1.4.1.2.58|2|58 +1.3.6.1.2.1.17.1.4.1.2.157|2|157 +1.3.6.1.2.1.17.1.4.1.2.158|2|158 +1.3.6.1.2.1.17.1.4.1.2.159|2|159 +1.3.6.1.2.1.17.1.4.1.2.160|2|160 +1.3.6.1.2.1.17.1.4.1.2.161|2|161 +1.3.6.1.2.1.17.1.4.1.2.162|2|162 +1.3.6.1.2.1.17.1.4.1.2.163|2|163 +1.3.6.1.2.1.17.1.4.1.2.164|2|164 +1.3.6.1.2.1.17.1.4.1.2.165|2|165 +1.3.6.1.2.1.17.1.4.1.2.166|2|166 +1.3.6.1.2.1.17.1.4.1.2.265|2|265 +1.3.6.1.2.1.17.1.4.1.2.266|2|266 +1.3.6.1.2.1.17.1.4.1.2.267|2|267 +1.3.6.1.2.1.17.1.4.1.2.268|2|268 +1.3.6.1.2.1.17.1.4.1.2.269|2|269 +1.3.6.1.2.1.17.1.4.1.2.270|2|270 +1.3.6.1.2.1.17.1.4.1.2.271|2|271 +1.3.6.1.2.1.17.1.4.1.2.272|2|272 +1.3.6.1.2.1.17.1.4.1.2.273|2|273 +1.3.6.1.2.1.17.1.4.1.2.274|2|274 +1.3.6.1.2.1.17.1.4.1.2.373|2|373 +1.3.6.1.2.1.17.1.4.1.2.374|2|374 +1.3.6.1.2.1.17.1.4.1.2.375|2|375 +1.3.6.1.2.1.17.1.4.1.2.376|2|376 +1.3.6.1.2.1.17.1.4.1.2.377|2|377 +1.3.6.1.2.1.17.1.4.1.2.378|2|378 +1.3.6.1.2.1.17.1.4.1.2.379|2|379 +1.3.6.1.2.1.17.1.4.1.2.380|2|380 +1.3.6.1.2.1.17.1.4.1.2.381|2|381 +1.3.6.1.2.1.17.1.4.1.2.382|2|382 +1.3.6.1.2.1.17.1.4.1.2.481|2|481 +1.3.6.1.2.1.17.1.4.1.2.482|2|482 +1.3.6.1.2.1.17.1.4.1.2.483|2|483 +1.3.6.1.2.1.17.1.4.1.2.484|2|484 +1.3.6.1.2.1.17.1.4.1.2.485|2|485 +1.3.6.1.2.1.17.1.4.1.2.486|2|486 +1.3.6.1.2.1.17.1.4.1.2.487|2|487 +1.3.6.1.2.1.17.1.4.1.2.488|2|488 +1.3.6.1.2.1.17.1.4.1.2.489|2|489 +1.3.6.1.2.1.17.1.4.1.2.490|2|490 +1.3.6.1.2.1.17.1.4.1.2.589|2|589 +1.3.6.1.2.1.17.1.4.1.2.590|2|590 +1.3.6.1.2.1.17.1.4.1.2.591|2|591 +1.3.6.1.2.1.17.1.4.1.2.592|2|592 +1.3.6.1.2.1.17.1.4.1.2.593|2|593 +1.3.6.1.2.1.17.1.4.1.2.594|2|594 +1.3.6.1.2.1.17.1.4.1.2.595|2|595 +1.3.6.1.2.1.17.1.4.1.2.596|2|596 +1.3.6.1.2.1.17.1.4.1.2.597|2|597 +1.3.6.1.2.1.17.1.4.1.2.598|2|598 +1.3.6.1.2.1.17.1.4.1.2.697|2|697 +1.3.6.1.2.1.17.1.4.1.2.698|2|698 +1.3.6.1.2.1.17.1.4.1.2.699|2|699 +1.3.6.1.2.1.17.1.4.1.2.700|2|700 +1.3.6.1.2.1.17.1.4.1.2.701|2|701 +1.3.6.1.2.1.17.1.4.1.2.702|2|702 +1.3.6.1.2.1.17.1.4.1.2.703|2|703 +1.3.6.1.2.1.17.1.4.1.2.704|2|704 +1.3.6.1.2.1.17.1.4.1.2.705|2|705 +1.3.6.1.2.1.17.1.4.1.2.706|2|706 +1.3.6.1.2.1.17.1.4.1.2.805|2|805 +1.3.6.1.2.1.17.1.4.1.2.806|2|806 +1.3.6.1.2.1.17.1.4.1.2.807|2|807 +1.3.6.1.2.1.17.1.4.1.2.808|2|808 +1.3.6.1.2.1.17.1.4.1.2.809|2|809 +1.3.6.1.2.1.17.1.4.1.2.810|2|810 +1.3.6.1.2.1.17.1.4.1.2.811|2|811 +1.3.6.1.2.1.17.1.4.1.2.812|2|812 +1.3.6.1.2.1.17.1.4.1.2.813|2|813 +1.3.6.1.2.1.17.1.4.1.2.814|2|814 +1.3.6.1.2.1.17.1.4.1.2.1000|2|1000 +1.3.6.1.2.1.17.1.4.1.2.1001|2|1001 +1.3.6.1.2.1.17.1.4.1.2.1002|2|1002 +1.3.6.1.2.1.17.1.4.1.2.1003|2|1003 +1.3.6.1.2.1.17.1.4.1.2.1004|2|1004 +1.3.6.1.2.1.17.1.4.1.2.1005|2|1005 +1.3.6.1.2.1.17.1.4.1.2.1006|2|1006 +1.3.6.1.2.1.17.1.4.1.2.1007|2|1007 +1.3.6.1.2.1.17.1.4.1.2.1008|2|1008 +1.3.6.1.2.1.17.1.4.1.2.1009|2|1009 +1.3.6.1.2.1.17.1.4.1.2.1010|2|1010 +1.3.6.1.2.1.17.1.4.1.2.1011|2|1011 +1.3.6.1.2.1.17.1.4.1.2.1012|2|1012 +1.3.6.1.2.1.17.1.4.1.2.1013|2|1013 +1.3.6.1.2.1.17.1.4.1.2.1014|2|1014 +1.3.6.1.2.1.17.1.4.1.2.1015|2|1015 +1.3.6.1.2.1.17.1.4.1.2.1016|2|1016 +1.3.6.1.2.1.17.1.4.1.2.1017|2|1017 +1.3.6.1.2.1.17.1.4.1.2.1018|2|1018 +1.3.6.1.2.1.17.1.4.1.2.1019|2|1019 +1.3.6.1.2.1.17.1.4.1.2.1020|2|1020 +1.3.6.1.2.1.17.1.4.1.2.1021|2|1021 +1.3.6.1.2.1.17.1.4.1.2.1022|2|1022 +1.3.6.1.2.1.17.1.4.1.2.1023|2|1023 +1.3.6.1.2.1.17.1.4.1.2.1024|2|1024 +1.3.6.1.2.1.17.1.4.1.2.1025|2|1025 +1.3.6.1.2.1.17.1.4.1.2.1026|2|1026 +1.3.6.1.2.1.17.1.4.1.2.1027|2|1027 +1.3.6.1.2.1.17.1.4.1.2.1028|2|1028 +1.3.6.1.2.1.17.1.4.1.2.1029|2|1029 +1.3.6.1.2.1.17.1.4.1.2.1030|2|1030 +1.3.6.1.2.1.17.1.4.1.2.1031|2|1031 +1.3.6.1.2.1.17.1.4.1.2.1032|2|1032 +1.3.6.1.2.1.17.1.4.1.2.1033|2|1033 +1.3.6.1.2.1.17.1.4.1.2.1034|2|1034 +1.3.6.1.2.1.17.1.4.1.2.1035|2|1035 +1.3.6.1.2.1.17.1.4.1.2.1036|2|1036 +1.3.6.1.2.1.17.1.4.1.2.1037|2|1037 +1.3.6.1.2.1.17.1.4.1.2.1038|2|1038 +1.3.6.1.2.1.17.1.4.1.2.1039|2|1039 +1.3.6.1.2.1.17.1.4.1.2.1040|2|1040 +1.3.6.1.2.1.17.1.4.1.2.1041|2|1041 +1.3.6.1.2.1.17.1.4.1.2.1042|2|1042 +1.3.6.1.2.1.17.1.4.1.2.1043|2|1043 +1.3.6.1.2.1.17.1.4.1.2.1044|2|1044 +1.3.6.1.2.1.17.1.4.1.2.1045|2|1045 +1.3.6.1.2.1.17.1.4.1.2.1046|2|1046 +1.3.6.1.2.1.17.1.4.1.2.1047|2|1047 +1.3.6.1.2.1.17.2.1.0|2|3 +1.3.6.1.2.1.17.2.2.0|2|32768 +1.3.6.1.2.1.17.2.3.0|67|2365325 +1.3.6.1.2.1.17.2.4.0|65|71 +1.3.6.1.2.1.17.2.5.0|4x|40004A8F5A8FED4E +1.3.6.1.2.1.17.2.6.0|2|20000 +1.3.6.1.2.1.17.2.7.0|2|49 +1.3.6.1.2.1.17.2.8.0|2|2000 +1.3.6.1.2.1.17.2.9.0|2|200 +1.3.6.1.2.1.17.2.10.0|2|100 +1.3.6.1.2.1.17.2.11.0|2|1500 +1.3.6.1.2.1.17.2.12.0|2|2000 +1.3.6.1.2.1.17.2.13.0|2|200 +1.3.6.1.2.1.17.2.14.0|2|1500 +1.3.6.1.2.1.17.2.15.1.1.49|2|49 +1.3.6.1.2.1.17.2.15.1.1.50|2|50 +1.3.6.1.2.1.17.2.15.1.1.51|2|51 +1.3.6.1.2.1.17.2.15.1.1.52|2|52 +1.3.6.1.2.1.17.2.15.1.1.53|2|53 +1.3.6.1.2.1.17.2.15.1.1.54|2|54 +1.3.6.1.2.1.17.2.15.1.1.55|2|55 +1.3.6.1.2.1.17.2.15.1.1.56|2|56 +1.3.6.1.2.1.17.2.15.1.1.57|2|57 +1.3.6.1.2.1.17.2.15.1.1.58|2|58 +1.3.6.1.2.1.17.2.15.1.2.49|2|128 +1.3.6.1.2.1.17.2.15.1.2.50|2|128 +1.3.6.1.2.1.17.2.15.1.2.51|2|128 +1.3.6.1.2.1.17.2.15.1.2.52|2|128 +1.3.6.1.2.1.17.2.15.1.2.53|2|128 +1.3.6.1.2.1.17.2.15.1.2.54|2|128 +1.3.6.1.2.1.17.2.15.1.2.55|2|128 +1.3.6.1.2.1.17.2.15.1.2.56|2|128 +1.3.6.1.2.1.17.2.15.1.2.57|2|128 +1.3.6.1.2.1.17.2.15.1.2.58|2|128 +1.3.6.1.2.1.17.2.15.1.3.49|2|5 +1.3.6.1.2.1.17.2.15.1.3.50|2|1 +1.3.6.1.2.1.17.2.15.1.3.51|2|1 +1.3.6.1.2.1.17.2.15.1.3.52|2|1 +1.3.6.1.2.1.17.2.15.1.3.53|2|1 +1.3.6.1.2.1.17.2.15.1.3.54|2|5 +1.3.6.1.2.1.17.2.15.1.3.55|2|5 +1.3.6.1.2.1.17.2.15.1.3.56|2|5 +1.3.6.1.2.1.17.2.15.1.3.57|2|1 +1.3.6.1.2.1.17.2.15.1.3.58|2|1 +1.3.6.1.2.1.17.2.15.1.4.49|2|1 +1.3.6.1.2.1.17.2.15.1.4.50|2|2 +1.3.6.1.2.1.17.2.15.1.4.51|2|2 +1.3.6.1.2.1.17.2.15.1.4.52|2|2 +1.3.6.1.2.1.17.2.15.1.4.53|2|2 +1.3.6.1.2.1.17.2.15.1.4.54|2|1 +1.3.6.1.2.1.17.2.15.1.4.55|2|1 +1.3.6.1.2.1.17.2.15.1.4.56|2|1 +1.3.6.1.2.1.17.2.15.1.4.57|2|2 +1.3.6.1.2.1.17.2.15.1.4.58|2|2 +1.3.6.1.2.1.17.2.15.1.5.49|2|20000 +1.3.6.1.2.1.17.2.15.1.5.50|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.51|2|200000 +1.3.6.1.2.1.17.2.15.1.5.52|2|20000 +1.3.6.1.2.1.17.2.15.1.5.53|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.54|2|20000 +1.3.6.1.2.1.17.2.15.1.5.55|2|20000 +1.3.6.1.2.1.17.2.15.1.5.56|2|20000 +1.3.6.1.2.1.17.2.15.1.5.57|2|20000 +1.3.6.1.2.1.17.2.15.1.5.58|2|20000 +1.3.6.1.2.1.17.2.15.1.6.49|4x|40004A8F5A8FED4E +1.3.6.1.2.1.17.2.15.1.6.50|4x|40004A8F5A8FED4E +1.3.6.1.2.1.17.2.15.1.6.51|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.6.52|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.6.53|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.6.54|4x|40004A8F5A8FED4E +1.3.6.1.2.1.17.2.15.1.6.55|4x|40004A8F5A8FED4E +1.3.6.1.2.1.17.2.15.1.6.56|4x|40004A8F5A8FED4E +1.3.6.1.2.1.17.2.15.1.6.57|4x|40004A8F5A8FED4E +1.3.6.1.2.1.17.2.15.1.6.58|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.7.49|2|0 +1.3.6.1.2.1.17.2.15.1.7.50|2|20000 +1.3.6.1.2.1.17.2.15.1.7.51|2|0 +1.3.6.1.2.1.17.2.15.1.7.52|2|0 +1.3.6.1.2.1.17.2.15.1.7.53|2|0 +1.3.6.1.2.1.17.2.15.1.7.54|2|20000 +1.3.6.1.2.1.17.2.15.1.7.55|2|20000 +1.3.6.1.2.1.17.2.15.1.7.56|2|20000 +1.3.6.1.2.1.17.2.15.1.7.57|2|20000 +1.3.6.1.2.1.17.2.15.1.7.58|2|0 +1.3.6.1.2.1.17.2.15.1.8.49|4x|40004A8F5A8FED4E +1.3.6.1.2.1.17.2.15.1.8.50|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.8.51|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.8.52|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.8.53|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.8.54|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.8.55|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.8.56|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.8.57|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.8.58|4x|8000E828C1B8D390 +1.3.6.1.2.1.17.2.15.1.9.49|4x|8005 +1.3.6.1.2.1.17.2.15.1.9.50|4x|8032 +1.3.6.1.2.1.17.2.15.1.9.51|4x|8033 +1.3.6.1.2.1.17.2.15.1.9.52|4x|8034 +1.3.6.1.2.1.17.2.15.1.9.53|4x|8035 +1.3.6.1.2.1.17.2.15.1.9.54|4x|8036 +1.3.6.1.2.1.17.2.15.1.9.55|4x|8037 +1.3.6.1.2.1.17.2.15.1.9.56|4x|8038 +1.3.6.1.2.1.17.2.15.1.9.57|4x|8039 +1.3.6.1.2.1.17.2.15.1.9.58|4x|803A +1.3.6.1.2.1.17.2.15.1.10.49|65|1 +1.3.6.1.2.1.17.2.15.1.10.50|65|0 +1.3.6.1.2.1.17.2.15.1.10.51|65|0 +1.3.6.1.2.1.17.2.15.1.10.52|65|0 +1.3.6.1.2.1.17.2.15.1.10.53|65|0 +1.3.6.1.2.1.17.2.15.1.10.54|65|1 +1.3.6.1.2.1.17.2.15.1.10.55|65|1 +1.3.6.1.2.1.17.2.15.1.10.56|65|1 +1.3.6.1.2.1.17.2.15.1.10.57|65|0 +1.3.6.1.2.1.17.2.15.1.10.58|65|0 +1.3.6.1.2.1.17.2.16.0|2|2 +1.3.6.1.2.1.17.2.18.0|2|2 +1.3.6.1.2.1.17.2.19.1.1.49|2|2 +1.3.6.1.2.1.17.2.19.1.1.50|2|2 +1.3.6.1.2.1.17.2.19.1.1.51|2|2 +1.3.6.1.2.1.17.2.19.1.1.52|2|2 +1.3.6.1.2.1.17.2.19.1.1.53|2|2 +1.3.6.1.2.1.17.2.19.1.1.54|2|2 +1.3.6.1.2.1.17.2.19.1.1.55|2|2 +1.3.6.1.2.1.17.2.19.1.1.56|2|2 +1.3.6.1.2.1.17.2.19.1.1.57|2|2 +1.3.6.1.2.1.17.2.19.1.1.58|2|2 +1.3.6.1.2.1.17.2.19.1.2.49|2|2 +1.3.6.1.2.1.17.2.19.1.2.50|2|2 +1.3.6.1.2.1.17.2.19.1.2.51|2|2 +1.3.6.1.2.1.17.2.19.1.2.52|2|2 +1.3.6.1.2.1.17.2.19.1.2.53|2|2 +1.3.6.1.2.1.17.2.19.1.2.54|2|2 +1.3.6.1.2.1.17.2.19.1.2.55|2|2 +1.3.6.1.2.1.17.2.19.1.2.56|2|2 +1.3.6.1.2.1.17.2.19.1.2.57|2|2 +1.3.6.1.2.1.17.2.19.1.2.58|2|2 +1.3.6.1.2.1.17.2.19.1.3.49|2|2 +1.3.6.1.2.1.17.2.19.1.3.50|2|2 +1.3.6.1.2.1.17.2.19.1.3.51|2|2 +1.3.6.1.2.1.17.2.19.1.3.52|2|2 +1.3.6.1.2.1.17.2.19.1.3.53|2|2 +1.3.6.1.2.1.17.2.19.1.3.54|2|1 +1.3.6.1.2.1.17.2.19.1.3.55|2|2 +1.3.6.1.2.1.17.2.19.1.3.56|2|2 +1.3.6.1.2.1.17.2.19.1.3.57|2|2 +1.3.6.1.2.1.17.2.19.1.3.58|2|2 +1.3.6.1.2.1.17.2.19.1.4.49|2|2 +1.3.6.1.2.1.17.2.19.1.4.50|2|2 +1.3.6.1.2.1.17.2.19.1.4.51|2|2 +1.3.6.1.2.1.17.2.19.1.4.52|2|2 +1.3.6.1.2.1.17.2.19.1.4.53|2|2 +1.3.6.1.2.1.17.2.19.1.4.54|2|2 +1.3.6.1.2.1.17.2.19.1.4.55|2|2 +1.3.6.1.2.1.17.2.19.1.4.56|2|2 +1.3.6.1.2.1.17.2.19.1.4.57|2|2 +1.3.6.1.2.1.17.2.19.1.4.58|2|2 +1.3.6.1.2.1.17.2.19.1.5.49|2|1 +1.3.6.1.2.1.17.2.19.1.5.50|2|1 +1.3.6.1.2.1.17.2.19.1.5.51|2|1 +1.3.6.1.2.1.17.2.19.1.5.52|2|1 +1.3.6.1.2.1.17.2.19.1.5.53|2|1 +1.3.6.1.2.1.17.2.19.1.5.54|2|1 +1.3.6.1.2.1.17.2.19.1.5.55|2|1 +1.3.6.1.2.1.17.2.19.1.5.56|2|1 +1.3.6.1.2.1.17.2.19.1.5.57|2|1 +1.3.6.1.2.1.17.2.19.1.5.58|2|1 +1.3.6.1.2.1.17.2.19.1.6.49|2|0 +1.3.6.1.2.1.17.2.19.1.6.50|2|2000000 +1.3.6.1.2.1.17.2.19.1.6.51|2|200000 +1.3.6.1.2.1.17.2.19.1.6.52|2|20000 +1.3.6.1.2.1.17.2.19.1.6.53|2|2000000 +1.3.6.1.2.1.17.2.19.1.6.54|2|0 +1.3.6.1.2.1.17.2.19.1.6.55|2|0 +1.3.6.1.2.1.17.2.19.1.6.56|2|0 +1.3.6.1.2.1.17.2.19.1.6.57|2|20000 +1.3.6.1.2.1.17.2.19.1.6.58|2|0 +1.3.6.1.2.1.17.7.1.1.1.0|2|1 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.8.85.49.126.102.254|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.3.115.157.158.198|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.72.143.90.143.237.73|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.116.77.40.117.3.36|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.254.0.0.0.18|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.254.0.0.0.19|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.232.40.193.184.211.144|2|0 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.56.251.20.129.162.15|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.224.213.94.43.97.127|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.74.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.0.20.56.230.164.41|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.0.26.75.34.144.128|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.24.3.115.157.158.198|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.224.213.94.43.97.127|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.12.66.86.5.103|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.19.96.129.204.240|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.10.92|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.11.42|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.40.63|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.41.18|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.41.20|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.41.21|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.42.24|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.42.25|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.42.26|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.42.27|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.42.28|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.42.31|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.50.134|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.50.135|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.23.114.2.50.138|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.26.100.7.137.114|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.4.84.79|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.4.85.55|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.4.85.128|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.4.157.76|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.4.157.89|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.4.234.12|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.5.46.224|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.5.47.118|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.5.107.248|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.6.22.21|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.6.138.249|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.6.139.52|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.6.245.174|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.7.6.6|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.7.6.42|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.7.78.81|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.7.102.234|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.93.219|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.93.227|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.102.25|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.103.47|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.104.225|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.105.44|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.105.105|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.105.110|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.105.127|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.105.237|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.106.25|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.109.54|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.109.59|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.109.64|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.109.71|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.109.73|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.8.153.67|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.225.24.168|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.0.144.80.225.88.107|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.76.94.12.72.191.236|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.100.209.84.211.76.193|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.108.59.107.226.87.217|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.108.59.107.226.87.218|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.116.77.40.179.177.255|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.160.54.159.249.145.33|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.176.0.180.30.17.104|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.184.105.244.226.143.239|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.204.45.224.51.190.90|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.212.202.109.184.83.141|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.202.212.202.109.227.37.56|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.215.4.218.210.60.59.130|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.215.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.215.164.191.1.61.143.116|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.215.164.191.1.78.71.79|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.215.184.105.244.226.143.239|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.215.204.45.224.51.190.90|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.215.224.217.227.180.113.64|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.8.0.39.251.118.93|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.0.18|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.0.19|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.224.213.94.43.97.127|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.41.18|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.41.20|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.41.21|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.42.24|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.42.25|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.42.26|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.42.27|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.42.28|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.42.31|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.50.134|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.50.135|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.23.114.4.50.138|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.37.158.179.120.59|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.37.158.252.3.91|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.0.224.237.115.174.106|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.164.191.1.42.53.160|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.518.164.191.1.44.213.204|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.3.152.7.216.61|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.3.152.7.218.126|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.3.152.7.218.136|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.12.41.252.103.160|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.37.158.179.120.59|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.37.158.211.117.254|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.144.80.5.217.157|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.144.80.5.222.76|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.144.80.6.59.87|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.144.80.6.59.124|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.144.80.6.59.127|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.144.80.6.248.249|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.144.80.6.248.255|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.144.80.8.101.195|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.522.0.144.80.8.146.91|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.581.0.23.114.5.41.18|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.581.0.37.158.179.120.59|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.581.0.224.237.115.174.105|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.581.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.581.224.217.227.203.192.0|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.1885.0.37.158.210.239.11|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.1885.74.143.90.143.237.78|2|49 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.1|66|1 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.2|66|2 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.74|66|74 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.100|66|100 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.200|66|200 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.202|66|202 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.215|66|215 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.254|66|254 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.518|66|518 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.522|66|522 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.581|66|581 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.1885|66|1885 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.1|4x|0000000000008F8000000000000000000a3030203030203030203046204643203030203030203030203030203030203030203030203030203030203030203030200a3030204646204330203030203030203030203030203030203030203030203030203030203030203030203046204643200a3030203030203030203030203030203030203030203030203030203030203030203030204646204330203030203030200a3030203030203030203030203030203030203030203030203030203046204643203030203030203030203030203030200a3030203030203030203030203030203030203030204646204330203030203030203030203030203030203030203030200a3030203030203030203030203046204643203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031204646204646204646200a464620464620464520 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.2|4x|000000000000870000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.74|4x|000000000000804000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.100|4x|000000000000870000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.200|4x|000000000000C70000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.202|4x|000000000000B04000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.215|4x|000000000000804000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.254|4x|000000000000870000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.518|4x|00000000000000C000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.522|4x|00000000000000C000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.581|4x|00000000000080C000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.1885|4x|000000000000804000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.1|4x|0000000000008F8000000000000000000a3030203030203030203046204643203030203030203030203030203030203030203030203030203030203030203030200a3030204646204330203030203030203030203030203030203030203030203030203030203030203030203046204643200a3030203030203030203030203030203030203030203030203030203030203030203030204646204330203030203030200a3030203030203030203030203030203030203030203030203030203046204643203030203030203030203030203030200a3030203030203030203030203030203030203030204646204330203030203030203030203030203030203030203030200a3030203030203030203030203046204643203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031204646204646204646200a464620464620464520 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.2|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.74|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.100|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.200|4x|000000000000400000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.202|4x|000000000000300000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.215|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.254|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.518|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.522|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.581|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.1885|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030 +1.3.6.1.2.1.17.7.1.4.3.1.1.2|4|Vlan2 +1.3.6.1.2.1.17.7.1.4.3.1.1.74|4|ST-74 +1.3.6.1.2.1.17.7.1.4.3.1.1.100|4|Vlan100 +1.3.6.1.2.1.17.7.1.4.3.1.1.200|4|Vlan200 +1.3.6.1.2.1.17.7.1.4.3.1.1.202|4|ST-202 +1.3.6.1.2.1.17.7.1.4.3.1.1.215|4|ST-215 +1.3.6.1.2.1.17.7.1.4.3.1.1.254|4|Vlan254 +1.3.6.1.2.1.17.7.1.4.3.1.1.518|4|ST-518 +1.3.6.1.2.1.17.7.1.4.3.1.1.522|4|ST-522 +1.3.6.1.2.1.17.7.1.4.3.1.1.581|4|ST-581 +1.3.6.1.2.1.17.7.1.4.3.1.1.1885|4|ST-1885 +1.3.6.1.2.1.17.7.1.4.5.1.1.49|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.50|66|200 +1.3.6.1.2.1.17.7.1.4.5.1.1.51|66|202 +1.3.6.1.2.1.17.7.1.4.5.1.1.52|66|202 +1.3.6.1.2.1.17.7.1.4.5.1.1.53|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.54|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.55|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.56|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.57|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.58|66|4095 +1.3.6.1.2.1.31.1.1.1.1.49|4|gi1/0/1 +1.3.6.1.2.1.31.1.1.1.1.50|4|gi1/0/2 +1.3.6.1.2.1.31.1.1.1.1.51|4|gi1/0/3 +1.3.6.1.2.1.31.1.1.1.1.52|4|gi1/0/4 +1.3.6.1.2.1.31.1.1.1.1.53|4|gi1/0/5 +1.3.6.1.2.1.31.1.1.1.1.54|4|gi1/0/6 +1.3.6.1.2.1.31.1.1.1.1.55|4|gi1/0/7 +1.3.6.1.2.1.31.1.1.1.1.56|4|gi1/0/8 +1.3.6.1.2.1.31.1.1.1.1.57|4|gi1/0/9 +1.3.6.1.2.1.31.1.1.1.1.58|4|gi1/0/10 +1.3.6.1.2.1.31.1.1.1.1.1000|4|Po1 +1.3.6.1.2.1.31.1.1.1.1.1001|4|Po2 +1.3.6.1.2.1.31.1.1.1.1.1002|4|Po3 +1.3.6.1.2.1.31.1.1.1.1.1003|4|Po4 +1.3.6.1.2.1.31.1.1.1.1.1004|4|Po5 +1.3.6.1.2.1.31.1.1.1.1.1005|4|Po6 +1.3.6.1.2.1.31.1.1.1.1.1006|4|Po7 +1.3.6.1.2.1.31.1.1.1.1.1007|4|Po8 +1.3.6.1.2.1.31.1.1.1.1.1008|4|Po9 +1.3.6.1.2.1.31.1.1.1.1.1009|4|Po10 +1.3.6.1.2.1.31.1.1.1.1.1010|4|Po11 +1.3.6.1.2.1.31.1.1.1.1.1011|4|Po12 +1.3.6.1.2.1.31.1.1.1.1.1012|4|Po13 +1.3.6.1.2.1.31.1.1.1.1.1013|4|Po14 +1.3.6.1.2.1.31.1.1.1.1.1014|4|Po15 +1.3.6.1.2.1.31.1.1.1.1.1015|4|Po16 +1.3.6.1.2.1.31.1.1.1.1.1016|4|Po17 +1.3.6.1.2.1.31.1.1.1.1.1017|4|Po18 +1.3.6.1.2.1.31.1.1.1.1.1018|4|Po19 +1.3.6.1.2.1.31.1.1.1.1.1019|4|Po20 +1.3.6.1.2.1.31.1.1.1.1.1020|4|Po21 +1.3.6.1.2.1.31.1.1.1.1.1021|4|Po22 +1.3.6.1.2.1.31.1.1.1.1.1022|4|Po23 +1.3.6.1.2.1.31.1.1.1.1.1023|4|Po24 +1.3.6.1.2.1.31.1.1.1.1.1024|4|Po25 +1.3.6.1.2.1.31.1.1.1.1.1025|4|Po26 +1.3.6.1.2.1.31.1.1.1.1.1026|4|Po27 +1.3.6.1.2.1.31.1.1.1.1.1027|4|Po28 +1.3.6.1.2.1.31.1.1.1.1.1028|4|Po29 +1.3.6.1.2.1.31.1.1.1.1.1029|4|Po30 +1.3.6.1.2.1.31.1.1.1.1.1030|4|Po31 +1.3.6.1.2.1.31.1.1.1.1.1031|4|Po32 +1.3.6.1.2.1.31.1.1.1.1.1032|4|Po33 +1.3.6.1.2.1.31.1.1.1.1.1033|4|Po34 +1.3.6.1.2.1.31.1.1.1.1.1034|4|Po35 +1.3.6.1.2.1.31.1.1.1.1.1035|4|Po36 +1.3.6.1.2.1.31.1.1.1.1.1036|4|Po37 +1.3.6.1.2.1.31.1.1.1.1.1037|4|Po38 +1.3.6.1.2.1.31.1.1.1.1.1038|4|Po39 +1.3.6.1.2.1.31.1.1.1.1.1039|4|Po40 +1.3.6.1.2.1.31.1.1.1.1.1040|4|Po41 +1.3.6.1.2.1.31.1.1.1.1.1041|4|Po42 +1.3.6.1.2.1.31.1.1.1.1.1042|4|Po43 +1.3.6.1.2.1.31.1.1.1.1.1043|4|Po44 +1.3.6.1.2.1.31.1.1.1.1.1044|4|Po45 +1.3.6.1.2.1.31.1.1.1.1.1045|4|Po46 +1.3.6.1.2.1.31.1.1.1.1.1046|4|Po47 +1.3.6.1.2.1.31.1.1.1.1.1047|4|Po48 +1.3.6.1.2.1.31.1.1.1.1.3000|4|tunnel1 +1.3.6.1.2.1.31.1.1.1.1.3001|4|tunnel2 +1.3.6.1.2.1.31.1.1.1.1.3002|4|tunnel3 +1.3.6.1.2.1.31.1.1.1.1.3003|4|tunnel4 +1.3.6.1.2.1.31.1.1.1.1.3004|4|tunnel5 +1.3.6.1.2.1.31.1.1.1.1.3005|4|tunnel6 +1.3.6.1.2.1.31.1.1.1.1.3006|4|tunnel7 +1.3.6.1.2.1.31.1.1.1.1.3007|4|tunnel8 +1.3.6.1.2.1.31.1.1.1.1.3008|4|tunnel9 +1.3.6.1.2.1.31.1.1.1.1.3009|4|tunnel10 +1.3.6.1.2.1.31.1.1.1.1.3010|4|tunnel11 +1.3.6.1.2.1.31.1.1.1.1.3011|4|tunnel12 +1.3.6.1.2.1.31.1.1.1.1.3012|4|tunnel13 +1.3.6.1.2.1.31.1.1.1.1.3013|4|tunnel14 +1.3.6.1.2.1.31.1.1.1.1.3014|4|tunnel15 +1.3.6.1.2.1.31.1.1.1.1.3015|4|tunnel16 +1.3.6.1.2.1.31.1.1.1.1.7000|4|loopback1 +1.3.6.1.2.1.31.1.1.1.1.7001|4|loopback2 +1.3.6.1.2.1.31.1.1.1.1.7002|4|loopback3 +1.3.6.1.2.1.31.1.1.1.1.7003|4|loopback4 +1.3.6.1.2.1.31.1.1.1.1.7004|4|loopback5 +1.3.6.1.2.1.31.1.1.1.1.7005|4|loopback6 +1.3.6.1.2.1.31.1.1.1.1.7006|4|loopback7 +1.3.6.1.2.1.31.1.1.1.1.7007|4|loopback8 +1.3.6.1.2.1.31.1.1.1.1.7008|4|loopback9 +1.3.6.1.2.1.31.1.1.1.1.7009|4|loopback10 +1.3.6.1.2.1.31.1.1.1.1.7010|4|loopback11 +1.3.6.1.2.1.31.1.1.1.1.7011|4|loopback12 +1.3.6.1.2.1.31.1.1.1.1.7012|4|loopback13 +1.3.6.1.2.1.31.1.1.1.1.7013|4|loopback14 +1.3.6.1.2.1.31.1.1.1.1.7014|4|loopback15 +1.3.6.1.2.1.31.1.1.1.1.7015|4|loopback16 +1.3.6.1.2.1.31.1.1.1.1.7016|4|loopback17 +1.3.6.1.2.1.31.1.1.1.1.7017|4|loopback18 +1.3.6.1.2.1.31.1.1.1.1.7018|4|loopback19 +1.3.6.1.2.1.31.1.1.1.1.7019|4|loopback20 +1.3.6.1.2.1.31.1.1.1.1.7020|4|loopback21 +1.3.6.1.2.1.31.1.1.1.1.7021|4|loopback22 +1.3.6.1.2.1.31.1.1.1.1.7022|4|loopback23 +1.3.6.1.2.1.31.1.1.1.1.7023|4|loopback24 +1.3.6.1.2.1.31.1.1.1.1.7024|4|loopback25 +1.3.6.1.2.1.31.1.1.1.1.7025|4|loopback26 +1.3.6.1.2.1.31.1.1.1.1.7026|4|loopback27 +1.3.6.1.2.1.31.1.1.1.1.7027|4|loopback28 +1.3.6.1.2.1.31.1.1.1.1.7028|4|loopback29 +1.3.6.1.2.1.31.1.1.1.1.7029|4|loopback30 +1.3.6.1.2.1.31.1.1.1.1.7030|4|loopback31 +1.3.6.1.2.1.31.1.1.1.1.7031|4|loopback32 +1.3.6.1.2.1.31.1.1.1.1.7032|4|loopback33 +1.3.6.1.2.1.31.1.1.1.1.7033|4|loopback34 +1.3.6.1.2.1.31.1.1.1.1.7034|4|loopback35 +1.3.6.1.2.1.31.1.1.1.1.7035|4|loopback36 +1.3.6.1.2.1.31.1.1.1.1.7036|4|loopback37 +1.3.6.1.2.1.31.1.1.1.1.7037|4|loopback38 +1.3.6.1.2.1.31.1.1.1.1.7038|4|loopback39 +1.3.6.1.2.1.31.1.1.1.1.7039|4|loopback40 +1.3.6.1.2.1.31.1.1.1.1.7040|4|loopback41 +1.3.6.1.2.1.31.1.1.1.1.7041|4|loopback42 +1.3.6.1.2.1.31.1.1.1.1.7042|4|loopback43 +1.3.6.1.2.1.31.1.1.1.1.7043|4|loopback44 +1.3.6.1.2.1.31.1.1.1.1.7044|4|loopback45 +1.3.6.1.2.1.31.1.1.1.1.7045|4|loopback46 +1.3.6.1.2.1.31.1.1.1.1.7046|4|loopback47 +1.3.6.1.2.1.31.1.1.1.1.7047|4|loopback48 +1.3.6.1.2.1.31.1.1.1.1.7048|4|loopback49 +1.3.6.1.2.1.31.1.1.1.1.7049|4|loopback50 +1.3.6.1.2.1.31.1.1.1.1.7050|4|loopback51 +1.3.6.1.2.1.31.1.1.1.1.7051|4|loopback52 +1.3.6.1.2.1.31.1.1.1.1.7052|4|loopback53 +1.3.6.1.2.1.31.1.1.1.1.7053|4|loopback54 +1.3.6.1.2.1.31.1.1.1.1.7054|4|loopback55 +1.3.6.1.2.1.31.1.1.1.1.7055|4|loopback56 +1.3.6.1.2.1.31.1.1.1.1.7056|4|loopback57 +1.3.6.1.2.1.31.1.1.1.1.7057|4|loopback58 +1.3.6.1.2.1.31.1.1.1.1.7058|4|loopback59 +1.3.6.1.2.1.31.1.1.1.1.7059|4|loopback60 +1.3.6.1.2.1.31.1.1.1.1.7060|4|loopback61 +1.3.6.1.2.1.31.1.1.1.1.7061|4|loopback62 +1.3.6.1.2.1.31.1.1.1.1.7062|4|loopback63 +1.3.6.1.2.1.31.1.1.1.1.7063|4|loopback64 +1.3.6.1.2.1.31.1.1.1.1.9000|4|stack-port +1.3.6.1.2.1.31.1.1.1.1.20000|4|Logical-int 1 +1.3.6.1.2.1.31.1.1.1.1.100000|4|1 +1.3.6.1.2.1.31.1.1.1.1.100001|4|2 +1.3.6.1.2.1.31.1.1.1.1.100073|4|74 +1.3.6.1.2.1.31.1.1.1.1.100099|4|100 +1.3.6.1.2.1.31.1.1.1.1.100199|4|200 +1.3.6.1.2.1.31.1.1.1.1.100201|4|202 +1.3.6.1.2.1.31.1.1.1.1.100214|4|215 +1.3.6.1.2.1.31.1.1.1.1.100253|4|254 +1.3.6.1.2.1.31.1.1.1.1.100517|4|518 +1.3.6.1.2.1.31.1.1.1.1.100521|4|522 +1.3.6.1.2.1.31.1.1.1.1.100580|4|581 +1.3.6.1.2.1.31.1.1.1.1.101884|4|1885 +1.3.6.1.2.1.31.1.1.1.2.49|65|7807533 +1.3.6.1.2.1.31.1.1.1.2.50|65|0 +1.3.6.1.2.1.31.1.1.1.2.51|65|0 +1.3.6.1.2.1.31.1.1.1.2.52|65|0 +1.3.6.1.2.1.31.1.1.1.2.53|65|0 +1.3.6.1.2.1.31.1.1.1.2.54|65|2106800 +1.3.6.1.2.1.31.1.1.1.2.55|65|302478 +1.3.6.1.2.1.31.1.1.1.2.56|65|3205107 +1.3.6.1.2.1.31.1.1.1.2.57|65|0 +1.3.6.1.2.1.31.1.1.1.2.58|65|575025461 +1.3.6.1.2.1.31.1.1.1.2.1000|65|0 +1.3.6.1.2.1.31.1.1.1.2.1001|65|0 +1.3.6.1.2.1.31.1.1.1.2.1002|65|0 +1.3.6.1.2.1.31.1.1.1.2.1003|65|0 +1.3.6.1.2.1.31.1.1.1.2.1004|65|0 +1.3.6.1.2.1.31.1.1.1.2.1005|65|0 +1.3.6.1.2.1.31.1.1.1.2.1006|65|0 +1.3.6.1.2.1.31.1.1.1.2.1007|65|0 +1.3.6.1.2.1.31.1.1.1.2.1008|65|0 +1.3.6.1.2.1.31.1.1.1.2.1009|65|0 +1.3.6.1.2.1.31.1.1.1.2.1010|65|0 +1.3.6.1.2.1.31.1.1.1.2.1011|65|0 +1.3.6.1.2.1.31.1.1.1.2.1012|65|0 +1.3.6.1.2.1.31.1.1.1.2.1013|65|0 +1.3.6.1.2.1.31.1.1.1.2.1014|65|0 +1.3.6.1.2.1.31.1.1.1.2.1015|65|0 +1.3.6.1.2.1.31.1.1.1.2.1016|65|0 +1.3.6.1.2.1.31.1.1.1.2.1017|65|0 +1.3.6.1.2.1.31.1.1.1.2.1018|65|0 +1.3.6.1.2.1.31.1.1.1.2.1019|65|0 +1.3.6.1.2.1.31.1.1.1.2.1020|65|0 +1.3.6.1.2.1.31.1.1.1.2.1021|65|0 +1.3.6.1.2.1.31.1.1.1.2.1022|65|0 +1.3.6.1.2.1.31.1.1.1.2.1023|65|0 +1.3.6.1.2.1.31.1.1.1.2.1024|65|0 +1.3.6.1.2.1.31.1.1.1.2.1025|65|0 +1.3.6.1.2.1.31.1.1.1.2.1026|65|0 +1.3.6.1.2.1.31.1.1.1.2.1027|65|0 +1.3.6.1.2.1.31.1.1.1.2.1028|65|0 +1.3.6.1.2.1.31.1.1.1.2.1029|65|0 +1.3.6.1.2.1.31.1.1.1.2.1030|65|0 +1.3.6.1.2.1.31.1.1.1.2.1031|65|0 +1.3.6.1.2.1.31.1.1.1.2.1032|65|0 +1.3.6.1.2.1.31.1.1.1.2.1033|65|0 +1.3.6.1.2.1.31.1.1.1.2.1034|65|0 +1.3.6.1.2.1.31.1.1.1.2.1035|65|0 +1.3.6.1.2.1.31.1.1.1.2.1036|65|0 +1.3.6.1.2.1.31.1.1.1.2.1037|65|0 +1.3.6.1.2.1.31.1.1.1.2.1038|65|0 +1.3.6.1.2.1.31.1.1.1.2.1039|65|0 +1.3.6.1.2.1.31.1.1.1.2.1040|65|0 +1.3.6.1.2.1.31.1.1.1.2.1041|65|0 +1.3.6.1.2.1.31.1.1.1.2.1042|65|0 +1.3.6.1.2.1.31.1.1.1.2.1043|65|0 +1.3.6.1.2.1.31.1.1.1.2.1044|65|0 +1.3.6.1.2.1.31.1.1.1.2.1045|65|0 +1.3.6.1.2.1.31.1.1.1.2.1046|65|0 +1.3.6.1.2.1.31.1.1.1.2.1047|65|0 +1.3.6.1.2.1.31.1.1.1.2.3000|65|0 +1.3.6.1.2.1.31.1.1.1.2.3001|65|0 +1.3.6.1.2.1.31.1.1.1.2.3002|65|0 +1.3.6.1.2.1.31.1.1.1.2.3003|65|0 +1.3.6.1.2.1.31.1.1.1.2.3004|65|0 +1.3.6.1.2.1.31.1.1.1.2.3005|65|0 +1.3.6.1.2.1.31.1.1.1.2.3006|65|0 +1.3.6.1.2.1.31.1.1.1.2.3007|65|0 +1.3.6.1.2.1.31.1.1.1.2.3008|65|0 +1.3.6.1.2.1.31.1.1.1.2.3009|65|0 +1.3.6.1.2.1.31.1.1.1.2.3010|65|0 +1.3.6.1.2.1.31.1.1.1.2.3011|65|0 +1.3.6.1.2.1.31.1.1.1.2.3012|65|0 +1.3.6.1.2.1.31.1.1.1.2.3013|65|0 +1.3.6.1.2.1.31.1.1.1.2.3014|65|0 +1.3.6.1.2.1.31.1.1.1.2.3015|65|0 +1.3.6.1.2.1.31.1.1.1.2.7000|65|0 +1.3.6.1.2.1.31.1.1.1.2.7001|65|0 +1.3.6.1.2.1.31.1.1.1.2.7002|65|0 +1.3.6.1.2.1.31.1.1.1.2.7003|65|0 +1.3.6.1.2.1.31.1.1.1.2.7004|65|0 +1.3.6.1.2.1.31.1.1.1.2.7005|65|0 +1.3.6.1.2.1.31.1.1.1.2.7006|65|0 +1.3.6.1.2.1.31.1.1.1.2.7007|65|0 +1.3.6.1.2.1.31.1.1.1.2.7008|65|0 +1.3.6.1.2.1.31.1.1.1.2.7009|65|0 +1.3.6.1.2.1.31.1.1.1.2.7010|65|0 +1.3.6.1.2.1.31.1.1.1.2.7011|65|0 +1.3.6.1.2.1.31.1.1.1.2.7012|65|0 +1.3.6.1.2.1.31.1.1.1.2.7013|65|0 +1.3.6.1.2.1.31.1.1.1.2.7014|65|0 +1.3.6.1.2.1.31.1.1.1.2.7015|65|0 +1.3.6.1.2.1.31.1.1.1.2.7016|65|0 +1.3.6.1.2.1.31.1.1.1.2.7017|65|0 +1.3.6.1.2.1.31.1.1.1.2.7018|65|0 +1.3.6.1.2.1.31.1.1.1.2.7019|65|0 +1.3.6.1.2.1.31.1.1.1.2.7020|65|0 +1.3.6.1.2.1.31.1.1.1.2.7021|65|0 +1.3.6.1.2.1.31.1.1.1.2.7022|65|0 +1.3.6.1.2.1.31.1.1.1.2.7023|65|0 +1.3.6.1.2.1.31.1.1.1.2.7024|65|0 +1.3.6.1.2.1.31.1.1.1.2.7025|65|0 +1.3.6.1.2.1.31.1.1.1.2.7026|65|0 +1.3.6.1.2.1.31.1.1.1.2.7027|65|0 +1.3.6.1.2.1.31.1.1.1.2.7028|65|0 +1.3.6.1.2.1.31.1.1.1.2.7029|65|0 +1.3.6.1.2.1.31.1.1.1.2.7030|65|0 +1.3.6.1.2.1.31.1.1.1.2.7031|65|0 +1.3.6.1.2.1.31.1.1.1.2.7032|65|0 +1.3.6.1.2.1.31.1.1.1.2.7033|65|0 +1.3.6.1.2.1.31.1.1.1.2.7034|65|0 +1.3.6.1.2.1.31.1.1.1.2.7035|65|0 +1.3.6.1.2.1.31.1.1.1.2.7036|65|0 +1.3.6.1.2.1.31.1.1.1.2.7037|65|0 +1.3.6.1.2.1.31.1.1.1.2.7038|65|0 +1.3.6.1.2.1.31.1.1.1.2.7039|65|0 +1.3.6.1.2.1.31.1.1.1.2.7040|65|0 +1.3.6.1.2.1.31.1.1.1.2.7041|65|0 +1.3.6.1.2.1.31.1.1.1.2.7042|65|0 +1.3.6.1.2.1.31.1.1.1.2.7043|65|0 +1.3.6.1.2.1.31.1.1.1.2.7044|65|0 +1.3.6.1.2.1.31.1.1.1.2.7045|65|0 +1.3.6.1.2.1.31.1.1.1.2.7046|65|0 +1.3.6.1.2.1.31.1.1.1.2.7047|65|0 +1.3.6.1.2.1.31.1.1.1.2.7048|65|0 +1.3.6.1.2.1.31.1.1.1.2.7049|65|0 +1.3.6.1.2.1.31.1.1.1.2.7050|65|0 +1.3.6.1.2.1.31.1.1.1.2.7051|65|0 +1.3.6.1.2.1.31.1.1.1.2.7052|65|0 +1.3.6.1.2.1.31.1.1.1.2.7053|65|0 +1.3.6.1.2.1.31.1.1.1.2.7054|65|0 +1.3.6.1.2.1.31.1.1.1.2.7055|65|0 +1.3.6.1.2.1.31.1.1.1.2.7056|65|0 +1.3.6.1.2.1.31.1.1.1.2.7057|65|0 +1.3.6.1.2.1.31.1.1.1.2.7058|65|0 +1.3.6.1.2.1.31.1.1.1.2.7059|65|0 +1.3.6.1.2.1.31.1.1.1.2.7060|65|0 +1.3.6.1.2.1.31.1.1.1.2.7061|65|0 +1.3.6.1.2.1.31.1.1.1.2.7062|65|0 +1.3.6.1.2.1.31.1.1.1.2.7063|65|0 +1.3.6.1.2.1.31.1.1.1.2.9000|65|0 +1.3.6.1.2.1.31.1.1.1.2.20000|65|0 +1.3.6.1.2.1.31.1.1.1.2.100000|65|0 +1.3.6.1.2.1.31.1.1.1.2.100001|65|0 +1.3.6.1.2.1.31.1.1.1.2.100073|65|0 +1.3.6.1.2.1.31.1.1.1.2.100099|65|0 +1.3.6.1.2.1.31.1.1.1.2.100199|65|0 +1.3.6.1.2.1.31.1.1.1.2.100201|65|0 +1.3.6.1.2.1.31.1.1.1.2.100214|65|0 +1.3.6.1.2.1.31.1.1.1.2.100253|65|0 +1.3.6.1.2.1.31.1.1.1.2.100517|65|0 +1.3.6.1.2.1.31.1.1.1.2.100521|65|0 +1.3.6.1.2.1.31.1.1.1.2.100580|65|0 +1.3.6.1.2.1.31.1.1.1.2.101884|65|0 +1.3.6.1.2.1.31.1.1.1.3.49|65|3397327 +1.3.6.1.2.1.31.1.1.1.3.50|65|245 +1.3.6.1.2.1.31.1.1.1.3.51|65|0 +1.3.6.1.2.1.31.1.1.1.3.52|65|0 +1.3.6.1.2.1.31.1.1.1.3.53|65|0 +1.3.6.1.2.1.31.1.1.1.3.54|65|472466 +1.3.6.1.2.1.31.1.1.1.3.55|65|408670 +1.3.6.1.2.1.31.1.1.1.3.56|65|817830 +1.3.6.1.2.1.31.1.1.1.3.57|65|0 +1.3.6.1.2.1.31.1.1.1.3.58|65|36368199 +1.3.6.1.2.1.31.1.1.1.3.1000|65|0 +1.3.6.1.2.1.31.1.1.1.3.1001|65|0 +1.3.6.1.2.1.31.1.1.1.3.1002|65|0 +1.3.6.1.2.1.31.1.1.1.3.1003|65|0 +1.3.6.1.2.1.31.1.1.1.3.1004|65|0 +1.3.6.1.2.1.31.1.1.1.3.1005|65|0 +1.3.6.1.2.1.31.1.1.1.3.1006|65|0 +1.3.6.1.2.1.31.1.1.1.3.1007|65|0 +1.3.6.1.2.1.31.1.1.1.3.1008|65|0 +1.3.6.1.2.1.31.1.1.1.3.1009|65|0 +1.3.6.1.2.1.31.1.1.1.3.1010|65|0 +1.3.6.1.2.1.31.1.1.1.3.1011|65|0 +1.3.6.1.2.1.31.1.1.1.3.1012|65|0 +1.3.6.1.2.1.31.1.1.1.3.1013|65|0 +1.3.6.1.2.1.31.1.1.1.3.1014|65|0 +1.3.6.1.2.1.31.1.1.1.3.1015|65|0 +1.3.6.1.2.1.31.1.1.1.3.1016|65|0 +1.3.6.1.2.1.31.1.1.1.3.1017|65|0 +1.3.6.1.2.1.31.1.1.1.3.1018|65|0 +1.3.6.1.2.1.31.1.1.1.3.1019|65|0 +1.3.6.1.2.1.31.1.1.1.3.1020|65|0 +1.3.6.1.2.1.31.1.1.1.3.1021|65|0 +1.3.6.1.2.1.31.1.1.1.3.1022|65|0 +1.3.6.1.2.1.31.1.1.1.3.1023|65|0 +1.3.6.1.2.1.31.1.1.1.3.1024|65|0 +1.3.6.1.2.1.31.1.1.1.3.1025|65|0 +1.3.6.1.2.1.31.1.1.1.3.1026|65|0 +1.3.6.1.2.1.31.1.1.1.3.1027|65|0 +1.3.6.1.2.1.31.1.1.1.3.1028|65|0 +1.3.6.1.2.1.31.1.1.1.3.1029|65|0 +1.3.6.1.2.1.31.1.1.1.3.1030|65|0 +1.3.6.1.2.1.31.1.1.1.3.1031|65|0 +1.3.6.1.2.1.31.1.1.1.3.1032|65|0 +1.3.6.1.2.1.31.1.1.1.3.1033|65|0 +1.3.6.1.2.1.31.1.1.1.3.1034|65|0 +1.3.6.1.2.1.31.1.1.1.3.1035|65|0 +1.3.6.1.2.1.31.1.1.1.3.1036|65|0 +1.3.6.1.2.1.31.1.1.1.3.1037|65|0 +1.3.6.1.2.1.31.1.1.1.3.1038|65|0 +1.3.6.1.2.1.31.1.1.1.3.1039|65|0 +1.3.6.1.2.1.31.1.1.1.3.1040|65|0 +1.3.6.1.2.1.31.1.1.1.3.1041|65|0 +1.3.6.1.2.1.31.1.1.1.3.1042|65|0 +1.3.6.1.2.1.31.1.1.1.3.1043|65|0 +1.3.6.1.2.1.31.1.1.1.3.1044|65|0 +1.3.6.1.2.1.31.1.1.1.3.1045|65|0 +1.3.6.1.2.1.31.1.1.1.3.1046|65|0 +1.3.6.1.2.1.31.1.1.1.3.1047|65|0 +1.3.6.1.2.1.31.1.1.1.3.3000|65|0 +1.3.6.1.2.1.31.1.1.1.3.3001|65|0 +1.3.6.1.2.1.31.1.1.1.3.3002|65|0 +1.3.6.1.2.1.31.1.1.1.3.3003|65|0 +1.3.6.1.2.1.31.1.1.1.3.3004|65|0 +1.3.6.1.2.1.31.1.1.1.3.3005|65|0 +1.3.6.1.2.1.31.1.1.1.3.3006|65|0 +1.3.6.1.2.1.31.1.1.1.3.3007|65|0 +1.3.6.1.2.1.31.1.1.1.3.3008|65|0 +1.3.6.1.2.1.31.1.1.1.3.3009|65|0 +1.3.6.1.2.1.31.1.1.1.3.3010|65|0 +1.3.6.1.2.1.31.1.1.1.3.3011|65|0 +1.3.6.1.2.1.31.1.1.1.3.3012|65|0 +1.3.6.1.2.1.31.1.1.1.3.3013|65|0 +1.3.6.1.2.1.31.1.1.1.3.3014|65|0 +1.3.6.1.2.1.31.1.1.1.3.3015|65|0 +1.3.6.1.2.1.31.1.1.1.3.7000|65|0 +1.3.6.1.2.1.31.1.1.1.3.7001|65|0 +1.3.6.1.2.1.31.1.1.1.3.7002|65|0 +1.3.6.1.2.1.31.1.1.1.3.7003|65|0 +1.3.6.1.2.1.31.1.1.1.3.7004|65|0 +1.3.6.1.2.1.31.1.1.1.3.7005|65|0 +1.3.6.1.2.1.31.1.1.1.3.7006|65|0 +1.3.6.1.2.1.31.1.1.1.3.7007|65|0 +1.3.6.1.2.1.31.1.1.1.3.7008|65|0 +1.3.6.1.2.1.31.1.1.1.3.7009|65|0 +1.3.6.1.2.1.31.1.1.1.3.7010|65|0 +1.3.6.1.2.1.31.1.1.1.3.7011|65|0 +1.3.6.1.2.1.31.1.1.1.3.7012|65|0 +1.3.6.1.2.1.31.1.1.1.3.7013|65|0 +1.3.6.1.2.1.31.1.1.1.3.7014|65|0 +1.3.6.1.2.1.31.1.1.1.3.7015|65|0 +1.3.6.1.2.1.31.1.1.1.3.7016|65|0 +1.3.6.1.2.1.31.1.1.1.3.7017|65|0 +1.3.6.1.2.1.31.1.1.1.3.7018|65|0 +1.3.6.1.2.1.31.1.1.1.3.7019|65|0 +1.3.6.1.2.1.31.1.1.1.3.7020|65|0 +1.3.6.1.2.1.31.1.1.1.3.7021|65|0 +1.3.6.1.2.1.31.1.1.1.3.7022|65|0 +1.3.6.1.2.1.31.1.1.1.3.7023|65|0 +1.3.6.1.2.1.31.1.1.1.3.7024|65|0 +1.3.6.1.2.1.31.1.1.1.3.7025|65|0 +1.3.6.1.2.1.31.1.1.1.3.7026|65|0 +1.3.6.1.2.1.31.1.1.1.3.7027|65|0 +1.3.6.1.2.1.31.1.1.1.3.7028|65|0 +1.3.6.1.2.1.31.1.1.1.3.7029|65|0 +1.3.6.1.2.1.31.1.1.1.3.7030|65|0 +1.3.6.1.2.1.31.1.1.1.3.7031|65|0 +1.3.6.1.2.1.31.1.1.1.3.7032|65|0 +1.3.6.1.2.1.31.1.1.1.3.7033|65|0 +1.3.6.1.2.1.31.1.1.1.3.7034|65|0 +1.3.6.1.2.1.31.1.1.1.3.7035|65|0 +1.3.6.1.2.1.31.1.1.1.3.7036|65|0 +1.3.6.1.2.1.31.1.1.1.3.7037|65|0 +1.3.6.1.2.1.31.1.1.1.3.7038|65|0 +1.3.6.1.2.1.31.1.1.1.3.7039|65|0 +1.3.6.1.2.1.31.1.1.1.3.7040|65|0 +1.3.6.1.2.1.31.1.1.1.3.7041|65|0 +1.3.6.1.2.1.31.1.1.1.3.7042|65|0 +1.3.6.1.2.1.31.1.1.1.3.7043|65|0 +1.3.6.1.2.1.31.1.1.1.3.7044|65|0 +1.3.6.1.2.1.31.1.1.1.3.7045|65|0 +1.3.6.1.2.1.31.1.1.1.3.7046|65|0 +1.3.6.1.2.1.31.1.1.1.3.7047|65|0 +1.3.6.1.2.1.31.1.1.1.3.7048|65|0 +1.3.6.1.2.1.31.1.1.1.3.7049|65|0 +1.3.6.1.2.1.31.1.1.1.3.7050|65|0 +1.3.6.1.2.1.31.1.1.1.3.7051|65|0 +1.3.6.1.2.1.31.1.1.1.3.7052|65|0 +1.3.6.1.2.1.31.1.1.1.3.7053|65|0 +1.3.6.1.2.1.31.1.1.1.3.7054|65|0 +1.3.6.1.2.1.31.1.1.1.3.7055|65|0 +1.3.6.1.2.1.31.1.1.1.3.7056|65|0 +1.3.6.1.2.1.31.1.1.1.3.7057|65|0 +1.3.6.1.2.1.31.1.1.1.3.7058|65|0 +1.3.6.1.2.1.31.1.1.1.3.7059|65|0 +1.3.6.1.2.1.31.1.1.1.3.7060|65|0 +1.3.6.1.2.1.31.1.1.1.3.7061|65|0 +1.3.6.1.2.1.31.1.1.1.3.7062|65|0 +1.3.6.1.2.1.31.1.1.1.3.7063|65|0 +1.3.6.1.2.1.31.1.1.1.3.9000|65|0 +1.3.6.1.2.1.31.1.1.1.3.20000|65|0 +1.3.6.1.2.1.31.1.1.1.3.100000|65|0 +1.3.6.1.2.1.31.1.1.1.3.100001|65|0 +1.3.6.1.2.1.31.1.1.1.3.100073|65|0 +1.3.6.1.2.1.31.1.1.1.3.100099|65|0 +1.3.6.1.2.1.31.1.1.1.3.100199|65|0 +1.3.6.1.2.1.31.1.1.1.3.100201|65|0 +1.3.6.1.2.1.31.1.1.1.3.100214|65|0 +1.3.6.1.2.1.31.1.1.1.3.100253|65|0 +1.3.6.1.2.1.31.1.1.1.3.100517|65|0 +1.3.6.1.2.1.31.1.1.1.3.100521|65|0 +1.3.6.1.2.1.31.1.1.1.3.100580|65|0 +1.3.6.1.2.1.31.1.1.1.3.101884|65|0 +1.3.6.1.2.1.31.1.1.1.4.49|65|21596078 +1.3.6.1.2.1.31.1.1.1.4.50|65|1440 +1.3.6.1.2.1.31.1.1.1.4.51|65|0 +1.3.6.1.2.1.31.1.1.1.4.52|65|0 +1.3.6.1.2.1.31.1.1.1.4.53|65|0 +1.3.6.1.2.1.31.1.1.1.4.54|65|9333085 +1.3.6.1.2.1.31.1.1.1.4.55|65|10258228 +1.3.6.1.2.1.31.1.1.1.4.56|65|8305722 +1.3.6.1.2.1.31.1.1.1.4.57|65|7958743 +1.3.6.1.2.1.31.1.1.1.4.58|65|1374259 +1.3.6.1.2.1.31.1.1.1.4.1000|65|0 +1.3.6.1.2.1.31.1.1.1.4.1001|65|0 +1.3.6.1.2.1.31.1.1.1.4.1002|65|0 +1.3.6.1.2.1.31.1.1.1.4.1003|65|0 +1.3.6.1.2.1.31.1.1.1.4.1004|65|0 +1.3.6.1.2.1.31.1.1.1.4.1005|65|0 +1.3.6.1.2.1.31.1.1.1.4.1006|65|0 +1.3.6.1.2.1.31.1.1.1.4.1007|65|0 +1.3.6.1.2.1.31.1.1.1.4.1008|65|0 +1.3.6.1.2.1.31.1.1.1.4.1009|65|0 +1.3.6.1.2.1.31.1.1.1.4.1010|65|0 +1.3.6.1.2.1.31.1.1.1.4.1011|65|0 +1.3.6.1.2.1.31.1.1.1.4.1012|65|0 +1.3.6.1.2.1.31.1.1.1.4.1013|65|0 +1.3.6.1.2.1.31.1.1.1.4.1014|65|0 +1.3.6.1.2.1.31.1.1.1.4.1015|65|0 +1.3.6.1.2.1.31.1.1.1.4.1016|65|0 +1.3.6.1.2.1.31.1.1.1.4.1017|65|0 +1.3.6.1.2.1.31.1.1.1.4.1018|65|0 +1.3.6.1.2.1.31.1.1.1.4.1019|65|0 +1.3.6.1.2.1.31.1.1.1.4.1020|65|0 +1.3.6.1.2.1.31.1.1.1.4.1021|65|0 +1.3.6.1.2.1.31.1.1.1.4.1022|65|0 +1.3.6.1.2.1.31.1.1.1.4.1023|65|0 +1.3.6.1.2.1.31.1.1.1.4.1024|65|0 +1.3.6.1.2.1.31.1.1.1.4.1025|65|0 +1.3.6.1.2.1.31.1.1.1.4.1026|65|0 +1.3.6.1.2.1.31.1.1.1.4.1027|65|0 +1.3.6.1.2.1.31.1.1.1.4.1028|65|0 +1.3.6.1.2.1.31.1.1.1.4.1029|65|0 +1.3.6.1.2.1.31.1.1.1.4.1030|65|0 +1.3.6.1.2.1.31.1.1.1.4.1031|65|0 +1.3.6.1.2.1.31.1.1.1.4.1032|65|0 +1.3.6.1.2.1.31.1.1.1.4.1033|65|0 +1.3.6.1.2.1.31.1.1.1.4.1034|65|0 +1.3.6.1.2.1.31.1.1.1.4.1035|65|0 +1.3.6.1.2.1.31.1.1.1.4.1036|65|0 +1.3.6.1.2.1.31.1.1.1.4.1037|65|0 +1.3.6.1.2.1.31.1.1.1.4.1038|65|0 +1.3.6.1.2.1.31.1.1.1.4.1039|65|0 +1.3.6.1.2.1.31.1.1.1.4.1040|65|0 +1.3.6.1.2.1.31.1.1.1.4.1041|65|0 +1.3.6.1.2.1.31.1.1.1.4.1042|65|0 +1.3.6.1.2.1.31.1.1.1.4.1043|65|0 +1.3.6.1.2.1.31.1.1.1.4.1044|65|0 +1.3.6.1.2.1.31.1.1.1.4.1045|65|0 +1.3.6.1.2.1.31.1.1.1.4.1046|65|0 +1.3.6.1.2.1.31.1.1.1.4.1047|65|0 +1.3.6.1.2.1.31.1.1.1.4.3000|65|0 +1.3.6.1.2.1.31.1.1.1.4.3001|65|0 +1.3.6.1.2.1.31.1.1.1.4.3002|65|0 +1.3.6.1.2.1.31.1.1.1.4.3003|65|0 +1.3.6.1.2.1.31.1.1.1.4.3004|65|0 +1.3.6.1.2.1.31.1.1.1.4.3005|65|0 +1.3.6.1.2.1.31.1.1.1.4.3006|65|0 +1.3.6.1.2.1.31.1.1.1.4.3007|65|0 +1.3.6.1.2.1.31.1.1.1.4.3008|65|0 +1.3.6.1.2.1.31.1.1.1.4.3009|65|0 +1.3.6.1.2.1.31.1.1.1.4.3010|65|0 +1.3.6.1.2.1.31.1.1.1.4.3011|65|0 +1.3.6.1.2.1.31.1.1.1.4.3012|65|0 +1.3.6.1.2.1.31.1.1.1.4.3013|65|0 +1.3.6.1.2.1.31.1.1.1.4.3014|65|0 +1.3.6.1.2.1.31.1.1.1.4.3015|65|0 +1.3.6.1.2.1.31.1.1.1.4.7000|65|0 +1.3.6.1.2.1.31.1.1.1.4.7001|65|0 +1.3.6.1.2.1.31.1.1.1.4.7002|65|0 +1.3.6.1.2.1.31.1.1.1.4.7003|65|0 +1.3.6.1.2.1.31.1.1.1.4.7004|65|0 +1.3.6.1.2.1.31.1.1.1.4.7005|65|0 +1.3.6.1.2.1.31.1.1.1.4.7006|65|0 +1.3.6.1.2.1.31.1.1.1.4.7007|65|0 +1.3.6.1.2.1.31.1.1.1.4.7008|65|0 +1.3.6.1.2.1.31.1.1.1.4.7009|65|0 +1.3.6.1.2.1.31.1.1.1.4.7010|65|0 +1.3.6.1.2.1.31.1.1.1.4.7011|65|0 +1.3.6.1.2.1.31.1.1.1.4.7012|65|0 +1.3.6.1.2.1.31.1.1.1.4.7013|65|0 +1.3.6.1.2.1.31.1.1.1.4.7014|65|0 +1.3.6.1.2.1.31.1.1.1.4.7015|65|0 +1.3.6.1.2.1.31.1.1.1.4.7016|65|0 +1.3.6.1.2.1.31.1.1.1.4.7017|65|0 +1.3.6.1.2.1.31.1.1.1.4.7018|65|0 +1.3.6.1.2.1.31.1.1.1.4.7019|65|0 +1.3.6.1.2.1.31.1.1.1.4.7020|65|0 +1.3.6.1.2.1.31.1.1.1.4.7021|65|0 +1.3.6.1.2.1.31.1.1.1.4.7022|65|0 +1.3.6.1.2.1.31.1.1.1.4.7023|65|0 +1.3.6.1.2.1.31.1.1.1.4.7024|65|0 +1.3.6.1.2.1.31.1.1.1.4.7025|65|0 +1.3.6.1.2.1.31.1.1.1.4.7026|65|0 +1.3.6.1.2.1.31.1.1.1.4.7027|65|0 +1.3.6.1.2.1.31.1.1.1.4.7028|65|0 +1.3.6.1.2.1.31.1.1.1.4.7029|65|0 +1.3.6.1.2.1.31.1.1.1.4.7030|65|0 +1.3.6.1.2.1.31.1.1.1.4.7031|65|0 +1.3.6.1.2.1.31.1.1.1.4.7032|65|0 +1.3.6.1.2.1.31.1.1.1.4.7033|65|0 +1.3.6.1.2.1.31.1.1.1.4.7034|65|0 +1.3.6.1.2.1.31.1.1.1.4.7035|65|0 +1.3.6.1.2.1.31.1.1.1.4.7036|65|0 +1.3.6.1.2.1.31.1.1.1.4.7037|65|0 +1.3.6.1.2.1.31.1.1.1.4.7038|65|0 +1.3.6.1.2.1.31.1.1.1.4.7039|65|0 +1.3.6.1.2.1.31.1.1.1.4.7040|65|0 +1.3.6.1.2.1.31.1.1.1.4.7041|65|0 +1.3.6.1.2.1.31.1.1.1.4.7042|65|0 +1.3.6.1.2.1.31.1.1.1.4.7043|65|0 +1.3.6.1.2.1.31.1.1.1.4.7044|65|0 +1.3.6.1.2.1.31.1.1.1.4.7045|65|0 +1.3.6.1.2.1.31.1.1.1.4.7046|65|0 +1.3.6.1.2.1.31.1.1.1.4.7047|65|0 +1.3.6.1.2.1.31.1.1.1.4.7048|65|0 +1.3.6.1.2.1.31.1.1.1.4.7049|65|0 +1.3.6.1.2.1.31.1.1.1.4.7050|65|0 +1.3.6.1.2.1.31.1.1.1.4.7051|65|0 +1.3.6.1.2.1.31.1.1.1.4.7052|65|0 +1.3.6.1.2.1.31.1.1.1.4.7053|65|0 +1.3.6.1.2.1.31.1.1.1.4.7054|65|0 +1.3.6.1.2.1.31.1.1.1.4.7055|65|0 +1.3.6.1.2.1.31.1.1.1.4.7056|65|0 +1.3.6.1.2.1.31.1.1.1.4.7057|65|0 +1.3.6.1.2.1.31.1.1.1.4.7058|65|0 +1.3.6.1.2.1.31.1.1.1.4.7059|65|0 +1.3.6.1.2.1.31.1.1.1.4.7060|65|0 +1.3.6.1.2.1.31.1.1.1.4.7061|65|0 +1.3.6.1.2.1.31.1.1.1.4.7062|65|0 +1.3.6.1.2.1.31.1.1.1.4.7063|65|0 +1.3.6.1.2.1.31.1.1.1.4.9000|65|0 +1.3.6.1.2.1.31.1.1.1.4.20000|65|0 +1.3.6.1.2.1.31.1.1.1.4.100000|65|0 +1.3.6.1.2.1.31.1.1.1.4.100001|65|0 +1.3.6.1.2.1.31.1.1.1.4.100073|65|0 +1.3.6.1.2.1.31.1.1.1.4.100099|65|0 +1.3.6.1.2.1.31.1.1.1.4.100199|65|0 +1.3.6.1.2.1.31.1.1.1.4.100201|65|0 +1.3.6.1.2.1.31.1.1.1.4.100214|65|0 +1.3.6.1.2.1.31.1.1.1.4.100253|65|0 +1.3.6.1.2.1.31.1.1.1.4.100517|65|0 +1.3.6.1.2.1.31.1.1.1.4.100521|65|0 +1.3.6.1.2.1.31.1.1.1.4.100580|65|0 +1.3.6.1.2.1.31.1.1.1.4.101884|65|0 +1.3.6.1.2.1.31.1.1.1.5.49|65|22310212 +1.3.6.1.2.1.31.1.1.1.5.50|65|989 +1.3.6.1.2.1.31.1.1.1.5.51|65|0 +1.3.6.1.2.1.31.1.1.1.5.52|65|0 +1.3.6.1.2.1.31.1.1.1.5.53|65|0 +1.3.6.1.2.1.31.1.1.1.5.54|65|4211986 +1.3.6.1.2.1.31.1.1.1.5.55|65|3734187 +1.3.6.1.2.1.31.1.1.1.5.56|65|3861705 +1.3.6.1.2.1.31.1.1.1.5.57|65|18279510 +1.3.6.1.2.1.31.1.1.1.5.58|65|412387 +1.3.6.1.2.1.31.1.1.1.5.1000|65|0 +1.3.6.1.2.1.31.1.1.1.5.1001|65|0 +1.3.6.1.2.1.31.1.1.1.5.1002|65|0 +1.3.6.1.2.1.31.1.1.1.5.1003|65|0 +1.3.6.1.2.1.31.1.1.1.5.1004|65|0 +1.3.6.1.2.1.31.1.1.1.5.1005|65|0 +1.3.6.1.2.1.31.1.1.1.5.1006|65|0 +1.3.6.1.2.1.31.1.1.1.5.1007|65|0 +1.3.6.1.2.1.31.1.1.1.5.1008|65|0 +1.3.6.1.2.1.31.1.1.1.5.1009|65|0 +1.3.6.1.2.1.31.1.1.1.5.1010|65|0 +1.3.6.1.2.1.31.1.1.1.5.1011|65|0 +1.3.6.1.2.1.31.1.1.1.5.1012|65|0 +1.3.6.1.2.1.31.1.1.1.5.1013|65|0 +1.3.6.1.2.1.31.1.1.1.5.1014|65|0 +1.3.6.1.2.1.31.1.1.1.5.1015|65|0 +1.3.6.1.2.1.31.1.1.1.5.1016|65|0 +1.3.6.1.2.1.31.1.1.1.5.1017|65|0 +1.3.6.1.2.1.31.1.1.1.5.1018|65|0 +1.3.6.1.2.1.31.1.1.1.5.1019|65|0 +1.3.6.1.2.1.31.1.1.1.5.1020|65|0 +1.3.6.1.2.1.31.1.1.1.5.1021|65|0 +1.3.6.1.2.1.31.1.1.1.5.1022|65|0 +1.3.6.1.2.1.31.1.1.1.5.1023|65|0 +1.3.6.1.2.1.31.1.1.1.5.1024|65|0 +1.3.6.1.2.1.31.1.1.1.5.1025|65|0 +1.3.6.1.2.1.31.1.1.1.5.1026|65|0 +1.3.6.1.2.1.31.1.1.1.5.1027|65|0 +1.3.6.1.2.1.31.1.1.1.5.1028|65|0 +1.3.6.1.2.1.31.1.1.1.5.1029|65|0 +1.3.6.1.2.1.31.1.1.1.5.1030|65|0 +1.3.6.1.2.1.31.1.1.1.5.1031|65|0 +1.3.6.1.2.1.31.1.1.1.5.1032|65|0 +1.3.6.1.2.1.31.1.1.1.5.1033|65|0 +1.3.6.1.2.1.31.1.1.1.5.1034|65|0 +1.3.6.1.2.1.31.1.1.1.5.1035|65|0 +1.3.6.1.2.1.31.1.1.1.5.1036|65|0 +1.3.6.1.2.1.31.1.1.1.5.1037|65|0 +1.3.6.1.2.1.31.1.1.1.5.1038|65|0 +1.3.6.1.2.1.31.1.1.1.5.1039|65|0 +1.3.6.1.2.1.31.1.1.1.5.1040|65|0 +1.3.6.1.2.1.31.1.1.1.5.1041|65|0 +1.3.6.1.2.1.31.1.1.1.5.1042|65|0 +1.3.6.1.2.1.31.1.1.1.5.1043|65|0 +1.3.6.1.2.1.31.1.1.1.5.1044|65|0 +1.3.6.1.2.1.31.1.1.1.5.1045|65|0 +1.3.6.1.2.1.31.1.1.1.5.1046|65|0 +1.3.6.1.2.1.31.1.1.1.5.1047|65|0 +1.3.6.1.2.1.31.1.1.1.5.3000|65|0 +1.3.6.1.2.1.31.1.1.1.5.3001|65|0 +1.3.6.1.2.1.31.1.1.1.5.3002|65|0 +1.3.6.1.2.1.31.1.1.1.5.3003|65|0 +1.3.6.1.2.1.31.1.1.1.5.3004|65|0 +1.3.6.1.2.1.31.1.1.1.5.3005|65|0 +1.3.6.1.2.1.31.1.1.1.5.3006|65|0 +1.3.6.1.2.1.31.1.1.1.5.3007|65|0 +1.3.6.1.2.1.31.1.1.1.5.3008|65|0 +1.3.6.1.2.1.31.1.1.1.5.3009|65|0 +1.3.6.1.2.1.31.1.1.1.5.3010|65|0 +1.3.6.1.2.1.31.1.1.1.5.3011|65|0 +1.3.6.1.2.1.31.1.1.1.5.3012|65|0 +1.3.6.1.2.1.31.1.1.1.5.3013|65|0 +1.3.6.1.2.1.31.1.1.1.5.3014|65|0 +1.3.6.1.2.1.31.1.1.1.5.3015|65|0 +1.3.6.1.2.1.31.1.1.1.5.7000|65|0 +1.3.6.1.2.1.31.1.1.1.5.7001|65|0 +1.3.6.1.2.1.31.1.1.1.5.7002|65|0 +1.3.6.1.2.1.31.1.1.1.5.7003|65|0 +1.3.6.1.2.1.31.1.1.1.5.7004|65|0 +1.3.6.1.2.1.31.1.1.1.5.7005|65|0 +1.3.6.1.2.1.31.1.1.1.5.7006|65|0 +1.3.6.1.2.1.31.1.1.1.5.7007|65|0 +1.3.6.1.2.1.31.1.1.1.5.7008|65|0 +1.3.6.1.2.1.31.1.1.1.5.7009|65|0 +1.3.6.1.2.1.31.1.1.1.5.7010|65|0 +1.3.6.1.2.1.31.1.1.1.5.7011|65|0 +1.3.6.1.2.1.31.1.1.1.5.7012|65|0 +1.3.6.1.2.1.31.1.1.1.5.7013|65|0 +1.3.6.1.2.1.31.1.1.1.5.7014|65|0 +1.3.6.1.2.1.31.1.1.1.5.7015|65|0 +1.3.6.1.2.1.31.1.1.1.5.7016|65|0 +1.3.6.1.2.1.31.1.1.1.5.7017|65|0 +1.3.6.1.2.1.31.1.1.1.5.7018|65|0 +1.3.6.1.2.1.31.1.1.1.5.7019|65|0 +1.3.6.1.2.1.31.1.1.1.5.7020|65|0 +1.3.6.1.2.1.31.1.1.1.5.7021|65|0 +1.3.6.1.2.1.31.1.1.1.5.7022|65|0 +1.3.6.1.2.1.31.1.1.1.5.7023|65|0 +1.3.6.1.2.1.31.1.1.1.5.7024|65|0 +1.3.6.1.2.1.31.1.1.1.5.7025|65|0 +1.3.6.1.2.1.31.1.1.1.5.7026|65|0 +1.3.6.1.2.1.31.1.1.1.5.7027|65|0 +1.3.6.1.2.1.31.1.1.1.5.7028|65|0 +1.3.6.1.2.1.31.1.1.1.5.7029|65|0 +1.3.6.1.2.1.31.1.1.1.5.7030|65|0 +1.3.6.1.2.1.31.1.1.1.5.7031|65|0 +1.3.6.1.2.1.31.1.1.1.5.7032|65|0 +1.3.6.1.2.1.31.1.1.1.5.7033|65|0 +1.3.6.1.2.1.31.1.1.1.5.7034|65|0 +1.3.6.1.2.1.31.1.1.1.5.7035|65|0 +1.3.6.1.2.1.31.1.1.1.5.7036|65|0 +1.3.6.1.2.1.31.1.1.1.5.7037|65|0 +1.3.6.1.2.1.31.1.1.1.5.7038|65|0 +1.3.6.1.2.1.31.1.1.1.5.7039|65|0 +1.3.6.1.2.1.31.1.1.1.5.7040|65|0 +1.3.6.1.2.1.31.1.1.1.5.7041|65|0 +1.3.6.1.2.1.31.1.1.1.5.7042|65|0 +1.3.6.1.2.1.31.1.1.1.5.7043|65|0 +1.3.6.1.2.1.31.1.1.1.5.7044|65|0 +1.3.6.1.2.1.31.1.1.1.5.7045|65|0 +1.3.6.1.2.1.31.1.1.1.5.7046|65|0 +1.3.6.1.2.1.31.1.1.1.5.7047|65|0 +1.3.6.1.2.1.31.1.1.1.5.7048|65|0 +1.3.6.1.2.1.31.1.1.1.5.7049|65|0 +1.3.6.1.2.1.31.1.1.1.5.7050|65|0 +1.3.6.1.2.1.31.1.1.1.5.7051|65|0 +1.3.6.1.2.1.31.1.1.1.5.7052|65|0 +1.3.6.1.2.1.31.1.1.1.5.7053|65|0 +1.3.6.1.2.1.31.1.1.1.5.7054|65|0 +1.3.6.1.2.1.31.1.1.1.5.7055|65|0 +1.3.6.1.2.1.31.1.1.1.5.7056|65|0 +1.3.6.1.2.1.31.1.1.1.5.7057|65|0 +1.3.6.1.2.1.31.1.1.1.5.7058|65|0 +1.3.6.1.2.1.31.1.1.1.5.7059|65|0 +1.3.6.1.2.1.31.1.1.1.5.7060|65|0 +1.3.6.1.2.1.31.1.1.1.5.7061|65|0 +1.3.6.1.2.1.31.1.1.1.5.7062|65|0 +1.3.6.1.2.1.31.1.1.1.5.7063|65|0 +1.3.6.1.2.1.31.1.1.1.5.9000|65|0 +1.3.6.1.2.1.31.1.1.1.5.20000|65|0 +1.3.6.1.2.1.31.1.1.1.5.100000|65|0 +1.3.6.1.2.1.31.1.1.1.5.100001|65|0 +1.3.6.1.2.1.31.1.1.1.5.100073|65|0 +1.3.6.1.2.1.31.1.1.1.5.100099|65|0 +1.3.6.1.2.1.31.1.1.1.5.100199|65|0 +1.3.6.1.2.1.31.1.1.1.5.100201|65|0 +1.3.6.1.2.1.31.1.1.1.5.100214|65|0 +1.3.6.1.2.1.31.1.1.1.5.100253|65|0 +1.3.6.1.2.1.31.1.1.1.5.100517|65|0 +1.3.6.1.2.1.31.1.1.1.5.100521|65|0 +1.3.6.1.2.1.31.1.1.1.5.100580|65|0 +1.3.6.1.2.1.31.1.1.1.5.101884|65|0 +1.3.6.1.2.1.31.1.1.1.6.49|70|864845891220 +1.3.6.1.2.1.31.1.1.1.6.50|70|2561464 +1.3.6.1.2.1.31.1.1.1.6.51|70|0 +1.3.6.1.2.1.31.1.1.1.6.52|70|0 +1.3.6.1.2.1.31.1.1.1.6.53|70|0 +1.3.6.1.2.1.31.1.1.1.6.54|70|125919353338 +1.3.6.1.2.1.31.1.1.1.6.55|70|28269694502 +1.3.6.1.2.1.31.1.1.1.6.56|70|122151444535 +1.3.6.1.2.1.31.1.1.1.6.57|70|0 +1.3.6.1.2.1.31.1.1.1.6.58|70|37435286053297 +1.3.6.1.2.1.31.1.1.1.6.1000|70|0 +1.3.6.1.2.1.31.1.1.1.6.1001|70|0 +1.3.6.1.2.1.31.1.1.1.6.1002|70|0 +1.3.6.1.2.1.31.1.1.1.6.1003|70|0 +1.3.6.1.2.1.31.1.1.1.6.1004|70|0 +1.3.6.1.2.1.31.1.1.1.6.1005|70|0 +1.3.6.1.2.1.31.1.1.1.6.1006|70|0 +1.3.6.1.2.1.31.1.1.1.6.1007|70|0 +1.3.6.1.2.1.31.1.1.1.6.1008|70|0 +1.3.6.1.2.1.31.1.1.1.6.1009|70|0 +1.3.6.1.2.1.31.1.1.1.6.1010|70|0 +1.3.6.1.2.1.31.1.1.1.6.1011|70|0 +1.3.6.1.2.1.31.1.1.1.6.1012|70|0 +1.3.6.1.2.1.31.1.1.1.6.1013|70|0 +1.3.6.1.2.1.31.1.1.1.6.1014|70|0 +1.3.6.1.2.1.31.1.1.1.6.1015|70|0 +1.3.6.1.2.1.31.1.1.1.6.1016|70|0 +1.3.6.1.2.1.31.1.1.1.6.1017|70|0 +1.3.6.1.2.1.31.1.1.1.6.1018|70|0 +1.3.6.1.2.1.31.1.1.1.6.1019|70|0 +1.3.6.1.2.1.31.1.1.1.6.1020|70|0 +1.3.6.1.2.1.31.1.1.1.6.1021|70|0 +1.3.6.1.2.1.31.1.1.1.6.1022|70|0 +1.3.6.1.2.1.31.1.1.1.6.1023|70|0 +1.3.6.1.2.1.31.1.1.1.6.1024|70|0 +1.3.6.1.2.1.31.1.1.1.6.1025|70|0 +1.3.6.1.2.1.31.1.1.1.6.1026|70|0 +1.3.6.1.2.1.31.1.1.1.6.1027|70|0 +1.3.6.1.2.1.31.1.1.1.6.1028|70|0 +1.3.6.1.2.1.31.1.1.1.6.1029|70|0 +1.3.6.1.2.1.31.1.1.1.6.1030|70|0 +1.3.6.1.2.1.31.1.1.1.6.1031|70|0 +1.3.6.1.2.1.31.1.1.1.6.1032|70|0 +1.3.6.1.2.1.31.1.1.1.6.1033|70|0 +1.3.6.1.2.1.31.1.1.1.6.1034|70|0 +1.3.6.1.2.1.31.1.1.1.6.1035|70|0 +1.3.6.1.2.1.31.1.1.1.6.1036|70|0 +1.3.6.1.2.1.31.1.1.1.6.1037|70|0 +1.3.6.1.2.1.31.1.1.1.6.1038|70|0 +1.3.6.1.2.1.31.1.1.1.6.1039|70|0 +1.3.6.1.2.1.31.1.1.1.6.1040|70|0 +1.3.6.1.2.1.31.1.1.1.6.1041|70|0 +1.3.6.1.2.1.31.1.1.1.6.1042|70|0 +1.3.6.1.2.1.31.1.1.1.6.1043|70|0 +1.3.6.1.2.1.31.1.1.1.6.1044|70|0 +1.3.6.1.2.1.31.1.1.1.6.1045|70|0 +1.3.6.1.2.1.31.1.1.1.6.1046|70|0 +1.3.6.1.2.1.31.1.1.1.6.1047|70|0 +1.3.6.1.2.1.31.1.1.1.6.3000|70|0 +1.3.6.1.2.1.31.1.1.1.6.3001|70|0 +1.3.6.1.2.1.31.1.1.1.6.3002|70|0 +1.3.6.1.2.1.31.1.1.1.6.3003|70|0 +1.3.6.1.2.1.31.1.1.1.6.3004|70|0 +1.3.6.1.2.1.31.1.1.1.6.3005|70|0 +1.3.6.1.2.1.31.1.1.1.6.3006|70|0 +1.3.6.1.2.1.31.1.1.1.6.3007|70|0 +1.3.6.1.2.1.31.1.1.1.6.3008|70|0 +1.3.6.1.2.1.31.1.1.1.6.3009|70|0 +1.3.6.1.2.1.31.1.1.1.6.3010|70|0 +1.3.6.1.2.1.31.1.1.1.6.3011|70|0 +1.3.6.1.2.1.31.1.1.1.6.3012|70|0 +1.3.6.1.2.1.31.1.1.1.6.3013|70|0 +1.3.6.1.2.1.31.1.1.1.6.3014|70|0 +1.3.6.1.2.1.31.1.1.1.6.3015|70|0 +1.3.6.1.2.1.31.1.1.1.6.7000|70|0 +1.3.6.1.2.1.31.1.1.1.6.7001|70|0 +1.3.6.1.2.1.31.1.1.1.6.7002|70|0 +1.3.6.1.2.1.31.1.1.1.6.7003|70|0 +1.3.6.1.2.1.31.1.1.1.6.7004|70|0 +1.3.6.1.2.1.31.1.1.1.6.7005|70|0 +1.3.6.1.2.1.31.1.1.1.6.7006|70|0 +1.3.6.1.2.1.31.1.1.1.6.7007|70|0 +1.3.6.1.2.1.31.1.1.1.6.7008|70|0 +1.3.6.1.2.1.31.1.1.1.6.7009|70|0 +1.3.6.1.2.1.31.1.1.1.6.7010|70|0 +1.3.6.1.2.1.31.1.1.1.6.7011|70|0 +1.3.6.1.2.1.31.1.1.1.6.7012|70|0 +1.3.6.1.2.1.31.1.1.1.6.7013|70|0 +1.3.6.1.2.1.31.1.1.1.6.7014|70|0 +1.3.6.1.2.1.31.1.1.1.6.7015|70|0 +1.3.6.1.2.1.31.1.1.1.6.7016|70|0 +1.3.6.1.2.1.31.1.1.1.6.7017|70|0 +1.3.6.1.2.1.31.1.1.1.6.7018|70|0 +1.3.6.1.2.1.31.1.1.1.6.7019|70|0 +1.3.6.1.2.1.31.1.1.1.6.7020|70|0 +1.3.6.1.2.1.31.1.1.1.6.7021|70|0 +1.3.6.1.2.1.31.1.1.1.6.7022|70|0 +1.3.6.1.2.1.31.1.1.1.6.7023|70|0 +1.3.6.1.2.1.31.1.1.1.6.7024|70|0 +1.3.6.1.2.1.31.1.1.1.6.7025|70|0 +1.3.6.1.2.1.31.1.1.1.6.7026|70|0 +1.3.6.1.2.1.31.1.1.1.6.7027|70|0 +1.3.6.1.2.1.31.1.1.1.6.7028|70|0 +1.3.6.1.2.1.31.1.1.1.6.7029|70|0 +1.3.6.1.2.1.31.1.1.1.6.7030|70|0 +1.3.6.1.2.1.31.1.1.1.6.7031|70|0 +1.3.6.1.2.1.31.1.1.1.6.7032|70|0 +1.3.6.1.2.1.31.1.1.1.6.7033|70|0 +1.3.6.1.2.1.31.1.1.1.6.7034|70|0 +1.3.6.1.2.1.31.1.1.1.6.7035|70|0 +1.3.6.1.2.1.31.1.1.1.6.7036|70|0 +1.3.6.1.2.1.31.1.1.1.6.7037|70|0 +1.3.6.1.2.1.31.1.1.1.6.7038|70|0 +1.3.6.1.2.1.31.1.1.1.6.7039|70|0 +1.3.6.1.2.1.31.1.1.1.6.7040|70|0 +1.3.6.1.2.1.31.1.1.1.6.7041|70|0 +1.3.6.1.2.1.31.1.1.1.6.7042|70|0 +1.3.6.1.2.1.31.1.1.1.6.7043|70|0 +1.3.6.1.2.1.31.1.1.1.6.7044|70|0 +1.3.6.1.2.1.31.1.1.1.6.7045|70|0 +1.3.6.1.2.1.31.1.1.1.6.7046|70|0 +1.3.6.1.2.1.31.1.1.1.6.7047|70|0 +1.3.6.1.2.1.31.1.1.1.6.7048|70|0 +1.3.6.1.2.1.31.1.1.1.6.7049|70|0 +1.3.6.1.2.1.31.1.1.1.6.7050|70|0 +1.3.6.1.2.1.31.1.1.1.6.7051|70|0 +1.3.6.1.2.1.31.1.1.1.6.7052|70|0 +1.3.6.1.2.1.31.1.1.1.6.7053|70|0 +1.3.6.1.2.1.31.1.1.1.6.7054|70|0 +1.3.6.1.2.1.31.1.1.1.6.7055|70|0 +1.3.6.1.2.1.31.1.1.1.6.7056|70|0 +1.3.6.1.2.1.31.1.1.1.6.7057|70|0 +1.3.6.1.2.1.31.1.1.1.6.7058|70|0 +1.3.6.1.2.1.31.1.1.1.6.7059|70|0 +1.3.6.1.2.1.31.1.1.1.6.7060|70|0 +1.3.6.1.2.1.31.1.1.1.6.7061|70|0 +1.3.6.1.2.1.31.1.1.1.6.7062|70|0 +1.3.6.1.2.1.31.1.1.1.6.7063|70|0 +1.3.6.1.2.1.31.1.1.1.6.9000|70|0 +1.3.6.1.2.1.31.1.1.1.6.20000|70|0 +1.3.6.1.2.1.31.1.1.1.6.100000|70|0 +1.3.6.1.2.1.31.1.1.1.6.100001|70|0 +1.3.6.1.2.1.31.1.1.1.6.100073|70|0 +1.3.6.1.2.1.31.1.1.1.6.100099|70|0 +1.3.6.1.2.1.31.1.1.1.6.100199|70|0 +1.3.6.1.2.1.31.1.1.1.6.100201|70|0 +1.3.6.1.2.1.31.1.1.1.6.100214|70|0 +1.3.6.1.2.1.31.1.1.1.6.100253|70|0 +1.3.6.1.2.1.31.1.1.1.6.100517|70|0 +1.3.6.1.2.1.31.1.1.1.6.100521|70|0 +1.3.6.1.2.1.31.1.1.1.6.100580|70|0 +1.3.6.1.2.1.31.1.1.1.6.101884|70|0 +1.3.6.1.2.1.31.1.1.1.7.49|70|1229065418 +1.3.6.1.2.1.31.1.1.1.7.50|70|5541 +1.3.6.1.2.1.31.1.1.1.7.51|70|0 +1.3.6.1.2.1.31.1.1.1.7.52|70|0 +1.3.6.1.2.1.31.1.1.1.7.53|70|0 +1.3.6.1.2.1.31.1.1.1.7.54|70|149077825 +1.3.6.1.2.1.31.1.1.1.7.55|70|191442822 +1.3.6.1.2.1.31.1.1.1.7.56|70|346470179 +1.3.6.1.2.1.31.1.1.1.7.57|70|0 +1.3.6.1.2.1.31.1.1.1.7.58|70|748007110 +1.3.6.1.2.1.31.1.1.1.7.1000|70|0 +1.3.6.1.2.1.31.1.1.1.7.1001|70|0 +1.3.6.1.2.1.31.1.1.1.7.1002|70|0 +1.3.6.1.2.1.31.1.1.1.7.1003|70|0 +1.3.6.1.2.1.31.1.1.1.7.1004|70|0 +1.3.6.1.2.1.31.1.1.1.7.1005|70|0 +1.3.6.1.2.1.31.1.1.1.7.1006|70|0 +1.3.6.1.2.1.31.1.1.1.7.1007|70|0 +1.3.6.1.2.1.31.1.1.1.7.1008|70|0 +1.3.6.1.2.1.31.1.1.1.7.1009|70|0 +1.3.6.1.2.1.31.1.1.1.7.1010|70|0 +1.3.6.1.2.1.31.1.1.1.7.1011|70|0 +1.3.6.1.2.1.31.1.1.1.7.1012|70|0 +1.3.6.1.2.1.31.1.1.1.7.1013|70|0 +1.3.6.1.2.1.31.1.1.1.7.1014|70|0 +1.3.6.1.2.1.31.1.1.1.7.1015|70|0 +1.3.6.1.2.1.31.1.1.1.7.1016|70|0 +1.3.6.1.2.1.31.1.1.1.7.1017|70|0 +1.3.6.1.2.1.31.1.1.1.7.1018|70|0 +1.3.6.1.2.1.31.1.1.1.7.1019|70|0 +1.3.6.1.2.1.31.1.1.1.7.1020|70|0 +1.3.6.1.2.1.31.1.1.1.7.1021|70|0 +1.3.6.1.2.1.31.1.1.1.7.1022|70|0 +1.3.6.1.2.1.31.1.1.1.7.1023|70|0 +1.3.6.1.2.1.31.1.1.1.7.1024|70|0 +1.3.6.1.2.1.31.1.1.1.7.1025|70|0 +1.3.6.1.2.1.31.1.1.1.7.1026|70|0 +1.3.6.1.2.1.31.1.1.1.7.1027|70|0 +1.3.6.1.2.1.31.1.1.1.7.1028|70|0 +1.3.6.1.2.1.31.1.1.1.7.1029|70|0 +1.3.6.1.2.1.31.1.1.1.7.1030|70|0 +1.3.6.1.2.1.31.1.1.1.7.1031|70|0 +1.3.6.1.2.1.31.1.1.1.7.1032|70|0 +1.3.6.1.2.1.31.1.1.1.7.1033|70|0 +1.3.6.1.2.1.31.1.1.1.7.1034|70|0 +1.3.6.1.2.1.31.1.1.1.7.1035|70|0 +1.3.6.1.2.1.31.1.1.1.7.1036|70|0 +1.3.6.1.2.1.31.1.1.1.7.1037|70|0 +1.3.6.1.2.1.31.1.1.1.7.1038|70|0 +1.3.6.1.2.1.31.1.1.1.7.1039|70|0 +1.3.6.1.2.1.31.1.1.1.7.1040|70|0 +1.3.6.1.2.1.31.1.1.1.7.1041|70|0 +1.3.6.1.2.1.31.1.1.1.7.1042|70|0 +1.3.6.1.2.1.31.1.1.1.7.1043|70|0 +1.3.6.1.2.1.31.1.1.1.7.1044|70|0 +1.3.6.1.2.1.31.1.1.1.7.1045|70|0 +1.3.6.1.2.1.31.1.1.1.7.1046|70|0 +1.3.6.1.2.1.31.1.1.1.7.1047|70|0 +1.3.6.1.2.1.31.1.1.1.7.3000|70|0 +1.3.6.1.2.1.31.1.1.1.7.3001|70|0 +1.3.6.1.2.1.31.1.1.1.7.3002|70|0 +1.3.6.1.2.1.31.1.1.1.7.3003|70|0 +1.3.6.1.2.1.31.1.1.1.7.3004|70|0 +1.3.6.1.2.1.31.1.1.1.7.3005|70|0 +1.3.6.1.2.1.31.1.1.1.7.3006|70|0 +1.3.6.1.2.1.31.1.1.1.7.3007|70|0 +1.3.6.1.2.1.31.1.1.1.7.3008|70|0 +1.3.6.1.2.1.31.1.1.1.7.3009|70|0 +1.3.6.1.2.1.31.1.1.1.7.3010|70|0 +1.3.6.1.2.1.31.1.1.1.7.3011|70|0 +1.3.6.1.2.1.31.1.1.1.7.3012|70|0 +1.3.6.1.2.1.31.1.1.1.7.3013|70|0 +1.3.6.1.2.1.31.1.1.1.7.3014|70|0 +1.3.6.1.2.1.31.1.1.1.7.3015|70|0 +1.3.6.1.2.1.31.1.1.1.7.7000|70|0 +1.3.6.1.2.1.31.1.1.1.7.7001|70|0 +1.3.6.1.2.1.31.1.1.1.7.7002|70|0 +1.3.6.1.2.1.31.1.1.1.7.7003|70|0 +1.3.6.1.2.1.31.1.1.1.7.7004|70|0 +1.3.6.1.2.1.31.1.1.1.7.7005|70|0 +1.3.6.1.2.1.31.1.1.1.7.7006|70|0 +1.3.6.1.2.1.31.1.1.1.7.7007|70|0 +1.3.6.1.2.1.31.1.1.1.7.7008|70|0 +1.3.6.1.2.1.31.1.1.1.7.7009|70|0 +1.3.6.1.2.1.31.1.1.1.7.7010|70|0 +1.3.6.1.2.1.31.1.1.1.7.7011|70|0 +1.3.6.1.2.1.31.1.1.1.7.7012|70|0 +1.3.6.1.2.1.31.1.1.1.7.7013|70|0 +1.3.6.1.2.1.31.1.1.1.7.7014|70|0 +1.3.6.1.2.1.31.1.1.1.7.7015|70|0 +1.3.6.1.2.1.31.1.1.1.7.7016|70|0 +1.3.6.1.2.1.31.1.1.1.7.7017|70|0 +1.3.6.1.2.1.31.1.1.1.7.7018|70|0 +1.3.6.1.2.1.31.1.1.1.7.7019|70|0 +1.3.6.1.2.1.31.1.1.1.7.7020|70|0 +1.3.6.1.2.1.31.1.1.1.7.7021|70|0 +1.3.6.1.2.1.31.1.1.1.7.7022|70|0 +1.3.6.1.2.1.31.1.1.1.7.7023|70|0 +1.3.6.1.2.1.31.1.1.1.7.7024|70|0 +1.3.6.1.2.1.31.1.1.1.7.7025|70|0 +1.3.6.1.2.1.31.1.1.1.7.7026|70|0 +1.3.6.1.2.1.31.1.1.1.7.7027|70|0 +1.3.6.1.2.1.31.1.1.1.7.7028|70|0 +1.3.6.1.2.1.31.1.1.1.7.7029|70|0 +1.3.6.1.2.1.31.1.1.1.7.7030|70|0 +1.3.6.1.2.1.31.1.1.1.7.7031|70|0 +1.3.6.1.2.1.31.1.1.1.7.7032|70|0 +1.3.6.1.2.1.31.1.1.1.7.7033|70|0 +1.3.6.1.2.1.31.1.1.1.7.7034|70|0 +1.3.6.1.2.1.31.1.1.1.7.7035|70|0 +1.3.6.1.2.1.31.1.1.1.7.7036|70|0 +1.3.6.1.2.1.31.1.1.1.7.7037|70|0 +1.3.6.1.2.1.31.1.1.1.7.7038|70|0 +1.3.6.1.2.1.31.1.1.1.7.7039|70|0 +1.3.6.1.2.1.31.1.1.1.7.7040|70|0 +1.3.6.1.2.1.31.1.1.1.7.7041|70|0 +1.3.6.1.2.1.31.1.1.1.7.7042|70|0 +1.3.6.1.2.1.31.1.1.1.7.7043|70|0 +1.3.6.1.2.1.31.1.1.1.7.7044|70|0 +1.3.6.1.2.1.31.1.1.1.7.7045|70|0 +1.3.6.1.2.1.31.1.1.1.7.7046|70|0 +1.3.6.1.2.1.31.1.1.1.7.7047|70|0 +1.3.6.1.2.1.31.1.1.1.7.7048|70|0 +1.3.6.1.2.1.31.1.1.1.7.7049|70|0 +1.3.6.1.2.1.31.1.1.1.7.7050|70|0 +1.3.6.1.2.1.31.1.1.1.7.7051|70|0 +1.3.6.1.2.1.31.1.1.1.7.7052|70|0 +1.3.6.1.2.1.31.1.1.1.7.7053|70|0 +1.3.6.1.2.1.31.1.1.1.7.7054|70|0 +1.3.6.1.2.1.31.1.1.1.7.7055|70|0 +1.3.6.1.2.1.31.1.1.1.7.7056|70|0 +1.3.6.1.2.1.31.1.1.1.7.7057|70|0 +1.3.6.1.2.1.31.1.1.1.7.7058|70|0 +1.3.6.1.2.1.31.1.1.1.7.7059|70|0 +1.3.6.1.2.1.31.1.1.1.7.7060|70|0 +1.3.6.1.2.1.31.1.1.1.7.7061|70|0 +1.3.6.1.2.1.31.1.1.1.7.7062|70|0 +1.3.6.1.2.1.31.1.1.1.7.7063|70|0 +1.3.6.1.2.1.31.1.1.1.7.9000|70|0 +1.3.6.1.2.1.31.1.1.1.7.20000|70|0 +1.3.6.1.2.1.31.1.1.1.7.100000|70|0 +1.3.6.1.2.1.31.1.1.1.7.100001|70|0 +1.3.6.1.2.1.31.1.1.1.7.100073|70|0 +1.3.6.1.2.1.31.1.1.1.7.100099|70|0 +1.3.6.1.2.1.31.1.1.1.7.100199|70|0 +1.3.6.1.2.1.31.1.1.1.7.100201|70|0 +1.3.6.1.2.1.31.1.1.1.7.100214|70|0 +1.3.6.1.2.1.31.1.1.1.7.100253|70|0 +1.3.6.1.2.1.31.1.1.1.7.100517|70|0 +1.3.6.1.2.1.31.1.1.1.7.100521|70|0 +1.3.6.1.2.1.31.1.1.1.7.100580|70|0 +1.3.6.1.2.1.31.1.1.1.7.101884|70|0 +1.3.6.1.2.1.31.1.1.1.8.49|70|7807534 +1.3.6.1.2.1.31.1.1.1.8.50|70|0 +1.3.6.1.2.1.31.1.1.1.8.51|70|0 +1.3.6.1.2.1.31.1.1.1.8.52|70|0 +1.3.6.1.2.1.31.1.1.1.8.53|70|0 +1.3.6.1.2.1.31.1.1.1.8.54|70|2106800 +1.3.6.1.2.1.31.1.1.1.8.55|70|302478 +1.3.6.1.2.1.31.1.1.1.8.56|70|3205107 +1.3.6.1.2.1.31.1.1.1.8.57|70|0 +1.3.6.1.2.1.31.1.1.1.8.58|70|47819680124 +1.3.6.1.2.1.31.1.1.1.8.1000|70|0 +1.3.6.1.2.1.31.1.1.1.8.1001|70|0 +1.3.6.1.2.1.31.1.1.1.8.1002|70|0 +1.3.6.1.2.1.31.1.1.1.8.1003|70|0 +1.3.6.1.2.1.31.1.1.1.8.1004|70|0 +1.3.6.1.2.1.31.1.1.1.8.1005|70|0 +1.3.6.1.2.1.31.1.1.1.8.1006|70|0 +1.3.6.1.2.1.31.1.1.1.8.1007|70|0 +1.3.6.1.2.1.31.1.1.1.8.1008|70|0 +1.3.6.1.2.1.31.1.1.1.8.1009|70|0 +1.3.6.1.2.1.31.1.1.1.8.1010|70|0 +1.3.6.1.2.1.31.1.1.1.8.1011|70|0 +1.3.6.1.2.1.31.1.1.1.8.1012|70|0 +1.3.6.1.2.1.31.1.1.1.8.1013|70|0 +1.3.6.1.2.1.31.1.1.1.8.1014|70|0 +1.3.6.1.2.1.31.1.1.1.8.1015|70|0 +1.3.6.1.2.1.31.1.1.1.8.1016|70|0 +1.3.6.1.2.1.31.1.1.1.8.1017|70|0 +1.3.6.1.2.1.31.1.1.1.8.1018|70|0 +1.3.6.1.2.1.31.1.1.1.8.1019|70|0 +1.3.6.1.2.1.31.1.1.1.8.1020|70|0 +1.3.6.1.2.1.31.1.1.1.8.1021|70|0 +1.3.6.1.2.1.31.1.1.1.8.1022|70|0 +1.3.6.1.2.1.31.1.1.1.8.1023|70|0 +1.3.6.1.2.1.31.1.1.1.8.1024|70|0 +1.3.6.1.2.1.31.1.1.1.8.1025|70|0 +1.3.6.1.2.1.31.1.1.1.8.1026|70|0 +1.3.6.1.2.1.31.1.1.1.8.1027|70|0 +1.3.6.1.2.1.31.1.1.1.8.1028|70|0 +1.3.6.1.2.1.31.1.1.1.8.1029|70|0 +1.3.6.1.2.1.31.1.1.1.8.1030|70|0 +1.3.6.1.2.1.31.1.1.1.8.1031|70|0 +1.3.6.1.2.1.31.1.1.1.8.1032|70|0 +1.3.6.1.2.1.31.1.1.1.8.1033|70|0 +1.3.6.1.2.1.31.1.1.1.8.1034|70|0 +1.3.6.1.2.1.31.1.1.1.8.1035|70|0 +1.3.6.1.2.1.31.1.1.1.8.1036|70|0 +1.3.6.1.2.1.31.1.1.1.8.1037|70|0 +1.3.6.1.2.1.31.1.1.1.8.1038|70|0 +1.3.6.1.2.1.31.1.1.1.8.1039|70|0 +1.3.6.1.2.1.31.1.1.1.8.1040|70|0 +1.3.6.1.2.1.31.1.1.1.8.1041|70|0 +1.3.6.1.2.1.31.1.1.1.8.1042|70|0 +1.3.6.1.2.1.31.1.1.1.8.1043|70|0 +1.3.6.1.2.1.31.1.1.1.8.1044|70|0 +1.3.6.1.2.1.31.1.1.1.8.1045|70|0 +1.3.6.1.2.1.31.1.1.1.8.1046|70|0 +1.3.6.1.2.1.31.1.1.1.8.1047|70|0 +1.3.6.1.2.1.31.1.1.1.8.3000|70|0 +1.3.6.1.2.1.31.1.1.1.8.3001|70|0 +1.3.6.1.2.1.31.1.1.1.8.3002|70|0 +1.3.6.1.2.1.31.1.1.1.8.3003|70|0 +1.3.6.1.2.1.31.1.1.1.8.3004|70|0 +1.3.6.1.2.1.31.1.1.1.8.3005|70|0 +1.3.6.1.2.1.31.1.1.1.8.3006|70|0 +1.3.6.1.2.1.31.1.1.1.8.3007|70|0 +1.3.6.1.2.1.31.1.1.1.8.3008|70|0 +1.3.6.1.2.1.31.1.1.1.8.3009|70|0 +1.3.6.1.2.1.31.1.1.1.8.3010|70|0 +1.3.6.1.2.1.31.1.1.1.8.3011|70|0 +1.3.6.1.2.1.31.1.1.1.8.3012|70|0 +1.3.6.1.2.1.31.1.1.1.8.3013|70|0 +1.3.6.1.2.1.31.1.1.1.8.3014|70|0 +1.3.6.1.2.1.31.1.1.1.8.3015|70|0 +1.3.6.1.2.1.31.1.1.1.8.7000|70|0 +1.3.6.1.2.1.31.1.1.1.8.7001|70|0 +1.3.6.1.2.1.31.1.1.1.8.7002|70|0 +1.3.6.1.2.1.31.1.1.1.8.7003|70|0 +1.3.6.1.2.1.31.1.1.1.8.7004|70|0 +1.3.6.1.2.1.31.1.1.1.8.7005|70|0 +1.3.6.1.2.1.31.1.1.1.8.7006|70|0 +1.3.6.1.2.1.31.1.1.1.8.7007|70|0 +1.3.6.1.2.1.31.1.1.1.8.7008|70|0 +1.3.6.1.2.1.31.1.1.1.8.7009|70|0 +1.3.6.1.2.1.31.1.1.1.8.7010|70|0 +1.3.6.1.2.1.31.1.1.1.8.7011|70|0 +1.3.6.1.2.1.31.1.1.1.8.7012|70|0 +1.3.6.1.2.1.31.1.1.1.8.7013|70|0 +1.3.6.1.2.1.31.1.1.1.8.7014|70|0 +1.3.6.1.2.1.31.1.1.1.8.7015|70|0 +1.3.6.1.2.1.31.1.1.1.8.7016|70|0 +1.3.6.1.2.1.31.1.1.1.8.7017|70|0 +1.3.6.1.2.1.31.1.1.1.8.7018|70|0 +1.3.6.1.2.1.31.1.1.1.8.7019|70|0 +1.3.6.1.2.1.31.1.1.1.8.7020|70|0 +1.3.6.1.2.1.31.1.1.1.8.7021|70|0 +1.3.6.1.2.1.31.1.1.1.8.7022|70|0 +1.3.6.1.2.1.31.1.1.1.8.7023|70|0 +1.3.6.1.2.1.31.1.1.1.8.7024|70|0 +1.3.6.1.2.1.31.1.1.1.8.7025|70|0 +1.3.6.1.2.1.31.1.1.1.8.7026|70|0 +1.3.6.1.2.1.31.1.1.1.8.7027|70|0 +1.3.6.1.2.1.31.1.1.1.8.7028|70|0 +1.3.6.1.2.1.31.1.1.1.8.7029|70|0 +1.3.6.1.2.1.31.1.1.1.8.7030|70|0 +1.3.6.1.2.1.31.1.1.1.8.7031|70|0 +1.3.6.1.2.1.31.1.1.1.8.7032|70|0 +1.3.6.1.2.1.31.1.1.1.8.7033|70|0 +1.3.6.1.2.1.31.1.1.1.8.7034|70|0 +1.3.6.1.2.1.31.1.1.1.8.7035|70|0 +1.3.6.1.2.1.31.1.1.1.8.7036|70|0 +1.3.6.1.2.1.31.1.1.1.8.7037|70|0 +1.3.6.1.2.1.31.1.1.1.8.7038|70|0 +1.3.6.1.2.1.31.1.1.1.8.7039|70|0 +1.3.6.1.2.1.31.1.1.1.8.7040|70|0 +1.3.6.1.2.1.31.1.1.1.8.7041|70|0 +1.3.6.1.2.1.31.1.1.1.8.7042|70|0 +1.3.6.1.2.1.31.1.1.1.8.7043|70|0 +1.3.6.1.2.1.31.1.1.1.8.7044|70|0 +1.3.6.1.2.1.31.1.1.1.8.7045|70|0 +1.3.6.1.2.1.31.1.1.1.8.7046|70|0 +1.3.6.1.2.1.31.1.1.1.8.7047|70|0 +1.3.6.1.2.1.31.1.1.1.8.7048|70|0 +1.3.6.1.2.1.31.1.1.1.8.7049|70|0 +1.3.6.1.2.1.31.1.1.1.8.7050|70|0 +1.3.6.1.2.1.31.1.1.1.8.7051|70|0 +1.3.6.1.2.1.31.1.1.1.8.7052|70|0 +1.3.6.1.2.1.31.1.1.1.8.7053|70|0 +1.3.6.1.2.1.31.1.1.1.8.7054|70|0 +1.3.6.1.2.1.31.1.1.1.8.7055|70|0 +1.3.6.1.2.1.31.1.1.1.8.7056|70|0 +1.3.6.1.2.1.31.1.1.1.8.7057|70|0 +1.3.6.1.2.1.31.1.1.1.8.7058|70|0 +1.3.6.1.2.1.31.1.1.1.8.7059|70|0 +1.3.6.1.2.1.31.1.1.1.8.7060|70|0 +1.3.6.1.2.1.31.1.1.1.8.7061|70|0 +1.3.6.1.2.1.31.1.1.1.8.7062|70|0 +1.3.6.1.2.1.31.1.1.1.8.7063|70|0 +1.3.6.1.2.1.31.1.1.1.8.9000|70|0 +1.3.6.1.2.1.31.1.1.1.8.20000|70|0 +1.3.6.1.2.1.31.1.1.1.8.100000|70|0 +1.3.6.1.2.1.31.1.1.1.8.100001|70|0 +1.3.6.1.2.1.31.1.1.1.8.100073|70|0 +1.3.6.1.2.1.31.1.1.1.8.100099|70|0 +1.3.6.1.2.1.31.1.1.1.8.100199|70|0 +1.3.6.1.2.1.31.1.1.1.8.100201|70|0 +1.3.6.1.2.1.31.1.1.1.8.100214|70|0 +1.3.6.1.2.1.31.1.1.1.8.100253|70|0 +1.3.6.1.2.1.31.1.1.1.8.100517|70|0 +1.3.6.1.2.1.31.1.1.1.8.100521|70|0 +1.3.6.1.2.1.31.1.1.1.8.100580|70|0 +1.3.6.1.2.1.31.1.1.1.8.101884|70|0 +1.3.6.1.2.1.31.1.1.1.9.49|70|3397329 +1.3.6.1.2.1.31.1.1.1.9.50|70|245 +1.3.6.1.2.1.31.1.1.1.9.51|70|0 +1.3.6.1.2.1.31.1.1.1.9.52|70|0 +1.3.6.1.2.1.31.1.1.1.9.53|70|0 +1.3.6.1.2.1.31.1.1.1.9.54|70|472466 +1.3.6.1.2.1.31.1.1.1.9.55|70|408670 +1.3.6.1.2.1.31.1.1.1.9.56|70|817830 +1.3.6.1.2.1.31.1.1.1.9.57|70|0 +1.3.6.1.2.1.31.1.1.1.9.58|70|36368208 +1.3.6.1.2.1.31.1.1.1.9.1000|70|0 +1.3.6.1.2.1.31.1.1.1.9.1001|70|0 +1.3.6.1.2.1.31.1.1.1.9.1002|70|0 +1.3.6.1.2.1.31.1.1.1.9.1003|70|0 +1.3.6.1.2.1.31.1.1.1.9.1004|70|0 +1.3.6.1.2.1.31.1.1.1.9.1005|70|0 +1.3.6.1.2.1.31.1.1.1.9.1006|70|0 +1.3.6.1.2.1.31.1.1.1.9.1007|70|0 +1.3.6.1.2.1.31.1.1.1.9.1008|70|0 +1.3.6.1.2.1.31.1.1.1.9.1009|70|0 +1.3.6.1.2.1.31.1.1.1.9.1010|70|0 +1.3.6.1.2.1.31.1.1.1.9.1011|70|0 +1.3.6.1.2.1.31.1.1.1.9.1012|70|0 +1.3.6.1.2.1.31.1.1.1.9.1013|70|0 +1.3.6.1.2.1.31.1.1.1.9.1014|70|0 +1.3.6.1.2.1.31.1.1.1.9.1015|70|0 +1.3.6.1.2.1.31.1.1.1.9.1016|70|0 +1.3.6.1.2.1.31.1.1.1.9.1017|70|0 +1.3.6.1.2.1.31.1.1.1.9.1018|70|0 +1.3.6.1.2.1.31.1.1.1.9.1019|70|0 +1.3.6.1.2.1.31.1.1.1.9.1020|70|0 +1.3.6.1.2.1.31.1.1.1.9.1021|70|0 +1.3.6.1.2.1.31.1.1.1.9.1022|70|0 +1.3.6.1.2.1.31.1.1.1.9.1023|70|0 +1.3.6.1.2.1.31.1.1.1.9.1024|70|0 +1.3.6.1.2.1.31.1.1.1.9.1025|70|0 +1.3.6.1.2.1.31.1.1.1.9.1026|70|0 +1.3.6.1.2.1.31.1.1.1.9.1027|70|0 +1.3.6.1.2.1.31.1.1.1.9.1028|70|0 +1.3.6.1.2.1.31.1.1.1.9.1029|70|0 +1.3.6.1.2.1.31.1.1.1.9.1030|70|0 +1.3.6.1.2.1.31.1.1.1.9.1031|70|0 +1.3.6.1.2.1.31.1.1.1.9.1032|70|0 +1.3.6.1.2.1.31.1.1.1.9.1033|70|0 +1.3.6.1.2.1.31.1.1.1.9.1034|70|0 +1.3.6.1.2.1.31.1.1.1.9.1035|70|0 +1.3.6.1.2.1.31.1.1.1.9.1036|70|0 +1.3.6.1.2.1.31.1.1.1.9.1037|70|0 +1.3.6.1.2.1.31.1.1.1.9.1038|70|0 +1.3.6.1.2.1.31.1.1.1.9.1039|70|0 +1.3.6.1.2.1.31.1.1.1.9.1040|70|0 +1.3.6.1.2.1.31.1.1.1.9.1041|70|0 +1.3.6.1.2.1.31.1.1.1.9.1042|70|0 +1.3.6.1.2.1.31.1.1.1.9.1043|70|0 +1.3.6.1.2.1.31.1.1.1.9.1044|70|0 +1.3.6.1.2.1.31.1.1.1.9.1045|70|0 +1.3.6.1.2.1.31.1.1.1.9.1046|70|0 +1.3.6.1.2.1.31.1.1.1.9.1047|70|0 +1.3.6.1.2.1.31.1.1.1.9.3000|70|0 +1.3.6.1.2.1.31.1.1.1.9.3001|70|0 +1.3.6.1.2.1.31.1.1.1.9.3002|70|0 +1.3.6.1.2.1.31.1.1.1.9.3003|70|0 +1.3.6.1.2.1.31.1.1.1.9.3004|70|0 +1.3.6.1.2.1.31.1.1.1.9.3005|70|0 +1.3.6.1.2.1.31.1.1.1.9.3006|70|0 +1.3.6.1.2.1.31.1.1.1.9.3007|70|0 +1.3.6.1.2.1.31.1.1.1.9.3008|70|0 +1.3.6.1.2.1.31.1.1.1.9.3009|70|0 +1.3.6.1.2.1.31.1.1.1.9.3010|70|0 +1.3.6.1.2.1.31.1.1.1.9.3011|70|0 +1.3.6.1.2.1.31.1.1.1.9.3012|70|0 +1.3.6.1.2.1.31.1.1.1.9.3013|70|0 +1.3.6.1.2.1.31.1.1.1.9.3014|70|0 +1.3.6.1.2.1.31.1.1.1.9.3015|70|0 +1.3.6.1.2.1.31.1.1.1.9.7000|70|0 +1.3.6.1.2.1.31.1.1.1.9.7001|70|0 +1.3.6.1.2.1.31.1.1.1.9.7002|70|0 +1.3.6.1.2.1.31.1.1.1.9.7003|70|0 +1.3.6.1.2.1.31.1.1.1.9.7004|70|0 +1.3.6.1.2.1.31.1.1.1.9.7005|70|0 +1.3.6.1.2.1.31.1.1.1.9.7006|70|0 +1.3.6.1.2.1.31.1.1.1.9.7007|70|0 +1.3.6.1.2.1.31.1.1.1.9.7008|70|0 +1.3.6.1.2.1.31.1.1.1.9.7009|70|0 +1.3.6.1.2.1.31.1.1.1.9.7010|70|0 +1.3.6.1.2.1.31.1.1.1.9.7011|70|0 +1.3.6.1.2.1.31.1.1.1.9.7012|70|0 +1.3.6.1.2.1.31.1.1.1.9.7013|70|0 +1.3.6.1.2.1.31.1.1.1.9.7014|70|0 +1.3.6.1.2.1.31.1.1.1.9.7015|70|0 +1.3.6.1.2.1.31.1.1.1.9.7016|70|0 +1.3.6.1.2.1.31.1.1.1.9.7017|70|0 +1.3.6.1.2.1.31.1.1.1.9.7018|70|0 +1.3.6.1.2.1.31.1.1.1.9.7019|70|0 +1.3.6.1.2.1.31.1.1.1.9.7020|70|0 +1.3.6.1.2.1.31.1.1.1.9.7021|70|0 +1.3.6.1.2.1.31.1.1.1.9.7022|70|0 +1.3.6.1.2.1.31.1.1.1.9.7023|70|0 +1.3.6.1.2.1.31.1.1.1.9.7024|70|0 +1.3.6.1.2.1.31.1.1.1.9.7025|70|0 +1.3.6.1.2.1.31.1.1.1.9.7026|70|0 +1.3.6.1.2.1.31.1.1.1.9.7027|70|0 +1.3.6.1.2.1.31.1.1.1.9.7028|70|0 +1.3.6.1.2.1.31.1.1.1.9.7029|70|0 +1.3.6.1.2.1.31.1.1.1.9.7030|70|0 +1.3.6.1.2.1.31.1.1.1.9.7031|70|0 +1.3.6.1.2.1.31.1.1.1.9.7032|70|0 +1.3.6.1.2.1.31.1.1.1.9.7033|70|0 +1.3.6.1.2.1.31.1.1.1.9.7034|70|0 +1.3.6.1.2.1.31.1.1.1.9.7035|70|0 +1.3.6.1.2.1.31.1.1.1.9.7036|70|0 +1.3.6.1.2.1.31.1.1.1.9.7037|70|0 +1.3.6.1.2.1.31.1.1.1.9.7038|70|0 +1.3.6.1.2.1.31.1.1.1.9.7039|70|0 +1.3.6.1.2.1.31.1.1.1.9.7040|70|0 +1.3.6.1.2.1.31.1.1.1.9.7041|70|0 +1.3.6.1.2.1.31.1.1.1.9.7042|70|0 +1.3.6.1.2.1.31.1.1.1.9.7043|70|0 +1.3.6.1.2.1.31.1.1.1.9.7044|70|0 +1.3.6.1.2.1.31.1.1.1.9.7045|70|0 +1.3.6.1.2.1.31.1.1.1.9.7046|70|0 +1.3.6.1.2.1.31.1.1.1.9.7047|70|0 +1.3.6.1.2.1.31.1.1.1.9.7048|70|0 +1.3.6.1.2.1.31.1.1.1.9.7049|70|0 +1.3.6.1.2.1.31.1.1.1.9.7050|70|0 +1.3.6.1.2.1.31.1.1.1.9.7051|70|0 +1.3.6.1.2.1.31.1.1.1.9.7052|70|0 +1.3.6.1.2.1.31.1.1.1.9.7053|70|0 +1.3.6.1.2.1.31.1.1.1.9.7054|70|0 +1.3.6.1.2.1.31.1.1.1.9.7055|70|0 +1.3.6.1.2.1.31.1.1.1.9.7056|70|0 +1.3.6.1.2.1.31.1.1.1.9.7057|70|0 +1.3.6.1.2.1.31.1.1.1.9.7058|70|0 +1.3.6.1.2.1.31.1.1.1.9.7059|70|0 +1.3.6.1.2.1.31.1.1.1.9.7060|70|0 +1.3.6.1.2.1.31.1.1.1.9.7061|70|0 +1.3.6.1.2.1.31.1.1.1.9.7062|70|0 +1.3.6.1.2.1.31.1.1.1.9.7063|70|0 +1.3.6.1.2.1.31.1.1.1.9.9000|70|0 +1.3.6.1.2.1.31.1.1.1.9.20000|70|0 +1.3.6.1.2.1.31.1.1.1.9.100000|70|0 +1.3.6.1.2.1.31.1.1.1.9.100001|70|0 +1.3.6.1.2.1.31.1.1.1.9.100073|70|0 +1.3.6.1.2.1.31.1.1.1.9.100099|70|0 +1.3.6.1.2.1.31.1.1.1.9.100199|70|0 +1.3.6.1.2.1.31.1.1.1.9.100201|70|0 +1.3.6.1.2.1.31.1.1.1.9.100214|70|0 +1.3.6.1.2.1.31.1.1.1.9.100253|70|0 +1.3.6.1.2.1.31.1.1.1.9.100517|70|0 +1.3.6.1.2.1.31.1.1.1.9.100521|70|0 +1.3.6.1.2.1.31.1.1.1.9.100580|70|0 +1.3.6.1.2.1.31.1.1.1.9.101884|70|0 +1.3.6.1.2.1.31.1.1.1.10.49|70|917524664260 +1.3.6.1.2.1.31.1.1.1.10.50|70|9776488 +1.3.6.1.2.1.31.1.1.1.10.51|70|0 +1.3.6.1.2.1.31.1.1.1.10.52|70|0 +1.3.6.1.2.1.31.1.1.1.10.53|70|0 +1.3.6.1.2.1.31.1.1.1.10.54|70|113651033222 +1.3.6.1.2.1.31.1.1.1.10.55|70|385492144682 +1.3.6.1.2.1.31.1.1.1.10.56|70|419835917644 +1.3.6.1.2.1.31.1.1.1.10.57|70|2151477031 +1.3.6.1.2.1.31.1.1.1.10.58|70|99278389805 +1.3.6.1.2.1.31.1.1.1.10.1000|70|0 +1.3.6.1.2.1.31.1.1.1.10.1001|70|0 +1.3.6.1.2.1.31.1.1.1.10.1002|70|0 +1.3.6.1.2.1.31.1.1.1.10.1003|70|0 +1.3.6.1.2.1.31.1.1.1.10.1004|70|0 +1.3.6.1.2.1.31.1.1.1.10.1005|70|0 +1.3.6.1.2.1.31.1.1.1.10.1006|70|0 +1.3.6.1.2.1.31.1.1.1.10.1007|70|0 +1.3.6.1.2.1.31.1.1.1.10.1008|70|0 +1.3.6.1.2.1.31.1.1.1.10.1009|70|0 +1.3.6.1.2.1.31.1.1.1.10.1010|70|0 +1.3.6.1.2.1.31.1.1.1.10.1011|70|0 +1.3.6.1.2.1.31.1.1.1.10.1012|70|0 +1.3.6.1.2.1.31.1.1.1.10.1013|70|0 +1.3.6.1.2.1.31.1.1.1.10.1014|70|0 +1.3.6.1.2.1.31.1.1.1.10.1015|70|0 +1.3.6.1.2.1.31.1.1.1.10.1016|70|0 +1.3.6.1.2.1.31.1.1.1.10.1017|70|0 +1.3.6.1.2.1.31.1.1.1.10.1018|70|0 +1.3.6.1.2.1.31.1.1.1.10.1019|70|0 +1.3.6.1.2.1.31.1.1.1.10.1020|70|0 +1.3.6.1.2.1.31.1.1.1.10.1021|70|0 +1.3.6.1.2.1.31.1.1.1.10.1022|70|0 +1.3.6.1.2.1.31.1.1.1.10.1023|70|0 +1.3.6.1.2.1.31.1.1.1.10.1024|70|0 +1.3.6.1.2.1.31.1.1.1.10.1025|70|0 +1.3.6.1.2.1.31.1.1.1.10.1026|70|0 +1.3.6.1.2.1.31.1.1.1.10.1027|70|0 +1.3.6.1.2.1.31.1.1.1.10.1028|70|0 +1.3.6.1.2.1.31.1.1.1.10.1029|70|0 +1.3.6.1.2.1.31.1.1.1.10.1030|70|0 +1.3.6.1.2.1.31.1.1.1.10.1031|70|0 +1.3.6.1.2.1.31.1.1.1.10.1032|70|0 +1.3.6.1.2.1.31.1.1.1.10.1033|70|0 +1.3.6.1.2.1.31.1.1.1.10.1034|70|0 +1.3.6.1.2.1.31.1.1.1.10.1035|70|0 +1.3.6.1.2.1.31.1.1.1.10.1036|70|0 +1.3.6.1.2.1.31.1.1.1.10.1037|70|0 +1.3.6.1.2.1.31.1.1.1.10.1038|70|0 +1.3.6.1.2.1.31.1.1.1.10.1039|70|0 +1.3.6.1.2.1.31.1.1.1.10.1040|70|0 +1.3.6.1.2.1.31.1.1.1.10.1041|70|0 +1.3.6.1.2.1.31.1.1.1.10.1042|70|0 +1.3.6.1.2.1.31.1.1.1.10.1043|70|0 +1.3.6.1.2.1.31.1.1.1.10.1044|70|0 +1.3.6.1.2.1.31.1.1.1.10.1045|70|0 +1.3.6.1.2.1.31.1.1.1.10.1046|70|0 +1.3.6.1.2.1.31.1.1.1.10.1047|70|0 +1.3.6.1.2.1.31.1.1.1.10.3000|70|0 +1.3.6.1.2.1.31.1.1.1.10.3001|70|0 +1.3.6.1.2.1.31.1.1.1.10.3002|70|0 +1.3.6.1.2.1.31.1.1.1.10.3003|70|0 +1.3.6.1.2.1.31.1.1.1.10.3004|70|0 +1.3.6.1.2.1.31.1.1.1.10.3005|70|0 +1.3.6.1.2.1.31.1.1.1.10.3006|70|0 +1.3.6.1.2.1.31.1.1.1.10.3007|70|0 +1.3.6.1.2.1.31.1.1.1.10.3008|70|0 +1.3.6.1.2.1.31.1.1.1.10.3009|70|0 +1.3.6.1.2.1.31.1.1.1.10.3010|70|0 +1.3.6.1.2.1.31.1.1.1.10.3011|70|0 +1.3.6.1.2.1.31.1.1.1.10.3012|70|0 +1.3.6.1.2.1.31.1.1.1.10.3013|70|0 +1.3.6.1.2.1.31.1.1.1.10.3014|70|0 +1.3.6.1.2.1.31.1.1.1.10.3015|70|0 +1.3.6.1.2.1.31.1.1.1.10.7000|70|0 +1.3.6.1.2.1.31.1.1.1.10.7001|70|0 +1.3.6.1.2.1.31.1.1.1.10.7002|70|0 +1.3.6.1.2.1.31.1.1.1.10.7003|70|0 +1.3.6.1.2.1.31.1.1.1.10.7004|70|0 +1.3.6.1.2.1.31.1.1.1.10.7005|70|0 +1.3.6.1.2.1.31.1.1.1.10.7006|70|0 +1.3.6.1.2.1.31.1.1.1.10.7007|70|0 +1.3.6.1.2.1.31.1.1.1.10.7008|70|0 +1.3.6.1.2.1.31.1.1.1.10.7009|70|0 +1.3.6.1.2.1.31.1.1.1.10.7010|70|0 +1.3.6.1.2.1.31.1.1.1.10.7011|70|0 +1.3.6.1.2.1.31.1.1.1.10.7012|70|0 +1.3.6.1.2.1.31.1.1.1.10.7013|70|0 +1.3.6.1.2.1.31.1.1.1.10.7014|70|0 +1.3.6.1.2.1.31.1.1.1.10.7015|70|0 +1.3.6.1.2.1.31.1.1.1.10.7016|70|0 +1.3.6.1.2.1.31.1.1.1.10.7017|70|0 +1.3.6.1.2.1.31.1.1.1.10.7018|70|0 +1.3.6.1.2.1.31.1.1.1.10.7019|70|0 +1.3.6.1.2.1.31.1.1.1.10.7020|70|0 +1.3.6.1.2.1.31.1.1.1.10.7021|70|0 +1.3.6.1.2.1.31.1.1.1.10.7022|70|0 +1.3.6.1.2.1.31.1.1.1.10.7023|70|0 +1.3.6.1.2.1.31.1.1.1.10.7024|70|0 +1.3.6.1.2.1.31.1.1.1.10.7025|70|0 +1.3.6.1.2.1.31.1.1.1.10.7026|70|0 +1.3.6.1.2.1.31.1.1.1.10.7027|70|0 +1.3.6.1.2.1.31.1.1.1.10.7028|70|0 +1.3.6.1.2.1.31.1.1.1.10.7029|70|0 +1.3.6.1.2.1.31.1.1.1.10.7030|70|0 +1.3.6.1.2.1.31.1.1.1.10.7031|70|0 +1.3.6.1.2.1.31.1.1.1.10.7032|70|0 +1.3.6.1.2.1.31.1.1.1.10.7033|70|0 +1.3.6.1.2.1.31.1.1.1.10.7034|70|0 +1.3.6.1.2.1.31.1.1.1.10.7035|70|0 +1.3.6.1.2.1.31.1.1.1.10.7036|70|0 +1.3.6.1.2.1.31.1.1.1.10.7037|70|0 +1.3.6.1.2.1.31.1.1.1.10.7038|70|0 +1.3.6.1.2.1.31.1.1.1.10.7039|70|0 +1.3.6.1.2.1.31.1.1.1.10.7040|70|0 +1.3.6.1.2.1.31.1.1.1.10.7041|70|0 +1.3.6.1.2.1.31.1.1.1.10.7042|70|0 +1.3.6.1.2.1.31.1.1.1.10.7043|70|0 +1.3.6.1.2.1.31.1.1.1.10.7044|70|0 +1.3.6.1.2.1.31.1.1.1.10.7045|70|0 +1.3.6.1.2.1.31.1.1.1.10.7046|70|0 +1.3.6.1.2.1.31.1.1.1.10.7047|70|0 +1.3.6.1.2.1.31.1.1.1.10.7048|70|0 +1.3.6.1.2.1.31.1.1.1.10.7049|70|0 +1.3.6.1.2.1.31.1.1.1.10.7050|70|0 +1.3.6.1.2.1.31.1.1.1.10.7051|70|0 +1.3.6.1.2.1.31.1.1.1.10.7052|70|0 +1.3.6.1.2.1.31.1.1.1.10.7053|70|0 +1.3.6.1.2.1.31.1.1.1.10.7054|70|0 +1.3.6.1.2.1.31.1.1.1.10.7055|70|0 +1.3.6.1.2.1.31.1.1.1.10.7056|70|0 +1.3.6.1.2.1.31.1.1.1.10.7057|70|0 +1.3.6.1.2.1.31.1.1.1.10.7058|70|0 +1.3.6.1.2.1.31.1.1.1.10.7059|70|0 +1.3.6.1.2.1.31.1.1.1.10.7060|70|0 +1.3.6.1.2.1.31.1.1.1.10.7061|70|0 +1.3.6.1.2.1.31.1.1.1.10.7062|70|0 +1.3.6.1.2.1.31.1.1.1.10.7063|70|0 +1.3.6.1.2.1.31.1.1.1.10.9000|70|0 +1.3.6.1.2.1.31.1.1.1.10.20000|70|0 +1.3.6.1.2.1.31.1.1.1.10.100000|70|0 +1.3.6.1.2.1.31.1.1.1.10.100001|70|0 +1.3.6.1.2.1.31.1.1.1.10.100073|70|0 +1.3.6.1.2.1.31.1.1.1.10.100099|70|0 +1.3.6.1.2.1.31.1.1.1.10.100199|70|0 +1.3.6.1.2.1.31.1.1.1.10.100201|70|0 +1.3.6.1.2.1.31.1.1.1.10.100214|70|0 +1.3.6.1.2.1.31.1.1.1.10.100253|70|0 +1.3.6.1.2.1.31.1.1.1.10.100517|70|0 +1.3.6.1.2.1.31.1.1.1.10.100521|70|0 +1.3.6.1.2.1.31.1.1.1.10.100580|70|0 +1.3.6.1.2.1.31.1.1.1.10.101884|70|0 +1.3.6.1.2.1.31.1.1.1.11.49|70|1306368013 +1.3.6.1.2.1.31.1.1.1.11.50|70|7795 +1.3.6.1.2.1.31.1.1.1.11.51|70|0 +1.3.6.1.2.1.31.1.1.1.11.52|70|0 +1.3.6.1.2.1.31.1.1.1.11.53|70|0 +1.3.6.1.2.1.31.1.1.1.11.54|70|126948636 +1.3.6.1.2.1.31.1.1.1.11.55|70|287938138 +1.3.6.1.2.1.31.1.1.1.11.56|70|429077032 +1.3.6.1.2.1.31.1.1.1.11.57|70|235 +1.3.6.1.2.1.31.1.1.1.11.58|70|513927572 +1.3.6.1.2.1.31.1.1.1.11.1000|70|0 +1.3.6.1.2.1.31.1.1.1.11.1001|70|0 +1.3.6.1.2.1.31.1.1.1.11.1002|70|0 +1.3.6.1.2.1.31.1.1.1.11.1003|70|0 +1.3.6.1.2.1.31.1.1.1.11.1004|70|0 +1.3.6.1.2.1.31.1.1.1.11.1005|70|0 +1.3.6.1.2.1.31.1.1.1.11.1006|70|0 +1.3.6.1.2.1.31.1.1.1.11.1007|70|0 +1.3.6.1.2.1.31.1.1.1.11.1008|70|0 +1.3.6.1.2.1.31.1.1.1.11.1009|70|0 +1.3.6.1.2.1.31.1.1.1.11.1010|70|0 +1.3.6.1.2.1.31.1.1.1.11.1011|70|0 +1.3.6.1.2.1.31.1.1.1.11.1012|70|0 +1.3.6.1.2.1.31.1.1.1.11.1013|70|0 +1.3.6.1.2.1.31.1.1.1.11.1014|70|0 +1.3.6.1.2.1.31.1.1.1.11.1015|70|0 +1.3.6.1.2.1.31.1.1.1.11.1016|70|0 +1.3.6.1.2.1.31.1.1.1.11.1017|70|0 +1.3.6.1.2.1.31.1.1.1.11.1018|70|0 +1.3.6.1.2.1.31.1.1.1.11.1019|70|0 +1.3.6.1.2.1.31.1.1.1.11.1020|70|0 +1.3.6.1.2.1.31.1.1.1.11.1021|70|0 +1.3.6.1.2.1.31.1.1.1.11.1022|70|0 +1.3.6.1.2.1.31.1.1.1.11.1023|70|0 +1.3.6.1.2.1.31.1.1.1.11.1024|70|0 +1.3.6.1.2.1.31.1.1.1.11.1025|70|0 +1.3.6.1.2.1.31.1.1.1.11.1026|70|0 +1.3.6.1.2.1.31.1.1.1.11.1027|70|0 +1.3.6.1.2.1.31.1.1.1.11.1028|70|0 +1.3.6.1.2.1.31.1.1.1.11.1029|70|0 +1.3.6.1.2.1.31.1.1.1.11.1030|70|0 +1.3.6.1.2.1.31.1.1.1.11.1031|70|0 +1.3.6.1.2.1.31.1.1.1.11.1032|70|0 +1.3.6.1.2.1.31.1.1.1.11.1033|70|0 +1.3.6.1.2.1.31.1.1.1.11.1034|70|0 +1.3.6.1.2.1.31.1.1.1.11.1035|70|0 +1.3.6.1.2.1.31.1.1.1.11.1036|70|0 +1.3.6.1.2.1.31.1.1.1.11.1037|70|0 +1.3.6.1.2.1.31.1.1.1.11.1038|70|0 +1.3.6.1.2.1.31.1.1.1.11.1039|70|0 +1.3.6.1.2.1.31.1.1.1.11.1040|70|0 +1.3.6.1.2.1.31.1.1.1.11.1041|70|0 +1.3.6.1.2.1.31.1.1.1.11.1042|70|0 +1.3.6.1.2.1.31.1.1.1.11.1043|70|0 +1.3.6.1.2.1.31.1.1.1.11.1044|70|0 +1.3.6.1.2.1.31.1.1.1.11.1045|70|0 +1.3.6.1.2.1.31.1.1.1.11.1046|70|0 +1.3.6.1.2.1.31.1.1.1.11.1047|70|0 +1.3.6.1.2.1.31.1.1.1.11.3000|70|0 +1.3.6.1.2.1.31.1.1.1.11.3001|70|0 +1.3.6.1.2.1.31.1.1.1.11.3002|70|0 +1.3.6.1.2.1.31.1.1.1.11.3003|70|0 +1.3.6.1.2.1.31.1.1.1.11.3004|70|0 +1.3.6.1.2.1.31.1.1.1.11.3005|70|0 +1.3.6.1.2.1.31.1.1.1.11.3006|70|0 +1.3.6.1.2.1.31.1.1.1.11.3007|70|0 +1.3.6.1.2.1.31.1.1.1.11.3008|70|0 +1.3.6.1.2.1.31.1.1.1.11.3009|70|0 +1.3.6.1.2.1.31.1.1.1.11.3010|70|0 +1.3.6.1.2.1.31.1.1.1.11.3011|70|0 +1.3.6.1.2.1.31.1.1.1.11.3012|70|0 +1.3.6.1.2.1.31.1.1.1.11.3013|70|0 +1.3.6.1.2.1.31.1.1.1.11.3014|70|0 +1.3.6.1.2.1.31.1.1.1.11.3015|70|0 +1.3.6.1.2.1.31.1.1.1.11.7000|70|0 +1.3.6.1.2.1.31.1.1.1.11.7001|70|0 +1.3.6.1.2.1.31.1.1.1.11.7002|70|0 +1.3.6.1.2.1.31.1.1.1.11.7003|70|0 +1.3.6.1.2.1.31.1.1.1.11.7004|70|0 +1.3.6.1.2.1.31.1.1.1.11.7005|70|0 +1.3.6.1.2.1.31.1.1.1.11.7006|70|0 +1.3.6.1.2.1.31.1.1.1.11.7007|70|0 +1.3.6.1.2.1.31.1.1.1.11.7008|70|0 +1.3.6.1.2.1.31.1.1.1.11.7009|70|0 +1.3.6.1.2.1.31.1.1.1.11.7010|70|0 +1.3.6.1.2.1.31.1.1.1.11.7011|70|0 +1.3.6.1.2.1.31.1.1.1.11.7012|70|0 +1.3.6.1.2.1.31.1.1.1.11.7013|70|0 +1.3.6.1.2.1.31.1.1.1.11.7014|70|0 +1.3.6.1.2.1.31.1.1.1.11.7015|70|0 +1.3.6.1.2.1.31.1.1.1.11.7016|70|0 +1.3.6.1.2.1.31.1.1.1.11.7017|70|0 +1.3.6.1.2.1.31.1.1.1.11.7018|70|0 +1.3.6.1.2.1.31.1.1.1.11.7019|70|0 +1.3.6.1.2.1.31.1.1.1.11.7020|70|0 +1.3.6.1.2.1.31.1.1.1.11.7021|70|0 +1.3.6.1.2.1.31.1.1.1.11.7022|70|0 +1.3.6.1.2.1.31.1.1.1.11.7023|70|0 +1.3.6.1.2.1.31.1.1.1.11.7024|70|0 +1.3.6.1.2.1.31.1.1.1.11.7025|70|0 +1.3.6.1.2.1.31.1.1.1.11.7026|70|0 +1.3.6.1.2.1.31.1.1.1.11.7027|70|0 +1.3.6.1.2.1.31.1.1.1.11.7028|70|0 +1.3.6.1.2.1.31.1.1.1.11.7029|70|0 +1.3.6.1.2.1.31.1.1.1.11.7030|70|0 +1.3.6.1.2.1.31.1.1.1.11.7031|70|0 +1.3.6.1.2.1.31.1.1.1.11.7032|70|0 +1.3.6.1.2.1.31.1.1.1.11.7033|70|0 +1.3.6.1.2.1.31.1.1.1.11.7034|70|0 +1.3.6.1.2.1.31.1.1.1.11.7035|70|0 +1.3.6.1.2.1.31.1.1.1.11.7036|70|0 +1.3.6.1.2.1.31.1.1.1.11.7037|70|0 +1.3.6.1.2.1.31.1.1.1.11.7038|70|0 +1.3.6.1.2.1.31.1.1.1.11.7039|70|0 +1.3.6.1.2.1.31.1.1.1.11.7040|70|0 +1.3.6.1.2.1.31.1.1.1.11.7041|70|0 +1.3.6.1.2.1.31.1.1.1.11.7042|70|0 +1.3.6.1.2.1.31.1.1.1.11.7043|70|0 +1.3.6.1.2.1.31.1.1.1.11.7044|70|0 +1.3.6.1.2.1.31.1.1.1.11.7045|70|0 +1.3.6.1.2.1.31.1.1.1.11.7046|70|0 +1.3.6.1.2.1.31.1.1.1.11.7047|70|0 +1.3.6.1.2.1.31.1.1.1.11.7048|70|0 +1.3.6.1.2.1.31.1.1.1.11.7049|70|0 +1.3.6.1.2.1.31.1.1.1.11.7050|70|0 +1.3.6.1.2.1.31.1.1.1.11.7051|70|0 +1.3.6.1.2.1.31.1.1.1.11.7052|70|0 +1.3.6.1.2.1.31.1.1.1.11.7053|70|0 +1.3.6.1.2.1.31.1.1.1.11.7054|70|0 +1.3.6.1.2.1.31.1.1.1.11.7055|70|0 +1.3.6.1.2.1.31.1.1.1.11.7056|70|0 +1.3.6.1.2.1.31.1.1.1.11.7057|70|0 +1.3.6.1.2.1.31.1.1.1.11.7058|70|0 +1.3.6.1.2.1.31.1.1.1.11.7059|70|0 +1.3.6.1.2.1.31.1.1.1.11.7060|70|0 +1.3.6.1.2.1.31.1.1.1.11.7061|70|0 +1.3.6.1.2.1.31.1.1.1.11.7062|70|0 +1.3.6.1.2.1.31.1.1.1.11.7063|70|0 +1.3.6.1.2.1.31.1.1.1.11.9000|70|0 +1.3.6.1.2.1.31.1.1.1.11.20000|70|0 +1.3.6.1.2.1.31.1.1.1.11.100000|70|0 +1.3.6.1.2.1.31.1.1.1.11.100001|70|0 +1.3.6.1.2.1.31.1.1.1.11.100073|70|0 +1.3.6.1.2.1.31.1.1.1.11.100099|70|0 +1.3.6.1.2.1.31.1.1.1.11.100199|70|0 +1.3.6.1.2.1.31.1.1.1.11.100201|70|0 +1.3.6.1.2.1.31.1.1.1.11.100214|70|0 +1.3.6.1.2.1.31.1.1.1.11.100253|70|0 +1.3.6.1.2.1.31.1.1.1.11.100517|70|0 +1.3.6.1.2.1.31.1.1.1.11.100521|70|0 +1.3.6.1.2.1.31.1.1.1.11.100580|70|0 +1.3.6.1.2.1.31.1.1.1.11.101884|70|0 +1.3.6.1.2.1.31.1.1.1.12.49|70|21596088 +1.3.6.1.2.1.31.1.1.1.12.50|70|1440 +1.3.6.1.2.1.31.1.1.1.12.51|70|0 +1.3.6.1.2.1.31.1.1.1.12.52|70|0 +1.3.6.1.2.1.31.1.1.1.12.53|70|0 +1.3.6.1.2.1.31.1.1.1.12.54|70|9333086 +1.3.6.1.2.1.31.1.1.1.12.55|70|10258229 +1.3.6.1.2.1.31.1.1.1.12.56|70|8305723 +1.3.6.1.2.1.31.1.1.1.12.57|70|7958743 +1.3.6.1.2.1.31.1.1.1.12.58|70|1374259 +1.3.6.1.2.1.31.1.1.1.12.1000|70|0 +1.3.6.1.2.1.31.1.1.1.12.1001|70|0 +1.3.6.1.2.1.31.1.1.1.12.1002|70|0 +1.3.6.1.2.1.31.1.1.1.12.1003|70|0 +1.3.6.1.2.1.31.1.1.1.12.1004|70|0 +1.3.6.1.2.1.31.1.1.1.12.1005|70|0 +1.3.6.1.2.1.31.1.1.1.12.1006|70|0 +1.3.6.1.2.1.31.1.1.1.12.1007|70|0 +1.3.6.1.2.1.31.1.1.1.12.1008|70|0 +1.3.6.1.2.1.31.1.1.1.12.1009|70|0 +1.3.6.1.2.1.31.1.1.1.12.1010|70|0 +1.3.6.1.2.1.31.1.1.1.12.1011|70|0 +1.3.6.1.2.1.31.1.1.1.12.1012|70|0 +1.3.6.1.2.1.31.1.1.1.12.1013|70|0 +1.3.6.1.2.1.31.1.1.1.12.1014|70|0 +1.3.6.1.2.1.31.1.1.1.12.1015|70|0 +1.3.6.1.2.1.31.1.1.1.12.1016|70|0 +1.3.6.1.2.1.31.1.1.1.12.1017|70|0 +1.3.6.1.2.1.31.1.1.1.12.1018|70|0 +1.3.6.1.2.1.31.1.1.1.12.1019|70|0 +1.3.6.1.2.1.31.1.1.1.12.1020|70|0 +1.3.6.1.2.1.31.1.1.1.12.1021|70|0 +1.3.6.1.2.1.31.1.1.1.12.1022|70|0 +1.3.6.1.2.1.31.1.1.1.12.1023|70|0 +1.3.6.1.2.1.31.1.1.1.12.1024|70|0 +1.3.6.1.2.1.31.1.1.1.12.1025|70|0 +1.3.6.1.2.1.31.1.1.1.12.1026|70|0 +1.3.6.1.2.1.31.1.1.1.12.1027|70|0 +1.3.6.1.2.1.31.1.1.1.12.1028|70|0 +1.3.6.1.2.1.31.1.1.1.12.1029|70|0 +1.3.6.1.2.1.31.1.1.1.12.1030|70|0 +1.3.6.1.2.1.31.1.1.1.12.1031|70|0 +1.3.6.1.2.1.31.1.1.1.12.1032|70|0 +1.3.6.1.2.1.31.1.1.1.12.1033|70|0 +1.3.6.1.2.1.31.1.1.1.12.1034|70|0 +1.3.6.1.2.1.31.1.1.1.12.1035|70|0 +1.3.6.1.2.1.31.1.1.1.12.1036|70|0 +1.3.6.1.2.1.31.1.1.1.12.1037|70|0 +1.3.6.1.2.1.31.1.1.1.12.1038|70|0 +1.3.6.1.2.1.31.1.1.1.12.1039|70|0 +1.3.6.1.2.1.31.1.1.1.12.1040|70|0 +1.3.6.1.2.1.31.1.1.1.12.1041|70|0 +1.3.6.1.2.1.31.1.1.1.12.1042|70|0 +1.3.6.1.2.1.31.1.1.1.12.1043|70|0 +1.3.6.1.2.1.31.1.1.1.12.1044|70|0 +1.3.6.1.2.1.31.1.1.1.12.1045|70|0 +1.3.6.1.2.1.31.1.1.1.12.1046|70|0 +1.3.6.1.2.1.31.1.1.1.12.1047|70|0 +1.3.6.1.2.1.31.1.1.1.12.3000|70|0 +1.3.6.1.2.1.31.1.1.1.12.3001|70|0 +1.3.6.1.2.1.31.1.1.1.12.3002|70|0 +1.3.6.1.2.1.31.1.1.1.12.3003|70|0 +1.3.6.1.2.1.31.1.1.1.12.3004|70|0 +1.3.6.1.2.1.31.1.1.1.12.3005|70|0 +1.3.6.1.2.1.31.1.1.1.12.3006|70|0 +1.3.6.1.2.1.31.1.1.1.12.3007|70|0 +1.3.6.1.2.1.31.1.1.1.12.3008|70|0 +1.3.6.1.2.1.31.1.1.1.12.3009|70|0 +1.3.6.1.2.1.31.1.1.1.12.3010|70|0 +1.3.6.1.2.1.31.1.1.1.12.3011|70|0 +1.3.6.1.2.1.31.1.1.1.12.3012|70|0 +1.3.6.1.2.1.31.1.1.1.12.3013|70|0 +1.3.6.1.2.1.31.1.1.1.12.3014|70|0 +1.3.6.1.2.1.31.1.1.1.12.3015|70|0 +1.3.6.1.2.1.31.1.1.1.12.7000|70|0 +1.3.6.1.2.1.31.1.1.1.12.7001|70|0 +1.3.6.1.2.1.31.1.1.1.12.7002|70|0 +1.3.6.1.2.1.31.1.1.1.12.7003|70|0 +1.3.6.1.2.1.31.1.1.1.12.7004|70|0 +1.3.6.1.2.1.31.1.1.1.12.7005|70|0 +1.3.6.1.2.1.31.1.1.1.12.7006|70|0 +1.3.6.1.2.1.31.1.1.1.12.7007|70|0 +1.3.6.1.2.1.31.1.1.1.12.7008|70|0 +1.3.6.1.2.1.31.1.1.1.12.7009|70|0 +1.3.6.1.2.1.31.1.1.1.12.7010|70|0 +1.3.6.1.2.1.31.1.1.1.12.7011|70|0 +1.3.6.1.2.1.31.1.1.1.12.7012|70|0 +1.3.6.1.2.1.31.1.1.1.12.7013|70|0 +1.3.6.1.2.1.31.1.1.1.12.7014|70|0 +1.3.6.1.2.1.31.1.1.1.12.7015|70|0 +1.3.6.1.2.1.31.1.1.1.12.7016|70|0 +1.3.6.1.2.1.31.1.1.1.12.7017|70|0 +1.3.6.1.2.1.31.1.1.1.12.7018|70|0 +1.3.6.1.2.1.31.1.1.1.12.7019|70|0 +1.3.6.1.2.1.31.1.1.1.12.7020|70|0 +1.3.6.1.2.1.31.1.1.1.12.7021|70|0 +1.3.6.1.2.1.31.1.1.1.12.7022|70|0 +1.3.6.1.2.1.31.1.1.1.12.7023|70|0 +1.3.6.1.2.1.31.1.1.1.12.7024|70|0 +1.3.6.1.2.1.31.1.1.1.12.7025|70|0 +1.3.6.1.2.1.31.1.1.1.12.7026|70|0 +1.3.6.1.2.1.31.1.1.1.12.7027|70|0 +1.3.6.1.2.1.31.1.1.1.12.7028|70|0 +1.3.6.1.2.1.31.1.1.1.12.7029|70|0 +1.3.6.1.2.1.31.1.1.1.12.7030|70|0 +1.3.6.1.2.1.31.1.1.1.12.7031|70|0 +1.3.6.1.2.1.31.1.1.1.12.7032|70|0 +1.3.6.1.2.1.31.1.1.1.12.7033|70|0 +1.3.6.1.2.1.31.1.1.1.12.7034|70|0 +1.3.6.1.2.1.31.1.1.1.12.7035|70|0 +1.3.6.1.2.1.31.1.1.1.12.7036|70|0 +1.3.6.1.2.1.31.1.1.1.12.7037|70|0 +1.3.6.1.2.1.31.1.1.1.12.7038|70|0 +1.3.6.1.2.1.31.1.1.1.12.7039|70|0 +1.3.6.1.2.1.31.1.1.1.12.7040|70|0 +1.3.6.1.2.1.31.1.1.1.12.7041|70|0 +1.3.6.1.2.1.31.1.1.1.12.7042|70|0 +1.3.6.1.2.1.31.1.1.1.12.7043|70|0 +1.3.6.1.2.1.31.1.1.1.12.7044|70|0 +1.3.6.1.2.1.31.1.1.1.12.7045|70|0 +1.3.6.1.2.1.31.1.1.1.12.7046|70|0 +1.3.6.1.2.1.31.1.1.1.12.7047|70|0 +1.3.6.1.2.1.31.1.1.1.12.7048|70|0 +1.3.6.1.2.1.31.1.1.1.12.7049|70|0 +1.3.6.1.2.1.31.1.1.1.12.7050|70|0 +1.3.6.1.2.1.31.1.1.1.12.7051|70|0 +1.3.6.1.2.1.31.1.1.1.12.7052|70|0 +1.3.6.1.2.1.31.1.1.1.12.7053|70|0 +1.3.6.1.2.1.31.1.1.1.12.7054|70|0 +1.3.6.1.2.1.31.1.1.1.12.7055|70|0 +1.3.6.1.2.1.31.1.1.1.12.7056|70|0 +1.3.6.1.2.1.31.1.1.1.12.7057|70|0 +1.3.6.1.2.1.31.1.1.1.12.7058|70|0 +1.3.6.1.2.1.31.1.1.1.12.7059|70|0 +1.3.6.1.2.1.31.1.1.1.12.7060|70|0 +1.3.6.1.2.1.31.1.1.1.12.7061|70|0 +1.3.6.1.2.1.31.1.1.1.12.7062|70|0 +1.3.6.1.2.1.31.1.1.1.12.7063|70|0 +1.3.6.1.2.1.31.1.1.1.12.9000|70|0 +1.3.6.1.2.1.31.1.1.1.12.20000|70|0 +1.3.6.1.2.1.31.1.1.1.12.100000|70|0 +1.3.6.1.2.1.31.1.1.1.12.100001|70|0 +1.3.6.1.2.1.31.1.1.1.12.100073|70|0 +1.3.6.1.2.1.31.1.1.1.12.100099|70|0 +1.3.6.1.2.1.31.1.1.1.12.100199|70|0 +1.3.6.1.2.1.31.1.1.1.12.100201|70|0 +1.3.6.1.2.1.31.1.1.1.12.100214|70|0 +1.3.6.1.2.1.31.1.1.1.12.100253|70|0 +1.3.6.1.2.1.31.1.1.1.12.100517|70|0 +1.3.6.1.2.1.31.1.1.1.12.100521|70|0 +1.3.6.1.2.1.31.1.1.1.12.100580|70|0 +1.3.6.1.2.1.31.1.1.1.12.101884|70|0 +1.3.6.1.2.1.31.1.1.1.13.49|70|22310221 +1.3.6.1.2.1.31.1.1.1.13.50|70|989 +1.3.6.1.2.1.31.1.1.1.13.51|70|0 +1.3.6.1.2.1.31.1.1.1.13.52|70|0 +1.3.6.1.2.1.31.1.1.1.13.53|70|0 +1.3.6.1.2.1.31.1.1.1.13.54|70|4211988 +1.3.6.1.2.1.31.1.1.1.13.55|70|3734189 +1.3.6.1.2.1.31.1.1.1.13.56|70|3861707 +1.3.6.1.2.1.31.1.1.1.13.57|70|18279521 +1.3.6.1.2.1.31.1.1.1.13.58|70|412387 +1.3.6.1.2.1.31.1.1.1.13.1000|70|0 +1.3.6.1.2.1.31.1.1.1.13.1001|70|0 +1.3.6.1.2.1.31.1.1.1.13.1002|70|0 +1.3.6.1.2.1.31.1.1.1.13.1003|70|0 +1.3.6.1.2.1.31.1.1.1.13.1004|70|0 +1.3.6.1.2.1.31.1.1.1.13.1005|70|0 +1.3.6.1.2.1.31.1.1.1.13.1006|70|0 +1.3.6.1.2.1.31.1.1.1.13.1007|70|0 +1.3.6.1.2.1.31.1.1.1.13.1008|70|0 +1.3.6.1.2.1.31.1.1.1.13.1009|70|0 +1.3.6.1.2.1.31.1.1.1.13.1010|70|0 +1.3.6.1.2.1.31.1.1.1.13.1011|70|0 +1.3.6.1.2.1.31.1.1.1.13.1012|70|0 +1.3.6.1.2.1.31.1.1.1.13.1013|70|0 +1.3.6.1.2.1.31.1.1.1.13.1014|70|0 +1.3.6.1.2.1.31.1.1.1.13.1015|70|0 +1.3.6.1.2.1.31.1.1.1.13.1016|70|0 +1.3.6.1.2.1.31.1.1.1.13.1017|70|0 +1.3.6.1.2.1.31.1.1.1.13.1018|70|0 +1.3.6.1.2.1.31.1.1.1.13.1019|70|0 +1.3.6.1.2.1.31.1.1.1.13.1020|70|0 +1.3.6.1.2.1.31.1.1.1.13.1021|70|0 +1.3.6.1.2.1.31.1.1.1.13.1022|70|0 +1.3.6.1.2.1.31.1.1.1.13.1023|70|0 +1.3.6.1.2.1.31.1.1.1.13.1024|70|0 +1.3.6.1.2.1.31.1.1.1.13.1025|70|0 +1.3.6.1.2.1.31.1.1.1.13.1026|70|0 +1.3.6.1.2.1.31.1.1.1.13.1027|70|0 +1.3.6.1.2.1.31.1.1.1.13.1028|70|0 +1.3.6.1.2.1.31.1.1.1.13.1029|70|0 +1.3.6.1.2.1.31.1.1.1.13.1030|70|0 +1.3.6.1.2.1.31.1.1.1.13.1031|70|0 +1.3.6.1.2.1.31.1.1.1.13.1032|70|0 +1.3.6.1.2.1.31.1.1.1.13.1033|70|0 +1.3.6.1.2.1.31.1.1.1.13.1034|70|0 +1.3.6.1.2.1.31.1.1.1.13.1035|70|0 +1.3.6.1.2.1.31.1.1.1.13.1036|70|0 +1.3.6.1.2.1.31.1.1.1.13.1037|70|0 +1.3.6.1.2.1.31.1.1.1.13.1038|70|0 +1.3.6.1.2.1.31.1.1.1.13.1039|70|0 +1.3.6.1.2.1.31.1.1.1.13.1040|70|0 +1.3.6.1.2.1.31.1.1.1.13.1041|70|0 +1.3.6.1.2.1.31.1.1.1.13.1042|70|0 +1.3.6.1.2.1.31.1.1.1.13.1043|70|0 +1.3.6.1.2.1.31.1.1.1.13.1044|70|0 +1.3.6.1.2.1.31.1.1.1.13.1045|70|0 +1.3.6.1.2.1.31.1.1.1.13.1046|70|0 +1.3.6.1.2.1.31.1.1.1.13.1047|70|0 +1.3.6.1.2.1.31.1.1.1.13.3000|70|0 +1.3.6.1.2.1.31.1.1.1.13.3001|70|0 +1.3.6.1.2.1.31.1.1.1.13.3002|70|0 +1.3.6.1.2.1.31.1.1.1.13.3003|70|0 +1.3.6.1.2.1.31.1.1.1.13.3004|70|0 +1.3.6.1.2.1.31.1.1.1.13.3005|70|0 +1.3.6.1.2.1.31.1.1.1.13.3006|70|0 +1.3.6.1.2.1.31.1.1.1.13.3007|70|0 +1.3.6.1.2.1.31.1.1.1.13.3008|70|0 +1.3.6.1.2.1.31.1.1.1.13.3009|70|0 +1.3.6.1.2.1.31.1.1.1.13.3010|70|0 +1.3.6.1.2.1.31.1.1.1.13.3011|70|0 +1.3.6.1.2.1.31.1.1.1.13.3012|70|0 +1.3.6.1.2.1.31.1.1.1.13.3013|70|0 +1.3.6.1.2.1.31.1.1.1.13.3014|70|0 +1.3.6.1.2.1.31.1.1.1.13.3015|70|0 +1.3.6.1.2.1.31.1.1.1.13.7000|70|0 +1.3.6.1.2.1.31.1.1.1.13.7001|70|0 +1.3.6.1.2.1.31.1.1.1.13.7002|70|0 +1.3.6.1.2.1.31.1.1.1.13.7003|70|0 +1.3.6.1.2.1.31.1.1.1.13.7004|70|0 +1.3.6.1.2.1.31.1.1.1.13.7005|70|0 +1.3.6.1.2.1.31.1.1.1.13.7006|70|0 +1.3.6.1.2.1.31.1.1.1.13.7007|70|0 +1.3.6.1.2.1.31.1.1.1.13.7008|70|0 +1.3.6.1.2.1.31.1.1.1.13.7009|70|0 +1.3.6.1.2.1.31.1.1.1.13.7010|70|0 +1.3.6.1.2.1.31.1.1.1.13.7011|70|0 +1.3.6.1.2.1.31.1.1.1.13.7012|70|0 +1.3.6.1.2.1.31.1.1.1.13.7013|70|0 +1.3.6.1.2.1.31.1.1.1.13.7014|70|0 +1.3.6.1.2.1.31.1.1.1.13.7015|70|0 +1.3.6.1.2.1.31.1.1.1.13.7016|70|0 +1.3.6.1.2.1.31.1.1.1.13.7017|70|0 +1.3.6.1.2.1.31.1.1.1.13.7018|70|0 +1.3.6.1.2.1.31.1.1.1.13.7019|70|0 +1.3.6.1.2.1.31.1.1.1.13.7020|70|0 +1.3.6.1.2.1.31.1.1.1.13.7021|70|0 +1.3.6.1.2.1.31.1.1.1.13.7022|70|0 +1.3.6.1.2.1.31.1.1.1.13.7023|70|0 +1.3.6.1.2.1.31.1.1.1.13.7024|70|0 +1.3.6.1.2.1.31.1.1.1.13.7025|70|0 +1.3.6.1.2.1.31.1.1.1.13.7026|70|0 +1.3.6.1.2.1.31.1.1.1.13.7027|70|0 +1.3.6.1.2.1.31.1.1.1.13.7028|70|0 +1.3.6.1.2.1.31.1.1.1.13.7029|70|0 +1.3.6.1.2.1.31.1.1.1.13.7030|70|0 +1.3.6.1.2.1.31.1.1.1.13.7031|70|0 +1.3.6.1.2.1.31.1.1.1.13.7032|70|0 +1.3.6.1.2.1.31.1.1.1.13.7033|70|0 +1.3.6.1.2.1.31.1.1.1.13.7034|70|0 +1.3.6.1.2.1.31.1.1.1.13.7035|70|0 +1.3.6.1.2.1.31.1.1.1.13.7036|70|0 +1.3.6.1.2.1.31.1.1.1.13.7037|70|0 +1.3.6.1.2.1.31.1.1.1.13.7038|70|0 +1.3.6.1.2.1.31.1.1.1.13.7039|70|0 +1.3.6.1.2.1.31.1.1.1.13.7040|70|0 +1.3.6.1.2.1.31.1.1.1.13.7041|70|0 +1.3.6.1.2.1.31.1.1.1.13.7042|70|0 +1.3.6.1.2.1.31.1.1.1.13.7043|70|0 +1.3.6.1.2.1.31.1.1.1.13.7044|70|0 +1.3.6.1.2.1.31.1.1.1.13.7045|70|0 +1.3.6.1.2.1.31.1.1.1.13.7046|70|0 +1.3.6.1.2.1.31.1.1.1.13.7047|70|0 +1.3.6.1.2.1.31.1.1.1.13.7048|70|0 +1.3.6.1.2.1.31.1.1.1.13.7049|70|0 +1.3.6.1.2.1.31.1.1.1.13.7050|70|0 +1.3.6.1.2.1.31.1.1.1.13.7051|70|0 +1.3.6.1.2.1.31.1.1.1.13.7052|70|0 +1.3.6.1.2.1.31.1.1.1.13.7053|70|0 +1.3.6.1.2.1.31.1.1.1.13.7054|70|0 +1.3.6.1.2.1.31.1.1.1.13.7055|70|0 +1.3.6.1.2.1.31.1.1.1.13.7056|70|0 +1.3.6.1.2.1.31.1.1.1.13.7057|70|0 +1.3.6.1.2.1.31.1.1.1.13.7058|70|0 +1.3.6.1.2.1.31.1.1.1.13.7059|70|0 +1.3.6.1.2.1.31.1.1.1.13.7060|70|0 +1.3.6.1.2.1.31.1.1.1.13.7061|70|0 +1.3.6.1.2.1.31.1.1.1.13.7062|70|0 +1.3.6.1.2.1.31.1.1.1.13.7063|70|0 +1.3.6.1.2.1.31.1.1.1.13.9000|70|0 +1.3.6.1.2.1.31.1.1.1.13.20000|70|0 +1.3.6.1.2.1.31.1.1.1.13.100000|70|0 +1.3.6.1.2.1.31.1.1.1.13.100001|70|0 +1.3.6.1.2.1.31.1.1.1.13.100073|70|0 +1.3.6.1.2.1.31.1.1.1.13.100099|70|0 +1.3.6.1.2.1.31.1.1.1.13.100199|70|0 +1.3.6.1.2.1.31.1.1.1.13.100201|70|0 +1.3.6.1.2.1.31.1.1.1.13.100214|70|0 +1.3.6.1.2.1.31.1.1.1.13.100253|70|0 +1.3.6.1.2.1.31.1.1.1.13.100517|70|0 +1.3.6.1.2.1.31.1.1.1.13.100521|70|0 +1.3.6.1.2.1.31.1.1.1.13.100580|70|0 +1.3.6.1.2.1.31.1.1.1.13.101884|70|0 +1.3.6.1.2.1.31.1.1.1.14.49|2|1 +1.3.6.1.2.1.31.1.1.1.14.50|2|1 +1.3.6.1.2.1.31.1.1.1.14.51|2|1 +1.3.6.1.2.1.31.1.1.1.14.52|2|1 +1.3.6.1.2.1.31.1.1.1.14.53|2|1 +1.3.6.1.2.1.31.1.1.1.14.54|2|1 +1.3.6.1.2.1.31.1.1.1.14.55|2|1 +1.3.6.1.2.1.31.1.1.1.14.56|2|1 +1.3.6.1.2.1.31.1.1.1.14.57|2|1 +1.3.6.1.2.1.31.1.1.1.14.58|2|1 +1.3.6.1.2.1.31.1.1.1.14.1000|2|1 +1.3.6.1.2.1.31.1.1.1.14.1001|2|1 +1.3.6.1.2.1.31.1.1.1.14.1002|2|1 +1.3.6.1.2.1.31.1.1.1.14.1003|2|1 +1.3.6.1.2.1.31.1.1.1.14.1004|2|1 +1.3.6.1.2.1.31.1.1.1.14.1005|2|1 +1.3.6.1.2.1.31.1.1.1.14.1006|2|1 +1.3.6.1.2.1.31.1.1.1.14.1007|2|1 +1.3.6.1.2.1.31.1.1.1.14.1008|2|1 +1.3.6.1.2.1.31.1.1.1.14.1009|2|1 +1.3.6.1.2.1.31.1.1.1.14.1010|2|1 +1.3.6.1.2.1.31.1.1.1.14.1011|2|1 +1.3.6.1.2.1.31.1.1.1.14.1012|2|1 +1.3.6.1.2.1.31.1.1.1.14.1013|2|1 +1.3.6.1.2.1.31.1.1.1.14.1014|2|1 +1.3.6.1.2.1.31.1.1.1.14.1015|2|1 +1.3.6.1.2.1.31.1.1.1.14.1016|2|1 +1.3.6.1.2.1.31.1.1.1.14.1017|2|1 +1.3.6.1.2.1.31.1.1.1.14.1018|2|1 +1.3.6.1.2.1.31.1.1.1.14.1019|2|1 +1.3.6.1.2.1.31.1.1.1.14.1020|2|1 +1.3.6.1.2.1.31.1.1.1.14.1021|2|1 +1.3.6.1.2.1.31.1.1.1.14.1022|2|1 +1.3.6.1.2.1.31.1.1.1.14.1023|2|1 +1.3.6.1.2.1.31.1.1.1.14.1024|2|1 +1.3.6.1.2.1.31.1.1.1.14.1025|2|1 +1.3.6.1.2.1.31.1.1.1.14.1026|2|1 +1.3.6.1.2.1.31.1.1.1.14.1027|2|1 +1.3.6.1.2.1.31.1.1.1.14.1028|2|1 +1.3.6.1.2.1.31.1.1.1.14.1029|2|1 +1.3.6.1.2.1.31.1.1.1.14.1030|2|1 +1.3.6.1.2.1.31.1.1.1.14.1031|2|1 +1.3.6.1.2.1.31.1.1.1.14.1032|2|1 +1.3.6.1.2.1.31.1.1.1.14.1033|2|1 +1.3.6.1.2.1.31.1.1.1.14.1034|2|1 +1.3.6.1.2.1.31.1.1.1.14.1035|2|1 +1.3.6.1.2.1.31.1.1.1.14.1036|2|1 +1.3.6.1.2.1.31.1.1.1.14.1037|2|1 +1.3.6.1.2.1.31.1.1.1.14.1038|2|1 +1.3.6.1.2.1.31.1.1.1.14.1039|2|1 +1.3.6.1.2.1.31.1.1.1.14.1040|2|1 +1.3.6.1.2.1.31.1.1.1.14.1041|2|1 +1.3.6.1.2.1.31.1.1.1.14.1042|2|1 +1.3.6.1.2.1.31.1.1.1.14.1043|2|1 +1.3.6.1.2.1.31.1.1.1.14.1044|2|1 +1.3.6.1.2.1.31.1.1.1.14.1045|2|1 +1.3.6.1.2.1.31.1.1.1.14.1046|2|1 +1.3.6.1.2.1.31.1.1.1.14.1047|2|1 +1.3.6.1.2.1.31.1.1.1.14.3000|2|1 +1.3.6.1.2.1.31.1.1.1.14.3001|2|1 +1.3.6.1.2.1.31.1.1.1.14.3002|2|1 +1.3.6.1.2.1.31.1.1.1.14.3003|2|1 +1.3.6.1.2.1.31.1.1.1.14.3004|2|1 +1.3.6.1.2.1.31.1.1.1.14.3005|2|1 +1.3.6.1.2.1.31.1.1.1.14.3006|2|1 +1.3.6.1.2.1.31.1.1.1.14.3007|2|1 +1.3.6.1.2.1.31.1.1.1.14.3008|2|1 +1.3.6.1.2.1.31.1.1.1.14.3009|2|1 +1.3.6.1.2.1.31.1.1.1.14.3010|2|1 +1.3.6.1.2.1.31.1.1.1.14.3011|2|1 +1.3.6.1.2.1.31.1.1.1.14.3012|2|1 +1.3.6.1.2.1.31.1.1.1.14.3013|2|1 +1.3.6.1.2.1.31.1.1.1.14.3014|2|1 +1.3.6.1.2.1.31.1.1.1.14.3015|2|1 +1.3.6.1.2.1.31.1.1.1.14.7000|2|2 +1.3.6.1.2.1.31.1.1.1.14.7001|2|2 +1.3.6.1.2.1.31.1.1.1.14.7002|2|2 +1.3.6.1.2.1.31.1.1.1.14.7003|2|2 +1.3.6.1.2.1.31.1.1.1.14.7004|2|2 +1.3.6.1.2.1.31.1.1.1.14.7005|2|2 +1.3.6.1.2.1.31.1.1.1.14.7006|2|2 +1.3.6.1.2.1.31.1.1.1.14.7007|2|2 +1.3.6.1.2.1.31.1.1.1.14.7008|2|2 +1.3.6.1.2.1.31.1.1.1.14.7009|2|2 +1.3.6.1.2.1.31.1.1.1.14.7010|2|2 +1.3.6.1.2.1.31.1.1.1.14.7011|2|2 +1.3.6.1.2.1.31.1.1.1.14.7012|2|2 +1.3.6.1.2.1.31.1.1.1.14.7013|2|2 +1.3.6.1.2.1.31.1.1.1.14.7014|2|2 +1.3.6.1.2.1.31.1.1.1.14.7015|2|2 +1.3.6.1.2.1.31.1.1.1.14.7016|2|2 +1.3.6.1.2.1.31.1.1.1.14.7017|2|2 +1.3.6.1.2.1.31.1.1.1.14.7018|2|2 +1.3.6.1.2.1.31.1.1.1.14.7019|2|2 +1.3.6.1.2.1.31.1.1.1.14.7020|2|2 +1.3.6.1.2.1.31.1.1.1.14.7021|2|2 +1.3.6.1.2.1.31.1.1.1.14.7022|2|2 +1.3.6.1.2.1.31.1.1.1.14.7023|2|2 +1.3.6.1.2.1.31.1.1.1.14.7024|2|2 +1.3.6.1.2.1.31.1.1.1.14.7025|2|2 +1.3.6.1.2.1.31.1.1.1.14.7026|2|2 +1.3.6.1.2.1.31.1.1.1.14.7027|2|2 +1.3.6.1.2.1.31.1.1.1.14.7028|2|2 +1.3.6.1.2.1.31.1.1.1.14.7029|2|2 +1.3.6.1.2.1.31.1.1.1.14.7030|2|2 +1.3.6.1.2.1.31.1.1.1.14.7031|2|2 +1.3.6.1.2.1.31.1.1.1.14.7032|2|2 +1.3.6.1.2.1.31.1.1.1.14.7033|2|2 +1.3.6.1.2.1.31.1.1.1.14.7034|2|2 +1.3.6.1.2.1.31.1.1.1.14.7035|2|2 +1.3.6.1.2.1.31.1.1.1.14.7036|2|2 +1.3.6.1.2.1.31.1.1.1.14.7037|2|2 +1.3.6.1.2.1.31.1.1.1.14.7038|2|2 +1.3.6.1.2.1.31.1.1.1.14.7039|2|2 +1.3.6.1.2.1.31.1.1.1.14.7040|2|2 +1.3.6.1.2.1.31.1.1.1.14.7041|2|2 +1.3.6.1.2.1.31.1.1.1.14.7042|2|2 +1.3.6.1.2.1.31.1.1.1.14.7043|2|2 +1.3.6.1.2.1.31.1.1.1.14.7044|2|2 +1.3.6.1.2.1.31.1.1.1.14.7045|2|2 +1.3.6.1.2.1.31.1.1.1.14.7046|2|2 +1.3.6.1.2.1.31.1.1.1.14.7047|2|2 +1.3.6.1.2.1.31.1.1.1.14.7048|2|2 +1.3.6.1.2.1.31.1.1.1.14.7049|2|2 +1.3.6.1.2.1.31.1.1.1.14.7050|2|2 +1.3.6.1.2.1.31.1.1.1.14.7051|2|2 +1.3.6.1.2.1.31.1.1.1.14.7052|2|2 +1.3.6.1.2.1.31.1.1.1.14.7053|2|2 +1.3.6.1.2.1.31.1.1.1.14.7054|2|2 +1.3.6.1.2.1.31.1.1.1.14.7055|2|2 +1.3.6.1.2.1.31.1.1.1.14.7056|2|2 +1.3.6.1.2.1.31.1.1.1.14.7057|2|2 +1.3.6.1.2.1.31.1.1.1.14.7058|2|2 +1.3.6.1.2.1.31.1.1.1.14.7059|2|2 +1.3.6.1.2.1.31.1.1.1.14.7060|2|2 +1.3.6.1.2.1.31.1.1.1.14.7061|2|2 +1.3.6.1.2.1.31.1.1.1.14.7062|2|2 +1.3.6.1.2.1.31.1.1.1.14.7063|2|2 +1.3.6.1.2.1.31.1.1.1.14.9000|2|2 +1.3.6.1.2.1.31.1.1.1.14.20000|2|2 +1.3.6.1.2.1.31.1.1.1.14.100000|2|1 +1.3.6.1.2.1.31.1.1.1.14.100001|2|1 +1.3.6.1.2.1.31.1.1.1.14.100073|2|1 +1.3.6.1.2.1.31.1.1.1.14.100099|2|1 +1.3.6.1.2.1.31.1.1.1.14.100199|2|1 +1.3.6.1.2.1.31.1.1.1.14.100201|2|1 +1.3.6.1.2.1.31.1.1.1.14.100214|2|1 +1.3.6.1.2.1.31.1.1.1.14.100253|2|1 +1.3.6.1.2.1.31.1.1.1.14.100517|2|1 +1.3.6.1.2.1.31.1.1.1.14.100521|2|1 +1.3.6.1.2.1.31.1.1.1.14.100580|2|1 +1.3.6.1.2.1.31.1.1.1.14.101884|2|1 +1.3.6.1.2.1.31.1.1.1.15.49|66|1000 +1.3.6.1.2.1.31.1.1.1.15.50|66|0 +1.3.6.1.2.1.31.1.1.1.15.51|66|0 +1.3.6.1.2.1.31.1.1.1.15.52|66|0 +1.3.6.1.2.1.31.1.1.1.15.53|66|0 +1.3.6.1.2.1.31.1.1.1.15.54|66|1000 +1.3.6.1.2.1.31.1.1.1.15.55|66|1000 +1.3.6.1.2.1.31.1.1.1.15.56|66|1000 +1.3.6.1.2.1.31.1.1.1.15.57|66|1000 +1.3.6.1.2.1.31.1.1.1.15.58|66|1000 +1.3.6.1.2.1.31.1.1.1.15.1000|66|0 +1.3.6.1.2.1.31.1.1.1.15.1001|66|0 +1.3.6.1.2.1.31.1.1.1.15.1002|66|0 +1.3.6.1.2.1.31.1.1.1.15.1003|66|0 +1.3.6.1.2.1.31.1.1.1.15.1004|66|0 +1.3.6.1.2.1.31.1.1.1.15.1005|66|0 +1.3.6.1.2.1.31.1.1.1.15.1006|66|0 +1.3.6.1.2.1.31.1.1.1.15.1007|66|0 +1.3.6.1.2.1.31.1.1.1.15.1008|66|0 +1.3.6.1.2.1.31.1.1.1.15.1009|66|0 +1.3.6.1.2.1.31.1.1.1.15.1010|66|0 +1.3.6.1.2.1.31.1.1.1.15.1011|66|0 +1.3.6.1.2.1.31.1.1.1.15.1012|66|0 +1.3.6.1.2.1.31.1.1.1.15.1013|66|0 +1.3.6.1.2.1.31.1.1.1.15.1014|66|0 +1.3.6.1.2.1.31.1.1.1.15.1015|66|0 +1.3.6.1.2.1.31.1.1.1.15.1016|66|0 +1.3.6.1.2.1.31.1.1.1.15.1017|66|0 +1.3.6.1.2.1.31.1.1.1.15.1018|66|0 +1.3.6.1.2.1.31.1.1.1.15.1019|66|0 +1.3.6.1.2.1.31.1.1.1.15.1020|66|0 +1.3.6.1.2.1.31.1.1.1.15.1021|66|0 +1.3.6.1.2.1.31.1.1.1.15.1022|66|0 +1.3.6.1.2.1.31.1.1.1.15.1023|66|0 +1.3.6.1.2.1.31.1.1.1.15.1024|66|0 +1.3.6.1.2.1.31.1.1.1.15.1025|66|0 +1.3.6.1.2.1.31.1.1.1.15.1026|66|0 +1.3.6.1.2.1.31.1.1.1.15.1027|66|0 +1.3.6.1.2.1.31.1.1.1.15.1028|66|0 +1.3.6.1.2.1.31.1.1.1.15.1029|66|0 +1.3.6.1.2.1.31.1.1.1.15.1030|66|0 +1.3.6.1.2.1.31.1.1.1.15.1031|66|0 +1.3.6.1.2.1.31.1.1.1.15.1032|66|0 +1.3.6.1.2.1.31.1.1.1.15.1033|66|0 +1.3.6.1.2.1.31.1.1.1.15.1034|66|0 +1.3.6.1.2.1.31.1.1.1.15.1035|66|0 +1.3.6.1.2.1.31.1.1.1.15.1036|66|0 +1.3.6.1.2.1.31.1.1.1.15.1037|66|0 +1.3.6.1.2.1.31.1.1.1.15.1038|66|0 +1.3.6.1.2.1.31.1.1.1.15.1039|66|0 +1.3.6.1.2.1.31.1.1.1.15.1040|66|0 +1.3.6.1.2.1.31.1.1.1.15.1041|66|0 +1.3.6.1.2.1.31.1.1.1.15.1042|66|0 +1.3.6.1.2.1.31.1.1.1.15.1043|66|0 +1.3.6.1.2.1.31.1.1.1.15.1044|66|0 +1.3.6.1.2.1.31.1.1.1.15.1045|66|0 +1.3.6.1.2.1.31.1.1.1.15.1046|66|0 +1.3.6.1.2.1.31.1.1.1.15.1047|66|0 +1.3.6.1.2.1.31.1.1.1.15.3000|66|0 +1.3.6.1.2.1.31.1.1.1.15.3001|66|0 +1.3.6.1.2.1.31.1.1.1.15.3002|66|0 +1.3.6.1.2.1.31.1.1.1.15.3003|66|0 +1.3.6.1.2.1.31.1.1.1.15.3004|66|0 +1.3.6.1.2.1.31.1.1.1.15.3005|66|0 +1.3.6.1.2.1.31.1.1.1.15.3006|66|0 +1.3.6.1.2.1.31.1.1.1.15.3007|66|0 +1.3.6.1.2.1.31.1.1.1.15.3008|66|0 +1.3.6.1.2.1.31.1.1.1.15.3009|66|0 +1.3.6.1.2.1.31.1.1.1.15.3010|66|0 +1.3.6.1.2.1.31.1.1.1.15.3011|66|0 +1.3.6.1.2.1.31.1.1.1.15.3012|66|0 +1.3.6.1.2.1.31.1.1.1.15.3013|66|0 +1.3.6.1.2.1.31.1.1.1.15.3014|66|0 +1.3.6.1.2.1.31.1.1.1.15.3015|66|0 +1.3.6.1.2.1.31.1.1.1.15.7000|66|100 +1.3.6.1.2.1.31.1.1.1.15.7001|66|100 +1.3.6.1.2.1.31.1.1.1.15.7002|66|100 +1.3.6.1.2.1.31.1.1.1.15.7003|66|100 +1.3.6.1.2.1.31.1.1.1.15.7004|66|100 +1.3.6.1.2.1.31.1.1.1.15.7005|66|100 +1.3.6.1.2.1.31.1.1.1.15.7006|66|100 +1.3.6.1.2.1.31.1.1.1.15.7007|66|100 +1.3.6.1.2.1.31.1.1.1.15.7008|66|100 +1.3.6.1.2.1.31.1.1.1.15.7009|66|100 +1.3.6.1.2.1.31.1.1.1.15.7010|66|100 +1.3.6.1.2.1.31.1.1.1.15.7011|66|100 +1.3.6.1.2.1.31.1.1.1.15.7012|66|100 +1.3.6.1.2.1.31.1.1.1.15.7013|66|100 +1.3.6.1.2.1.31.1.1.1.15.7014|66|100 +1.3.6.1.2.1.31.1.1.1.15.7015|66|100 +1.3.6.1.2.1.31.1.1.1.15.7016|66|100 +1.3.6.1.2.1.31.1.1.1.15.7017|66|100 +1.3.6.1.2.1.31.1.1.1.15.7018|66|100 +1.3.6.1.2.1.31.1.1.1.15.7019|66|100 +1.3.6.1.2.1.31.1.1.1.15.7020|66|100 +1.3.6.1.2.1.31.1.1.1.15.7021|66|100 +1.3.6.1.2.1.31.1.1.1.15.7022|66|100 +1.3.6.1.2.1.31.1.1.1.15.7023|66|100 +1.3.6.1.2.1.31.1.1.1.15.7024|66|100 +1.3.6.1.2.1.31.1.1.1.15.7025|66|100 +1.3.6.1.2.1.31.1.1.1.15.7026|66|100 +1.3.6.1.2.1.31.1.1.1.15.7027|66|100 +1.3.6.1.2.1.31.1.1.1.15.7028|66|100 +1.3.6.1.2.1.31.1.1.1.15.7029|66|100 +1.3.6.1.2.1.31.1.1.1.15.7030|66|100 +1.3.6.1.2.1.31.1.1.1.15.7031|66|100 +1.3.6.1.2.1.31.1.1.1.15.7032|66|100 +1.3.6.1.2.1.31.1.1.1.15.7033|66|100 +1.3.6.1.2.1.31.1.1.1.15.7034|66|100 +1.3.6.1.2.1.31.1.1.1.15.7035|66|100 +1.3.6.1.2.1.31.1.1.1.15.7036|66|100 +1.3.6.1.2.1.31.1.1.1.15.7037|66|100 +1.3.6.1.2.1.31.1.1.1.15.7038|66|100 +1.3.6.1.2.1.31.1.1.1.15.7039|66|100 +1.3.6.1.2.1.31.1.1.1.15.7040|66|100 +1.3.6.1.2.1.31.1.1.1.15.7041|66|100 +1.3.6.1.2.1.31.1.1.1.15.7042|66|100 +1.3.6.1.2.1.31.1.1.1.15.7043|66|100 +1.3.6.1.2.1.31.1.1.1.15.7044|66|100 +1.3.6.1.2.1.31.1.1.1.15.7045|66|100 +1.3.6.1.2.1.31.1.1.1.15.7046|66|100 +1.3.6.1.2.1.31.1.1.1.15.7047|66|100 +1.3.6.1.2.1.31.1.1.1.15.7048|66|100 +1.3.6.1.2.1.31.1.1.1.15.7049|66|100 +1.3.6.1.2.1.31.1.1.1.15.7050|66|100 +1.3.6.1.2.1.31.1.1.1.15.7051|66|100 +1.3.6.1.2.1.31.1.1.1.15.7052|66|100 +1.3.6.1.2.1.31.1.1.1.15.7053|66|100 +1.3.6.1.2.1.31.1.1.1.15.7054|66|100 +1.3.6.1.2.1.31.1.1.1.15.7055|66|100 +1.3.6.1.2.1.31.1.1.1.15.7056|66|100 +1.3.6.1.2.1.31.1.1.1.15.7057|66|100 +1.3.6.1.2.1.31.1.1.1.15.7058|66|100 +1.3.6.1.2.1.31.1.1.1.15.7059|66|100 +1.3.6.1.2.1.31.1.1.1.15.7060|66|100 +1.3.6.1.2.1.31.1.1.1.15.7061|66|100 +1.3.6.1.2.1.31.1.1.1.15.7062|66|100 +1.3.6.1.2.1.31.1.1.1.15.7063|66|100 +1.3.6.1.2.1.31.1.1.1.15.9000|66|0 +1.3.6.1.2.1.31.1.1.1.15.20000|66|0 +1.3.6.1.2.1.31.1.1.1.15.100000|66|0 +1.3.6.1.2.1.31.1.1.1.15.100001|66|0 +1.3.6.1.2.1.31.1.1.1.15.100073|66|0 +1.3.6.1.2.1.31.1.1.1.15.100099|66|0 +1.3.6.1.2.1.31.1.1.1.15.100199|66|0 +1.3.6.1.2.1.31.1.1.1.15.100201|66|0 +1.3.6.1.2.1.31.1.1.1.15.100214|66|0 +1.3.6.1.2.1.31.1.1.1.15.100253|66|0 +1.3.6.1.2.1.31.1.1.1.15.100517|66|0 +1.3.6.1.2.1.31.1.1.1.15.100521|66|0 +1.3.6.1.2.1.31.1.1.1.15.100580|66|0 +1.3.6.1.2.1.31.1.1.1.15.101884|66|0 +1.3.6.1.2.1.31.1.1.1.16.49|2|1 +1.3.6.1.2.1.31.1.1.1.16.50|2|1 +1.3.6.1.2.1.31.1.1.1.16.51|2|1 +1.3.6.1.2.1.31.1.1.1.16.52|2|1 +1.3.6.1.2.1.31.1.1.1.16.53|2|1 +1.3.6.1.2.1.31.1.1.1.16.54|2|1 +1.3.6.1.2.1.31.1.1.1.16.55|2|1 +1.3.6.1.2.1.31.1.1.1.16.56|2|1 +1.3.6.1.2.1.31.1.1.1.16.57|2|1 +1.3.6.1.2.1.31.1.1.1.16.58|2|1 +1.3.6.1.2.1.31.1.1.1.16.1000|2|1 +1.3.6.1.2.1.31.1.1.1.16.1001|2|1 +1.3.6.1.2.1.31.1.1.1.16.1002|2|1 +1.3.6.1.2.1.31.1.1.1.16.1003|2|1 +1.3.6.1.2.1.31.1.1.1.16.1004|2|1 +1.3.6.1.2.1.31.1.1.1.16.1005|2|1 +1.3.6.1.2.1.31.1.1.1.16.1006|2|1 +1.3.6.1.2.1.31.1.1.1.16.1007|2|1 +1.3.6.1.2.1.31.1.1.1.16.1008|2|1 +1.3.6.1.2.1.31.1.1.1.16.1009|2|1 +1.3.6.1.2.1.31.1.1.1.16.1010|2|1 +1.3.6.1.2.1.31.1.1.1.16.1011|2|1 +1.3.6.1.2.1.31.1.1.1.16.1012|2|1 +1.3.6.1.2.1.31.1.1.1.16.1013|2|1 +1.3.6.1.2.1.31.1.1.1.16.1014|2|1 +1.3.6.1.2.1.31.1.1.1.16.1015|2|1 +1.3.6.1.2.1.31.1.1.1.16.1016|2|1 +1.3.6.1.2.1.31.1.1.1.16.1017|2|1 +1.3.6.1.2.1.31.1.1.1.16.1018|2|1 +1.3.6.1.2.1.31.1.1.1.16.1019|2|1 +1.3.6.1.2.1.31.1.1.1.16.1020|2|1 +1.3.6.1.2.1.31.1.1.1.16.1021|2|1 +1.3.6.1.2.1.31.1.1.1.16.1022|2|1 +1.3.6.1.2.1.31.1.1.1.16.1023|2|1 +1.3.6.1.2.1.31.1.1.1.16.1024|2|1 +1.3.6.1.2.1.31.1.1.1.16.1025|2|1 +1.3.6.1.2.1.31.1.1.1.16.1026|2|1 +1.3.6.1.2.1.31.1.1.1.16.1027|2|1 +1.3.6.1.2.1.31.1.1.1.16.1028|2|1 +1.3.6.1.2.1.31.1.1.1.16.1029|2|1 +1.3.6.1.2.1.31.1.1.1.16.1030|2|1 +1.3.6.1.2.1.31.1.1.1.16.1031|2|1 +1.3.6.1.2.1.31.1.1.1.16.1032|2|1 +1.3.6.1.2.1.31.1.1.1.16.1033|2|1 +1.3.6.1.2.1.31.1.1.1.16.1034|2|1 +1.3.6.1.2.1.31.1.1.1.16.1035|2|1 +1.3.6.1.2.1.31.1.1.1.16.1036|2|1 +1.3.6.1.2.1.31.1.1.1.16.1037|2|1 +1.3.6.1.2.1.31.1.1.1.16.1038|2|1 +1.3.6.1.2.1.31.1.1.1.16.1039|2|1 +1.3.6.1.2.1.31.1.1.1.16.1040|2|1 +1.3.6.1.2.1.31.1.1.1.16.1041|2|1 +1.3.6.1.2.1.31.1.1.1.16.1042|2|1 +1.3.6.1.2.1.31.1.1.1.16.1043|2|1 +1.3.6.1.2.1.31.1.1.1.16.1044|2|1 +1.3.6.1.2.1.31.1.1.1.16.1045|2|1 +1.3.6.1.2.1.31.1.1.1.16.1046|2|1 +1.3.6.1.2.1.31.1.1.1.16.1047|2|1 +1.3.6.1.2.1.31.1.1.1.16.3000|2|1 +1.3.6.1.2.1.31.1.1.1.16.3001|2|1 +1.3.6.1.2.1.31.1.1.1.16.3002|2|1 +1.3.6.1.2.1.31.1.1.1.16.3003|2|1 +1.3.6.1.2.1.31.1.1.1.16.3004|2|1 +1.3.6.1.2.1.31.1.1.1.16.3005|2|1 +1.3.6.1.2.1.31.1.1.1.16.3006|2|1 +1.3.6.1.2.1.31.1.1.1.16.3007|2|1 +1.3.6.1.2.1.31.1.1.1.16.3008|2|1 +1.3.6.1.2.1.31.1.1.1.16.3009|2|1 +1.3.6.1.2.1.31.1.1.1.16.3010|2|1 +1.3.6.1.2.1.31.1.1.1.16.3011|2|1 +1.3.6.1.2.1.31.1.1.1.16.3012|2|1 +1.3.6.1.2.1.31.1.1.1.16.3013|2|1 +1.3.6.1.2.1.31.1.1.1.16.3014|2|1 +1.3.6.1.2.1.31.1.1.1.16.3015|2|1 +1.3.6.1.2.1.31.1.1.1.16.7000|2|1 +1.3.6.1.2.1.31.1.1.1.16.7001|2|1 +1.3.6.1.2.1.31.1.1.1.16.7002|2|1 +1.3.6.1.2.1.31.1.1.1.16.7003|2|1 +1.3.6.1.2.1.31.1.1.1.16.7004|2|1 +1.3.6.1.2.1.31.1.1.1.16.7005|2|1 +1.3.6.1.2.1.31.1.1.1.16.7006|2|1 +1.3.6.1.2.1.31.1.1.1.16.7007|2|1 +1.3.6.1.2.1.31.1.1.1.16.7008|2|1 +1.3.6.1.2.1.31.1.1.1.16.7009|2|1 +1.3.6.1.2.1.31.1.1.1.16.7010|2|1 +1.3.6.1.2.1.31.1.1.1.16.7011|2|1 +1.3.6.1.2.1.31.1.1.1.16.7012|2|1 +1.3.6.1.2.1.31.1.1.1.16.7013|2|1 +1.3.6.1.2.1.31.1.1.1.16.7014|2|1 +1.3.6.1.2.1.31.1.1.1.16.7015|2|1 +1.3.6.1.2.1.31.1.1.1.16.7016|2|1 +1.3.6.1.2.1.31.1.1.1.16.7017|2|1 +1.3.6.1.2.1.31.1.1.1.16.7018|2|1 +1.3.6.1.2.1.31.1.1.1.16.7019|2|1 +1.3.6.1.2.1.31.1.1.1.16.7020|2|1 +1.3.6.1.2.1.31.1.1.1.16.7021|2|1 +1.3.6.1.2.1.31.1.1.1.16.7022|2|1 +1.3.6.1.2.1.31.1.1.1.16.7023|2|1 +1.3.6.1.2.1.31.1.1.1.16.7024|2|1 +1.3.6.1.2.1.31.1.1.1.16.7025|2|1 +1.3.6.1.2.1.31.1.1.1.16.7026|2|1 +1.3.6.1.2.1.31.1.1.1.16.7027|2|1 +1.3.6.1.2.1.31.1.1.1.16.7028|2|1 +1.3.6.1.2.1.31.1.1.1.16.7029|2|1 +1.3.6.1.2.1.31.1.1.1.16.7030|2|1 +1.3.6.1.2.1.31.1.1.1.16.7031|2|1 +1.3.6.1.2.1.31.1.1.1.16.7032|2|1 +1.3.6.1.2.1.31.1.1.1.16.7033|2|1 +1.3.6.1.2.1.31.1.1.1.16.7034|2|1 +1.3.6.1.2.1.31.1.1.1.16.7035|2|1 +1.3.6.1.2.1.31.1.1.1.16.7036|2|1 +1.3.6.1.2.1.31.1.1.1.16.7037|2|1 +1.3.6.1.2.1.31.1.1.1.16.7038|2|1 +1.3.6.1.2.1.31.1.1.1.16.7039|2|1 +1.3.6.1.2.1.31.1.1.1.16.7040|2|1 +1.3.6.1.2.1.31.1.1.1.16.7041|2|1 +1.3.6.1.2.1.31.1.1.1.16.7042|2|1 +1.3.6.1.2.1.31.1.1.1.16.7043|2|1 +1.3.6.1.2.1.31.1.1.1.16.7044|2|1 +1.3.6.1.2.1.31.1.1.1.16.7045|2|1 +1.3.6.1.2.1.31.1.1.1.16.7046|2|1 +1.3.6.1.2.1.31.1.1.1.16.7047|2|1 +1.3.6.1.2.1.31.1.1.1.16.7048|2|1 +1.3.6.1.2.1.31.1.1.1.16.7049|2|1 +1.3.6.1.2.1.31.1.1.1.16.7050|2|1 +1.3.6.1.2.1.31.1.1.1.16.7051|2|1 +1.3.6.1.2.1.31.1.1.1.16.7052|2|1 +1.3.6.1.2.1.31.1.1.1.16.7053|2|1 +1.3.6.1.2.1.31.1.1.1.16.7054|2|1 +1.3.6.1.2.1.31.1.1.1.16.7055|2|1 +1.3.6.1.2.1.31.1.1.1.16.7056|2|1 +1.3.6.1.2.1.31.1.1.1.16.7057|2|1 +1.3.6.1.2.1.31.1.1.1.16.7058|2|1 +1.3.6.1.2.1.31.1.1.1.16.7059|2|1 +1.3.6.1.2.1.31.1.1.1.16.7060|2|1 +1.3.6.1.2.1.31.1.1.1.16.7061|2|1 +1.3.6.1.2.1.31.1.1.1.16.7062|2|1 +1.3.6.1.2.1.31.1.1.1.16.7063|2|1 +1.3.6.1.2.1.31.1.1.1.16.9000|2|1 +1.3.6.1.2.1.31.1.1.1.16.20000|2|1 +1.3.6.1.2.1.31.1.1.1.16.100000|2|1 +1.3.6.1.2.1.31.1.1.1.16.100001|2|1 +1.3.6.1.2.1.31.1.1.1.16.100073|2|1 +1.3.6.1.2.1.31.1.1.1.16.100099|2|1 +1.3.6.1.2.1.31.1.1.1.16.100199|2|1 +1.3.6.1.2.1.31.1.1.1.16.100201|2|1 +1.3.6.1.2.1.31.1.1.1.16.100214|2|1 +1.3.6.1.2.1.31.1.1.1.16.100253|2|1 +1.3.6.1.2.1.31.1.1.1.16.100517|2|1 +1.3.6.1.2.1.31.1.1.1.16.100521|2|1 +1.3.6.1.2.1.31.1.1.1.16.100580|2|1 +1.3.6.1.2.1.31.1.1.1.16.101884|2|1 +1.3.6.1.2.1.31.1.1.1.17.49|2|1 +1.3.6.1.2.1.31.1.1.1.17.50|2|1 +1.3.6.1.2.1.31.1.1.1.17.51|2|1 +1.3.6.1.2.1.31.1.1.1.17.52|2|1 +1.3.6.1.2.1.31.1.1.1.17.53|2|1 +1.3.6.1.2.1.31.1.1.1.17.54|2|1 +1.3.6.1.2.1.31.1.1.1.17.55|2|1 +1.3.6.1.2.1.31.1.1.1.17.56|2|1 +1.3.6.1.2.1.31.1.1.1.17.57|2|1 +1.3.6.1.2.1.31.1.1.1.17.58|2|1 +1.3.6.1.2.1.31.1.1.1.17.1000|2|1 +1.3.6.1.2.1.31.1.1.1.17.1001|2|1 +1.3.6.1.2.1.31.1.1.1.17.1002|2|1 +1.3.6.1.2.1.31.1.1.1.17.1003|2|1 +1.3.6.1.2.1.31.1.1.1.17.1004|2|1 +1.3.6.1.2.1.31.1.1.1.17.1005|2|1 +1.3.6.1.2.1.31.1.1.1.17.1006|2|1 +1.3.6.1.2.1.31.1.1.1.17.1007|2|1 +1.3.6.1.2.1.31.1.1.1.17.1008|2|1 +1.3.6.1.2.1.31.1.1.1.17.1009|2|1 +1.3.6.1.2.1.31.1.1.1.17.1010|2|1 +1.3.6.1.2.1.31.1.1.1.17.1011|2|1 +1.3.6.1.2.1.31.1.1.1.17.1012|2|1 +1.3.6.1.2.1.31.1.1.1.17.1013|2|1 +1.3.6.1.2.1.31.1.1.1.17.1014|2|1 +1.3.6.1.2.1.31.1.1.1.17.1015|2|1 +1.3.6.1.2.1.31.1.1.1.17.1016|2|1 +1.3.6.1.2.1.31.1.1.1.17.1017|2|1 +1.3.6.1.2.1.31.1.1.1.17.1018|2|1 +1.3.6.1.2.1.31.1.1.1.17.1019|2|1 +1.3.6.1.2.1.31.1.1.1.17.1020|2|1 +1.3.6.1.2.1.31.1.1.1.17.1021|2|1 +1.3.6.1.2.1.31.1.1.1.17.1022|2|1 +1.3.6.1.2.1.31.1.1.1.17.1023|2|1 +1.3.6.1.2.1.31.1.1.1.17.1024|2|1 +1.3.6.1.2.1.31.1.1.1.17.1025|2|1 +1.3.6.1.2.1.31.1.1.1.17.1026|2|1 +1.3.6.1.2.1.31.1.1.1.17.1027|2|1 +1.3.6.1.2.1.31.1.1.1.17.1028|2|1 +1.3.6.1.2.1.31.1.1.1.17.1029|2|1 +1.3.6.1.2.1.31.1.1.1.17.1030|2|1 +1.3.6.1.2.1.31.1.1.1.17.1031|2|1 +1.3.6.1.2.1.31.1.1.1.17.1032|2|1 +1.3.6.1.2.1.31.1.1.1.17.1033|2|1 +1.3.6.1.2.1.31.1.1.1.17.1034|2|1 +1.3.6.1.2.1.31.1.1.1.17.1035|2|1 +1.3.6.1.2.1.31.1.1.1.17.1036|2|1 +1.3.6.1.2.1.31.1.1.1.17.1037|2|1 +1.3.6.1.2.1.31.1.1.1.17.1038|2|1 +1.3.6.1.2.1.31.1.1.1.17.1039|2|1 +1.3.6.1.2.1.31.1.1.1.17.1040|2|1 +1.3.6.1.2.1.31.1.1.1.17.1041|2|1 +1.3.6.1.2.1.31.1.1.1.17.1042|2|1 +1.3.6.1.2.1.31.1.1.1.17.1043|2|1 +1.3.6.1.2.1.31.1.1.1.17.1044|2|1 +1.3.6.1.2.1.31.1.1.1.17.1045|2|1 +1.3.6.1.2.1.31.1.1.1.17.1046|2|1 +1.3.6.1.2.1.31.1.1.1.17.1047|2|1 +1.3.6.1.2.1.31.1.1.1.17.3000|2|2 +1.3.6.1.2.1.31.1.1.1.17.3001|2|2 +1.3.6.1.2.1.31.1.1.1.17.3002|2|2 +1.3.6.1.2.1.31.1.1.1.17.3003|2|2 +1.3.6.1.2.1.31.1.1.1.17.3004|2|2 +1.3.6.1.2.1.31.1.1.1.17.3005|2|2 +1.3.6.1.2.1.31.1.1.1.17.3006|2|2 +1.3.6.1.2.1.31.1.1.1.17.3007|2|2 +1.3.6.1.2.1.31.1.1.1.17.3008|2|2 +1.3.6.1.2.1.31.1.1.1.17.3009|2|2 +1.3.6.1.2.1.31.1.1.1.17.3010|2|2 +1.3.6.1.2.1.31.1.1.1.17.3011|2|2 +1.3.6.1.2.1.31.1.1.1.17.3012|2|2 +1.3.6.1.2.1.31.1.1.1.17.3013|2|2 +1.3.6.1.2.1.31.1.1.1.17.3014|2|2 +1.3.6.1.2.1.31.1.1.1.17.3015|2|2 +1.3.6.1.2.1.31.1.1.1.17.7000|2|2 +1.3.6.1.2.1.31.1.1.1.17.7001|2|2 +1.3.6.1.2.1.31.1.1.1.17.7002|2|2 +1.3.6.1.2.1.31.1.1.1.17.7003|2|2 +1.3.6.1.2.1.31.1.1.1.17.7004|2|2 +1.3.6.1.2.1.31.1.1.1.17.7005|2|2 +1.3.6.1.2.1.31.1.1.1.17.7006|2|2 +1.3.6.1.2.1.31.1.1.1.17.7007|2|2 +1.3.6.1.2.1.31.1.1.1.17.7008|2|2 +1.3.6.1.2.1.31.1.1.1.17.7009|2|2 +1.3.6.1.2.1.31.1.1.1.17.7010|2|2 +1.3.6.1.2.1.31.1.1.1.17.7011|2|2 +1.3.6.1.2.1.31.1.1.1.17.7012|2|2 +1.3.6.1.2.1.31.1.1.1.17.7013|2|2 +1.3.6.1.2.1.31.1.1.1.17.7014|2|2 +1.3.6.1.2.1.31.1.1.1.17.7015|2|2 +1.3.6.1.2.1.31.1.1.1.17.7016|2|2 +1.3.6.1.2.1.31.1.1.1.17.7017|2|2 +1.3.6.1.2.1.31.1.1.1.17.7018|2|2 +1.3.6.1.2.1.31.1.1.1.17.7019|2|2 +1.3.6.1.2.1.31.1.1.1.17.7020|2|2 +1.3.6.1.2.1.31.1.1.1.17.7021|2|2 +1.3.6.1.2.1.31.1.1.1.17.7022|2|2 +1.3.6.1.2.1.31.1.1.1.17.7023|2|2 +1.3.6.1.2.1.31.1.1.1.17.7024|2|2 +1.3.6.1.2.1.31.1.1.1.17.7025|2|2 +1.3.6.1.2.1.31.1.1.1.17.7026|2|2 +1.3.6.1.2.1.31.1.1.1.17.7027|2|2 +1.3.6.1.2.1.31.1.1.1.17.7028|2|2 +1.3.6.1.2.1.31.1.1.1.17.7029|2|2 +1.3.6.1.2.1.31.1.1.1.17.7030|2|2 +1.3.6.1.2.1.31.1.1.1.17.7031|2|2 +1.3.6.1.2.1.31.1.1.1.17.7032|2|2 +1.3.6.1.2.1.31.1.1.1.17.7033|2|2 +1.3.6.1.2.1.31.1.1.1.17.7034|2|2 +1.3.6.1.2.1.31.1.1.1.17.7035|2|2 +1.3.6.1.2.1.31.1.1.1.17.7036|2|2 +1.3.6.1.2.1.31.1.1.1.17.7037|2|2 +1.3.6.1.2.1.31.1.1.1.17.7038|2|2 +1.3.6.1.2.1.31.1.1.1.17.7039|2|2 +1.3.6.1.2.1.31.1.1.1.17.7040|2|2 +1.3.6.1.2.1.31.1.1.1.17.7041|2|2 +1.3.6.1.2.1.31.1.1.1.17.7042|2|2 +1.3.6.1.2.1.31.1.1.1.17.7043|2|2 +1.3.6.1.2.1.31.1.1.1.17.7044|2|2 +1.3.6.1.2.1.31.1.1.1.17.7045|2|2 +1.3.6.1.2.1.31.1.1.1.17.7046|2|2 +1.3.6.1.2.1.31.1.1.1.17.7047|2|2 +1.3.6.1.2.1.31.1.1.1.17.7048|2|2 +1.3.6.1.2.1.31.1.1.1.17.7049|2|2 +1.3.6.1.2.1.31.1.1.1.17.7050|2|2 +1.3.6.1.2.1.31.1.1.1.17.7051|2|2 +1.3.6.1.2.1.31.1.1.1.17.7052|2|2 +1.3.6.1.2.1.31.1.1.1.17.7053|2|2 +1.3.6.1.2.1.31.1.1.1.17.7054|2|2 +1.3.6.1.2.1.31.1.1.1.17.7055|2|2 +1.3.6.1.2.1.31.1.1.1.17.7056|2|2 +1.3.6.1.2.1.31.1.1.1.17.7057|2|2 +1.3.6.1.2.1.31.1.1.1.17.7058|2|2 +1.3.6.1.2.1.31.1.1.1.17.7059|2|2 +1.3.6.1.2.1.31.1.1.1.17.7060|2|2 +1.3.6.1.2.1.31.1.1.1.17.7061|2|2 +1.3.6.1.2.1.31.1.1.1.17.7062|2|2 +1.3.6.1.2.1.31.1.1.1.17.7063|2|2 +1.3.6.1.2.1.31.1.1.1.17.9000|2|2 +1.3.6.1.2.1.31.1.1.1.17.20000|2|2 +1.3.6.1.2.1.31.1.1.1.17.100000|2|2 +1.3.6.1.2.1.31.1.1.1.17.100001|2|2 +1.3.6.1.2.1.31.1.1.1.17.100073|2|2 +1.3.6.1.2.1.31.1.1.1.17.100099|2|2 +1.3.6.1.2.1.31.1.1.1.17.100199|2|2 +1.3.6.1.2.1.31.1.1.1.17.100201|2|2 +1.3.6.1.2.1.31.1.1.1.17.100214|2|2 +1.3.6.1.2.1.31.1.1.1.17.100253|2|2 +1.3.6.1.2.1.31.1.1.1.17.100517|2|2 +1.3.6.1.2.1.31.1.1.1.17.100521|2|2 +1.3.6.1.2.1.31.1.1.1.17.100580|2|2 +1.3.6.1.2.1.31.1.1.1.17.101884|2|2 +1.3.6.1.2.1.31.1.1.1.18.49|4|Trunk-MKT +1.3.6.1.2.1.31.1.1.1.18.50|4|Lan-200 +1.3.6.1.2.1.31.1.1.1.18.51|4|ST-202 +1.3.6.1.2.1.31.1.1.1.18.52|4|ST-202 +1.3.6.1.2.1.31.1.1.1.18.53|4|blank +1.3.6.1.2.1.31.1.1.1.18.54|4|Trunk-NAS +1.3.6.1.2.1.31.1.1.1.18.55|4|Trunk-Mark +1.3.6.1.2.1.31.1.1.1.18.56|4|Trunk-Work +1.3.6.1.2.1.31.1.1.1.18.57|4|Trunk-DTV +1.3.6.1.2.1.31.1.1.1.18.58|4|Trunk-STcable +1.3.6.1.2.1.31.1.1.1.18.1000|4| +1.3.6.1.2.1.31.1.1.1.18.1001|4| +1.3.6.1.2.1.31.1.1.1.18.1002|4| +1.3.6.1.2.1.31.1.1.1.18.1003|4| +1.3.6.1.2.1.31.1.1.1.18.1004|4| +1.3.6.1.2.1.31.1.1.1.18.1005|4| +1.3.6.1.2.1.31.1.1.1.18.1006|4| +1.3.6.1.2.1.31.1.1.1.18.1007|4| +1.3.6.1.2.1.31.1.1.1.18.1008|4| +1.3.6.1.2.1.31.1.1.1.18.1009|4| +1.3.6.1.2.1.31.1.1.1.18.1010|4| +1.3.6.1.2.1.31.1.1.1.18.1011|4| +1.3.6.1.2.1.31.1.1.1.18.1012|4| +1.3.6.1.2.1.31.1.1.1.18.1013|4| +1.3.6.1.2.1.31.1.1.1.18.1014|4| +1.3.6.1.2.1.31.1.1.1.18.1015|4| +1.3.6.1.2.1.31.1.1.1.18.1016|4| +1.3.6.1.2.1.31.1.1.1.18.1017|4| +1.3.6.1.2.1.31.1.1.1.18.1018|4| +1.3.6.1.2.1.31.1.1.1.18.1019|4| +1.3.6.1.2.1.31.1.1.1.18.1020|4| +1.3.6.1.2.1.31.1.1.1.18.1021|4| +1.3.6.1.2.1.31.1.1.1.18.1022|4| +1.3.6.1.2.1.31.1.1.1.18.1023|4| +1.3.6.1.2.1.31.1.1.1.18.1024|4| +1.3.6.1.2.1.31.1.1.1.18.1025|4| +1.3.6.1.2.1.31.1.1.1.18.1026|4| +1.3.6.1.2.1.31.1.1.1.18.1027|4| +1.3.6.1.2.1.31.1.1.1.18.1028|4| +1.3.6.1.2.1.31.1.1.1.18.1029|4| +1.3.6.1.2.1.31.1.1.1.18.1030|4| +1.3.6.1.2.1.31.1.1.1.18.1031|4| +1.3.6.1.2.1.31.1.1.1.18.1032|4| +1.3.6.1.2.1.31.1.1.1.18.1033|4| +1.3.6.1.2.1.31.1.1.1.18.1034|4| +1.3.6.1.2.1.31.1.1.1.18.1035|4| +1.3.6.1.2.1.31.1.1.1.18.1036|4| +1.3.6.1.2.1.31.1.1.1.18.1037|4| +1.3.6.1.2.1.31.1.1.1.18.1038|4| +1.3.6.1.2.1.31.1.1.1.18.1039|4| +1.3.6.1.2.1.31.1.1.1.18.1040|4| +1.3.6.1.2.1.31.1.1.1.18.1041|4| +1.3.6.1.2.1.31.1.1.1.18.1042|4| +1.3.6.1.2.1.31.1.1.1.18.1043|4| +1.3.6.1.2.1.31.1.1.1.18.1044|4| +1.3.6.1.2.1.31.1.1.1.18.1045|4| +1.3.6.1.2.1.31.1.1.1.18.1046|4| +1.3.6.1.2.1.31.1.1.1.18.1047|4| +1.3.6.1.2.1.31.1.1.1.18.3000|4| +1.3.6.1.2.1.31.1.1.1.18.3001|4| +1.3.6.1.2.1.31.1.1.1.18.3002|4| +1.3.6.1.2.1.31.1.1.1.18.3003|4| +1.3.6.1.2.1.31.1.1.1.18.3004|4| +1.3.6.1.2.1.31.1.1.1.18.3005|4| +1.3.6.1.2.1.31.1.1.1.18.3006|4| +1.3.6.1.2.1.31.1.1.1.18.3007|4| +1.3.6.1.2.1.31.1.1.1.18.3008|4| +1.3.6.1.2.1.31.1.1.1.18.3009|4| +1.3.6.1.2.1.31.1.1.1.18.3010|4| +1.3.6.1.2.1.31.1.1.1.18.3011|4| +1.3.6.1.2.1.31.1.1.1.18.3012|4| +1.3.6.1.2.1.31.1.1.1.18.3013|4| +1.3.6.1.2.1.31.1.1.1.18.3014|4| +1.3.6.1.2.1.31.1.1.1.18.3015|4| +1.3.6.1.2.1.31.1.1.1.18.7000|4| +1.3.6.1.2.1.31.1.1.1.18.7001|4| +1.3.6.1.2.1.31.1.1.1.18.7002|4| +1.3.6.1.2.1.31.1.1.1.18.7003|4| +1.3.6.1.2.1.31.1.1.1.18.7004|4| +1.3.6.1.2.1.31.1.1.1.18.7005|4| +1.3.6.1.2.1.31.1.1.1.18.7006|4| +1.3.6.1.2.1.31.1.1.1.18.7007|4| +1.3.6.1.2.1.31.1.1.1.18.7008|4| +1.3.6.1.2.1.31.1.1.1.18.7009|4| +1.3.6.1.2.1.31.1.1.1.18.7010|4| +1.3.6.1.2.1.31.1.1.1.18.7011|4| +1.3.6.1.2.1.31.1.1.1.18.7012|4| +1.3.6.1.2.1.31.1.1.1.18.7013|4| +1.3.6.1.2.1.31.1.1.1.18.7014|4| +1.3.6.1.2.1.31.1.1.1.18.7015|4| +1.3.6.1.2.1.31.1.1.1.18.7016|4| +1.3.6.1.2.1.31.1.1.1.18.7017|4| +1.3.6.1.2.1.31.1.1.1.18.7018|4| +1.3.6.1.2.1.31.1.1.1.18.7019|4| +1.3.6.1.2.1.31.1.1.1.18.7020|4| +1.3.6.1.2.1.31.1.1.1.18.7021|4| +1.3.6.1.2.1.31.1.1.1.18.7022|4| +1.3.6.1.2.1.31.1.1.1.18.7023|4| +1.3.6.1.2.1.31.1.1.1.18.7024|4| +1.3.6.1.2.1.31.1.1.1.18.7025|4| +1.3.6.1.2.1.31.1.1.1.18.7026|4| +1.3.6.1.2.1.31.1.1.1.18.7027|4| +1.3.6.1.2.1.31.1.1.1.18.7028|4| +1.3.6.1.2.1.31.1.1.1.18.7029|4| +1.3.6.1.2.1.31.1.1.1.18.7030|4| +1.3.6.1.2.1.31.1.1.1.18.7031|4| +1.3.6.1.2.1.31.1.1.1.18.7032|4| +1.3.6.1.2.1.31.1.1.1.18.7033|4| +1.3.6.1.2.1.31.1.1.1.18.7034|4| +1.3.6.1.2.1.31.1.1.1.18.7035|4| +1.3.6.1.2.1.31.1.1.1.18.7036|4| +1.3.6.1.2.1.31.1.1.1.18.7037|4| +1.3.6.1.2.1.31.1.1.1.18.7038|4| +1.3.6.1.2.1.31.1.1.1.18.7039|4| +1.3.6.1.2.1.31.1.1.1.18.7040|4| +1.3.6.1.2.1.31.1.1.1.18.7041|4| +1.3.6.1.2.1.31.1.1.1.18.7042|4| +1.3.6.1.2.1.31.1.1.1.18.7043|4| +1.3.6.1.2.1.31.1.1.1.18.7044|4| +1.3.6.1.2.1.31.1.1.1.18.7045|4| +1.3.6.1.2.1.31.1.1.1.18.7046|4| +1.3.6.1.2.1.31.1.1.1.18.7047|4| +1.3.6.1.2.1.31.1.1.1.18.7048|4| +1.3.6.1.2.1.31.1.1.1.18.7049|4| +1.3.6.1.2.1.31.1.1.1.18.7050|4| +1.3.6.1.2.1.31.1.1.1.18.7051|4| +1.3.6.1.2.1.31.1.1.1.18.7052|4| +1.3.6.1.2.1.31.1.1.1.18.7053|4| +1.3.6.1.2.1.31.1.1.1.18.7054|4| +1.3.6.1.2.1.31.1.1.1.18.7055|4| +1.3.6.1.2.1.31.1.1.1.18.7056|4| +1.3.6.1.2.1.31.1.1.1.18.7057|4| +1.3.6.1.2.1.31.1.1.1.18.7058|4| +1.3.6.1.2.1.31.1.1.1.18.7059|4| +1.3.6.1.2.1.31.1.1.1.18.7060|4| +1.3.6.1.2.1.31.1.1.1.18.7061|4| +1.3.6.1.2.1.31.1.1.1.18.7062|4| +1.3.6.1.2.1.31.1.1.1.18.7063|4| +1.3.6.1.2.1.31.1.1.1.18.9000|4| +1.3.6.1.2.1.31.1.1.1.18.20000|4| +1.3.6.1.2.1.31.1.1.1.18.100000|4| +1.3.6.1.2.1.31.1.1.1.18.100001|4| +1.3.6.1.2.1.31.1.1.1.18.100073|4| +1.3.6.1.2.1.31.1.1.1.18.100099|4| +1.3.6.1.2.1.31.1.1.1.18.100199|4| +1.3.6.1.2.1.31.1.1.1.18.100201|4| +1.3.6.1.2.1.31.1.1.1.18.100214|4| +1.3.6.1.2.1.31.1.1.1.18.100253|4| +1.3.6.1.2.1.31.1.1.1.18.100517|4| +1.3.6.1.2.1.31.1.1.1.18.100521|4| +1.3.6.1.2.1.31.1.1.1.18.100580|4| +1.3.6.1.2.1.31.1.1.1.18.101884|4| +1.3.6.1.2.1.31.1.1.1.19.49|67|0 +1.3.6.1.2.1.31.1.1.1.19.50|67|0 +1.3.6.1.2.1.31.1.1.1.19.51|67|0 +1.3.6.1.2.1.31.1.1.1.19.52|67|0 +1.3.6.1.2.1.31.1.1.1.19.53|67|0 +1.3.6.1.2.1.31.1.1.1.19.54|67|0 +1.3.6.1.2.1.31.1.1.1.19.55|67|0 +1.3.6.1.2.1.31.1.1.1.19.56|67|0 +1.3.6.1.2.1.31.1.1.1.19.57|67|0 +1.3.6.1.2.1.31.1.1.1.19.58|67|0 +1.3.6.1.2.1.31.1.1.1.19.1000|67|0 +1.3.6.1.2.1.31.1.1.1.19.1001|67|0 +1.3.6.1.2.1.31.1.1.1.19.1002|67|0 +1.3.6.1.2.1.31.1.1.1.19.1003|67|0 +1.3.6.1.2.1.31.1.1.1.19.1004|67|0 +1.3.6.1.2.1.31.1.1.1.19.1005|67|0 +1.3.6.1.2.1.31.1.1.1.19.1006|67|0 +1.3.6.1.2.1.31.1.1.1.19.1007|67|0 +1.3.6.1.2.1.31.1.1.1.19.1008|67|0 +1.3.6.1.2.1.31.1.1.1.19.1009|67|0 +1.3.6.1.2.1.31.1.1.1.19.1010|67|0 +1.3.6.1.2.1.31.1.1.1.19.1011|67|0 +1.3.6.1.2.1.31.1.1.1.19.1012|67|0 +1.3.6.1.2.1.31.1.1.1.19.1013|67|0 +1.3.6.1.2.1.31.1.1.1.19.1014|67|0 +1.3.6.1.2.1.31.1.1.1.19.1015|67|0 +1.3.6.1.2.1.31.1.1.1.19.1016|67|0 +1.3.6.1.2.1.31.1.1.1.19.1017|67|0 +1.3.6.1.2.1.31.1.1.1.19.1018|67|0 +1.3.6.1.2.1.31.1.1.1.19.1019|67|0 +1.3.6.1.2.1.31.1.1.1.19.1020|67|0 +1.3.6.1.2.1.31.1.1.1.19.1021|67|0 +1.3.6.1.2.1.31.1.1.1.19.1022|67|0 +1.3.6.1.2.1.31.1.1.1.19.1023|67|0 +1.3.6.1.2.1.31.1.1.1.19.1024|67|0 +1.3.6.1.2.1.31.1.1.1.19.1025|67|0 +1.3.6.1.2.1.31.1.1.1.19.1026|67|0 +1.3.6.1.2.1.31.1.1.1.19.1027|67|0 +1.3.6.1.2.1.31.1.1.1.19.1028|67|0 +1.3.6.1.2.1.31.1.1.1.19.1029|67|0 +1.3.6.1.2.1.31.1.1.1.19.1030|67|0 +1.3.6.1.2.1.31.1.1.1.19.1031|67|0 +1.3.6.1.2.1.31.1.1.1.19.1032|67|0 +1.3.6.1.2.1.31.1.1.1.19.1033|67|0 +1.3.6.1.2.1.31.1.1.1.19.1034|67|0 +1.3.6.1.2.1.31.1.1.1.19.1035|67|0 +1.3.6.1.2.1.31.1.1.1.19.1036|67|0 +1.3.6.1.2.1.31.1.1.1.19.1037|67|0 +1.3.6.1.2.1.31.1.1.1.19.1038|67|0 +1.3.6.1.2.1.31.1.1.1.19.1039|67|0 +1.3.6.1.2.1.31.1.1.1.19.1040|67|0 +1.3.6.1.2.1.31.1.1.1.19.1041|67|0 +1.3.6.1.2.1.31.1.1.1.19.1042|67|0 +1.3.6.1.2.1.31.1.1.1.19.1043|67|0 +1.3.6.1.2.1.31.1.1.1.19.1044|67|0 +1.3.6.1.2.1.31.1.1.1.19.1045|67|0 +1.3.6.1.2.1.31.1.1.1.19.1046|67|0 +1.3.6.1.2.1.31.1.1.1.19.1047|67|0 +1.3.6.1.2.1.31.1.1.1.19.3000|67|0 +1.3.6.1.2.1.31.1.1.1.19.3001|67|0 +1.3.6.1.2.1.31.1.1.1.19.3002|67|0 +1.3.6.1.2.1.31.1.1.1.19.3003|67|0 +1.3.6.1.2.1.31.1.1.1.19.3004|67|0 +1.3.6.1.2.1.31.1.1.1.19.3005|67|0 +1.3.6.1.2.1.31.1.1.1.19.3006|67|0 +1.3.6.1.2.1.31.1.1.1.19.3007|67|0 +1.3.6.1.2.1.31.1.1.1.19.3008|67|0 +1.3.6.1.2.1.31.1.1.1.19.3009|67|0 +1.3.6.1.2.1.31.1.1.1.19.3010|67|0 +1.3.6.1.2.1.31.1.1.1.19.3011|67|0 +1.3.6.1.2.1.31.1.1.1.19.3012|67|0 +1.3.6.1.2.1.31.1.1.1.19.3013|67|0 +1.3.6.1.2.1.31.1.1.1.19.3014|67|0 +1.3.6.1.2.1.31.1.1.1.19.3015|67|0 +1.3.6.1.2.1.31.1.1.1.19.7000|67|0 +1.3.6.1.2.1.31.1.1.1.19.7001|67|0 +1.3.6.1.2.1.31.1.1.1.19.7002|67|0 +1.3.6.1.2.1.31.1.1.1.19.7003|67|0 +1.3.6.1.2.1.31.1.1.1.19.7004|67|0 +1.3.6.1.2.1.31.1.1.1.19.7005|67|0 +1.3.6.1.2.1.31.1.1.1.19.7006|67|0 +1.3.6.1.2.1.31.1.1.1.19.7007|67|0 +1.3.6.1.2.1.31.1.1.1.19.7008|67|0 +1.3.6.1.2.1.31.1.1.1.19.7009|67|0 +1.3.6.1.2.1.31.1.1.1.19.7010|67|0 +1.3.6.1.2.1.31.1.1.1.19.7011|67|0 +1.3.6.1.2.1.31.1.1.1.19.7012|67|0 +1.3.6.1.2.1.31.1.1.1.19.7013|67|0 +1.3.6.1.2.1.31.1.1.1.19.7014|67|0 +1.3.6.1.2.1.31.1.1.1.19.7015|67|0 +1.3.6.1.2.1.31.1.1.1.19.7016|67|0 +1.3.6.1.2.1.31.1.1.1.19.7017|67|0 +1.3.6.1.2.1.31.1.1.1.19.7018|67|0 +1.3.6.1.2.1.31.1.1.1.19.7019|67|0 +1.3.6.1.2.1.31.1.1.1.19.7020|67|0 +1.3.6.1.2.1.31.1.1.1.19.7021|67|0 +1.3.6.1.2.1.31.1.1.1.19.7022|67|0 +1.3.6.1.2.1.31.1.1.1.19.7023|67|0 +1.3.6.1.2.1.31.1.1.1.19.7024|67|0 +1.3.6.1.2.1.31.1.1.1.19.7025|67|0 +1.3.6.1.2.1.31.1.1.1.19.7026|67|0 +1.3.6.1.2.1.31.1.1.1.19.7027|67|0 +1.3.6.1.2.1.31.1.1.1.19.7028|67|0 +1.3.6.1.2.1.31.1.1.1.19.7029|67|0 +1.3.6.1.2.1.31.1.1.1.19.7030|67|0 +1.3.6.1.2.1.31.1.1.1.19.7031|67|0 +1.3.6.1.2.1.31.1.1.1.19.7032|67|0 +1.3.6.1.2.1.31.1.1.1.19.7033|67|0 +1.3.6.1.2.1.31.1.1.1.19.7034|67|0 +1.3.6.1.2.1.31.1.1.1.19.7035|67|0 +1.3.6.1.2.1.31.1.1.1.19.7036|67|0 +1.3.6.1.2.1.31.1.1.1.19.7037|67|0 +1.3.6.1.2.1.31.1.1.1.19.7038|67|0 +1.3.6.1.2.1.31.1.1.1.19.7039|67|0 +1.3.6.1.2.1.31.1.1.1.19.7040|67|0 +1.3.6.1.2.1.31.1.1.1.19.7041|67|0 +1.3.6.1.2.1.31.1.1.1.19.7042|67|0 +1.3.6.1.2.1.31.1.1.1.19.7043|67|0 +1.3.6.1.2.1.31.1.1.1.19.7044|67|0 +1.3.6.1.2.1.31.1.1.1.19.7045|67|0 +1.3.6.1.2.1.31.1.1.1.19.7046|67|0 +1.3.6.1.2.1.31.1.1.1.19.7047|67|0 +1.3.6.1.2.1.31.1.1.1.19.7048|67|0 +1.3.6.1.2.1.31.1.1.1.19.7049|67|0 +1.3.6.1.2.1.31.1.1.1.19.7050|67|0 +1.3.6.1.2.1.31.1.1.1.19.7051|67|0 +1.3.6.1.2.1.31.1.1.1.19.7052|67|0 +1.3.6.1.2.1.31.1.1.1.19.7053|67|0 +1.3.6.1.2.1.31.1.1.1.19.7054|67|0 +1.3.6.1.2.1.31.1.1.1.19.7055|67|0 +1.3.6.1.2.1.31.1.1.1.19.7056|67|0 +1.3.6.1.2.1.31.1.1.1.19.7057|67|0 +1.3.6.1.2.1.31.1.1.1.19.7058|67|0 +1.3.6.1.2.1.31.1.1.1.19.7059|67|0 +1.3.6.1.2.1.31.1.1.1.19.7060|67|0 +1.3.6.1.2.1.31.1.1.1.19.7061|67|0 +1.3.6.1.2.1.31.1.1.1.19.7062|67|0 +1.3.6.1.2.1.31.1.1.1.19.7063|67|0 +1.3.6.1.2.1.31.1.1.1.19.9000|67|0 +1.3.6.1.2.1.31.1.1.1.19.20000|67|0 +1.3.6.1.2.1.31.1.1.1.19.100000|67|0 +1.3.6.1.2.1.31.1.1.1.19.100001|67|0 +1.3.6.1.2.1.31.1.1.1.19.100073|67|0 +1.3.6.1.2.1.31.1.1.1.19.100099|67|0 +1.3.6.1.2.1.31.1.1.1.19.100199|67|0 +1.3.6.1.2.1.31.1.1.1.19.100201|67|0 +1.3.6.1.2.1.31.1.1.1.19.100214|67|0 +1.3.6.1.2.1.31.1.1.1.19.100253|67|0 +1.3.6.1.2.1.31.1.1.1.19.100517|67|0 +1.3.6.1.2.1.31.1.1.1.19.100521|67|0 +1.3.6.1.2.1.31.1.1.1.19.100580|67|0 +1.3.6.1.2.1.31.1.1.1.19.101884|67|0 +1.3.6.1.2.1.31.1.2.1.3.100000.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.157|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.158|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.159|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.160|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.161|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.162|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.163|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.164|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.165|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.166|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.265|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.266|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.267|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.268|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.269|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.270|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.271|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.272|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.273|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.274|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.373|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.374|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.375|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.376|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.377|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.378|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.379|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.380|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.381|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.382|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.481|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.482|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.483|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.484|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.485|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.486|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.487|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.488|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.489|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.490|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.589|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.590|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.591|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.592|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.593|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.594|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.595|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.596|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.597|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.598|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.697|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.698|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.699|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.700|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.701|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.702|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.703|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.704|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.705|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.706|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.805|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.806|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.807|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.808|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.809|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.810|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.811|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.812|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.813|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.814|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1001|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1002|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1003|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1004|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1005|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1006|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1007|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1008|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1009|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1010|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1011|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1012|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1013|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1014|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1015|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1016|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1017|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1018|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1019|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1020|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1021|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1022|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1023|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1024|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1025|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1026|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1027|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1028|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1029|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1030|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1031|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1032|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1033|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1034|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1035|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1036|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1037|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1038|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1039|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1040|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1041|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1042|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1043|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1044|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1045|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1046|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1047|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100073.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100073.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100201.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100201.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100201.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100201.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100214.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100214.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100517.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100517.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100521.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100521.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100580.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100580.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100580.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.101884.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.101884.58|2|1 +1.3.6.1.2.1.47.1.1.1.1.2.64|4|Stack +1.3.6.1.2.1.47.1.1.1.1.2.67108992|4|10-port 1G Managed Switch +1.3.6.1.2.1.47.1.1.1.1.2.68157952|4|Slot +1.3.6.1.2.1.47.1.1.1.1.2.68420288|4|CPU Card +1.3.6.1.2.1.47.1.1.1.1.2.68420352|4|motherboard +1.3.6.1.2.1.47.1.1.1.1.2.68420481|4|Thermal Sensor +1.3.6.1.2.1.47.1.1.1.1.2.68420736|4|System RAM +1.3.6.1.2.1.47.1.1.1.1.2.68420801|4|System NAND flash +1.3.6.1.2.1.47.1.1.1.1.2.68424640|4|CPU +1.3.6.1.2.1.47.1.1.1.1.2.68424704|4|switch processor +1.3.6.1.2.1.47.1.1.1.1.2.68424769|4|gigabitethernet1/0/2 +1.3.6.1.2.1.47.1.1.1.1.2.68424770|4|gigabitethernet1/0/1 +1.3.6.1.2.1.47.1.1.1.1.2.68424771|4|gigabitethernet1/0/4 +1.3.6.1.2.1.47.1.1.1.1.2.68424772|4|gigabitethernet1/0/3 +1.3.6.1.2.1.47.1.1.1.1.2.68424773|4|gigabitethernet1/0/6 +1.3.6.1.2.1.47.1.1.1.1.2.68424774|4|gigabitethernet1/0/5 +1.3.6.1.2.1.47.1.1.1.1.2.68424775|4|gigabitethernet1/0/8 +1.3.6.1.2.1.47.1.1.1.1.2.68424776|4|gigabitethernet1/0/7 +1.3.6.1.2.1.47.1.1.1.1.2.68424793|4|gigabitethernet1/0/10 +1.3.6.1.2.1.47.1.1.1.1.2.68424794|4|gigabitethernet1/0/9 +1.3.6.1.2.1.47.1.1.1.1.2.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.2.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.2.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.2.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.2.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.2.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.2.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.3.64|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.67108992|6|1.3.6.1.4.1.9.12.3.1.3 +1.3.6.1.2.1.47.1.1.1.1.3.68157952|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68420288|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68420352|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68420481|6|1.3.6.1.4.1.9.12.3.1.8.31 +1.3.6.1.2.1.47.1.1.1.1.3.68420736|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68420801|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68424640|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68424704|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68424769|6|1.3.6.1.4.1.9.12.3.1.10.50 +1.3.6.1.2.1.47.1.1.1.1.3.68424770|6|1.3.6.1.4.1.9.12.3.1.10.49 +1.3.6.1.2.1.47.1.1.1.1.3.68424771|6|1.3.6.1.4.1.9.12.3.1.10.52 +1.3.6.1.2.1.47.1.1.1.1.3.68424772|6|1.3.6.1.4.1.9.12.3.1.10.51 +1.3.6.1.2.1.47.1.1.1.1.3.68424773|6|1.3.6.1.4.1.9.12.3.1.10.54 +1.3.6.1.2.1.47.1.1.1.1.3.68424774|6|1.3.6.1.4.1.9.12.3.1.10.53 +1.3.6.1.2.1.47.1.1.1.1.3.68424775|6|1.3.6.1.4.1.9.12.3.1.10.56 +1.3.6.1.2.1.47.1.1.1.1.3.68424776|6|1.3.6.1.4.1.9.12.3.1.10.55 +1.3.6.1.2.1.47.1.1.1.1.3.68424793|6|1.3.6.1.4.1.9.12.3.1.10.58 +1.3.6.1.2.1.47.1.1.1.1.3.68424794|6|1.3.6.1.4.1.9.12.3.1.10.57 +1.3.6.1.2.1.47.1.1.1.1.3.134217856|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.201326720|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.268435584|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.335544448|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.402653312|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.469762176|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.536871040|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.4.64|2|0 +1.3.6.1.2.1.47.1.1.1.1.4.67108992|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.68157952|2|67108992 +1.3.6.1.2.1.47.1.1.1.1.4.68420288|2|68157952 +1.3.6.1.2.1.47.1.1.1.1.4.68420352|2|68157952 +1.3.6.1.2.1.47.1.1.1.1.4.68420481|2|68420352 +1.3.6.1.2.1.47.1.1.1.1.4.68420736|2|68420288 +1.3.6.1.2.1.47.1.1.1.1.4.68420801|2|68420288 +1.3.6.1.2.1.47.1.1.1.1.4.68424640|2|68420288 +1.3.6.1.2.1.47.1.1.1.1.4.68424704|2|68420352 +1.3.6.1.2.1.47.1.1.1.1.4.68424769|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424770|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424771|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424772|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424773|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424774|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424775|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424776|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424793|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424794|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.134217856|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.201326720|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.268435584|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.335544448|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.402653312|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.469762176|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.536871040|2|64 +1.3.6.1.2.1.47.1.1.1.1.5.64|2|11 +1.3.6.1.2.1.47.1.1.1.1.5.67108992|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.68157952|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.68420288|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.68420352|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.68420481|2|8 +1.3.6.1.2.1.47.1.1.1.1.5.68420736|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.68420801|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.68424640|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.68424704|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.68424769|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424770|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424771|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424772|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424773|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424774|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424775|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424776|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424793|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424794|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.134217856|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.201326720|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.268435584|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.335544448|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.402653312|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.469762176|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.536871040|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.64|2|-1 +1.3.6.1.2.1.47.1.1.1.1.6.67108992|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68157952|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68420288|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68420352|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68420481|2|21 +1.3.6.1.2.1.47.1.1.1.1.6.68420736|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68420801|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68424640|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68424704|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68424769|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68424770|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.68424771|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.68424772|2|4 +1.3.6.1.2.1.47.1.1.1.1.6.68424773|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.68424774|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.68424775|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.68424776|2|8 +1.3.6.1.2.1.47.1.1.1.1.6.68424793|2|25 +1.3.6.1.2.1.47.1.1.1.1.6.68424794|2|26 +1.3.6.1.2.1.47.1.1.1.1.6.134217856|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.201326720|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.268435584|2|4 +1.3.6.1.2.1.47.1.1.1.1.6.335544448|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.402653312|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.469762176|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.536871040|2|8 +1.3.6.1.2.1.47.1.1.1.1.7.64|4|Stack +1.3.6.1.2.1.47.1.1.1.1.7.67108992|4|MES2308R Stack Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.68157952|4|Slot +1.3.6.1.2.1.47.1.1.1.1.7.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.7.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.7.68420481|4|Thermal Sensor 1 +1.3.6.1.2.1.47.1.1.1.1.7.68420736|4|RAM +1.3.6.1.2.1.47.1.1.1.1.7.68420801|4|Raw NAND1 +1.3.6.1.2.1.47.1.1.1.1.7.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.7.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.7.68424769|4|gi1/0/2 +1.3.6.1.2.1.47.1.1.1.1.7.68424770|4|gi1/0/1 +1.3.6.1.2.1.47.1.1.1.1.7.68424771|4|gi1/0/4 +1.3.6.1.2.1.47.1.1.1.1.7.68424772|4|gi1/0/3 +1.3.6.1.2.1.47.1.1.1.1.7.68424773|4|gi1/0/6 +1.3.6.1.2.1.47.1.1.1.1.7.68424774|4|gi1/0/5 +1.3.6.1.2.1.47.1.1.1.1.7.68424775|4|gi1/0/8 +1.3.6.1.2.1.47.1.1.1.1.7.68424776|4|gi1/0/7 +1.3.6.1.2.1.47.1.1.1.1.7.68424793|4|gi1/0/10 +1.3.6.1.2.1.47.1.1.1.1.7.68424794|4|gi1/0/9 +1.3.6.1.2.1.47.1.1.1.1.7.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.7.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.7.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.7.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.7.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.7.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.7.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.8.64|4| +1.3.6.1.2.1.47.1.1.1.1.8.67108992|4|01.02.01 +1.3.6.1.2.1.47.1.1.1.1.8.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.8.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.8.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.8.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.8.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.8.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.8.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.8.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.9.64|4| +1.3.6.1.2.1.47.1.1.1.1.9.67108992|4|1.0.0.0 +1.3.6.1.2.1.47.1.1.1.1.9.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.9.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.9.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.9.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.9.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.9.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.9.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.9.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.10.64|4| +1.3.6.1.2.1.47.1.1.1.1.10.67108992|4|4.0.16 +1.3.6.1.2.1.47.1.1.1.1.10.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.10.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.10.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.10.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.10.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.10.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.10.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.10.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.11.64|4| +1.3.6.1.2.1.47.1.1.1.1.11.67108992|4|ES5E008277 +1.3.6.1.2.1.47.1.1.1.1.11.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.11.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.11.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.11.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.11.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.11.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.11.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.11.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.12.64|4| +1.3.6.1.2.1.47.1.1.1.1.12.67108992|4|Eltex +1.3.6.1.2.1.47.1.1.1.1.12.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.12.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.12.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.12.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.12.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.12.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.12.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.12.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.13.64|4| +1.3.6.1.2.1.47.1.1.1.1.13.67108992|4|MES2308R +1.3.6.1.2.1.47.1.1.1.1.13.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.13.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.13.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.13.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.13.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.13.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.13.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.13.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.14.64|4| +1.3.6.1.2.1.47.1.1.1.1.14.67108992|4| +1.3.6.1.2.1.47.1.1.1.1.14.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.14.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.14.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.14.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.14.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.14.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.14.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.14.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.15.64|4| +1.3.6.1.2.1.47.1.1.1.1.15.67108992|4| +1.3.6.1.2.1.47.1.1.1.1.15.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.15.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.15.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.15.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.15.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.15.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.15.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.15.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.16.64|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.67108992|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68157952|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420288|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420352|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420481|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420736|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420801|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424640|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424704|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424769|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424770|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424771|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424772|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424773|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424774|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424775|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424776|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424793|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424794|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.134217856|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.201326720|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.268435584|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.335544448|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.402653312|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.469762176|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.536871040|2|2 +1.3.6.1.2.1.47.1.3.2.1.2.68424769.0|6|1.3.6.1.2.1.2.2.1.1.50 +1.3.6.1.2.1.47.1.3.2.1.2.68424770.0|6|1.3.6.1.2.1.2.2.1.1.49 +1.3.6.1.2.1.47.1.3.2.1.2.68424771.0|6|1.3.6.1.2.1.2.2.1.1.52 +1.3.6.1.2.1.47.1.3.2.1.2.68424772.0|6|1.3.6.1.2.1.2.2.1.1.51 +1.3.6.1.2.1.47.1.3.2.1.2.68424773.0|6|1.3.6.1.2.1.2.2.1.1.54 +1.3.6.1.2.1.47.1.3.2.1.2.68424774.0|6|1.3.6.1.2.1.2.2.1.1.53 +1.3.6.1.2.1.47.1.3.2.1.2.68424775.0|6|1.3.6.1.2.1.2.2.1.1.56 +1.3.6.1.2.1.47.1.3.2.1.2.68424776.0|6|1.3.6.1.2.1.2.2.1.1.55 +1.3.6.1.2.1.47.1.3.2.1.2.68424793.0|6|1.3.6.1.2.1.2.2.1.1.58 +1.3.6.1.2.1.47.1.3.2.1.2.68424794.0|6|1.3.6.1.2.1.2.2.1.1.57 +1.3.6.1.4.1.89.1.9.0|2|19 +1.3.6.1.4.1.89.53.15.1.1.1|2|1 +1.3.6.1.4.1.89.53.15.1.2.1|2|5 +1.3.6.1.4.1.89.53.15.1.3.1|2|5 +1.3.6.1.4.1.89.53.15.1.4.1|2|5 +1.3.6.1.4.1.89.53.15.1.5.1|2|5 +1.3.6.1.4.1.89.53.15.1.6.1|2|5 +1.3.6.1.4.1.89.53.15.1.7.1|2|5 +1.3.6.1.4.1.89.53.15.1.8.1|2|5 +1.3.6.1.4.1.89.53.15.1.9.1|2|5 +1.3.6.1.4.1.89.53.15.1.10.1|2|45 +1.3.6.1.4.1.89.53.15.1.11.1|2|1 +1.3.6.1.4.1.89.53.15.1.12.1|2|80 +1.3.6.1.4.1.89.53.15.1.13.1|2|90 +1.3.6.1.4.1.89.53.15.1.14.1|67|522631000 +1.3.6.1.4.1.89.53.15.1.15.1|2|1 +1.3.6.1.4.1.89.53.15.1.16.1|2|1 +1.3.6.1.4.1.89.53.15.1.17.1|2|2 +1.3.6.1.4.1.89.83.1.1.1.2.67109249|4|fan1_unit1 +1.3.6.1.4.1.89.83.1.1.1.2.67109250|4|fan2_unit1 +1.3.6.1.4.1.89.83.1.1.1.2.67109251|4|fan3_unit1 +1.3.6.1.4.1.89.83.1.1.1.2.67109252|4|fan4_unit1 +1.3.6.1.4.1.89.83.1.1.1.3.67109249|2|5 +1.3.6.1.4.1.89.83.1.1.1.3.67109250|2|5 +1.3.6.1.4.1.89.83.1.1.1.3.67109251|2|5 +1.3.6.1.4.1.89.83.1.1.1.3.67109252|2|5 +1.3.6.1.4.1.89.90.1.2.1.3.49.4|2|54 +1.3.6.1.4.1.89.90.1.2.1.3.49.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.49.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.49.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.49.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.49.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.21|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.49.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.4|2|7 +1.3.6.1.4.1.89.90.1.2.1.3.54.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.54.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.54.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.54.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.54.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.22|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.54.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.54.24|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.55.4|2|73 +1.3.6.1.4.1.89.90.1.2.1.3.55.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.55.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.55.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.55.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.55.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.21|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.55.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.24|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.56.4|2|37 +1.3.6.1.4.1.89.90.1.2.1.3.56.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.22|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.56.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.56.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.4|2|4 +1.3.6.1.4.1.89.90.1.2.1.3.57.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.5|2|53 +1.3.6.1.4.1.89.90.1.2.1.3.58.6|2|3288700 +1.3.6.1.4.1.89.90.1.2.1.3.58.7|2|14368 +1.3.6.1.4.1.89.90.1.2.1.3.58.8|2|-5935 +1.3.6.1.4.1.89.90.1.2.1.3.58.9|2|-5826 +1.3.6.1.4.1.89.90.1.2.1.3.58.10|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.58.11|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.12|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.26|2|2 +1.3.6.1.4.1.89.90.1.2.1.3.58.27|2|-5826 +1.3.6.1.4.1.89.90.1.2.1.3.58.28|2|-5826 +1.3.6.1.4.1.89.90.1.2.1.3.58.29|2|-5817 +1.3.6.1.4.1.89.90.1.2.1.3.58.30|2|14368 +1.3.6.1.4.1.89.90.1.2.1.3.58.31|2|14368 +1.3.6.1.4.1.89.90.1.2.1.3.58.32|2|14368 +1.3.6.1.4.1.89.90.1.2.1.3.58.33|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.34|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.35|2|0 +1.3.6.1.4.1.89.96.4.0|2|464988 +1.3.6.1.4.1.89.96.5.0|2|407600 +1.3.6.1.4.1.35265.41.1.2.1.1.3.0|66|536870912 +1.3.6.1.4.1.35265.41.1.2.1.1.7.0|66|112960816 +1.3.6.1.6.3.10.2.1.3.0|2|5226285 diff --git a/tests/snmpsim/eltex-mes_mes2324b.snmprec b/tests/snmpsim/eltex-mes_mes2324b.snmprec new file mode 100644 index 000000000000..70035987925f --- /dev/null +++ b/tests/snmpsim/eltex-mes_mes2324b.snmprec @@ -0,0 +1,8991 @@ +1.0.8802.1.1.2.1.3.7.1.3.49|4|gi1/0/1 +1.0.8802.1.1.2.1.3.7.1.3.50|4|gi1/0/2 +1.0.8802.1.1.2.1.3.7.1.3.51|4|gi1/0/3 +1.0.8802.1.1.2.1.3.7.1.3.52|4|gi1/0/4 +1.0.8802.1.1.2.1.3.7.1.3.53|4|gi1/0/5 +1.0.8802.1.1.2.1.3.7.1.3.54|4|gi1/0/6 +1.0.8802.1.1.2.1.3.7.1.3.55|4|gi1/0/7 +1.0.8802.1.1.2.1.3.7.1.3.56|4|gi1/0/8 +1.0.8802.1.1.2.1.3.7.1.3.57|4|gi1/0/9 +1.0.8802.1.1.2.1.3.7.1.3.58|4|gi1/0/10 +1.0.8802.1.1.2.1.3.7.1.3.59|4|gi1/0/11 +1.0.8802.1.1.2.1.3.7.1.3.60|4|gi1/0/12 +1.0.8802.1.1.2.1.3.7.1.3.61|4|gi1/0/13 +1.0.8802.1.1.2.1.3.7.1.3.62|4|gi1/0/14 +1.0.8802.1.1.2.1.3.7.1.3.63|4|gi1/0/15 +1.0.8802.1.1.2.1.3.7.1.3.64|4|gi1/0/16 +1.0.8802.1.1.2.1.3.7.1.3.65|4|gi1/0/17 +1.0.8802.1.1.2.1.3.7.1.3.66|4|gi1/0/18 +1.0.8802.1.1.2.1.3.7.1.3.67|4|gi1/0/19 +1.0.8802.1.1.2.1.3.7.1.3.68|4|gi1/0/20 +1.0.8802.1.1.2.1.3.7.1.3.69|4|gi1/0/21 +1.0.8802.1.1.2.1.3.7.1.3.70|4|gi1/0/22 +1.0.8802.1.1.2.1.3.7.1.3.71|4|gi1/0/23 +1.0.8802.1.1.2.1.3.7.1.3.72|4|gi1/0/24 +1.0.8802.1.1.2.1.3.7.1.3.105|4|te1/0/1 +1.0.8802.1.1.2.1.3.7.1.3.106|4|te1/0/2 +1.0.8802.1.1.2.1.3.7.1.3.107|4|te1/0/3 +1.0.8802.1.1.2.1.3.7.1.3.108|4|te1/0/4 +1.0.8802.1.1.2.1.4.1.1.4.0.49.93|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.50.92|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.51.97|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.52.96|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.53.95|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.54.94|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.55.101|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.59.86|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.60.85|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.63.67|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.64.91|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.65.47|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.71.99|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.71.100|2|4 +1.0.8802.1.1.2.1.4.1.1.4.0.72.98|2|4 +1.0.8802.1.1.2.1.4.1.1.5.0.49.93|4x|74DA88682AD7 +1.0.8802.1.1.2.1.4.1.1.5.0.50.92|4x|AC84C600CBC1 +1.0.8802.1.1.2.1.4.1.1.5.0.51.97|4x|98DAC4733A62 +1.0.8802.1.1.2.1.4.1.1.5.0.52.96|4x|68FF7B3E6829 +1.0.8802.1.1.2.1.4.1.1.5.0.53.95|4x|B04E267C45CF +1.0.8802.1.1.2.1.4.1.1.5.0.54.94|4x|98DAC4733A5E +1.0.8802.1.1.2.1.4.1.1.5.0.55.101|4x|D807B65ABCD9 +1.0.8802.1.1.2.1.4.1.1.5.0.59.86|4x|8030E02E1A0C +1.0.8802.1.1.2.1.4.1.1.5.0.60.85|4x|8030E02E1A0C +1.0.8802.1.1.2.1.4.1.1.5.0.63.67|4x|1C6F654E5707 +1.0.8802.1.1.2.1.4.1.1.5.0.64.91|4x|E0D55EB559EE +1.0.8802.1.1.2.1.4.1.1.5.0.65.47|4x|003067A82FC4 +1.0.8802.1.1.2.1.4.1.1.5.0.71.99|4x|D4CA6D235536 +1.0.8802.1.1.2.1.4.1.1.5.0.71.100|4x|0264329FBC02 +1.0.8802.1.1.2.1.4.1.1.5.0.72.98|4x|D4CA6D235535 +1.0.8802.1.1.2.1.4.1.1.6.0.49.93|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.50.92|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.51.97|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.52.96|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.53.95|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.54.94|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.55.101|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.59.86|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.60.85|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.63.67|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.64.91|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.65.47|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.71.99|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.71.100|2|5 +1.0.8802.1.1.2.1.4.1.1.6.0.72.98|2|5 +1.0.8802.1.1.2.1.4.1.1.7.0.49.93|4|gigabitEthernet 1/0/28 +1.0.8802.1.1.2.1.4.1.1.7.0.50.92|4|gigabitEthernet 1/0/18 +1.0.8802.1.1.2.1.4.1.1.7.0.51.97|4|gigabitEthernet 1/0/28 +1.0.8802.1.1.2.1.4.1.1.7.0.52.96|4|FiberEthernet1/0/18 +1.0.8802.1.1.2.1.4.1.1.7.0.53.95|4|FiberEthernet1/0/18 +1.0.8802.1.1.2.1.4.1.1.7.0.54.94|4|gigabitEthernet 1/0/25 +1.0.8802.1.1.2.1.4.1.1.7.0.55.101|4|gigabitEthernet 1/0/10 +1.0.8802.1.1.2.1.4.1.1.7.0.59.86|4|eno3 +1.0.8802.1.1.2.1.4.1.1.7.0.60.85|4|eno2 +1.0.8802.1.1.2.1.4.1.1.7.0.63.67|4|eth0 +1.0.8802.1.1.2.1.4.1.1.7.0.64.91|4|eth0 +1.0.8802.1.1.2.1.4.1.1.7.0.65.47|4|eth0 +1.0.8802.1.1.2.1.4.1.1.7.0.71.99|4|BR-Switch/Bond-SW22/eth1-Bond-SW22 +1.0.8802.1.1.2.1.4.1.1.7.0.71.100|4|vlan254 +1.0.8802.1.1.2.1.4.1.1.7.0.72.98|4|BR-Switch/Bond-SW22/eth2-Bond-SW22 +1.0.8802.1.1.2.1.4.1.1.8.0.49.93|4|gigabitEthernet 1/0/28 +1.0.8802.1.1.2.1.4.1.1.8.0.50.92|4|gigabitEthernet 1/0/18 +1.0.8802.1.1.2.1.4.1.1.8.0.51.97|4|gigabitEthernet 1/0/28 +1.0.8802.1.1.2.1.4.1.1.8.0.52.96|4|FiberEthernet1/0/18 Interface +1.0.8802.1.1.2.1.4.1.1.8.0.53.95|4|FiberEthernet1/0/18 Interface +1.0.8802.1.1.2.1.4.1.1.8.0.54.94|4|gigabitEthernet 1/0/25 +1.0.8802.1.1.2.1.4.1.1.8.0.55.101|4|gigabitEthernet 1/0/10 +1.0.8802.1.1.2.1.4.1.1.8.0.59.86|4|eno3 +1.0.8802.1.1.2.1.4.1.1.8.0.60.85|4|eno2 +1.0.8802.1.1.2.1.4.1.1.8.0.63.67|4|eth0 +1.0.8802.1.1.2.1.4.1.1.8.0.64.91|4|eth0 +1.0.8802.1.1.2.1.4.1.1.8.0.65.47|4|eth0 +1.0.8802.1.1.2.1.4.1.1.8.0.71.99|4| +1.0.8802.1.1.2.1.4.1.1.8.0.71.100|4| +1.0.8802.1.1.2.1.4.1.1.8.0.72.98|4| +1.0.8802.1.1.2.1.4.1.1.9.0.49.93|4x|536F4164612D535733350000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.0.8802.1.1.2.1.4.1.1.9.0.50.92|4x|536F4164612D535732370000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.0.8802.1.1.2.1.4.1.1.9.0.51.97|4x|536F4164612D535730370000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.0.8802.1.1.2.1.4.1.1.9.0.52.96|4x|536F4164612D535731370000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020 +1.0.8802.1.1.2.1.4.1.1.9.0.53.95|4x|536F4164612D535733390000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020 +1.0.8802.1.1.2.1.4.1.1.9.0.54.94|4x|536F4164612D535732360000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.0.8802.1.1.2.1.4.1.1.9.0.55.101|4x|536F6164612D535731330000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.0.8802.1.1.2.1.4.1.1.9.0.59.86|4|ServerV +1.0.8802.1.1.2.1.4.1.1.9.0.60.85|4|ServerV +1.0.8802.1.1.2.1.4.1.1.9.0.63.67|4|ServerJ +1.0.8802.1.1.2.1.4.1.1.9.0.64.91|4|ServerB +1.0.8802.1.1.2.1.4.1.1.9.0.65.47|4|Server-NMS +1.0.8802.1.1.2.1.4.1.1.9.0.71.99|4|Soada-MKT +1.0.8802.1.1.2.1.4.1.1.9.0.71.100|4|Soada-MKT +1.0.8802.1.1.2.1.4.1.1.9.0.72.98|4|Soada-MKT +1.0.8802.1.1.2.1.4.1.1.10.0.49.93|4|JetStream 24-Port Gigabit Smart Switch with 4 SFP Slots +1.0.8802.1.1.2.1.4.1.1.10.0.50.92|4|JetStream 16-Port Gigabit Smart Switch with 2 SFP Slots +1.0.8802.1.1.2.1.4.1.1.10.0.51.97|4|JetStream 24-Port Gigabit Smart Switch with 4 SFP Slots +1.0.8802.1.1.2.1.4.1.1.10.0.52.96|4|JetStream 16-Port Gigabit Smart Switch with 2 SFP Slots +1.0.8802.1.1.2.1.4.1.1.10.0.53.95|4|JetStream 16-Port Gigabit L2 Managed Switch with 2 SFP Slots +1.0.8802.1.1.2.1.4.1.1.10.0.54.94|4|JetStream 24-Port Gigabit Smart Switch with 4 SFP Slots +1.0.8802.1.1.2.1.4.1.1.10.0.55.101|4|JetStream 8-Port Gigabit L2+ Managed Switch with 2 SFP Slots +1.0.8802.1.1.2.1.4.1.1.10.0.59.86|4|Ubuntu 18.04.5 LTS Linux 4.15.0-141-generic #145-Ubuntu SMP Wed Mar 24 18:08:07 UTC 2021 x86_64 +1.0.8802.1.1.2.1.4.1.1.10.0.60.85|4|Ubuntu 18.04.5 LTS Linux 4.15.0-141-generic #145-Ubuntu SMP Wed Mar 24 18:08:07 UTC 2021 x86_64 +1.0.8802.1.1.2.1.4.1.1.10.0.63.67|4|Linux 2.6.32-754.12.1.el6.i686 #1 SMP Tue Apr 9 15:21:44 UTC 2019 i686 +1.0.8802.1.1.2.1.4.1.1.10.0.64.91|4|Ubuntu 18.04.5 LTS Linux 4.15.0-147-generic #151-Ubuntu SMP Fri Jun 18 19:21:19 UTC 2021 x86_64 +1.0.8802.1.1.2.1.4.1.1.10.0.65.47|4|Ubuntu 20.04.2 LTS Linux 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 +1.0.8802.1.1.2.1.4.1.1.10.0.71.99|4|MikroTik RouterOS 6.47.9 (long-term) RB3011UiAS +1.0.8802.1.1.2.1.4.1.1.10.0.71.100|4|MikroTik RouterOS 6.47.9 (long-term) RB3011UiAS +1.0.8802.1.1.2.1.4.1.1.10.0.72.98|4|MikroTik RouterOS 6.47.9 (long-term) RB3011UiAS +1.0.8802.1.1.2.1.4.1.1.11.0.49.93|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.11.0.50.92|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.11.0.51.97|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.11.0.52.96|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.11.0.53.95|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.11.0.54.94|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.11.0.55.101|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.11.0.59.86|4|39 00 2 3 4 7 +1.0.8802.1.1.2.1.4.1.1.11.0.60.85|4|39 00 2 3 4 7 +1.0.8802.1.1.2.1.4.1.1.11.0.63.67|4|39 00 2 3 4 7 +1.0.8802.1.1.2.1.4.1.1.11.0.64.91|4|39 00 2 3 4 7 +1.0.8802.1.1.2.1.4.1.1.11.0.65.47|4|39 00 2 3 4 7 +1.0.8802.1.1.2.1.4.1.1.11.0.71.99|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.11.0.71.100|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.11.0.72.98|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.49.93|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.50.92|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.51.97|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.52.96|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.53.95|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.54.94|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.55.101|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.59.86|4|01 00 7 +1.0.8802.1.1.2.1.4.1.1.12.0.60.85|4|01 00 7 +1.0.8802.1.1.2.1.4.1.1.12.0.63.67|4|01 00 7 +1.0.8802.1.1.2.1.4.1.1.12.0.64.91|4|01 00 7 +1.0.8802.1.1.2.1.4.1.1.12.0.65.47|4|01 00 7 +1.0.8802.1.1.2.1.4.1.1.12.0.71.99|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.71.100|4|28 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.72.98|4|28 00 2 4 +1.0.8802.1.1.2.1.4.2.1.3.0.49.93.1.4.169.254.254.35|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.50.92.1.4.169.254.254.27|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.51.97.1.4.169.254.254.7|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.52.96.1.4.169.254.254.17|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.53.95.1.4.169.254.254.39|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.54.94.1.4.169.254.254.26|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.55.101.1.4.169.254.254.13|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.59.86.1.4.169.254.102.210|2|1 +1.0.8802.1.1.2.1.4.2.1.3.0.60.85.1.4.169.254.102.210|2|1 +1.0.8802.1.1.2.1.4.2.1.3.0.63.67.1.4.169.254.102.251|2|1 +1.0.8802.1.1.2.1.4.2.1.3.0.64.91.1.4.169.254.102.252|2|1 +1.0.8802.1.1.2.1.4.2.1.3.0.65.47.1.4.169.254.102.212|2|1 +1.0.8802.1.1.2.1.4.2.1.3.0.71.99.1.4.169.254.254.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.71.99.2.16.254.128.0.0.0.0.0.0.0.100.50.255.254.159.188.2|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.71.100.1.4.169.254.102.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.71.100.2.16.252.1.0.2.0.0.0.0.0.0.0.0.0.0.0.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.71.100.2.16.254.128.0.0.0.0.0.0.0.100.50.255.254.159.188.2|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.72.98.1.4.169.254.254.1|2|2 +1.0.8802.1.1.2.1.4.2.1.3.0.72.98.2.16.254.128.0.0.0.0.0.0.0.100.50.255.254.159.188.2|2|2 +1.3.6.1.2.1.1.1.0|4|MES2324B 28-port 1G/10G Managed Switch +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.35265.1.83 +1.3.6.1.2.1.1.3.0|67|381811300 +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.2.49|4|gigabitethernet1/0/1 +1.3.6.1.2.1.2.2.1.2.50|4|gigabitethernet1/0/2 +1.3.6.1.2.1.2.2.1.2.51|4|gigabitethernet1/0/3 +1.3.6.1.2.1.2.2.1.2.52|4|gigabitethernet1/0/4 +1.3.6.1.2.1.2.2.1.2.53|4|gigabitethernet1/0/5 +1.3.6.1.2.1.2.2.1.2.54|4|gigabitethernet1/0/6 +1.3.6.1.2.1.2.2.1.2.55|4|gigabitethernet1/0/7 +1.3.6.1.2.1.2.2.1.2.56|4|gigabitethernet1/0/8 +1.3.6.1.2.1.2.2.1.2.57|4|gigabitethernet1/0/9 +1.3.6.1.2.1.2.2.1.2.58|4|gigabitethernet1/0/10 +1.3.6.1.2.1.2.2.1.2.59|4|gigabitethernet1/0/11 +1.3.6.1.2.1.2.2.1.2.60|4|gigabitethernet1/0/12 +1.3.6.1.2.1.2.2.1.2.61|4|gigabitethernet1/0/13 +1.3.6.1.2.1.2.2.1.2.62|4|gigabitethernet1/0/14 +1.3.6.1.2.1.2.2.1.2.63|4|gigabitethernet1/0/15 +1.3.6.1.2.1.2.2.1.2.64|4|gigabitethernet1/0/16 +1.3.6.1.2.1.2.2.1.2.65|4|gigabitethernet1/0/17 +1.3.6.1.2.1.2.2.1.2.66|4|gigabitethernet1/0/18 +1.3.6.1.2.1.2.2.1.2.67|4|gigabitethernet1/0/19 +1.3.6.1.2.1.2.2.1.2.68|4|gigabitethernet1/0/20 +1.3.6.1.2.1.2.2.1.2.69|4|gigabitethernet1/0/21 +1.3.6.1.2.1.2.2.1.2.70|4|gigabitethernet1/0/22 +1.3.6.1.2.1.2.2.1.2.71|4|gigabitethernet1/0/23 +1.3.6.1.2.1.2.2.1.2.72|4|gigabitethernet1/0/24 +1.3.6.1.2.1.2.2.1.2.105|4|tengigabitethernet1/0/1 +1.3.6.1.2.1.2.2.1.2.106|4|tengigabitethernet1/0/2 +1.3.6.1.2.1.2.2.1.2.107|4|tengigabitethernet1/0/3 +1.3.6.1.2.1.2.2.1.2.108|4|tengigabitethernet1/0/4 +1.3.6.1.2.1.2.2.1.2.1000|4|Po1 +1.3.6.1.2.1.2.2.1.2.1001|4|Po2 +1.3.6.1.2.1.2.2.1.2.1002|4|Po3 +1.3.6.1.2.1.2.2.1.2.1003|4|Po4 +1.3.6.1.2.1.2.2.1.2.1004|4|Po5 +1.3.6.1.2.1.2.2.1.2.1005|4|Po6 +1.3.6.1.2.1.2.2.1.2.1006|4|Po7 +1.3.6.1.2.1.2.2.1.2.1007|4|Po8 +1.3.6.1.2.1.2.2.1.2.1008|4|Po9 +1.3.6.1.2.1.2.2.1.2.1009|4|Po10 +1.3.6.1.2.1.2.2.1.2.1010|4|Po11 +1.3.6.1.2.1.2.2.1.2.1011|4|Po12 +1.3.6.1.2.1.2.2.1.2.1012|4|Po13 +1.3.6.1.2.1.2.2.1.2.1013|4|Po14 +1.3.6.1.2.1.2.2.1.2.1014|4|Po15 +1.3.6.1.2.1.2.2.1.2.1015|4|Po16 +1.3.6.1.2.1.2.2.1.2.1016|4|Po17 +1.3.6.1.2.1.2.2.1.2.1017|4|Po18 +1.3.6.1.2.1.2.2.1.2.1018|4|Po19 +1.3.6.1.2.1.2.2.1.2.1019|4|Po20 +1.3.6.1.2.1.2.2.1.2.1020|4|Po21 +1.3.6.1.2.1.2.2.1.2.1021|4|Po22 +1.3.6.1.2.1.2.2.1.2.1022|4|Po23 +1.3.6.1.2.1.2.2.1.2.1023|4|Po24 +1.3.6.1.2.1.2.2.1.2.1024|4|Po25 +1.3.6.1.2.1.2.2.1.2.1025|4|Po26 +1.3.6.1.2.1.2.2.1.2.1026|4|Po27 +1.3.6.1.2.1.2.2.1.2.1027|4|Po28 +1.3.6.1.2.1.2.2.1.2.1028|4|Po29 +1.3.6.1.2.1.2.2.1.2.1029|4|Po30 +1.3.6.1.2.1.2.2.1.2.1030|4|Po31 +1.3.6.1.2.1.2.2.1.2.1031|4|Po32 +1.3.6.1.2.1.2.2.1.2.1032|4|Po33 +1.3.6.1.2.1.2.2.1.2.1033|4|Po34 +1.3.6.1.2.1.2.2.1.2.1034|4|Po35 +1.3.6.1.2.1.2.2.1.2.1035|4|Po36 +1.3.6.1.2.1.2.2.1.2.1036|4|Po37 +1.3.6.1.2.1.2.2.1.2.1037|4|Po38 +1.3.6.1.2.1.2.2.1.2.1038|4|Po39 +1.3.6.1.2.1.2.2.1.2.1039|4|Po40 +1.3.6.1.2.1.2.2.1.2.1040|4|Po41 +1.3.6.1.2.1.2.2.1.2.1041|4|Po42 +1.3.6.1.2.1.2.2.1.2.1042|4|Po43 +1.3.6.1.2.1.2.2.1.2.1043|4|Po44 +1.3.6.1.2.1.2.2.1.2.1044|4|Po45 +1.3.6.1.2.1.2.2.1.2.1045|4|Po46 +1.3.6.1.2.1.2.2.1.2.1046|4|Po47 +1.3.6.1.2.1.2.2.1.2.1047|4|Po48 +1.3.6.1.2.1.2.2.1.2.3000|4|tunnel1 +1.3.6.1.2.1.2.2.1.2.3001|4|tunnel2 +1.3.6.1.2.1.2.2.1.2.3002|4|tunnel3 +1.3.6.1.2.1.2.2.1.2.3003|4|tunnel4 +1.3.6.1.2.1.2.2.1.2.3004|4|tunnel5 +1.3.6.1.2.1.2.2.1.2.3005|4|tunnel6 +1.3.6.1.2.1.2.2.1.2.3006|4|tunnel7 +1.3.6.1.2.1.2.2.1.2.3007|4|tunnel8 +1.3.6.1.2.1.2.2.1.2.3008|4|tunnel9 +1.3.6.1.2.1.2.2.1.2.3009|4|tunnel10 +1.3.6.1.2.1.2.2.1.2.3010|4|tunnel11 +1.3.6.1.2.1.2.2.1.2.3011|4|tunnel12 +1.3.6.1.2.1.2.2.1.2.3012|4|tunnel13 +1.3.6.1.2.1.2.2.1.2.3013|4|tunnel14 +1.3.6.1.2.1.2.2.1.2.3014|4|tunnel15 +1.3.6.1.2.1.2.2.1.2.3015|4|tunnel16 +1.3.6.1.2.1.2.2.1.2.7000|4|loopback1 +1.3.6.1.2.1.2.2.1.2.7001|4|loopback2 +1.3.6.1.2.1.2.2.1.2.7002|4|loopback3 +1.3.6.1.2.1.2.2.1.2.7003|4|loopback4 +1.3.6.1.2.1.2.2.1.2.7004|4|loopback5 +1.3.6.1.2.1.2.2.1.2.7005|4|loopback6 +1.3.6.1.2.1.2.2.1.2.7006|4|loopback7 +1.3.6.1.2.1.2.2.1.2.7007|4|loopback8 +1.3.6.1.2.1.2.2.1.2.7008|4|loopback9 +1.3.6.1.2.1.2.2.1.2.7009|4|loopback10 +1.3.6.1.2.1.2.2.1.2.7010|4|loopback11 +1.3.6.1.2.1.2.2.1.2.7011|4|loopback12 +1.3.6.1.2.1.2.2.1.2.7012|4|loopback13 +1.3.6.1.2.1.2.2.1.2.7013|4|loopback14 +1.3.6.1.2.1.2.2.1.2.7014|4|loopback15 +1.3.6.1.2.1.2.2.1.2.7015|4|loopback16 +1.3.6.1.2.1.2.2.1.2.7016|4|loopback17 +1.3.6.1.2.1.2.2.1.2.7017|4|loopback18 +1.3.6.1.2.1.2.2.1.2.7018|4|loopback19 +1.3.6.1.2.1.2.2.1.2.7019|4|loopback20 +1.3.6.1.2.1.2.2.1.2.7020|4|loopback21 +1.3.6.1.2.1.2.2.1.2.7021|4|loopback22 +1.3.6.1.2.1.2.2.1.2.7022|4|loopback23 +1.3.6.1.2.1.2.2.1.2.7023|4|loopback24 +1.3.6.1.2.1.2.2.1.2.7024|4|loopback25 +1.3.6.1.2.1.2.2.1.2.7025|4|loopback26 +1.3.6.1.2.1.2.2.1.2.7026|4|loopback27 +1.3.6.1.2.1.2.2.1.2.7027|4|loopback28 +1.3.6.1.2.1.2.2.1.2.7028|4|loopback29 +1.3.6.1.2.1.2.2.1.2.7029|4|loopback30 +1.3.6.1.2.1.2.2.1.2.7030|4|loopback31 +1.3.6.1.2.1.2.2.1.2.7031|4|loopback32 +1.3.6.1.2.1.2.2.1.2.7032|4|loopback33 +1.3.6.1.2.1.2.2.1.2.7033|4|loopback34 +1.3.6.1.2.1.2.2.1.2.7034|4|loopback35 +1.3.6.1.2.1.2.2.1.2.7035|4|loopback36 +1.3.6.1.2.1.2.2.1.2.7036|4|loopback37 +1.3.6.1.2.1.2.2.1.2.7037|4|loopback38 +1.3.6.1.2.1.2.2.1.2.7038|4|loopback39 +1.3.6.1.2.1.2.2.1.2.7039|4|loopback40 +1.3.6.1.2.1.2.2.1.2.7040|4|loopback41 +1.3.6.1.2.1.2.2.1.2.7041|4|loopback42 +1.3.6.1.2.1.2.2.1.2.7042|4|loopback43 +1.3.6.1.2.1.2.2.1.2.7043|4|loopback44 +1.3.6.1.2.1.2.2.1.2.7044|4|loopback45 +1.3.6.1.2.1.2.2.1.2.7045|4|loopback46 +1.3.6.1.2.1.2.2.1.2.7046|4|loopback47 +1.3.6.1.2.1.2.2.1.2.7047|4|loopback48 +1.3.6.1.2.1.2.2.1.2.7048|4|loopback49 +1.3.6.1.2.1.2.2.1.2.7049|4|loopback50 +1.3.6.1.2.1.2.2.1.2.7050|4|loopback51 +1.3.6.1.2.1.2.2.1.2.7051|4|loopback52 +1.3.6.1.2.1.2.2.1.2.7052|4|loopback53 +1.3.6.1.2.1.2.2.1.2.7053|4|loopback54 +1.3.6.1.2.1.2.2.1.2.7054|4|loopback55 +1.3.6.1.2.1.2.2.1.2.7055|4|loopback56 +1.3.6.1.2.1.2.2.1.2.7056|4|loopback57 +1.3.6.1.2.1.2.2.1.2.7057|4|loopback58 +1.3.6.1.2.1.2.2.1.2.7058|4|loopback59 +1.3.6.1.2.1.2.2.1.2.7059|4|loopback60 +1.3.6.1.2.1.2.2.1.2.7060|4|loopback61 +1.3.6.1.2.1.2.2.1.2.7061|4|loopback62 +1.3.6.1.2.1.2.2.1.2.7062|4|loopback63 +1.3.6.1.2.1.2.2.1.2.7063|4|loopback64 +1.3.6.1.2.1.2.2.1.2.9000|4|stack-port +1.3.6.1.2.1.2.2.1.2.20000|4|Logical-int 1 +1.3.6.1.2.1.2.2.1.2.100000|4|1 +1.3.6.1.2.1.2.2.1.2.100001|4|2 +1.3.6.1.2.1.2.2.1.2.100018|4|19 +1.3.6.1.2.1.2.2.1.2.100019|4|20 +1.3.6.1.2.1.2.2.1.2.100038|4|39 +1.3.6.1.2.1.2.2.1.2.100039|4|40 +1.3.6.1.2.1.2.2.1.2.100098|4|99 +1.3.6.1.2.1.2.2.1.2.100099|4|100 +1.3.6.1.2.1.2.2.1.2.100199|4|200 +1.3.6.1.2.1.2.2.1.2.100253|4|254 +1.3.6.1.2.1.2.2.1.2.100999|4|1000 +1.3.6.1.2.1.2.2.1.2.102599|4|2600 +1.3.6.1.2.1.2.2.1.2.103199|4|3200 +1.3.6.1.2.1.2.2.1.3.49|2|6 +1.3.6.1.2.1.2.2.1.3.50|2|6 +1.3.6.1.2.1.2.2.1.3.51|2|6 +1.3.6.1.2.1.2.2.1.3.52|2|6 +1.3.6.1.2.1.2.2.1.3.53|2|6 +1.3.6.1.2.1.2.2.1.3.54|2|6 +1.3.6.1.2.1.2.2.1.3.55|2|6 +1.3.6.1.2.1.2.2.1.3.56|2|6 +1.3.6.1.2.1.2.2.1.3.57|2|6 +1.3.6.1.2.1.2.2.1.3.58|2|6 +1.3.6.1.2.1.2.2.1.3.59|2|6 +1.3.6.1.2.1.2.2.1.3.60|2|6 +1.3.6.1.2.1.2.2.1.3.61|2|6 +1.3.6.1.2.1.2.2.1.3.62|2|6 +1.3.6.1.2.1.2.2.1.3.63|2|6 +1.3.6.1.2.1.2.2.1.3.64|2|6 +1.3.6.1.2.1.2.2.1.3.65|2|6 +1.3.6.1.2.1.2.2.1.3.66|2|6 +1.3.6.1.2.1.2.2.1.3.67|2|6 +1.3.6.1.2.1.2.2.1.3.68|2|6 +1.3.6.1.2.1.2.2.1.3.69|2|6 +1.3.6.1.2.1.2.2.1.3.70|2|6 +1.3.6.1.2.1.2.2.1.3.71|2|6 +1.3.6.1.2.1.2.2.1.3.72|2|6 +1.3.6.1.2.1.2.2.1.3.105|2|6 +1.3.6.1.2.1.2.2.1.3.106|2|6 +1.3.6.1.2.1.2.2.1.3.107|2|6 +1.3.6.1.2.1.2.2.1.3.108|2|6 +1.3.6.1.2.1.2.2.1.3.1000|2|161 +1.3.6.1.2.1.2.2.1.3.1001|2|161 +1.3.6.1.2.1.2.2.1.3.1002|2|161 +1.3.6.1.2.1.2.2.1.3.1003|2|161 +1.3.6.1.2.1.2.2.1.3.1004|2|161 +1.3.6.1.2.1.2.2.1.3.1005|2|161 +1.3.6.1.2.1.2.2.1.3.1006|2|161 +1.3.6.1.2.1.2.2.1.3.1007|2|161 +1.3.6.1.2.1.2.2.1.3.1008|2|161 +1.3.6.1.2.1.2.2.1.3.1009|2|161 +1.3.6.1.2.1.2.2.1.3.1010|2|161 +1.3.6.1.2.1.2.2.1.3.1011|2|161 +1.3.6.1.2.1.2.2.1.3.1012|2|161 +1.3.6.1.2.1.2.2.1.3.1013|2|161 +1.3.6.1.2.1.2.2.1.3.1014|2|161 +1.3.6.1.2.1.2.2.1.3.1015|2|161 +1.3.6.1.2.1.2.2.1.3.1016|2|161 +1.3.6.1.2.1.2.2.1.3.1017|2|161 +1.3.6.1.2.1.2.2.1.3.1018|2|161 +1.3.6.1.2.1.2.2.1.3.1019|2|161 +1.3.6.1.2.1.2.2.1.3.1020|2|161 +1.3.6.1.2.1.2.2.1.3.1021|2|161 +1.3.6.1.2.1.2.2.1.3.1022|2|161 +1.3.6.1.2.1.2.2.1.3.1023|2|161 +1.3.6.1.2.1.2.2.1.3.1024|2|161 +1.3.6.1.2.1.2.2.1.3.1025|2|161 +1.3.6.1.2.1.2.2.1.3.1026|2|161 +1.3.6.1.2.1.2.2.1.3.1027|2|161 +1.3.6.1.2.1.2.2.1.3.1028|2|161 +1.3.6.1.2.1.2.2.1.3.1029|2|161 +1.3.6.1.2.1.2.2.1.3.1030|2|161 +1.3.6.1.2.1.2.2.1.3.1031|2|161 +1.3.6.1.2.1.2.2.1.3.1032|2|161 +1.3.6.1.2.1.2.2.1.3.1033|2|161 +1.3.6.1.2.1.2.2.1.3.1034|2|161 +1.3.6.1.2.1.2.2.1.3.1035|2|161 +1.3.6.1.2.1.2.2.1.3.1036|2|161 +1.3.6.1.2.1.2.2.1.3.1037|2|161 +1.3.6.1.2.1.2.2.1.3.1038|2|161 +1.3.6.1.2.1.2.2.1.3.1039|2|161 +1.3.6.1.2.1.2.2.1.3.1040|2|161 +1.3.6.1.2.1.2.2.1.3.1041|2|161 +1.3.6.1.2.1.2.2.1.3.1042|2|161 +1.3.6.1.2.1.2.2.1.3.1043|2|161 +1.3.6.1.2.1.2.2.1.3.1044|2|161 +1.3.6.1.2.1.2.2.1.3.1045|2|161 +1.3.6.1.2.1.2.2.1.3.1046|2|161 +1.3.6.1.2.1.2.2.1.3.1047|2|161 +1.3.6.1.2.1.2.2.1.3.3000|2|131 +1.3.6.1.2.1.2.2.1.3.3001|2|131 +1.3.6.1.2.1.2.2.1.3.3002|2|131 +1.3.6.1.2.1.2.2.1.3.3003|2|131 +1.3.6.1.2.1.2.2.1.3.3004|2|131 +1.3.6.1.2.1.2.2.1.3.3005|2|131 +1.3.6.1.2.1.2.2.1.3.3006|2|131 +1.3.6.1.2.1.2.2.1.3.3007|2|131 +1.3.6.1.2.1.2.2.1.3.3008|2|131 +1.3.6.1.2.1.2.2.1.3.3009|2|131 +1.3.6.1.2.1.2.2.1.3.3010|2|131 +1.3.6.1.2.1.2.2.1.3.3011|2|131 +1.3.6.1.2.1.2.2.1.3.3012|2|131 +1.3.6.1.2.1.2.2.1.3.3013|2|131 +1.3.6.1.2.1.2.2.1.3.3014|2|131 +1.3.6.1.2.1.2.2.1.3.3015|2|131 +1.3.6.1.2.1.2.2.1.3.7000|2|24 +1.3.6.1.2.1.2.2.1.3.7001|2|24 +1.3.6.1.2.1.2.2.1.3.7002|2|24 +1.3.6.1.2.1.2.2.1.3.7003|2|24 +1.3.6.1.2.1.2.2.1.3.7004|2|24 +1.3.6.1.2.1.2.2.1.3.7005|2|24 +1.3.6.1.2.1.2.2.1.3.7006|2|24 +1.3.6.1.2.1.2.2.1.3.7007|2|24 +1.3.6.1.2.1.2.2.1.3.7008|2|24 +1.3.6.1.2.1.2.2.1.3.7009|2|24 +1.3.6.1.2.1.2.2.1.3.7010|2|24 +1.3.6.1.2.1.2.2.1.3.7011|2|24 +1.3.6.1.2.1.2.2.1.3.7012|2|24 +1.3.6.1.2.1.2.2.1.3.7013|2|24 +1.3.6.1.2.1.2.2.1.3.7014|2|24 +1.3.6.1.2.1.2.2.1.3.7015|2|24 +1.3.6.1.2.1.2.2.1.3.7016|2|24 +1.3.6.1.2.1.2.2.1.3.7017|2|24 +1.3.6.1.2.1.2.2.1.3.7018|2|24 +1.3.6.1.2.1.2.2.1.3.7019|2|24 +1.3.6.1.2.1.2.2.1.3.7020|2|24 +1.3.6.1.2.1.2.2.1.3.7021|2|24 +1.3.6.1.2.1.2.2.1.3.7022|2|24 +1.3.6.1.2.1.2.2.1.3.7023|2|24 +1.3.6.1.2.1.2.2.1.3.7024|2|24 +1.3.6.1.2.1.2.2.1.3.7025|2|24 +1.3.6.1.2.1.2.2.1.3.7026|2|24 +1.3.6.1.2.1.2.2.1.3.7027|2|24 +1.3.6.1.2.1.2.2.1.3.7028|2|24 +1.3.6.1.2.1.2.2.1.3.7029|2|24 +1.3.6.1.2.1.2.2.1.3.7030|2|24 +1.3.6.1.2.1.2.2.1.3.7031|2|24 +1.3.6.1.2.1.2.2.1.3.7032|2|24 +1.3.6.1.2.1.2.2.1.3.7033|2|24 +1.3.6.1.2.1.2.2.1.3.7034|2|24 +1.3.6.1.2.1.2.2.1.3.7035|2|24 +1.3.6.1.2.1.2.2.1.3.7036|2|24 +1.3.6.1.2.1.2.2.1.3.7037|2|24 +1.3.6.1.2.1.2.2.1.3.7038|2|24 +1.3.6.1.2.1.2.2.1.3.7039|2|24 +1.3.6.1.2.1.2.2.1.3.7040|2|24 +1.3.6.1.2.1.2.2.1.3.7041|2|24 +1.3.6.1.2.1.2.2.1.3.7042|2|24 +1.3.6.1.2.1.2.2.1.3.7043|2|24 +1.3.6.1.2.1.2.2.1.3.7044|2|24 +1.3.6.1.2.1.2.2.1.3.7045|2|24 +1.3.6.1.2.1.2.2.1.3.7046|2|24 +1.3.6.1.2.1.2.2.1.3.7047|2|24 +1.3.6.1.2.1.2.2.1.3.7048|2|24 +1.3.6.1.2.1.2.2.1.3.7049|2|24 +1.3.6.1.2.1.2.2.1.3.7050|2|24 +1.3.6.1.2.1.2.2.1.3.7051|2|24 +1.3.6.1.2.1.2.2.1.3.7052|2|24 +1.3.6.1.2.1.2.2.1.3.7053|2|24 +1.3.6.1.2.1.2.2.1.3.7054|2|24 +1.3.6.1.2.1.2.2.1.3.7055|2|24 +1.3.6.1.2.1.2.2.1.3.7056|2|24 +1.3.6.1.2.1.2.2.1.3.7057|2|24 +1.3.6.1.2.1.2.2.1.3.7058|2|24 +1.3.6.1.2.1.2.2.1.3.7059|2|24 +1.3.6.1.2.1.2.2.1.3.7060|2|24 +1.3.6.1.2.1.2.2.1.3.7061|2|24 +1.3.6.1.2.1.2.2.1.3.7062|2|24 +1.3.6.1.2.1.2.2.1.3.7063|2|24 +1.3.6.1.2.1.2.2.1.3.9000|2|53 +1.3.6.1.2.1.2.2.1.3.20000|2|22 +1.3.6.1.2.1.2.2.1.3.100000|2|53 +1.3.6.1.2.1.2.2.1.3.100001|2|53 +1.3.6.1.2.1.2.2.1.3.100018|2|53 +1.3.6.1.2.1.2.2.1.3.100019|2|53 +1.3.6.1.2.1.2.2.1.3.100038|2|53 +1.3.6.1.2.1.2.2.1.3.100039|2|53 +1.3.6.1.2.1.2.2.1.3.100098|2|53 +1.3.6.1.2.1.2.2.1.3.100099|2|53 +1.3.6.1.2.1.2.2.1.3.100199|2|53 +1.3.6.1.2.1.2.2.1.3.100253|2|53 +1.3.6.1.2.1.2.2.1.3.100999|2|53 +1.3.6.1.2.1.2.2.1.3.102599|2|53 +1.3.6.1.2.1.2.2.1.3.103199|2|53 +1.3.6.1.2.1.2.2.1.4.49|2|1500 +1.3.6.1.2.1.2.2.1.4.50|2|1500 +1.3.6.1.2.1.2.2.1.4.51|2|1500 +1.3.6.1.2.1.2.2.1.4.52|2|1500 +1.3.6.1.2.1.2.2.1.4.53|2|1500 +1.3.6.1.2.1.2.2.1.4.54|2|1500 +1.3.6.1.2.1.2.2.1.4.55|2|1500 +1.3.6.1.2.1.2.2.1.4.56|2|1500 +1.3.6.1.2.1.2.2.1.4.57|2|1500 +1.3.6.1.2.1.2.2.1.4.58|2|1500 +1.3.6.1.2.1.2.2.1.4.59|2|1500 +1.3.6.1.2.1.2.2.1.4.60|2|1500 +1.3.6.1.2.1.2.2.1.4.61|2|1500 +1.3.6.1.2.1.2.2.1.4.62|2|1500 +1.3.6.1.2.1.2.2.1.4.63|2|1500 +1.3.6.1.2.1.2.2.1.4.64|2|1500 +1.3.6.1.2.1.2.2.1.4.65|2|1500 +1.3.6.1.2.1.2.2.1.4.66|2|1500 +1.3.6.1.2.1.2.2.1.4.67|2|1500 +1.3.6.1.2.1.2.2.1.4.68|2|1500 +1.3.6.1.2.1.2.2.1.4.69|2|1500 +1.3.6.1.2.1.2.2.1.4.70|2|1500 +1.3.6.1.2.1.2.2.1.4.71|2|1500 +1.3.6.1.2.1.2.2.1.4.72|2|1500 +1.3.6.1.2.1.2.2.1.4.105|2|1500 +1.3.6.1.2.1.2.2.1.4.106|2|1500 +1.3.6.1.2.1.2.2.1.4.107|2|1500 +1.3.6.1.2.1.2.2.1.4.108|2|1500 +1.3.6.1.2.1.2.2.1.4.1000|2|1500 +1.3.6.1.2.1.2.2.1.4.1001|2|1500 +1.3.6.1.2.1.2.2.1.4.1002|2|1500 +1.3.6.1.2.1.2.2.1.4.1003|2|1500 +1.3.6.1.2.1.2.2.1.4.1004|2|1500 +1.3.6.1.2.1.2.2.1.4.1005|2|1500 +1.3.6.1.2.1.2.2.1.4.1006|2|1500 +1.3.6.1.2.1.2.2.1.4.1007|2|1500 +1.3.6.1.2.1.2.2.1.4.1008|2|1500 +1.3.6.1.2.1.2.2.1.4.1009|2|1500 +1.3.6.1.2.1.2.2.1.4.1010|2|1500 +1.3.6.1.2.1.2.2.1.4.1011|2|1500 +1.3.6.1.2.1.2.2.1.4.1012|2|1500 +1.3.6.1.2.1.2.2.1.4.1013|2|1500 +1.3.6.1.2.1.2.2.1.4.1014|2|1500 +1.3.6.1.2.1.2.2.1.4.1015|2|1500 +1.3.6.1.2.1.2.2.1.4.1016|2|1500 +1.3.6.1.2.1.2.2.1.4.1017|2|1500 +1.3.6.1.2.1.2.2.1.4.1018|2|1500 +1.3.6.1.2.1.2.2.1.4.1019|2|1500 +1.3.6.1.2.1.2.2.1.4.1020|2|1500 +1.3.6.1.2.1.2.2.1.4.1021|2|1500 +1.3.6.1.2.1.2.2.1.4.1022|2|1500 +1.3.6.1.2.1.2.2.1.4.1023|2|1500 +1.3.6.1.2.1.2.2.1.4.1024|2|1500 +1.3.6.1.2.1.2.2.1.4.1025|2|1500 +1.3.6.1.2.1.2.2.1.4.1026|2|1500 +1.3.6.1.2.1.2.2.1.4.1027|2|1500 +1.3.6.1.2.1.2.2.1.4.1028|2|1500 +1.3.6.1.2.1.2.2.1.4.1029|2|1500 +1.3.6.1.2.1.2.2.1.4.1030|2|1500 +1.3.6.1.2.1.2.2.1.4.1031|2|1500 +1.3.6.1.2.1.2.2.1.4.1032|2|1500 +1.3.6.1.2.1.2.2.1.4.1033|2|1500 +1.3.6.1.2.1.2.2.1.4.1034|2|1500 +1.3.6.1.2.1.2.2.1.4.1035|2|1500 +1.3.6.1.2.1.2.2.1.4.1036|2|1500 +1.3.6.1.2.1.2.2.1.4.1037|2|1500 +1.3.6.1.2.1.2.2.1.4.1038|2|1500 +1.3.6.1.2.1.2.2.1.4.1039|2|1500 +1.3.6.1.2.1.2.2.1.4.1040|2|1500 +1.3.6.1.2.1.2.2.1.4.1041|2|1500 +1.3.6.1.2.1.2.2.1.4.1042|2|1500 +1.3.6.1.2.1.2.2.1.4.1043|2|1500 +1.3.6.1.2.1.2.2.1.4.1044|2|1500 +1.3.6.1.2.1.2.2.1.4.1045|2|1500 +1.3.6.1.2.1.2.2.1.4.1046|2|1500 +1.3.6.1.2.1.2.2.1.4.1047|2|1500 +1.3.6.1.2.1.2.2.1.4.3000|2|1500 +1.3.6.1.2.1.2.2.1.4.3001|2|1500 +1.3.6.1.2.1.2.2.1.4.3002|2|1500 +1.3.6.1.2.1.2.2.1.4.3003|2|1500 +1.3.6.1.2.1.2.2.1.4.3004|2|1500 +1.3.6.1.2.1.2.2.1.4.3005|2|1500 +1.3.6.1.2.1.2.2.1.4.3006|2|1500 +1.3.6.1.2.1.2.2.1.4.3007|2|1500 +1.3.6.1.2.1.2.2.1.4.3008|2|1500 +1.3.6.1.2.1.2.2.1.4.3009|2|1500 +1.3.6.1.2.1.2.2.1.4.3010|2|1500 +1.3.6.1.2.1.2.2.1.4.3011|2|1500 +1.3.6.1.2.1.2.2.1.4.3012|2|1500 +1.3.6.1.2.1.2.2.1.4.3013|2|1500 +1.3.6.1.2.1.2.2.1.4.3014|2|1500 +1.3.6.1.2.1.2.2.1.4.3015|2|1500 +1.3.6.1.2.1.2.2.1.4.7000|2|1500 +1.3.6.1.2.1.2.2.1.4.7001|2|1500 +1.3.6.1.2.1.2.2.1.4.7002|2|1500 +1.3.6.1.2.1.2.2.1.4.7003|2|1500 +1.3.6.1.2.1.2.2.1.4.7004|2|1500 +1.3.6.1.2.1.2.2.1.4.7005|2|1500 +1.3.6.1.2.1.2.2.1.4.7006|2|1500 +1.3.6.1.2.1.2.2.1.4.7007|2|1500 +1.3.6.1.2.1.2.2.1.4.7008|2|1500 +1.3.6.1.2.1.2.2.1.4.7009|2|1500 +1.3.6.1.2.1.2.2.1.4.7010|2|1500 +1.3.6.1.2.1.2.2.1.4.7011|2|1500 +1.3.6.1.2.1.2.2.1.4.7012|2|1500 +1.3.6.1.2.1.2.2.1.4.7013|2|1500 +1.3.6.1.2.1.2.2.1.4.7014|2|1500 +1.3.6.1.2.1.2.2.1.4.7015|2|1500 +1.3.6.1.2.1.2.2.1.4.7016|2|1500 +1.3.6.1.2.1.2.2.1.4.7017|2|1500 +1.3.6.1.2.1.2.2.1.4.7018|2|1500 +1.3.6.1.2.1.2.2.1.4.7019|2|1500 +1.3.6.1.2.1.2.2.1.4.7020|2|1500 +1.3.6.1.2.1.2.2.1.4.7021|2|1500 +1.3.6.1.2.1.2.2.1.4.7022|2|1500 +1.3.6.1.2.1.2.2.1.4.7023|2|1500 +1.3.6.1.2.1.2.2.1.4.7024|2|1500 +1.3.6.1.2.1.2.2.1.4.7025|2|1500 +1.3.6.1.2.1.2.2.1.4.7026|2|1500 +1.3.6.1.2.1.2.2.1.4.7027|2|1500 +1.3.6.1.2.1.2.2.1.4.7028|2|1500 +1.3.6.1.2.1.2.2.1.4.7029|2|1500 +1.3.6.1.2.1.2.2.1.4.7030|2|1500 +1.3.6.1.2.1.2.2.1.4.7031|2|1500 +1.3.6.1.2.1.2.2.1.4.7032|2|1500 +1.3.6.1.2.1.2.2.1.4.7033|2|1500 +1.3.6.1.2.1.2.2.1.4.7034|2|1500 +1.3.6.1.2.1.2.2.1.4.7035|2|1500 +1.3.6.1.2.1.2.2.1.4.7036|2|1500 +1.3.6.1.2.1.2.2.1.4.7037|2|1500 +1.3.6.1.2.1.2.2.1.4.7038|2|1500 +1.3.6.1.2.1.2.2.1.4.7039|2|1500 +1.3.6.1.2.1.2.2.1.4.7040|2|1500 +1.3.6.1.2.1.2.2.1.4.7041|2|1500 +1.3.6.1.2.1.2.2.1.4.7042|2|1500 +1.3.6.1.2.1.2.2.1.4.7043|2|1500 +1.3.6.1.2.1.2.2.1.4.7044|2|1500 +1.3.6.1.2.1.2.2.1.4.7045|2|1500 +1.3.6.1.2.1.2.2.1.4.7046|2|1500 +1.3.6.1.2.1.2.2.1.4.7047|2|1500 +1.3.6.1.2.1.2.2.1.4.7048|2|1500 +1.3.6.1.2.1.2.2.1.4.7049|2|1500 +1.3.6.1.2.1.2.2.1.4.7050|2|1500 +1.3.6.1.2.1.2.2.1.4.7051|2|1500 +1.3.6.1.2.1.2.2.1.4.7052|2|1500 +1.3.6.1.2.1.2.2.1.4.7053|2|1500 +1.3.6.1.2.1.2.2.1.4.7054|2|1500 +1.3.6.1.2.1.2.2.1.4.7055|2|1500 +1.3.6.1.2.1.2.2.1.4.7056|2|1500 +1.3.6.1.2.1.2.2.1.4.7057|2|1500 +1.3.6.1.2.1.2.2.1.4.7058|2|1500 +1.3.6.1.2.1.2.2.1.4.7059|2|1500 +1.3.6.1.2.1.2.2.1.4.7060|2|1500 +1.3.6.1.2.1.2.2.1.4.7061|2|1500 +1.3.6.1.2.1.2.2.1.4.7062|2|1500 +1.3.6.1.2.1.2.2.1.4.7063|2|1500 +1.3.6.1.2.1.2.2.1.4.9000|2|1500 +1.3.6.1.2.1.2.2.1.4.20000|2|1500 +1.3.6.1.2.1.2.2.1.4.100000|2|1500 +1.3.6.1.2.1.2.2.1.4.100001|2|1500 +1.3.6.1.2.1.2.2.1.4.100018|2|1500 +1.3.6.1.2.1.2.2.1.4.100019|2|1500 +1.3.6.1.2.1.2.2.1.4.100038|2|1500 +1.3.6.1.2.1.2.2.1.4.100039|2|1500 +1.3.6.1.2.1.2.2.1.4.100098|2|1500 +1.3.6.1.2.1.2.2.1.4.100099|2|1500 +1.3.6.1.2.1.2.2.1.4.100199|2|1500 +1.3.6.1.2.1.2.2.1.4.100253|2|1500 +1.3.6.1.2.1.2.2.1.4.100999|2|1500 +1.3.6.1.2.1.2.2.1.4.102599|2|1500 +1.3.6.1.2.1.2.2.1.4.103199|2|1500 +1.3.6.1.2.1.2.2.1.6.49|4x|E828C126B9C1 +1.3.6.1.2.1.2.2.1.6.50|4x|E828C126B9C2 +1.3.6.1.2.1.2.2.1.6.51|4x|E828C126B9C3 +1.3.6.1.2.1.2.2.1.6.52|4x|E828C126B9C4 +1.3.6.1.2.1.2.2.1.6.53|4x|E828C126B9C5 +1.3.6.1.2.1.2.2.1.6.54|4x|E828C126B9C6 +1.3.6.1.2.1.2.2.1.6.55|4x|E828C126B9C7 +1.3.6.1.2.1.2.2.1.6.56|4x|E828C126B9C8 +1.3.6.1.2.1.2.2.1.6.57|4x|E828C126B9C9 +1.3.6.1.2.1.2.2.1.6.58|4x|E828C126B9CA +1.3.6.1.2.1.2.2.1.6.59|4x|E828C126B9CB +1.3.6.1.2.1.2.2.1.6.60|4x|E828C126B9CC +1.3.6.1.2.1.2.2.1.6.61|4x|E828C126B9CD +1.3.6.1.2.1.2.2.1.6.62|4x|E828C126B9CE +1.3.6.1.2.1.2.2.1.6.63|4x|E828C126B9CF +1.3.6.1.2.1.2.2.1.6.64|4x|E828C126B9D0 +1.3.6.1.2.1.2.2.1.6.65|4x|E828C126B9D1 +1.3.6.1.2.1.2.2.1.6.66|4x|E828C126B9D2 +1.3.6.1.2.1.2.2.1.6.67|4x|E828C126B9D3 +1.3.6.1.2.1.2.2.1.6.68|4x|E828C126B9D4 +1.3.6.1.2.1.2.2.1.6.69|4x|E828C126B9D5 +1.3.6.1.2.1.2.2.1.6.70|4x|E828C126B9D6 +1.3.6.1.2.1.2.2.1.6.71|4x|E828C126B9D7 +1.3.6.1.2.1.2.2.1.6.72|4x|E828C126B9D8 +1.3.6.1.2.1.2.2.1.6.105|4x|E828C126B9D9 +1.3.6.1.2.1.2.2.1.6.106|4x|E828C126B9DA +1.3.6.1.2.1.2.2.1.6.107|4x|E828C126B9DB +1.3.6.1.2.1.2.2.1.6.108|4x|E828C126B9DC +1.3.6.1.2.1.2.2.1.6.1000|4x|E828C126B9C1 +1.3.6.1.2.1.2.2.1.6.1001|4x|E828C126B9C1 +1.3.6.1.2.1.2.2.1.6.1002|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1003|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1004|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1005|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1006|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1007|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1008|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1009|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1010|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1011|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1012|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1013|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1014|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1015|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1016|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1017|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1018|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1019|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1020|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1021|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1022|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1023|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1024|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1025|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1026|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1027|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1028|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1029|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1030|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1031|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1032|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1033|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1034|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1035|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1036|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1037|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1038|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1039|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1040|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1041|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1042|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1043|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1044|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1045|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1046|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.1047|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3000|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3001|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3002|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3003|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3004|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3005|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3006|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3007|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3008|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3009|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3010|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3011|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3012|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3013|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3014|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.3015|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7000|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7001|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7002|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7003|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7004|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7005|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7006|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7007|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7008|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7009|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7010|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7011|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7012|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7013|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7014|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7015|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7016|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7017|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7018|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7019|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7020|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7021|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7022|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7023|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7024|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7025|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7026|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7027|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7028|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7029|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7030|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7031|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7032|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7033|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7034|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7035|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7036|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7037|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7038|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7039|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7040|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7041|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7042|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7043|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7044|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7045|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7046|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7047|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7048|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7049|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7050|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7051|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7052|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7053|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7054|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7055|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7056|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7057|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7058|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7059|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7060|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7061|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7062|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.7063|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.9000|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.20000|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100000|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100001|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100018|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100019|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100038|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100039|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100098|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100099|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100199|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100253|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.100999|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.102599|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.6.103199|4x|E828C126B9C0 +1.3.6.1.2.1.2.2.1.7.49|2|1 +1.3.6.1.2.1.2.2.1.7.50|2|1 +1.3.6.1.2.1.2.2.1.7.51|2|1 +1.3.6.1.2.1.2.2.1.7.52|2|1 +1.3.6.1.2.1.2.2.1.7.53|2|1 +1.3.6.1.2.1.2.2.1.7.54|2|1 +1.3.6.1.2.1.2.2.1.7.55|2|1 +1.3.6.1.2.1.2.2.1.7.56|2|1 +1.3.6.1.2.1.2.2.1.7.57|2|1 +1.3.6.1.2.1.2.2.1.7.58|2|1 +1.3.6.1.2.1.2.2.1.7.59|2|1 +1.3.6.1.2.1.2.2.1.7.60|2|1 +1.3.6.1.2.1.2.2.1.7.61|2|1 +1.3.6.1.2.1.2.2.1.7.62|2|1 +1.3.6.1.2.1.2.2.1.7.63|2|1 +1.3.6.1.2.1.2.2.1.7.64|2|1 +1.3.6.1.2.1.2.2.1.7.65|2|1 +1.3.6.1.2.1.2.2.1.7.66|2|2 +1.3.6.1.2.1.2.2.1.7.67|2|2 +1.3.6.1.2.1.2.2.1.7.68|2|1 +1.3.6.1.2.1.2.2.1.7.69|2|1 +1.3.6.1.2.1.2.2.1.7.70|2|2 +1.3.6.1.2.1.2.2.1.7.71|2|1 +1.3.6.1.2.1.2.2.1.7.72|2|1 +1.3.6.1.2.1.2.2.1.7.105|2|1 +1.3.6.1.2.1.2.2.1.7.106|2|2 +1.3.6.1.2.1.2.2.1.7.107|2|2 +1.3.6.1.2.1.2.2.1.7.108|2|2 +1.3.6.1.2.1.2.2.1.7.1000|2|1 +1.3.6.1.2.1.2.2.1.7.1001|2|1 +1.3.6.1.2.1.2.2.1.7.1002|2|1 +1.3.6.1.2.1.2.2.1.7.1003|2|1 +1.3.6.1.2.1.2.2.1.7.1004|2|1 +1.3.6.1.2.1.2.2.1.7.1005|2|1 +1.3.6.1.2.1.2.2.1.7.1006|2|1 +1.3.6.1.2.1.2.2.1.7.1007|2|1 +1.3.6.1.2.1.2.2.1.7.1008|2|1 +1.3.6.1.2.1.2.2.1.7.1009|2|1 +1.3.6.1.2.1.2.2.1.7.1010|2|1 +1.3.6.1.2.1.2.2.1.7.1011|2|1 +1.3.6.1.2.1.2.2.1.7.1012|2|1 +1.3.6.1.2.1.2.2.1.7.1013|2|1 +1.3.6.1.2.1.2.2.1.7.1014|2|1 +1.3.6.1.2.1.2.2.1.7.1015|2|1 +1.3.6.1.2.1.2.2.1.7.1016|2|1 +1.3.6.1.2.1.2.2.1.7.1017|2|1 +1.3.6.1.2.1.2.2.1.7.1018|2|1 +1.3.6.1.2.1.2.2.1.7.1019|2|1 +1.3.6.1.2.1.2.2.1.7.1020|2|1 +1.3.6.1.2.1.2.2.1.7.1021|2|1 +1.3.6.1.2.1.2.2.1.7.1022|2|1 +1.3.6.1.2.1.2.2.1.7.1023|2|1 +1.3.6.1.2.1.2.2.1.7.1024|2|1 +1.3.6.1.2.1.2.2.1.7.1025|2|1 +1.3.6.1.2.1.2.2.1.7.1026|2|1 +1.3.6.1.2.1.2.2.1.7.1027|2|1 +1.3.6.1.2.1.2.2.1.7.1028|2|1 +1.3.6.1.2.1.2.2.1.7.1029|2|1 +1.3.6.1.2.1.2.2.1.7.1030|2|1 +1.3.6.1.2.1.2.2.1.7.1031|2|1 +1.3.6.1.2.1.2.2.1.7.1032|2|1 +1.3.6.1.2.1.2.2.1.7.1033|2|1 +1.3.6.1.2.1.2.2.1.7.1034|2|1 +1.3.6.1.2.1.2.2.1.7.1035|2|1 +1.3.6.1.2.1.2.2.1.7.1036|2|1 +1.3.6.1.2.1.2.2.1.7.1037|2|1 +1.3.6.1.2.1.2.2.1.7.1038|2|1 +1.3.6.1.2.1.2.2.1.7.1039|2|1 +1.3.6.1.2.1.2.2.1.7.1040|2|1 +1.3.6.1.2.1.2.2.1.7.1041|2|1 +1.3.6.1.2.1.2.2.1.7.1042|2|1 +1.3.6.1.2.1.2.2.1.7.1043|2|1 +1.3.6.1.2.1.2.2.1.7.1044|2|1 +1.3.6.1.2.1.2.2.1.7.1045|2|1 +1.3.6.1.2.1.2.2.1.7.1046|2|1 +1.3.6.1.2.1.2.2.1.7.1047|2|1 +1.3.6.1.2.1.2.2.1.7.3000|2|1 +1.3.6.1.2.1.2.2.1.7.3001|2|1 +1.3.6.1.2.1.2.2.1.7.3002|2|1 +1.3.6.1.2.1.2.2.1.7.3003|2|1 +1.3.6.1.2.1.2.2.1.7.3004|2|1 +1.3.6.1.2.1.2.2.1.7.3005|2|1 +1.3.6.1.2.1.2.2.1.7.3006|2|1 +1.3.6.1.2.1.2.2.1.7.3007|2|1 +1.3.6.1.2.1.2.2.1.7.3008|2|1 +1.3.6.1.2.1.2.2.1.7.3009|2|1 +1.3.6.1.2.1.2.2.1.7.3010|2|1 +1.3.6.1.2.1.2.2.1.7.3011|2|1 +1.3.6.1.2.1.2.2.1.7.3012|2|1 +1.3.6.1.2.1.2.2.1.7.3013|2|1 +1.3.6.1.2.1.2.2.1.7.3014|2|1 +1.3.6.1.2.1.2.2.1.7.3015|2|1 +1.3.6.1.2.1.2.2.1.7.7000|2|1 +1.3.6.1.2.1.2.2.1.7.7001|2|1 +1.3.6.1.2.1.2.2.1.7.7002|2|1 +1.3.6.1.2.1.2.2.1.7.7003|2|1 +1.3.6.1.2.1.2.2.1.7.7004|2|1 +1.3.6.1.2.1.2.2.1.7.7005|2|1 +1.3.6.1.2.1.2.2.1.7.7006|2|1 +1.3.6.1.2.1.2.2.1.7.7007|2|1 +1.3.6.1.2.1.2.2.1.7.7008|2|1 +1.3.6.1.2.1.2.2.1.7.7009|2|1 +1.3.6.1.2.1.2.2.1.7.7010|2|1 +1.3.6.1.2.1.2.2.1.7.7011|2|1 +1.3.6.1.2.1.2.2.1.7.7012|2|1 +1.3.6.1.2.1.2.2.1.7.7013|2|1 +1.3.6.1.2.1.2.2.1.7.7014|2|1 +1.3.6.1.2.1.2.2.1.7.7015|2|1 +1.3.6.1.2.1.2.2.1.7.7016|2|1 +1.3.6.1.2.1.2.2.1.7.7017|2|1 +1.3.6.1.2.1.2.2.1.7.7018|2|1 +1.3.6.1.2.1.2.2.1.7.7019|2|1 +1.3.6.1.2.1.2.2.1.7.7020|2|1 +1.3.6.1.2.1.2.2.1.7.7021|2|1 +1.3.6.1.2.1.2.2.1.7.7022|2|1 +1.3.6.1.2.1.2.2.1.7.7023|2|1 +1.3.6.1.2.1.2.2.1.7.7024|2|1 +1.3.6.1.2.1.2.2.1.7.7025|2|1 +1.3.6.1.2.1.2.2.1.7.7026|2|1 +1.3.6.1.2.1.2.2.1.7.7027|2|1 +1.3.6.1.2.1.2.2.1.7.7028|2|1 +1.3.6.1.2.1.2.2.1.7.7029|2|1 +1.3.6.1.2.1.2.2.1.7.7030|2|1 +1.3.6.1.2.1.2.2.1.7.7031|2|1 +1.3.6.1.2.1.2.2.1.7.7032|2|1 +1.3.6.1.2.1.2.2.1.7.7033|2|1 +1.3.6.1.2.1.2.2.1.7.7034|2|1 +1.3.6.1.2.1.2.2.1.7.7035|2|1 +1.3.6.1.2.1.2.2.1.7.7036|2|1 +1.3.6.1.2.1.2.2.1.7.7037|2|1 +1.3.6.1.2.1.2.2.1.7.7038|2|1 +1.3.6.1.2.1.2.2.1.7.7039|2|1 +1.3.6.1.2.1.2.2.1.7.7040|2|1 +1.3.6.1.2.1.2.2.1.7.7041|2|1 +1.3.6.1.2.1.2.2.1.7.7042|2|1 +1.3.6.1.2.1.2.2.1.7.7043|2|1 +1.3.6.1.2.1.2.2.1.7.7044|2|1 +1.3.6.1.2.1.2.2.1.7.7045|2|1 +1.3.6.1.2.1.2.2.1.7.7046|2|1 +1.3.6.1.2.1.2.2.1.7.7047|2|1 +1.3.6.1.2.1.2.2.1.7.7048|2|1 +1.3.6.1.2.1.2.2.1.7.7049|2|1 +1.3.6.1.2.1.2.2.1.7.7050|2|1 +1.3.6.1.2.1.2.2.1.7.7051|2|1 +1.3.6.1.2.1.2.2.1.7.7052|2|1 +1.3.6.1.2.1.2.2.1.7.7053|2|1 +1.3.6.1.2.1.2.2.1.7.7054|2|1 +1.3.6.1.2.1.2.2.1.7.7055|2|1 +1.3.6.1.2.1.2.2.1.7.7056|2|1 +1.3.6.1.2.1.2.2.1.7.7057|2|1 +1.3.6.1.2.1.2.2.1.7.7058|2|1 +1.3.6.1.2.1.2.2.1.7.7059|2|1 +1.3.6.1.2.1.2.2.1.7.7060|2|1 +1.3.6.1.2.1.2.2.1.7.7061|2|1 +1.3.6.1.2.1.2.2.1.7.7062|2|1 +1.3.6.1.2.1.2.2.1.7.7063|2|1 +1.3.6.1.2.1.2.2.1.7.9000|2|1 +1.3.6.1.2.1.2.2.1.7.20000|2|1 +1.3.6.1.2.1.2.2.1.7.100000|2|1 +1.3.6.1.2.1.2.2.1.7.100001|2|1 +1.3.6.1.2.1.2.2.1.7.100018|2|1 +1.3.6.1.2.1.2.2.1.7.100019|2|1 +1.3.6.1.2.1.2.2.1.7.100038|2|1 +1.3.6.1.2.1.2.2.1.7.100039|2|1 +1.3.6.1.2.1.2.2.1.7.100098|2|1 +1.3.6.1.2.1.2.2.1.7.100099|2|1 +1.3.6.1.2.1.2.2.1.7.100199|2|1 +1.3.6.1.2.1.2.2.1.7.100253|2|1 +1.3.6.1.2.1.2.2.1.7.100999|2|1 +1.3.6.1.2.1.2.2.1.7.102599|2|1 +1.3.6.1.2.1.2.2.1.7.103199|2|1 +1.3.6.1.2.1.2.2.1.8.49|2|1 +1.3.6.1.2.1.2.2.1.8.50|2|1 +1.3.6.1.2.1.2.2.1.8.51|2|1 +1.3.6.1.2.1.2.2.1.8.52|2|1 +1.3.6.1.2.1.2.2.1.8.53|2|1 +1.3.6.1.2.1.2.2.1.8.54|2|1 +1.3.6.1.2.1.2.2.1.8.55|2|1 +1.3.6.1.2.1.2.2.1.8.56|2|1 +1.3.6.1.2.1.2.2.1.8.57|2|1 +1.3.6.1.2.1.2.2.1.8.58|2|1 +1.3.6.1.2.1.2.2.1.8.59|2|1 +1.3.6.1.2.1.2.2.1.8.60|2|1 +1.3.6.1.2.1.2.2.1.8.61|2|1 +1.3.6.1.2.1.2.2.1.8.62|2|1 +1.3.6.1.2.1.2.2.1.8.63|2|1 +1.3.6.1.2.1.2.2.1.8.64|2|1 +1.3.6.1.2.1.2.2.1.8.65|2|1 +1.3.6.1.2.1.2.2.1.8.66|2|2 +1.3.6.1.2.1.2.2.1.8.67|2|2 +1.3.6.1.2.1.2.2.1.8.68|2|1 +1.3.6.1.2.1.2.2.1.8.69|2|1 +1.3.6.1.2.1.2.2.1.8.70|2|2 +1.3.6.1.2.1.2.2.1.8.71|2|1 +1.3.6.1.2.1.2.2.1.8.72|2|1 +1.3.6.1.2.1.2.2.1.8.105|2|1 +1.3.6.1.2.1.2.2.1.8.106|2|2 +1.3.6.1.2.1.2.2.1.8.107|2|2 +1.3.6.1.2.1.2.2.1.8.108|2|2 +1.3.6.1.2.1.2.2.1.8.1000|2|1 +1.3.6.1.2.1.2.2.1.8.1001|2|1 +1.3.6.1.2.1.2.2.1.8.1002|2|6 +1.3.6.1.2.1.2.2.1.8.1003|2|6 +1.3.6.1.2.1.2.2.1.8.1004|2|6 +1.3.6.1.2.1.2.2.1.8.1005|2|6 +1.3.6.1.2.1.2.2.1.8.1006|2|6 +1.3.6.1.2.1.2.2.1.8.1007|2|6 +1.3.6.1.2.1.2.2.1.8.1008|2|6 +1.3.6.1.2.1.2.2.1.8.1009|2|6 +1.3.6.1.2.1.2.2.1.8.1010|2|6 +1.3.6.1.2.1.2.2.1.8.1011|2|6 +1.3.6.1.2.1.2.2.1.8.1012|2|6 +1.3.6.1.2.1.2.2.1.8.1013|2|6 +1.3.6.1.2.1.2.2.1.8.1014|2|6 +1.3.6.1.2.1.2.2.1.8.1015|2|6 +1.3.6.1.2.1.2.2.1.8.1016|2|6 +1.3.6.1.2.1.2.2.1.8.1017|2|6 +1.3.6.1.2.1.2.2.1.8.1018|2|6 +1.3.6.1.2.1.2.2.1.8.1019|2|6 +1.3.6.1.2.1.2.2.1.8.1020|2|6 +1.3.6.1.2.1.2.2.1.8.1021|2|6 +1.3.6.1.2.1.2.2.1.8.1022|2|6 +1.3.6.1.2.1.2.2.1.8.1023|2|6 +1.3.6.1.2.1.2.2.1.8.1024|2|6 +1.3.6.1.2.1.2.2.1.8.1025|2|6 +1.3.6.1.2.1.2.2.1.8.1026|2|6 +1.3.6.1.2.1.2.2.1.8.1027|2|6 +1.3.6.1.2.1.2.2.1.8.1028|2|6 +1.3.6.1.2.1.2.2.1.8.1029|2|6 +1.3.6.1.2.1.2.2.1.8.1030|2|6 +1.3.6.1.2.1.2.2.1.8.1031|2|6 +1.3.6.1.2.1.2.2.1.8.1032|2|6 +1.3.6.1.2.1.2.2.1.8.1033|2|6 +1.3.6.1.2.1.2.2.1.8.1034|2|6 +1.3.6.1.2.1.2.2.1.8.1035|2|6 +1.3.6.1.2.1.2.2.1.8.1036|2|6 +1.3.6.1.2.1.2.2.1.8.1037|2|6 +1.3.6.1.2.1.2.2.1.8.1038|2|6 +1.3.6.1.2.1.2.2.1.8.1039|2|6 +1.3.6.1.2.1.2.2.1.8.1040|2|6 +1.3.6.1.2.1.2.2.1.8.1041|2|6 +1.3.6.1.2.1.2.2.1.8.1042|2|6 +1.3.6.1.2.1.2.2.1.8.1043|2|6 +1.3.6.1.2.1.2.2.1.8.1044|2|6 +1.3.6.1.2.1.2.2.1.8.1045|2|6 +1.3.6.1.2.1.2.2.1.8.1046|2|6 +1.3.6.1.2.1.2.2.1.8.1047|2|6 +1.3.6.1.2.1.2.2.1.8.3000|2|6 +1.3.6.1.2.1.2.2.1.8.3001|2|6 +1.3.6.1.2.1.2.2.1.8.3002|2|6 +1.3.6.1.2.1.2.2.1.8.3003|2|6 +1.3.6.1.2.1.2.2.1.8.3004|2|6 +1.3.6.1.2.1.2.2.1.8.3005|2|6 +1.3.6.1.2.1.2.2.1.8.3006|2|6 +1.3.6.1.2.1.2.2.1.8.3007|2|6 +1.3.6.1.2.1.2.2.1.8.3008|2|6 +1.3.6.1.2.1.2.2.1.8.3009|2|6 +1.3.6.1.2.1.2.2.1.8.3010|2|6 +1.3.6.1.2.1.2.2.1.8.3011|2|6 +1.3.6.1.2.1.2.2.1.8.3012|2|6 +1.3.6.1.2.1.2.2.1.8.3013|2|6 +1.3.6.1.2.1.2.2.1.8.3014|2|6 +1.3.6.1.2.1.2.2.1.8.3015|2|6 +1.3.6.1.2.1.2.2.1.8.7000|2|1 +1.3.6.1.2.1.2.2.1.8.7001|2|1 +1.3.6.1.2.1.2.2.1.8.7002|2|1 +1.3.6.1.2.1.2.2.1.8.7003|2|1 +1.3.6.1.2.1.2.2.1.8.7004|2|1 +1.3.6.1.2.1.2.2.1.8.7005|2|1 +1.3.6.1.2.1.2.2.1.8.7006|2|1 +1.3.6.1.2.1.2.2.1.8.7007|2|1 +1.3.6.1.2.1.2.2.1.8.7008|2|1 +1.3.6.1.2.1.2.2.1.8.7009|2|1 +1.3.6.1.2.1.2.2.1.8.7010|2|1 +1.3.6.1.2.1.2.2.1.8.7011|2|1 +1.3.6.1.2.1.2.2.1.8.7012|2|1 +1.3.6.1.2.1.2.2.1.8.7013|2|1 +1.3.6.1.2.1.2.2.1.8.7014|2|1 +1.3.6.1.2.1.2.2.1.8.7015|2|1 +1.3.6.1.2.1.2.2.1.8.7016|2|1 +1.3.6.1.2.1.2.2.1.8.7017|2|1 +1.3.6.1.2.1.2.2.1.8.7018|2|1 +1.3.6.1.2.1.2.2.1.8.7019|2|1 +1.3.6.1.2.1.2.2.1.8.7020|2|1 +1.3.6.1.2.1.2.2.1.8.7021|2|1 +1.3.6.1.2.1.2.2.1.8.7022|2|1 +1.3.6.1.2.1.2.2.1.8.7023|2|1 +1.3.6.1.2.1.2.2.1.8.7024|2|1 +1.3.6.1.2.1.2.2.1.8.7025|2|1 +1.3.6.1.2.1.2.2.1.8.7026|2|1 +1.3.6.1.2.1.2.2.1.8.7027|2|1 +1.3.6.1.2.1.2.2.1.8.7028|2|1 +1.3.6.1.2.1.2.2.1.8.7029|2|1 +1.3.6.1.2.1.2.2.1.8.7030|2|1 +1.3.6.1.2.1.2.2.1.8.7031|2|1 +1.3.6.1.2.1.2.2.1.8.7032|2|1 +1.3.6.1.2.1.2.2.1.8.7033|2|1 +1.3.6.1.2.1.2.2.1.8.7034|2|1 +1.3.6.1.2.1.2.2.1.8.7035|2|1 +1.3.6.1.2.1.2.2.1.8.7036|2|1 +1.3.6.1.2.1.2.2.1.8.7037|2|1 +1.3.6.1.2.1.2.2.1.8.7038|2|1 +1.3.6.1.2.1.2.2.1.8.7039|2|1 +1.3.6.1.2.1.2.2.1.8.7040|2|1 +1.3.6.1.2.1.2.2.1.8.7041|2|1 +1.3.6.1.2.1.2.2.1.8.7042|2|1 +1.3.6.1.2.1.2.2.1.8.7043|2|1 +1.3.6.1.2.1.2.2.1.8.7044|2|1 +1.3.6.1.2.1.2.2.1.8.7045|2|1 +1.3.6.1.2.1.2.2.1.8.7046|2|1 +1.3.6.1.2.1.2.2.1.8.7047|2|1 +1.3.6.1.2.1.2.2.1.8.7048|2|1 +1.3.6.1.2.1.2.2.1.8.7049|2|1 +1.3.6.1.2.1.2.2.1.8.7050|2|1 +1.3.6.1.2.1.2.2.1.8.7051|2|1 +1.3.6.1.2.1.2.2.1.8.7052|2|1 +1.3.6.1.2.1.2.2.1.8.7053|2|1 +1.3.6.1.2.1.2.2.1.8.7054|2|1 +1.3.6.1.2.1.2.2.1.8.7055|2|1 +1.3.6.1.2.1.2.2.1.8.7056|2|1 +1.3.6.1.2.1.2.2.1.8.7057|2|1 +1.3.6.1.2.1.2.2.1.8.7058|2|1 +1.3.6.1.2.1.2.2.1.8.7059|2|1 +1.3.6.1.2.1.2.2.1.8.7060|2|1 +1.3.6.1.2.1.2.2.1.8.7061|2|1 +1.3.6.1.2.1.2.2.1.8.7062|2|1 +1.3.6.1.2.1.2.2.1.8.7063|2|1 +1.3.6.1.2.1.2.2.1.8.9000|2|1 +1.3.6.1.2.1.2.2.1.8.20000|2|1 +1.3.6.1.2.1.2.2.1.8.100000|2|1 +1.3.6.1.2.1.2.2.1.8.100001|2|1 +1.3.6.1.2.1.2.2.1.8.100018|2|1 +1.3.6.1.2.1.2.2.1.8.100019|2|1 +1.3.6.1.2.1.2.2.1.8.100038|2|1 +1.3.6.1.2.1.2.2.1.8.100039|2|1 +1.3.6.1.2.1.2.2.1.8.100098|2|1 +1.3.6.1.2.1.2.2.1.8.100099|2|1 +1.3.6.1.2.1.2.2.1.8.100199|2|1 +1.3.6.1.2.1.2.2.1.8.100253|2|1 +1.3.6.1.2.1.2.2.1.8.100999|2|1 +1.3.6.1.2.1.2.2.1.8.102599|2|1 +1.3.6.1.2.1.2.2.1.8.103199|2|1 +1.3.6.1.2.1.2.2.1.9.49|67|368642300 +1.3.6.1.2.1.2.2.1.9.50|67|368642300 +1.3.6.1.2.1.2.2.1.9.51|67|368642300 +1.3.6.1.2.1.2.2.1.9.52|67|368642300 +1.3.6.1.2.1.2.2.1.9.53|67|368642300 +1.3.6.1.2.1.2.2.1.9.54|67|368642300 +1.3.6.1.2.1.2.2.1.9.55|67|379429500 +1.3.6.1.2.1.2.2.1.9.56|67|379432400 +1.3.6.1.2.1.2.2.1.9.57|67|337009200 +1.3.6.1.2.1.2.2.1.9.58|67|337625800 +1.3.6.1.2.1.2.2.1.9.59|67|276958100 +1.3.6.1.2.1.2.2.1.9.60|67|276958100 +1.3.6.1.2.1.2.2.1.9.61|67|54126200 +1.3.6.1.2.1.2.2.1.9.62|67|54125200 +1.3.6.1.2.1.2.2.1.9.63|67|95150200 +1.3.6.1.2.1.2.2.1.9.64|67|363463000 +1.3.6.1.2.1.2.2.1.9.65|67|54125600 +1.3.6.1.2.1.2.2.1.9.66|67|3700 +1.3.6.1.2.1.2.2.1.9.67|67|3700 +1.3.6.1.2.1.2.2.1.9.68|67|54124100 +1.3.6.1.2.1.2.2.1.9.69|67|54123200 +1.3.6.1.2.1.2.2.1.9.70|67|3700 +1.3.6.1.2.1.2.2.1.9.71|67|368645000 +1.3.6.1.2.1.2.2.1.9.72|67|368645000 +1.3.6.1.2.1.2.2.1.9.105|67|3900 +1.3.6.1.2.1.2.2.1.9.106|67|276385100 +1.3.6.1.2.1.2.2.1.9.107|67|3800 +1.3.6.1.2.1.2.2.1.9.108|67|3800 +1.3.6.1.2.1.2.2.1.9.1000|67|368645300 +1.3.6.1.2.1.2.2.1.9.1001|67|276958500 +1.3.6.1.2.1.2.2.1.9.1002|67|0 +1.3.6.1.2.1.2.2.1.9.1003|67|0 +1.3.6.1.2.1.2.2.1.9.1004|67|0 +1.3.6.1.2.1.2.2.1.9.1005|67|0 +1.3.6.1.2.1.2.2.1.9.1006|67|0 +1.3.6.1.2.1.2.2.1.9.1007|67|0 +1.3.6.1.2.1.2.2.1.9.1008|67|0 +1.3.6.1.2.1.2.2.1.9.1009|67|0 +1.3.6.1.2.1.2.2.1.9.1010|67|0 +1.3.6.1.2.1.2.2.1.9.1011|67|0 +1.3.6.1.2.1.2.2.1.9.1012|67|0 +1.3.6.1.2.1.2.2.1.9.1013|67|0 +1.3.6.1.2.1.2.2.1.9.1014|67|0 +1.3.6.1.2.1.2.2.1.9.1015|67|0 +1.3.6.1.2.1.2.2.1.9.1016|67|0 +1.3.6.1.2.1.2.2.1.9.1017|67|0 +1.3.6.1.2.1.2.2.1.9.1018|67|0 +1.3.6.1.2.1.2.2.1.9.1019|67|0 +1.3.6.1.2.1.2.2.1.9.1020|67|0 +1.3.6.1.2.1.2.2.1.9.1021|67|0 +1.3.6.1.2.1.2.2.1.9.1022|67|0 +1.3.6.1.2.1.2.2.1.9.1023|67|0 +1.3.6.1.2.1.2.2.1.9.1024|67|0 +1.3.6.1.2.1.2.2.1.9.1025|67|0 +1.3.6.1.2.1.2.2.1.9.1026|67|0 +1.3.6.1.2.1.2.2.1.9.1027|67|0 +1.3.6.1.2.1.2.2.1.9.1028|67|0 +1.3.6.1.2.1.2.2.1.9.1029|67|0 +1.3.6.1.2.1.2.2.1.9.1030|67|0 +1.3.6.1.2.1.2.2.1.9.1031|67|0 +1.3.6.1.2.1.2.2.1.9.1032|67|0 +1.3.6.1.2.1.2.2.1.9.1033|67|0 +1.3.6.1.2.1.2.2.1.9.1034|67|0 +1.3.6.1.2.1.2.2.1.9.1035|67|0 +1.3.6.1.2.1.2.2.1.9.1036|67|0 +1.3.6.1.2.1.2.2.1.9.1037|67|0 +1.3.6.1.2.1.2.2.1.9.1038|67|0 +1.3.6.1.2.1.2.2.1.9.1039|67|0 +1.3.6.1.2.1.2.2.1.9.1040|67|0 +1.3.6.1.2.1.2.2.1.9.1041|67|0 +1.3.6.1.2.1.2.2.1.9.1042|67|0 +1.3.6.1.2.1.2.2.1.9.1043|67|0 +1.3.6.1.2.1.2.2.1.9.1044|67|0 +1.3.6.1.2.1.2.2.1.9.1045|67|0 +1.3.6.1.2.1.2.2.1.9.1046|67|0 +1.3.6.1.2.1.2.2.1.9.1047|67|0 +1.3.6.1.2.1.2.2.1.9.3000|67|0 +1.3.6.1.2.1.2.2.1.9.3001|67|0 +1.3.6.1.2.1.2.2.1.9.3002|67|0 +1.3.6.1.2.1.2.2.1.9.3003|67|0 +1.3.6.1.2.1.2.2.1.9.3004|67|0 +1.3.6.1.2.1.2.2.1.9.3005|67|0 +1.3.6.1.2.1.2.2.1.9.3006|67|0 +1.3.6.1.2.1.2.2.1.9.3007|67|0 +1.3.6.1.2.1.2.2.1.9.3008|67|0 +1.3.6.1.2.1.2.2.1.9.3009|67|0 +1.3.6.1.2.1.2.2.1.9.3010|67|0 +1.3.6.1.2.1.2.2.1.9.3011|67|0 +1.3.6.1.2.1.2.2.1.9.3012|67|0 +1.3.6.1.2.1.2.2.1.9.3013|67|0 +1.3.6.1.2.1.2.2.1.9.3014|67|0 +1.3.6.1.2.1.2.2.1.9.3015|67|0 +1.3.6.1.2.1.2.2.1.9.7000|67|3900 +1.3.6.1.2.1.2.2.1.9.7001|67|3900 +1.3.6.1.2.1.2.2.1.9.7002|67|3900 +1.3.6.1.2.1.2.2.1.9.7003|67|3900 +1.3.6.1.2.1.2.2.1.9.7004|67|3900 +1.3.6.1.2.1.2.2.1.9.7005|67|3900 +1.3.6.1.2.1.2.2.1.9.7006|67|3900 +1.3.6.1.2.1.2.2.1.9.7007|67|3900 +1.3.6.1.2.1.2.2.1.9.7008|67|3900 +1.3.6.1.2.1.2.2.1.9.7009|67|3900 +1.3.6.1.2.1.2.2.1.9.7010|67|3900 +1.3.6.1.2.1.2.2.1.9.7011|67|3900 +1.3.6.1.2.1.2.2.1.9.7012|67|3900 +1.3.6.1.2.1.2.2.1.9.7013|67|3900 +1.3.6.1.2.1.2.2.1.9.7014|67|3900 +1.3.6.1.2.1.2.2.1.9.7015|67|3900 +1.3.6.1.2.1.2.2.1.9.7016|67|3900 +1.3.6.1.2.1.2.2.1.9.7017|67|3900 +1.3.6.1.2.1.2.2.1.9.7018|67|3900 +1.3.6.1.2.1.2.2.1.9.7019|67|3900 +1.3.6.1.2.1.2.2.1.9.7020|67|3900 +1.3.6.1.2.1.2.2.1.9.7021|67|3900 +1.3.6.1.2.1.2.2.1.9.7022|67|3900 +1.3.6.1.2.1.2.2.1.9.7023|67|3900 +1.3.6.1.2.1.2.2.1.9.7024|67|3900 +1.3.6.1.2.1.2.2.1.9.7025|67|3900 +1.3.6.1.2.1.2.2.1.9.7026|67|3900 +1.3.6.1.2.1.2.2.1.9.7027|67|3900 +1.3.6.1.2.1.2.2.1.9.7028|67|3900 +1.3.6.1.2.1.2.2.1.9.7029|67|3900 +1.3.6.1.2.1.2.2.1.9.7030|67|3900 +1.3.6.1.2.1.2.2.1.9.7031|67|3900 +1.3.6.1.2.1.2.2.1.9.7032|67|3900 +1.3.6.1.2.1.2.2.1.9.7033|67|3900 +1.3.6.1.2.1.2.2.1.9.7034|67|3900 +1.3.6.1.2.1.2.2.1.9.7035|67|3900 +1.3.6.1.2.1.2.2.1.9.7036|67|3900 +1.3.6.1.2.1.2.2.1.9.7037|67|3900 +1.3.6.1.2.1.2.2.1.9.7038|67|3900 +1.3.6.1.2.1.2.2.1.9.7039|67|3900 +1.3.6.1.2.1.2.2.1.9.7040|67|3900 +1.3.6.1.2.1.2.2.1.9.7041|67|3900 +1.3.6.1.2.1.2.2.1.9.7042|67|3900 +1.3.6.1.2.1.2.2.1.9.7043|67|3900 +1.3.6.1.2.1.2.2.1.9.7044|67|3900 +1.3.6.1.2.1.2.2.1.9.7045|67|3900 +1.3.6.1.2.1.2.2.1.9.7046|67|3900 +1.3.6.1.2.1.2.2.1.9.7047|67|3900 +1.3.6.1.2.1.2.2.1.9.7048|67|3900 +1.3.6.1.2.1.2.2.1.9.7049|67|3900 +1.3.6.1.2.1.2.2.1.9.7050|67|3900 +1.3.6.1.2.1.2.2.1.9.7051|67|3900 +1.3.6.1.2.1.2.2.1.9.7052|67|3900 +1.3.6.1.2.1.2.2.1.9.7053|67|3900 +1.3.6.1.2.1.2.2.1.9.7054|67|3900 +1.3.6.1.2.1.2.2.1.9.7055|67|3900 +1.3.6.1.2.1.2.2.1.9.7056|67|3900 +1.3.6.1.2.1.2.2.1.9.7057|67|3900 +1.3.6.1.2.1.2.2.1.9.7058|67|3900 +1.3.6.1.2.1.2.2.1.9.7059|67|3900 +1.3.6.1.2.1.2.2.1.9.7060|67|3900 +1.3.6.1.2.1.2.2.1.9.7061|67|3900 +1.3.6.1.2.1.2.2.1.9.7062|67|3900 +1.3.6.1.2.1.2.2.1.9.7063|67|3900 +1.3.6.1.2.1.2.2.1.9.9000|67|0 +1.3.6.1.2.1.2.2.1.9.20000|67|3900 +1.3.6.1.2.1.2.2.1.9.100000|67|0 +1.3.6.1.2.1.2.2.1.9.100001|67|0 +1.3.6.1.2.1.2.2.1.9.100018|67|0 +1.3.6.1.2.1.2.2.1.9.100019|67|0 +1.3.6.1.2.1.2.2.1.9.100038|67|0 +1.3.6.1.2.1.2.2.1.9.100039|67|0 +1.3.6.1.2.1.2.2.1.9.100098|67|0 +1.3.6.1.2.1.2.2.1.9.100099|67|0 +1.3.6.1.2.1.2.2.1.9.100199|67|0 +1.3.6.1.2.1.2.2.1.9.100253|67|0 +1.3.6.1.2.1.2.2.1.9.100999|67|0 +1.3.6.1.2.1.2.2.1.9.102599|67|0 +1.3.6.1.2.1.2.2.1.9.103199|67|0 +1.3.6.1.2.1.2.2.1.13.49|65|0 +1.3.6.1.2.1.2.2.1.13.50|65|0 +1.3.6.1.2.1.2.2.1.13.51|65|0 +1.3.6.1.2.1.2.2.1.13.52|65|0 +1.3.6.1.2.1.2.2.1.13.53|65|0 +1.3.6.1.2.1.2.2.1.13.54|65|0 +1.3.6.1.2.1.2.2.1.13.55|65|0 +1.3.6.1.2.1.2.2.1.13.56|65|0 +1.3.6.1.2.1.2.2.1.13.57|65|0 +1.3.6.1.2.1.2.2.1.13.58|65|0 +1.3.6.1.2.1.2.2.1.13.59|65|0 +1.3.6.1.2.1.2.2.1.13.60|65|0 +1.3.6.1.2.1.2.2.1.13.61|65|0 +1.3.6.1.2.1.2.2.1.13.62|65|0 +1.3.6.1.2.1.2.2.1.13.63|65|0 +1.3.6.1.2.1.2.2.1.13.64|65|0 +1.3.6.1.2.1.2.2.1.13.65|65|0 +1.3.6.1.2.1.2.2.1.13.66|65|0 +1.3.6.1.2.1.2.2.1.13.67|65|0 +1.3.6.1.2.1.2.2.1.13.68|65|0 +1.3.6.1.2.1.2.2.1.13.69|65|0 +1.3.6.1.2.1.2.2.1.13.70|65|0 +1.3.6.1.2.1.2.2.1.13.71|65|0 +1.3.6.1.2.1.2.2.1.13.72|65|0 +1.3.6.1.2.1.2.2.1.13.105|65|0 +1.3.6.1.2.1.2.2.1.13.106|65|0 +1.3.6.1.2.1.2.2.1.13.107|65|0 +1.3.6.1.2.1.2.2.1.13.108|65|0 +1.3.6.1.2.1.2.2.1.13.1000|65|0 +1.3.6.1.2.1.2.2.1.13.1001|65|0 +1.3.6.1.2.1.2.2.1.13.1002|65|0 +1.3.6.1.2.1.2.2.1.13.1003|65|0 +1.3.6.1.2.1.2.2.1.13.1004|65|0 +1.3.6.1.2.1.2.2.1.13.1005|65|0 +1.3.6.1.2.1.2.2.1.13.1006|65|0 +1.3.6.1.2.1.2.2.1.13.1007|65|0 +1.3.6.1.2.1.2.2.1.13.1008|65|0 +1.3.6.1.2.1.2.2.1.13.1009|65|0 +1.3.6.1.2.1.2.2.1.13.1010|65|0 +1.3.6.1.2.1.2.2.1.13.1011|65|0 +1.3.6.1.2.1.2.2.1.13.1012|65|0 +1.3.6.1.2.1.2.2.1.13.1013|65|0 +1.3.6.1.2.1.2.2.1.13.1014|65|0 +1.3.6.1.2.1.2.2.1.13.1015|65|0 +1.3.6.1.2.1.2.2.1.13.1016|65|0 +1.3.6.1.2.1.2.2.1.13.1017|65|0 +1.3.6.1.2.1.2.2.1.13.1018|65|0 +1.3.6.1.2.1.2.2.1.13.1019|65|0 +1.3.6.1.2.1.2.2.1.13.1020|65|0 +1.3.6.1.2.1.2.2.1.13.1021|65|0 +1.3.6.1.2.1.2.2.1.13.1022|65|0 +1.3.6.1.2.1.2.2.1.13.1023|65|0 +1.3.6.1.2.1.2.2.1.13.1024|65|0 +1.3.6.1.2.1.2.2.1.13.1025|65|0 +1.3.6.1.2.1.2.2.1.13.1026|65|0 +1.3.6.1.2.1.2.2.1.13.1027|65|0 +1.3.6.1.2.1.2.2.1.13.1028|65|0 +1.3.6.1.2.1.2.2.1.13.1029|65|0 +1.3.6.1.2.1.2.2.1.13.1030|65|0 +1.3.6.1.2.1.2.2.1.13.1031|65|0 +1.3.6.1.2.1.2.2.1.13.1032|65|0 +1.3.6.1.2.1.2.2.1.13.1033|65|0 +1.3.6.1.2.1.2.2.1.13.1034|65|0 +1.3.6.1.2.1.2.2.1.13.1035|65|0 +1.3.6.1.2.1.2.2.1.13.1036|65|0 +1.3.6.1.2.1.2.2.1.13.1037|65|0 +1.3.6.1.2.1.2.2.1.13.1038|65|0 +1.3.6.1.2.1.2.2.1.13.1039|65|0 +1.3.6.1.2.1.2.2.1.13.1040|65|0 +1.3.6.1.2.1.2.2.1.13.1041|65|0 +1.3.6.1.2.1.2.2.1.13.1042|65|0 +1.3.6.1.2.1.2.2.1.13.1043|65|0 +1.3.6.1.2.1.2.2.1.13.1044|65|0 +1.3.6.1.2.1.2.2.1.13.1045|65|0 +1.3.6.1.2.1.2.2.1.13.1046|65|0 +1.3.6.1.2.1.2.2.1.13.1047|65|0 +1.3.6.1.2.1.2.2.1.13.3000|65|0 +1.3.6.1.2.1.2.2.1.13.3001|65|0 +1.3.6.1.2.1.2.2.1.13.3002|65|0 +1.3.6.1.2.1.2.2.1.13.3003|65|0 +1.3.6.1.2.1.2.2.1.13.3004|65|0 +1.3.6.1.2.1.2.2.1.13.3005|65|0 +1.3.6.1.2.1.2.2.1.13.3006|65|0 +1.3.6.1.2.1.2.2.1.13.3007|65|0 +1.3.6.1.2.1.2.2.1.13.3008|65|0 +1.3.6.1.2.1.2.2.1.13.3009|65|0 +1.3.6.1.2.1.2.2.1.13.3010|65|0 +1.3.6.1.2.1.2.2.1.13.3011|65|0 +1.3.6.1.2.1.2.2.1.13.3012|65|0 +1.3.6.1.2.1.2.2.1.13.3013|65|0 +1.3.6.1.2.1.2.2.1.13.3014|65|0 +1.3.6.1.2.1.2.2.1.13.3015|65|0 +1.3.6.1.2.1.2.2.1.13.7000|65|0 +1.3.6.1.2.1.2.2.1.13.7001|65|0 +1.3.6.1.2.1.2.2.1.13.7002|65|0 +1.3.6.1.2.1.2.2.1.13.7003|65|0 +1.3.6.1.2.1.2.2.1.13.7004|65|0 +1.3.6.1.2.1.2.2.1.13.7005|65|0 +1.3.6.1.2.1.2.2.1.13.7006|65|0 +1.3.6.1.2.1.2.2.1.13.7007|65|0 +1.3.6.1.2.1.2.2.1.13.7008|65|0 +1.3.6.1.2.1.2.2.1.13.7009|65|0 +1.3.6.1.2.1.2.2.1.13.7010|65|0 +1.3.6.1.2.1.2.2.1.13.7011|65|0 +1.3.6.1.2.1.2.2.1.13.7012|65|0 +1.3.6.1.2.1.2.2.1.13.7013|65|0 +1.3.6.1.2.1.2.2.1.13.7014|65|0 +1.3.6.1.2.1.2.2.1.13.7015|65|0 +1.3.6.1.2.1.2.2.1.13.7016|65|0 +1.3.6.1.2.1.2.2.1.13.7017|65|0 +1.3.6.1.2.1.2.2.1.13.7018|65|0 +1.3.6.1.2.1.2.2.1.13.7019|65|0 +1.3.6.1.2.1.2.2.1.13.7020|65|0 +1.3.6.1.2.1.2.2.1.13.7021|65|0 +1.3.6.1.2.1.2.2.1.13.7022|65|0 +1.3.6.1.2.1.2.2.1.13.7023|65|0 +1.3.6.1.2.1.2.2.1.13.7024|65|0 +1.3.6.1.2.1.2.2.1.13.7025|65|0 +1.3.6.1.2.1.2.2.1.13.7026|65|0 +1.3.6.1.2.1.2.2.1.13.7027|65|0 +1.3.6.1.2.1.2.2.1.13.7028|65|0 +1.3.6.1.2.1.2.2.1.13.7029|65|0 +1.3.6.1.2.1.2.2.1.13.7030|65|0 +1.3.6.1.2.1.2.2.1.13.7031|65|0 +1.3.6.1.2.1.2.2.1.13.7032|65|0 +1.3.6.1.2.1.2.2.1.13.7033|65|0 +1.3.6.1.2.1.2.2.1.13.7034|65|0 +1.3.6.1.2.1.2.2.1.13.7035|65|0 +1.3.6.1.2.1.2.2.1.13.7036|65|0 +1.3.6.1.2.1.2.2.1.13.7037|65|0 +1.3.6.1.2.1.2.2.1.13.7038|65|0 +1.3.6.1.2.1.2.2.1.13.7039|65|0 +1.3.6.1.2.1.2.2.1.13.7040|65|0 +1.3.6.1.2.1.2.2.1.13.7041|65|0 +1.3.6.1.2.1.2.2.1.13.7042|65|0 +1.3.6.1.2.1.2.2.1.13.7043|65|0 +1.3.6.1.2.1.2.2.1.13.7044|65|0 +1.3.6.1.2.1.2.2.1.13.7045|65|0 +1.3.6.1.2.1.2.2.1.13.7046|65|0 +1.3.6.1.2.1.2.2.1.13.7047|65|0 +1.3.6.1.2.1.2.2.1.13.7048|65|0 +1.3.6.1.2.1.2.2.1.13.7049|65|0 +1.3.6.1.2.1.2.2.1.13.7050|65|0 +1.3.6.1.2.1.2.2.1.13.7051|65|0 +1.3.6.1.2.1.2.2.1.13.7052|65|0 +1.3.6.1.2.1.2.2.1.13.7053|65|0 +1.3.6.1.2.1.2.2.1.13.7054|65|0 +1.3.6.1.2.1.2.2.1.13.7055|65|0 +1.3.6.1.2.1.2.2.1.13.7056|65|0 +1.3.6.1.2.1.2.2.1.13.7057|65|0 +1.3.6.1.2.1.2.2.1.13.7058|65|0 +1.3.6.1.2.1.2.2.1.13.7059|65|0 +1.3.6.1.2.1.2.2.1.13.7060|65|0 +1.3.6.1.2.1.2.2.1.13.7061|65|0 +1.3.6.1.2.1.2.2.1.13.7062|65|0 +1.3.6.1.2.1.2.2.1.13.7063|65|0 +1.3.6.1.2.1.2.2.1.13.9000|65|0 +1.3.6.1.2.1.2.2.1.13.20000|65|0 +1.3.6.1.2.1.2.2.1.13.100000|65|0 +1.3.6.1.2.1.2.2.1.13.100001|65|0 +1.3.6.1.2.1.2.2.1.13.100018|65|0 +1.3.6.1.2.1.2.2.1.13.100019|65|0 +1.3.6.1.2.1.2.2.1.13.100038|65|0 +1.3.6.1.2.1.2.2.1.13.100039|65|0 +1.3.6.1.2.1.2.2.1.13.100098|65|0 +1.3.6.1.2.1.2.2.1.13.100099|65|0 +1.3.6.1.2.1.2.2.1.13.100199|65|0 +1.3.6.1.2.1.2.2.1.13.100253|65|0 +1.3.6.1.2.1.2.2.1.13.100999|65|0 +1.3.6.1.2.1.2.2.1.13.102599|65|0 +1.3.6.1.2.1.2.2.1.13.103199|65|0 +1.3.6.1.2.1.2.2.1.14.49|65|0 +1.3.6.1.2.1.2.2.1.14.50|65|0 +1.3.6.1.2.1.2.2.1.14.51|65|0 +1.3.6.1.2.1.2.2.1.14.52|65|0 +1.3.6.1.2.1.2.2.1.14.53|65|0 +1.3.6.1.2.1.2.2.1.14.54|65|0 +1.3.6.1.2.1.2.2.1.14.55|65|0 +1.3.6.1.2.1.2.2.1.14.56|65|11 +1.3.6.1.2.1.2.2.1.14.57|65|0 +1.3.6.1.2.1.2.2.1.14.58|65|0 +1.3.6.1.2.1.2.2.1.14.59|65|0 +1.3.6.1.2.1.2.2.1.14.60|65|0 +1.3.6.1.2.1.2.2.1.14.61|65|0 +1.3.6.1.2.1.2.2.1.14.62|65|0 +1.3.6.1.2.1.2.2.1.14.63|65|0 +1.3.6.1.2.1.2.2.1.14.64|65|0 +1.3.6.1.2.1.2.2.1.14.65|65|0 +1.3.6.1.2.1.2.2.1.14.66|65|0 +1.3.6.1.2.1.2.2.1.14.67|65|0 +1.3.6.1.2.1.2.2.1.14.68|65|0 +1.3.6.1.2.1.2.2.1.14.69|65|0 +1.3.6.1.2.1.2.2.1.14.70|65|0 +1.3.6.1.2.1.2.2.1.14.71|65|0 +1.3.6.1.2.1.2.2.1.14.72|65|0 +1.3.6.1.2.1.2.2.1.14.105|65|0 +1.3.6.1.2.1.2.2.1.14.106|65|0 +1.3.6.1.2.1.2.2.1.14.107|65|0 +1.3.6.1.2.1.2.2.1.14.108|65|0 +1.3.6.1.2.1.2.2.1.14.1000|65|0 +1.3.6.1.2.1.2.2.1.14.1001|65|0 +1.3.6.1.2.1.2.2.1.14.1002|65|0 +1.3.6.1.2.1.2.2.1.14.1003|65|0 +1.3.6.1.2.1.2.2.1.14.1004|65|0 +1.3.6.1.2.1.2.2.1.14.1005|65|0 +1.3.6.1.2.1.2.2.1.14.1006|65|0 +1.3.6.1.2.1.2.2.1.14.1007|65|0 +1.3.6.1.2.1.2.2.1.14.1008|65|0 +1.3.6.1.2.1.2.2.1.14.1009|65|0 +1.3.6.1.2.1.2.2.1.14.1010|65|0 +1.3.6.1.2.1.2.2.1.14.1011|65|0 +1.3.6.1.2.1.2.2.1.14.1012|65|0 +1.3.6.1.2.1.2.2.1.14.1013|65|0 +1.3.6.1.2.1.2.2.1.14.1014|65|0 +1.3.6.1.2.1.2.2.1.14.1015|65|0 +1.3.6.1.2.1.2.2.1.14.1016|65|0 +1.3.6.1.2.1.2.2.1.14.1017|65|0 +1.3.6.1.2.1.2.2.1.14.1018|65|0 +1.3.6.1.2.1.2.2.1.14.1019|65|0 +1.3.6.1.2.1.2.2.1.14.1020|65|0 +1.3.6.1.2.1.2.2.1.14.1021|65|0 +1.3.6.1.2.1.2.2.1.14.1022|65|0 +1.3.6.1.2.1.2.2.1.14.1023|65|0 +1.3.6.1.2.1.2.2.1.14.1024|65|0 +1.3.6.1.2.1.2.2.1.14.1025|65|0 +1.3.6.1.2.1.2.2.1.14.1026|65|0 +1.3.6.1.2.1.2.2.1.14.1027|65|0 +1.3.6.1.2.1.2.2.1.14.1028|65|0 +1.3.6.1.2.1.2.2.1.14.1029|65|0 +1.3.6.1.2.1.2.2.1.14.1030|65|0 +1.3.6.1.2.1.2.2.1.14.1031|65|0 +1.3.6.1.2.1.2.2.1.14.1032|65|0 +1.3.6.1.2.1.2.2.1.14.1033|65|0 +1.3.6.1.2.1.2.2.1.14.1034|65|0 +1.3.6.1.2.1.2.2.1.14.1035|65|0 +1.3.6.1.2.1.2.2.1.14.1036|65|0 +1.3.6.1.2.1.2.2.1.14.1037|65|0 +1.3.6.1.2.1.2.2.1.14.1038|65|0 +1.3.6.1.2.1.2.2.1.14.1039|65|0 +1.3.6.1.2.1.2.2.1.14.1040|65|0 +1.3.6.1.2.1.2.2.1.14.1041|65|0 +1.3.6.1.2.1.2.2.1.14.1042|65|0 +1.3.6.1.2.1.2.2.1.14.1043|65|0 +1.3.6.1.2.1.2.2.1.14.1044|65|0 +1.3.6.1.2.1.2.2.1.14.1045|65|0 +1.3.6.1.2.1.2.2.1.14.1046|65|0 +1.3.6.1.2.1.2.2.1.14.1047|65|0 +1.3.6.1.2.1.2.2.1.14.3000|65|0 +1.3.6.1.2.1.2.2.1.14.3001|65|0 +1.3.6.1.2.1.2.2.1.14.3002|65|0 +1.3.6.1.2.1.2.2.1.14.3003|65|0 +1.3.6.1.2.1.2.2.1.14.3004|65|0 +1.3.6.1.2.1.2.2.1.14.3005|65|0 +1.3.6.1.2.1.2.2.1.14.3006|65|0 +1.3.6.1.2.1.2.2.1.14.3007|65|0 +1.3.6.1.2.1.2.2.1.14.3008|65|0 +1.3.6.1.2.1.2.2.1.14.3009|65|0 +1.3.6.1.2.1.2.2.1.14.3010|65|0 +1.3.6.1.2.1.2.2.1.14.3011|65|0 +1.3.6.1.2.1.2.2.1.14.3012|65|0 +1.3.6.1.2.1.2.2.1.14.3013|65|0 +1.3.6.1.2.1.2.2.1.14.3014|65|0 +1.3.6.1.2.1.2.2.1.14.3015|65|0 +1.3.6.1.2.1.2.2.1.14.7000|65|0 +1.3.6.1.2.1.2.2.1.14.7001|65|0 +1.3.6.1.2.1.2.2.1.14.7002|65|0 +1.3.6.1.2.1.2.2.1.14.7003|65|0 +1.3.6.1.2.1.2.2.1.14.7004|65|0 +1.3.6.1.2.1.2.2.1.14.7005|65|0 +1.3.6.1.2.1.2.2.1.14.7006|65|0 +1.3.6.1.2.1.2.2.1.14.7007|65|0 +1.3.6.1.2.1.2.2.1.14.7008|65|0 +1.3.6.1.2.1.2.2.1.14.7009|65|0 +1.3.6.1.2.1.2.2.1.14.7010|65|0 +1.3.6.1.2.1.2.2.1.14.7011|65|0 +1.3.6.1.2.1.2.2.1.14.7012|65|0 +1.3.6.1.2.1.2.2.1.14.7013|65|0 +1.3.6.1.2.1.2.2.1.14.7014|65|0 +1.3.6.1.2.1.2.2.1.14.7015|65|0 +1.3.6.1.2.1.2.2.1.14.7016|65|0 +1.3.6.1.2.1.2.2.1.14.7017|65|0 +1.3.6.1.2.1.2.2.1.14.7018|65|0 +1.3.6.1.2.1.2.2.1.14.7019|65|0 +1.3.6.1.2.1.2.2.1.14.7020|65|0 +1.3.6.1.2.1.2.2.1.14.7021|65|0 +1.3.6.1.2.1.2.2.1.14.7022|65|0 +1.3.6.1.2.1.2.2.1.14.7023|65|0 +1.3.6.1.2.1.2.2.1.14.7024|65|0 +1.3.6.1.2.1.2.2.1.14.7025|65|0 +1.3.6.1.2.1.2.2.1.14.7026|65|0 +1.3.6.1.2.1.2.2.1.14.7027|65|0 +1.3.6.1.2.1.2.2.1.14.7028|65|0 +1.3.6.1.2.1.2.2.1.14.7029|65|0 +1.3.6.1.2.1.2.2.1.14.7030|65|0 +1.3.6.1.2.1.2.2.1.14.7031|65|0 +1.3.6.1.2.1.2.2.1.14.7032|65|0 +1.3.6.1.2.1.2.2.1.14.7033|65|0 +1.3.6.1.2.1.2.2.1.14.7034|65|0 +1.3.6.1.2.1.2.2.1.14.7035|65|0 +1.3.6.1.2.1.2.2.1.14.7036|65|0 +1.3.6.1.2.1.2.2.1.14.7037|65|0 +1.3.6.1.2.1.2.2.1.14.7038|65|0 +1.3.6.1.2.1.2.2.1.14.7039|65|0 +1.3.6.1.2.1.2.2.1.14.7040|65|0 +1.3.6.1.2.1.2.2.1.14.7041|65|0 +1.3.6.1.2.1.2.2.1.14.7042|65|0 +1.3.6.1.2.1.2.2.1.14.7043|65|0 +1.3.6.1.2.1.2.2.1.14.7044|65|0 +1.3.6.1.2.1.2.2.1.14.7045|65|0 +1.3.6.1.2.1.2.2.1.14.7046|65|0 +1.3.6.1.2.1.2.2.1.14.7047|65|0 +1.3.6.1.2.1.2.2.1.14.7048|65|0 +1.3.6.1.2.1.2.2.1.14.7049|65|0 +1.3.6.1.2.1.2.2.1.14.7050|65|0 +1.3.6.1.2.1.2.2.1.14.7051|65|0 +1.3.6.1.2.1.2.2.1.14.7052|65|0 +1.3.6.1.2.1.2.2.1.14.7053|65|0 +1.3.6.1.2.1.2.2.1.14.7054|65|0 +1.3.6.1.2.1.2.2.1.14.7055|65|0 +1.3.6.1.2.1.2.2.1.14.7056|65|0 +1.3.6.1.2.1.2.2.1.14.7057|65|0 +1.3.6.1.2.1.2.2.1.14.7058|65|0 +1.3.6.1.2.1.2.2.1.14.7059|65|0 +1.3.6.1.2.1.2.2.1.14.7060|65|0 +1.3.6.1.2.1.2.2.1.14.7061|65|0 +1.3.6.1.2.1.2.2.1.14.7062|65|0 +1.3.6.1.2.1.2.2.1.14.7063|65|0 +1.3.6.1.2.1.2.2.1.14.9000|65|0 +1.3.6.1.2.1.2.2.1.14.20000|65|0 +1.3.6.1.2.1.2.2.1.14.100000|65|0 +1.3.6.1.2.1.2.2.1.14.100001|65|0 +1.3.6.1.2.1.2.2.1.14.100018|65|0 +1.3.6.1.2.1.2.2.1.14.100019|65|0 +1.3.6.1.2.1.2.2.1.14.100038|65|0 +1.3.6.1.2.1.2.2.1.14.100039|65|0 +1.3.6.1.2.1.2.2.1.14.100098|65|0 +1.3.6.1.2.1.2.2.1.14.100099|65|0 +1.3.6.1.2.1.2.2.1.14.100199|65|0 +1.3.6.1.2.1.2.2.1.14.100253|65|0 +1.3.6.1.2.1.2.2.1.14.100999|65|0 +1.3.6.1.2.1.2.2.1.14.102599|65|0 +1.3.6.1.2.1.2.2.1.14.103199|65|0 +1.3.6.1.2.1.2.2.1.19.49|65|0 +1.3.6.1.2.1.2.2.1.19.50|65|0 +1.3.6.1.2.1.2.2.1.19.51|65|0 +1.3.6.1.2.1.2.2.1.19.52|65|0 +1.3.6.1.2.1.2.2.1.19.53|65|0 +1.3.6.1.2.1.2.2.1.19.54|65|0 +1.3.6.1.2.1.2.2.1.19.55|65|0 +1.3.6.1.2.1.2.2.1.19.56|65|0 +1.3.6.1.2.1.2.2.1.19.57|65|0 +1.3.6.1.2.1.2.2.1.19.58|65|0 +1.3.6.1.2.1.2.2.1.19.59|65|0 +1.3.6.1.2.1.2.2.1.19.60|65|0 +1.3.6.1.2.1.2.2.1.19.61|65|0 +1.3.6.1.2.1.2.2.1.19.62|65|0 +1.3.6.1.2.1.2.2.1.19.63|65|0 +1.3.6.1.2.1.2.2.1.19.64|65|0 +1.3.6.1.2.1.2.2.1.19.65|65|0 +1.3.6.1.2.1.2.2.1.19.66|65|0 +1.3.6.1.2.1.2.2.1.19.67|65|0 +1.3.6.1.2.1.2.2.1.19.68|65|0 +1.3.6.1.2.1.2.2.1.19.69|65|0 +1.3.6.1.2.1.2.2.1.19.70|65|0 +1.3.6.1.2.1.2.2.1.19.71|65|0 +1.3.6.1.2.1.2.2.1.19.72|65|0 +1.3.6.1.2.1.2.2.1.19.105|65|0 +1.3.6.1.2.1.2.2.1.19.106|65|0 +1.3.6.1.2.1.2.2.1.19.107|65|0 +1.3.6.1.2.1.2.2.1.19.108|65|0 +1.3.6.1.2.1.2.2.1.19.1000|65|0 +1.3.6.1.2.1.2.2.1.19.1001|65|0 +1.3.6.1.2.1.2.2.1.19.1002|65|0 +1.3.6.1.2.1.2.2.1.19.1003|65|0 +1.3.6.1.2.1.2.2.1.19.1004|65|0 +1.3.6.1.2.1.2.2.1.19.1005|65|0 +1.3.6.1.2.1.2.2.1.19.1006|65|0 +1.3.6.1.2.1.2.2.1.19.1007|65|0 +1.3.6.1.2.1.2.2.1.19.1008|65|0 +1.3.6.1.2.1.2.2.1.19.1009|65|0 +1.3.6.1.2.1.2.2.1.19.1010|65|0 +1.3.6.1.2.1.2.2.1.19.1011|65|0 +1.3.6.1.2.1.2.2.1.19.1012|65|0 +1.3.6.1.2.1.2.2.1.19.1013|65|0 +1.3.6.1.2.1.2.2.1.19.1014|65|0 +1.3.6.1.2.1.2.2.1.19.1015|65|0 +1.3.6.1.2.1.2.2.1.19.1016|65|0 +1.3.6.1.2.1.2.2.1.19.1017|65|0 +1.3.6.1.2.1.2.2.1.19.1018|65|0 +1.3.6.1.2.1.2.2.1.19.1019|65|0 +1.3.6.1.2.1.2.2.1.19.1020|65|0 +1.3.6.1.2.1.2.2.1.19.1021|65|0 +1.3.6.1.2.1.2.2.1.19.1022|65|0 +1.3.6.1.2.1.2.2.1.19.1023|65|0 +1.3.6.1.2.1.2.2.1.19.1024|65|0 +1.3.6.1.2.1.2.2.1.19.1025|65|0 +1.3.6.1.2.1.2.2.1.19.1026|65|0 +1.3.6.1.2.1.2.2.1.19.1027|65|0 +1.3.6.1.2.1.2.2.1.19.1028|65|0 +1.3.6.1.2.1.2.2.1.19.1029|65|0 +1.3.6.1.2.1.2.2.1.19.1030|65|0 +1.3.6.1.2.1.2.2.1.19.1031|65|0 +1.3.6.1.2.1.2.2.1.19.1032|65|0 +1.3.6.1.2.1.2.2.1.19.1033|65|0 +1.3.6.1.2.1.2.2.1.19.1034|65|0 +1.3.6.1.2.1.2.2.1.19.1035|65|0 +1.3.6.1.2.1.2.2.1.19.1036|65|0 +1.3.6.1.2.1.2.2.1.19.1037|65|0 +1.3.6.1.2.1.2.2.1.19.1038|65|0 +1.3.6.1.2.1.2.2.1.19.1039|65|0 +1.3.6.1.2.1.2.2.1.19.1040|65|0 +1.3.6.1.2.1.2.2.1.19.1041|65|0 +1.3.6.1.2.1.2.2.1.19.1042|65|0 +1.3.6.1.2.1.2.2.1.19.1043|65|0 +1.3.6.1.2.1.2.2.1.19.1044|65|0 +1.3.6.1.2.1.2.2.1.19.1045|65|0 +1.3.6.1.2.1.2.2.1.19.1046|65|0 +1.3.6.1.2.1.2.2.1.19.1047|65|0 +1.3.6.1.2.1.2.2.1.19.3000|65|0 +1.3.6.1.2.1.2.2.1.19.3001|65|0 +1.3.6.1.2.1.2.2.1.19.3002|65|0 +1.3.6.1.2.1.2.2.1.19.3003|65|0 +1.3.6.1.2.1.2.2.1.19.3004|65|0 +1.3.6.1.2.1.2.2.1.19.3005|65|0 +1.3.6.1.2.1.2.2.1.19.3006|65|0 +1.3.6.1.2.1.2.2.1.19.3007|65|0 +1.3.6.1.2.1.2.2.1.19.3008|65|0 +1.3.6.1.2.1.2.2.1.19.3009|65|0 +1.3.6.1.2.1.2.2.1.19.3010|65|0 +1.3.6.1.2.1.2.2.1.19.3011|65|0 +1.3.6.1.2.1.2.2.1.19.3012|65|0 +1.3.6.1.2.1.2.2.1.19.3013|65|0 +1.3.6.1.2.1.2.2.1.19.3014|65|0 +1.3.6.1.2.1.2.2.1.19.3015|65|0 +1.3.6.1.2.1.2.2.1.19.7000|65|0 +1.3.6.1.2.1.2.2.1.19.7001|65|0 +1.3.6.1.2.1.2.2.1.19.7002|65|0 +1.3.6.1.2.1.2.2.1.19.7003|65|0 +1.3.6.1.2.1.2.2.1.19.7004|65|0 +1.3.6.1.2.1.2.2.1.19.7005|65|0 +1.3.6.1.2.1.2.2.1.19.7006|65|0 +1.3.6.1.2.1.2.2.1.19.7007|65|0 +1.3.6.1.2.1.2.2.1.19.7008|65|0 +1.3.6.1.2.1.2.2.1.19.7009|65|0 +1.3.6.1.2.1.2.2.1.19.7010|65|0 +1.3.6.1.2.1.2.2.1.19.7011|65|0 +1.3.6.1.2.1.2.2.1.19.7012|65|0 +1.3.6.1.2.1.2.2.1.19.7013|65|0 +1.3.6.1.2.1.2.2.1.19.7014|65|0 +1.3.6.1.2.1.2.2.1.19.7015|65|0 +1.3.6.1.2.1.2.2.1.19.7016|65|0 +1.3.6.1.2.1.2.2.1.19.7017|65|0 +1.3.6.1.2.1.2.2.1.19.7018|65|0 +1.3.6.1.2.1.2.2.1.19.7019|65|0 +1.3.6.1.2.1.2.2.1.19.7020|65|0 +1.3.6.1.2.1.2.2.1.19.7021|65|0 +1.3.6.1.2.1.2.2.1.19.7022|65|0 +1.3.6.1.2.1.2.2.1.19.7023|65|0 +1.3.6.1.2.1.2.2.1.19.7024|65|0 +1.3.6.1.2.1.2.2.1.19.7025|65|0 +1.3.6.1.2.1.2.2.1.19.7026|65|0 +1.3.6.1.2.1.2.2.1.19.7027|65|0 +1.3.6.1.2.1.2.2.1.19.7028|65|0 +1.3.6.1.2.1.2.2.1.19.7029|65|0 +1.3.6.1.2.1.2.2.1.19.7030|65|0 +1.3.6.1.2.1.2.2.1.19.7031|65|0 +1.3.6.1.2.1.2.2.1.19.7032|65|0 +1.3.6.1.2.1.2.2.1.19.7033|65|0 +1.3.6.1.2.1.2.2.1.19.7034|65|0 +1.3.6.1.2.1.2.2.1.19.7035|65|0 +1.3.6.1.2.1.2.2.1.19.7036|65|0 +1.3.6.1.2.1.2.2.1.19.7037|65|0 +1.3.6.1.2.1.2.2.1.19.7038|65|0 +1.3.6.1.2.1.2.2.1.19.7039|65|0 +1.3.6.1.2.1.2.2.1.19.7040|65|0 +1.3.6.1.2.1.2.2.1.19.7041|65|0 +1.3.6.1.2.1.2.2.1.19.7042|65|0 +1.3.6.1.2.1.2.2.1.19.7043|65|0 +1.3.6.1.2.1.2.2.1.19.7044|65|0 +1.3.6.1.2.1.2.2.1.19.7045|65|0 +1.3.6.1.2.1.2.2.1.19.7046|65|0 +1.3.6.1.2.1.2.2.1.19.7047|65|0 +1.3.6.1.2.1.2.2.1.19.7048|65|0 +1.3.6.1.2.1.2.2.1.19.7049|65|0 +1.3.6.1.2.1.2.2.1.19.7050|65|0 +1.3.6.1.2.1.2.2.1.19.7051|65|0 +1.3.6.1.2.1.2.2.1.19.7052|65|0 +1.3.6.1.2.1.2.2.1.19.7053|65|0 +1.3.6.1.2.1.2.2.1.19.7054|65|0 +1.3.6.1.2.1.2.2.1.19.7055|65|0 +1.3.6.1.2.1.2.2.1.19.7056|65|0 +1.3.6.1.2.1.2.2.1.19.7057|65|0 +1.3.6.1.2.1.2.2.1.19.7058|65|0 +1.3.6.1.2.1.2.2.1.19.7059|65|0 +1.3.6.1.2.1.2.2.1.19.7060|65|0 +1.3.6.1.2.1.2.2.1.19.7061|65|0 +1.3.6.1.2.1.2.2.1.19.7062|65|0 +1.3.6.1.2.1.2.2.1.19.7063|65|0 +1.3.6.1.2.1.2.2.1.19.9000|65|0 +1.3.6.1.2.1.2.2.1.19.20000|65|0 +1.3.6.1.2.1.2.2.1.19.100000|65|0 +1.3.6.1.2.1.2.2.1.19.100001|65|0 +1.3.6.1.2.1.2.2.1.19.100018|65|0 +1.3.6.1.2.1.2.2.1.19.100019|65|0 +1.3.6.1.2.1.2.2.1.19.100038|65|0 +1.3.6.1.2.1.2.2.1.19.100039|65|0 +1.3.6.1.2.1.2.2.1.19.100098|65|0 +1.3.6.1.2.1.2.2.1.19.100099|65|0 +1.3.6.1.2.1.2.2.1.19.100199|65|0 +1.3.6.1.2.1.2.2.1.19.100253|65|0 +1.3.6.1.2.1.2.2.1.19.100999|65|0 +1.3.6.1.2.1.2.2.1.19.102599|65|0 +1.3.6.1.2.1.2.2.1.19.103199|65|0 +1.3.6.1.2.1.2.2.1.20.49|65|0 +1.3.6.1.2.1.2.2.1.20.50|65|0 +1.3.6.1.2.1.2.2.1.20.51|65|0 +1.3.6.1.2.1.2.2.1.20.52|65|0 +1.3.6.1.2.1.2.2.1.20.53|65|0 +1.3.6.1.2.1.2.2.1.20.54|65|0 +1.3.6.1.2.1.2.2.1.20.55|65|0 +1.3.6.1.2.1.2.2.1.20.56|65|0 +1.3.6.1.2.1.2.2.1.20.57|65|0 +1.3.6.1.2.1.2.2.1.20.58|65|0 +1.3.6.1.2.1.2.2.1.20.59|65|0 +1.3.6.1.2.1.2.2.1.20.60|65|0 +1.3.6.1.2.1.2.2.1.20.61|65|0 +1.3.6.1.2.1.2.2.1.20.62|65|0 +1.3.6.1.2.1.2.2.1.20.63|65|0 +1.3.6.1.2.1.2.2.1.20.64|65|0 +1.3.6.1.2.1.2.2.1.20.65|65|0 +1.3.6.1.2.1.2.2.1.20.66|65|0 +1.3.6.1.2.1.2.2.1.20.67|65|0 +1.3.6.1.2.1.2.2.1.20.68|65|0 +1.3.6.1.2.1.2.2.1.20.69|65|0 +1.3.6.1.2.1.2.2.1.20.70|65|0 +1.3.6.1.2.1.2.2.1.20.71|65|0 +1.3.6.1.2.1.2.2.1.20.72|65|0 +1.3.6.1.2.1.2.2.1.20.105|65|0 +1.3.6.1.2.1.2.2.1.20.106|65|0 +1.3.6.1.2.1.2.2.1.20.107|65|0 +1.3.6.1.2.1.2.2.1.20.108|65|0 +1.3.6.1.2.1.2.2.1.20.1000|65|0 +1.3.6.1.2.1.2.2.1.20.1001|65|0 +1.3.6.1.2.1.2.2.1.20.1002|65|0 +1.3.6.1.2.1.2.2.1.20.1003|65|0 +1.3.6.1.2.1.2.2.1.20.1004|65|0 +1.3.6.1.2.1.2.2.1.20.1005|65|0 +1.3.6.1.2.1.2.2.1.20.1006|65|0 +1.3.6.1.2.1.2.2.1.20.1007|65|0 +1.3.6.1.2.1.2.2.1.20.1008|65|0 +1.3.6.1.2.1.2.2.1.20.1009|65|0 +1.3.6.1.2.1.2.2.1.20.1010|65|0 +1.3.6.1.2.1.2.2.1.20.1011|65|0 +1.3.6.1.2.1.2.2.1.20.1012|65|0 +1.3.6.1.2.1.2.2.1.20.1013|65|0 +1.3.6.1.2.1.2.2.1.20.1014|65|0 +1.3.6.1.2.1.2.2.1.20.1015|65|0 +1.3.6.1.2.1.2.2.1.20.1016|65|0 +1.3.6.1.2.1.2.2.1.20.1017|65|0 +1.3.6.1.2.1.2.2.1.20.1018|65|0 +1.3.6.1.2.1.2.2.1.20.1019|65|0 +1.3.6.1.2.1.2.2.1.20.1020|65|0 +1.3.6.1.2.1.2.2.1.20.1021|65|0 +1.3.6.1.2.1.2.2.1.20.1022|65|0 +1.3.6.1.2.1.2.2.1.20.1023|65|0 +1.3.6.1.2.1.2.2.1.20.1024|65|0 +1.3.6.1.2.1.2.2.1.20.1025|65|0 +1.3.6.1.2.1.2.2.1.20.1026|65|0 +1.3.6.1.2.1.2.2.1.20.1027|65|0 +1.3.6.1.2.1.2.2.1.20.1028|65|0 +1.3.6.1.2.1.2.2.1.20.1029|65|0 +1.3.6.1.2.1.2.2.1.20.1030|65|0 +1.3.6.1.2.1.2.2.1.20.1031|65|0 +1.3.6.1.2.1.2.2.1.20.1032|65|0 +1.3.6.1.2.1.2.2.1.20.1033|65|0 +1.3.6.1.2.1.2.2.1.20.1034|65|0 +1.3.6.1.2.1.2.2.1.20.1035|65|0 +1.3.6.1.2.1.2.2.1.20.1036|65|0 +1.3.6.1.2.1.2.2.1.20.1037|65|0 +1.3.6.1.2.1.2.2.1.20.1038|65|0 +1.3.6.1.2.1.2.2.1.20.1039|65|0 +1.3.6.1.2.1.2.2.1.20.1040|65|0 +1.3.6.1.2.1.2.2.1.20.1041|65|0 +1.3.6.1.2.1.2.2.1.20.1042|65|0 +1.3.6.1.2.1.2.2.1.20.1043|65|0 +1.3.6.1.2.1.2.2.1.20.1044|65|0 +1.3.6.1.2.1.2.2.1.20.1045|65|0 +1.3.6.1.2.1.2.2.1.20.1046|65|0 +1.3.6.1.2.1.2.2.1.20.1047|65|0 +1.3.6.1.2.1.2.2.1.20.3000|65|0 +1.3.6.1.2.1.2.2.1.20.3001|65|0 +1.3.6.1.2.1.2.2.1.20.3002|65|0 +1.3.6.1.2.1.2.2.1.20.3003|65|0 +1.3.6.1.2.1.2.2.1.20.3004|65|0 +1.3.6.1.2.1.2.2.1.20.3005|65|0 +1.3.6.1.2.1.2.2.1.20.3006|65|0 +1.3.6.1.2.1.2.2.1.20.3007|65|0 +1.3.6.1.2.1.2.2.1.20.3008|65|0 +1.3.6.1.2.1.2.2.1.20.3009|65|0 +1.3.6.1.2.1.2.2.1.20.3010|65|0 +1.3.6.1.2.1.2.2.1.20.3011|65|0 +1.3.6.1.2.1.2.2.1.20.3012|65|0 +1.3.6.1.2.1.2.2.1.20.3013|65|0 +1.3.6.1.2.1.2.2.1.20.3014|65|0 +1.3.6.1.2.1.2.2.1.20.3015|65|0 +1.3.6.1.2.1.2.2.1.20.7000|65|0 +1.3.6.1.2.1.2.2.1.20.7001|65|0 +1.3.6.1.2.1.2.2.1.20.7002|65|0 +1.3.6.1.2.1.2.2.1.20.7003|65|0 +1.3.6.1.2.1.2.2.1.20.7004|65|0 +1.3.6.1.2.1.2.2.1.20.7005|65|0 +1.3.6.1.2.1.2.2.1.20.7006|65|0 +1.3.6.1.2.1.2.2.1.20.7007|65|0 +1.3.6.1.2.1.2.2.1.20.7008|65|0 +1.3.6.1.2.1.2.2.1.20.7009|65|0 +1.3.6.1.2.1.2.2.1.20.7010|65|0 +1.3.6.1.2.1.2.2.1.20.7011|65|0 +1.3.6.1.2.1.2.2.1.20.7012|65|0 +1.3.6.1.2.1.2.2.1.20.7013|65|0 +1.3.6.1.2.1.2.2.1.20.7014|65|0 +1.3.6.1.2.1.2.2.1.20.7015|65|0 +1.3.6.1.2.1.2.2.1.20.7016|65|0 +1.3.6.1.2.1.2.2.1.20.7017|65|0 +1.3.6.1.2.1.2.2.1.20.7018|65|0 +1.3.6.1.2.1.2.2.1.20.7019|65|0 +1.3.6.1.2.1.2.2.1.20.7020|65|0 +1.3.6.1.2.1.2.2.1.20.7021|65|0 +1.3.6.1.2.1.2.2.1.20.7022|65|0 +1.3.6.1.2.1.2.2.1.20.7023|65|0 +1.3.6.1.2.1.2.2.1.20.7024|65|0 +1.3.6.1.2.1.2.2.1.20.7025|65|0 +1.3.6.1.2.1.2.2.1.20.7026|65|0 +1.3.6.1.2.1.2.2.1.20.7027|65|0 +1.3.6.1.2.1.2.2.1.20.7028|65|0 +1.3.6.1.2.1.2.2.1.20.7029|65|0 +1.3.6.1.2.1.2.2.1.20.7030|65|0 +1.3.6.1.2.1.2.2.1.20.7031|65|0 +1.3.6.1.2.1.2.2.1.20.7032|65|0 +1.3.6.1.2.1.2.2.1.20.7033|65|0 +1.3.6.1.2.1.2.2.1.20.7034|65|0 +1.3.6.1.2.1.2.2.1.20.7035|65|0 +1.3.6.1.2.1.2.2.1.20.7036|65|0 +1.3.6.1.2.1.2.2.1.20.7037|65|0 +1.3.6.1.2.1.2.2.1.20.7038|65|0 +1.3.6.1.2.1.2.2.1.20.7039|65|0 +1.3.6.1.2.1.2.2.1.20.7040|65|0 +1.3.6.1.2.1.2.2.1.20.7041|65|0 +1.3.6.1.2.1.2.2.1.20.7042|65|0 +1.3.6.1.2.1.2.2.1.20.7043|65|0 +1.3.6.1.2.1.2.2.1.20.7044|65|0 +1.3.6.1.2.1.2.2.1.20.7045|65|0 +1.3.6.1.2.1.2.2.1.20.7046|65|0 +1.3.6.1.2.1.2.2.1.20.7047|65|0 +1.3.6.1.2.1.2.2.1.20.7048|65|0 +1.3.6.1.2.1.2.2.1.20.7049|65|0 +1.3.6.1.2.1.2.2.1.20.7050|65|0 +1.3.6.1.2.1.2.2.1.20.7051|65|0 +1.3.6.1.2.1.2.2.1.20.7052|65|0 +1.3.6.1.2.1.2.2.1.20.7053|65|0 +1.3.6.1.2.1.2.2.1.20.7054|65|0 +1.3.6.1.2.1.2.2.1.20.7055|65|0 +1.3.6.1.2.1.2.2.1.20.7056|65|0 +1.3.6.1.2.1.2.2.1.20.7057|65|0 +1.3.6.1.2.1.2.2.1.20.7058|65|0 +1.3.6.1.2.1.2.2.1.20.7059|65|0 +1.3.6.1.2.1.2.2.1.20.7060|65|0 +1.3.6.1.2.1.2.2.1.20.7061|65|0 +1.3.6.1.2.1.2.2.1.20.7062|65|0 +1.3.6.1.2.1.2.2.1.20.7063|65|0 +1.3.6.1.2.1.2.2.1.20.9000|65|0 +1.3.6.1.2.1.2.2.1.20.20000|65|0 +1.3.6.1.2.1.2.2.1.20.100000|65|0 +1.3.6.1.2.1.2.2.1.20.100001|65|0 +1.3.6.1.2.1.2.2.1.20.100018|65|0 +1.3.6.1.2.1.2.2.1.20.100019|65|0 +1.3.6.1.2.1.2.2.1.20.100038|65|0 +1.3.6.1.2.1.2.2.1.20.100039|65|0 +1.3.6.1.2.1.2.2.1.20.100098|65|0 +1.3.6.1.2.1.2.2.1.20.100099|65|0 +1.3.6.1.2.1.2.2.1.20.100199|65|0 +1.3.6.1.2.1.2.2.1.20.100253|65|0 +1.3.6.1.2.1.2.2.1.20.100999|65|0 +1.3.6.1.2.1.2.2.1.20.102599|65|0 +1.3.6.1.2.1.2.2.1.20.103199|65|0 +1.3.6.1.2.1.4.3.0|65|28324116 +1.3.6.1.2.1.4.4.0|65|5 +1.3.6.1.2.1.4.5.0|65|0 +1.3.6.1.2.1.4.6.0|65|0 +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|28324001 +1.3.6.1.2.1.4.10.0|65|9495661 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|56 +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.20.1.2.127.0.0.1|2|20000 +1.3.6.1.2.1.4.20.1.2.169.254.102.22|2|100253 +1.3.6.1.2.1.4.20.1.2.169.254.254.22|2|100000 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|0.0.0.0 +1.3.6.1.2.1.4.20.1.3.169.254.102.22|64|255.255.255.0 +1.3.6.1.2.1.4.20.1.3.169.254.254.22|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.100000.169.254.254.1|4x|0264329FBC02 +1.3.6.1.2.1.4.22.1.2.100253.169.254.102.1|4x|0264329FBC02 +1.3.6.1.2.1.4.22.1.2.100253.169.254.102.200|4x|8030E03F2D40 +1.3.6.1.2.1.4.22.1.2.100253.169.254.102.212|4x|003067A82FC4 +1.3.6.1.2.1.4.22.1.2.100253.169.254.102.252|4x|E0D55EB559EE +1.3.6.1.2.1.4.24.3.0|66|4 +1.3.6.1.2.1.4.31.1.1.3.2|65|71872 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.2|65|0 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.2|65|0 +1.3.6.1.2.1.4.31.1.1.14.2|65|0 +1.3.6.1.2.1.4.31.1.1.15.2|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|0 +1.3.6.1.2.1.4.31.1.1.18.2|65|71858 +1.3.6.1.2.1.4.31.1.1.20.2|65|96930 +1.3.6.1.2.1.4.31.1.1.22.2|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.34.2|65|71870 +1.3.6.1.2.1.4.31.1.1.38.2|65|96928 +1.3.6.1.2.1.4.34.1.3.2.16.252.1.0.2.0.0.0.0.0.0.0.0.0.0.0.34|2|100253 +1.3.6.1.2.1.4.34.1.5.2.16.252.1.0.2.0.0.0.0.0.0.0.0.0.0.0.34|6|0.0 +1.3.6.1.2.1.4.34.1.6.2.16.252.1.0.2.0.0.0.0.0.0.0.0.0.0.0.34|2|2 +1.3.6.1.2.1.4.35.1.4.100253.4.20.254.128.0.0.0.0.0.0.0.100.50.255.254.159.188.2.0.1.135.157|4x|0264329FBC02 +1.3.6.1.2.1.4.35.1.4.100253.4.20.254.128.0.0.0.0.0.0.2.12.66.255.254.178.72.101.0.1.135.157|4x|000C42B24865 +1.3.6.1.2.1.5.1.0|65|39170 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|0 +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|39170 +1.3.6.1.2.1.5.9.0|65|0 +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|54489 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|1 +1.3.6.1.2.1.5.17.0|65|0 +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|61 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|39170 +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.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|492 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|3 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|54815 +1.3.6.1.2.1.6.11.0|65|58194 +1.3.6.1.2.1.6.12.0|65|1567 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|8 +1.3.6.1.2.1.7.1.0|65|9380620 +1.3.6.1.2.1.7.2.0|65|18849443 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|9478917 +1.3.6.1.2.1.10.7.2.1.19.49|2|3 +1.3.6.1.2.1.10.7.2.1.19.50|2|3 +1.3.6.1.2.1.10.7.2.1.19.51|2|3 +1.3.6.1.2.1.10.7.2.1.19.52|2|3 +1.3.6.1.2.1.10.7.2.1.19.53|2|3 +1.3.6.1.2.1.10.7.2.1.19.54|2|3 +1.3.6.1.2.1.10.7.2.1.19.55|2|3 +1.3.6.1.2.1.10.7.2.1.19.56|2|3 +1.3.6.1.2.1.10.7.2.1.19.57|2|3 +1.3.6.1.2.1.10.7.2.1.19.58|2|3 +1.3.6.1.2.1.10.7.2.1.19.59|2|3 +1.3.6.1.2.1.10.7.2.1.19.60|2|3 +1.3.6.1.2.1.10.7.2.1.19.61|2|3 +1.3.6.1.2.1.10.7.2.1.19.62|2|3 +1.3.6.1.2.1.10.7.2.1.19.63|2|3 +1.3.6.1.2.1.10.7.2.1.19.64|2|3 +1.3.6.1.2.1.10.7.2.1.19.65|2|3 +1.3.6.1.2.1.10.7.2.1.19.66|2|1 +1.3.6.1.2.1.10.7.2.1.19.67|2|1 +1.3.6.1.2.1.10.7.2.1.19.68|2|3 +1.3.6.1.2.1.10.7.2.1.19.69|2|3 +1.3.6.1.2.1.10.7.2.1.19.70|2|1 +1.3.6.1.2.1.10.7.2.1.19.71|2|3 +1.3.6.1.2.1.10.7.2.1.19.72|2|3 +1.3.6.1.2.1.10.7.2.1.19.105|2|3 +1.3.6.1.2.1.10.7.2.1.19.106|2|1 +1.3.6.1.2.1.10.7.2.1.19.107|2|1 +1.3.6.1.2.1.10.7.2.1.19.108|2|1 +1.3.6.1.2.1.10.7.2.1.19.157|2|1 +1.3.6.1.2.1.10.7.2.1.19.158|2|1 +1.3.6.1.2.1.10.7.2.1.19.159|2|1 +1.3.6.1.2.1.10.7.2.1.19.160|2|1 +1.3.6.1.2.1.10.7.2.1.19.161|2|1 +1.3.6.1.2.1.10.7.2.1.19.162|2|1 +1.3.6.1.2.1.10.7.2.1.19.163|2|1 +1.3.6.1.2.1.10.7.2.1.19.164|2|1 +1.3.6.1.2.1.10.7.2.1.19.165|2|1 +1.3.6.1.2.1.10.7.2.1.19.166|2|1 +1.3.6.1.2.1.10.7.2.1.19.167|2|1 +1.3.6.1.2.1.10.7.2.1.19.168|2|1 +1.3.6.1.2.1.10.7.2.1.19.169|2|1 +1.3.6.1.2.1.10.7.2.1.19.170|2|1 +1.3.6.1.2.1.10.7.2.1.19.171|2|1 +1.3.6.1.2.1.10.7.2.1.19.172|2|1 +1.3.6.1.2.1.10.7.2.1.19.173|2|1 +1.3.6.1.2.1.10.7.2.1.19.174|2|1 +1.3.6.1.2.1.10.7.2.1.19.175|2|1 +1.3.6.1.2.1.10.7.2.1.19.176|2|1 +1.3.6.1.2.1.10.7.2.1.19.177|2|1 +1.3.6.1.2.1.10.7.2.1.19.178|2|1 +1.3.6.1.2.1.10.7.2.1.19.179|2|1 +1.3.6.1.2.1.10.7.2.1.19.180|2|1 +1.3.6.1.2.1.10.7.2.1.19.213|2|1 +1.3.6.1.2.1.10.7.2.1.19.214|2|1 +1.3.6.1.2.1.10.7.2.1.19.215|2|1 +1.3.6.1.2.1.10.7.2.1.19.216|2|1 +1.3.6.1.2.1.10.7.2.1.19.265|2|1 +1.3.6.1.2.1.10.7.2.1.19.266|2|1 +1.3.6.1.2.1.10.7.2.1.19.267|2|1 +1.3.6.1.2.1.10.7.2.1.19.268|2|1 +1.3.6.1.2.1.10.7.2.1.19.269|2|1 +1.3.6.1.2.1.10.7.2.1.19.270|2|1 +1.3.6.1.2.1.10.7.2.1.19.271|2|1 +1.3.6.1.2.1.10.7.2.1.19.272|2|1 +1.3.6.1.2.1.10.7.2.1.19.273|2|1 +1.3.6.1.2.1.10.7.2.1.19.274|2|1 +1.3.6.1.2.1.10.7.2.1.19.275|2|1 +1.3.6.1.2.1.10.7.2.1.19.276|2|1 +1.3.6.1.2.1.10.7.2.1.19.277|2|1 +1.3.6.1.2.1.10.7.2.1.19.278|2|1 +1.3.6.1.2.1.10.7.2.1.19.279|2|1 +1.3.6.1.2.1.10.7.2.1.19.280|2|1 +1.3.6.1.2.1.10.7.2.1.19.281|2|1 +1.3.6.1.2.1.10.7.2.1.19.282|2|1 +1.3.6.1.2.1.10.7.2.1.19.283|2|1 +1.3.6.1.2.1.10.7.2.1.19.284|2|1 +1.3.6.1.2.1.10.7.2.1.19.285|2|1 +1.3.6.1.2.1.10.7.2.1.19.286|2|1 +1.3.6.1.2.1.10.7.2.1.19.287|2|1 +1.3.6.1.2.1.10.7.2.1.19.288|2|1 +1.3.6.1.2.1.10.7.2.1.19.321|2|1 +1.3.6.1.2.1.10.7.2.1.19.322|2|1 +1.3.6.1.2.1.10.7.2.1.19.323|2|1 +1.3.6.1.2.1.10.7.2.1.19.324|2|1 +1.3.6.1.2.1.10.7.2.1.19.373|2|1 +1.3.6.1.2.1.10.7.2.1.19.374|2|1 +1.3.6.1.2.1.10.7.2.1.19.375|2|1 +1.3.6.1.2.1.10.7.2.1.19.376|2|1 +1.3.6.1.2.1.10.7.2.1.19.377|2|1 +1.3.6.1.2.1.10.7.2.1.19.378|2|1 +1.3.6.1.2.1.10.7.2.1.19.379|2|1 +1.3.6.1.2.1.10.7.2.1.19.380|2|1 +1.3.6.1.2.1.10.7.2.1.19.381|2|1 +1.3.6.1.2.1.10.7.2.1.19.382|2|1 +1.3.6.1.2.1.10.7.2.1.19.383|2|1 +1.3.6.1.2.1.10.7.2.1.19.384|2|1 +1.3.6.1.2.1.10.7.2.1.19.385|2|1 +1.3.6.1.2.1.10.7.2.1.19.386|2|1 +1.3.6.1.2.1.10.7.2.1.19.387|2|1 +1.3.6.1.2.1.10.7.2.1.19.388|2|1 +1.3.6.1.2.1.10.7.2.1.19.389|2|1 +1.3.6.1.2.1.10.7.2.1.19.390|2|1 +1.3.6.1.2.1.10.7.2.1.19.391|2|1 +1.3.6.1.2.1.10.7.2.1.19.392|2|1 +1.3.6.1.2.1.10.7.2.1.19.393|2|1 +1.3.6.1.2.1.10.7.2.1.19.394|2|1 +1.3.6.1.2.1.10.7.2.1.19.395|2|1 +1.3.6.1.2.1.10.7.2.1.19.396|2|1 +1.3.6.1.2.1.10.7.2.1.19.429|2|1 +1.3.6.1.2.1.10.7.2.1.19.430|2|1 +1.3.6.1.2.1.10.7.2.1.19.431|2|1 +1.3.6.1.2.1.10.7.2.1.19.432|2|1 +1.3.6.1.2.1.10.7.2.1.19.481|2|1 +1.3.6.1.2.1.10.7.2.1.19.482|2|1 +1.3.6.1.2.1.10.7.2.1.19.483|2|1 +1.3.6.1.2.1.10.7.2.1.19.484|2|1 +1.3.6.1.2.1.10.7.2.1.19.485|2|1 +1.3.6.1.2.1.10.7.2.1.19.486|2|1 +1.3.6.1.2.1.10.7.2.1.19.487|2|1 +1.3.6.1.2.1.10.7.2.1.19.488|2|1 +1.3.6.1.2.1.10.7.2.1.19.489|2|1 +1.3.6.1.2.1.10.7.2.1.19.490|2|1 +1.3.6.1.2.1.10.7.2.1.19.491|2|1 +1.3.6.1.2.1.10.7.2.1.19.492|2|1 +1.3.6.1.2.1.10.7.2.1.19.493|2|1 +1.3.6.1.2.1.10.7.2.1.19.494|2|1 +1.3.6.1.2.1.10.7.2.1.19.495|2|1 +1.3.6.1.2.1.10.7.2.1.19.496|2|1 +1.3.6.1.2.1.10.7.2.1.19.497|2|1 +1.3.6.1.2.1.10.7.2.1.19.498|2|1 +1.3.6.1.2.1.10.7.2.1.19.499|2|1 +1.3.6.1.2.1.10.7.2.1.19.500|2|1 +1.3.6.1.2.1.10.7.2.1.19.501|2|1 +1.3.6.1.2.1.10.7.2.1.19.502|2|1 +1.3.6.1.2.1.10.7.2.1.19.503|2|1 +1.3.6.1.2.1.10.7.2.1.19.504|2|1 +1.3.6.1.2.1.10.7.2.1.19.537|2|1 +1.3.6.1.2.1.10.7.2.1.19.538|2|1 +1.3.6.1.2.1.10.7.2.1.19.539|2|1 +1.3.6.1.2.1.10.7.2.1.19.540|2|1 +1.3.6.1.2.1.10.7.2.1.19.589|2|1 +1.3.6.1.2.1.10.7.2.1.19.590|2|1 +1.3.6.1.2.1.10.7.2.1.19.591|2|1 +1.3.6.1.2.1.10.7.2.1.19.592|2|1 +1.3.6.1.2.1.10.7.2.1.19.593|2|1 +1.3.6.1.2.1.10.7.2.1.19.594|2|1 +1.3.6.1.2.1.10.7.2.1.19.595|2|1 +1.3.6.1.2.1.10.7.2.1.19.596|2|1 +1.3.6.1.2.1.10.7.2.1.19.597|2|1 +1.3.6.1.2.1.10.7.2.1.19.598|2|1 +1.3.6.1.2.1.10.7.2.1.19.599|2|1 +1.3.6.1.2.1.10.7.2.1.19.600|2|1 +1.3.6.1.2.1.10.7.2.1.19.601|2|1 +1.3.6.1.2.1.10.7.2.1.19.602|2|1 +1.3.6.1.2.1.10.7.2.1.19.603|2|1 +1.3.6.1.2.1.10.7.2.1.19.604|2|1 +1.3.6.1.2.1.10.7.2.1.19.605|2|1 +1.3.6.1.2.1.10.7.2.1.19.606|2|1 +1.3.6.1.2.1.10.7.2.1.19.607|2|1 +1.3.6.1.2.1.10.7.2.1.19.608|2|1 +1.3.6.1.2.1.10.7.2.1.19.609|2|1 +1.3.6.1.2.1.10.7.2.1.19.610|2|1 +1.3.6.1.2.1.10.7.2.1.19.611|2|1 +1.3.6.1.2.1.10.7.2.1.19.612|2|1 +1.3.6.1.2.1.10.7.2.1.19.645|2|1 +1.3.6.1.2.1.10.7.2.1.19.646|2|1 +1.3.6.1.2.1.10.7.2.1.19.647|2|1 +1.3.6.1.2.1.10.7.2.1.19.648|2|1 +1.3.6.1.2.1.10.7.2.1.19.697|2|1 +1.3.6.1.2.1.10.7.2.1.19.698|2|1 +1.3.6.1.2.1.10.7.2.1.19.699|2|1 +1.3.6.1.2.1.10.7.2.1.19.700|2|1 +1.3.6.1.2.1.10.7.2.1.19.701|2|1 +1.3.6.1.2.1.10.7.2.1.19.702|2|1 +1.3.6.1.2.1.10.7.2.1.19.703|2|1 +1.3.6.1.2.1.10.7.2.1.19.704|2|1 +1.3.6.1.2.1.10.7.2.1.19.705|2|1 +1.3.6.1.2.1.10.7.2.1.19.706|2|1 +1.3.6.1.2.1.10.7.2.1.19.707|2|1 +1.3.6.1.2.1.10.7.2.1.19.708|2|1 +1.3.6.1.2.1.10.7.2.1.19.709|2|1 +1.3.6.1.2.1.10.7.2.1.19.710|2|1 +1.3.6.1.2.1.10.7.2.1.19.711|2|1 +1.3.6.1.2.1.10.7.2.1.19.712|2|1 +1.3.6.1.2.1.10.7.2.1.19.713|2|1 +1.3.6.1.2.1.10.7.2.1.19.714|2|1 +1.3.6.1.2.1.10.7.2.1.19.715|2|1 +1.3.6.1.2.1.10.7.2.1.19.716|2|1 +1.3.6.1.2.1.10.7.2.1.19.717|2|1 +1.3.6.1.2.1.10.7.2.1.19.718|2|1 +1.3.6.1.2.1.10.7.2.1.19.719|2|1 +1.3.6.1.2.1.10.7.2.1.19.720|2|1 +1.3.6.1.2.1.10.7.2.1.19.753|2|1 +1.3.6.1.2.1.10.7.2.1.19.754|2|1 +1.3.6.1.2.1.10.7.2.1.19.755|2|1 +1.3.6.1.2.1.10.7.2.1.19.756|2|1 +1.3.6.1.2.1.10.7.2.1.19.805|2|1 +1.3.6.1.2.1.10.7.2.1.19.806|2|1 +1.3.6.1.2.1.10.7.2.1.19.807|2|1 +1.3.6.1.2.1.10.7.2.1.19.808|2|1 +1.3.6.1.2.1.10.7.2.1.19.809|2|1 +1.3.6.1.2.1.10.7.2.1.19.810|2|1 +1.3.6.1.2.1.10.7.2.1.19.811|2|1 +1.3.6.1.2.1.10.7.2.1.19.812|2|1 +1.3.6.1.2.1.10.7.2.1.19.813|2|1 +1.3.6.1.2.1.10.7.2.1.19.814|2|1 +1.3.6.1.2.1.10.7.2.1.19.815|2|1 +1.3.6.1.2.1.10.7.2.1.19.816|2|1 +1.3.6.1.2.1.10.7.2.1.19.817|2|1 +1.3.6.1.2.1.10.7.2.1.19.818|2|1 +1.3.6.1.2.1.10.7.2.1.19.819|2|1 +1.3.6.1.2.1.10.7.2.1.19.820|2|1 +1.3.6.1.2.1.10.7.2.1.19.821|2|1 +1.3.6.1.2.1.10.7.2.1.19.822|2|1 +1.3.6.1.2.1.10.7.2.1.19.823|2|1 +1.3.6.1.2.1.10.7.2.1.19.824|2|1 +1.3.6.1.2.1.10.7.2.1.19.825|2|1 +1.3.6.1.2.1.10.7.2.1.19.826|2|1 +1.3.6.1.2.1.10.7.2.1.19.827|2|1 +1.3.6.1.2.1.10.7.2.1.19.828|2|1 +1.3.6.1.2.1.10.7.2.1.19.861|2|1 +1.3.6.1.2.1.10.7.2.1.19.862|2|1 +1.3.6.1.2.1.10.7.2.1.19.863|2|1 +1.3.6.1.2.1.10.7.2.1.19.864|2|1 +1.3.6.1.2.1.10.7.2.1.19.1000|2|3 +1.3.6.1.2.1.10.7.2.1.19.1001|2|3 +1.3.6.1.2.1.10.7.2.1.19.1002|2|1 +1.3.6.1.2.1.10.7.2.1.19.1003|2|1 +1.3.6.1.2.1.10.7.2.1.19.1004|2|1 +1.3.6.1.2.1.10.7.2.1.19.1005|2|1 +1.3.6.1.2.1.10.7.2.1.19.1006|2|1 +1.3.6.1.2.1.10.7.2.1.19.1007|2|1 +1.3.6.1.2.1.10.7.2.1.19.1008|2|1 +1.3.6.1.2.1.10.7.2.1.19.1009|2|1 +1.3.6.1.2.1.10.7.2.1.19.1010|2|1 +1.3.6.1.2.1.10.7.2.1.19.1011|2|1 +1.3.6.1.2.1.10.7.2.1.19.1012|2|1 +1.3.6.1.2.1.10.7.2.1.19.1013|2|1 +1.3.6.1.2.1.10.7.2.1.19.1014|2|1 +1.3.6.1.2.1.10.7.2.1.19.1015|2|1 +1.3.6.1.2.1.10.7.2.1.19.1016|2|1 +1.3.6.1.2.1.10.7.2.1.19.1017|2|1 +1.3.6.1.2.1.10.7.2.1.19.1018|2|1 +1.3.6.1.2.1.10.7.2.1.19.1019|2|1 +1.3.6.1.2.1.10.7.2.1.19.1020|2|1 +1.3.6.1.2.1.10.7.2.1.19.1021|2|1 +1.3.6.1.2.1.10.7.2.1.19.1022|2|1 +1.3.6.1.2.1.10.7.2.1.19.1023|2|1 +1.3.6.1.2.1.10.7.2.1.19.1024|2|1 +1.3.6.1.2.1.10.7.2.1.19.1025|2|1 +1.3.6.1.2.1.10.7.2.1.19.1026|2|1 +1.3.6.1.2.1.10.7.2.1.19.1027|2|1 +1.3.6.1.2.1.10.7.2.1.19.1028|2|1 +1.3.6.1.2.1.10.7.2.1.19.1029|2|1 +1.3.6.1.2.1.10.7.2.1.19.1030|2|1 +1.3.6.1.2.1.10.7.2.1.19.1031|2|1 +1.3.6.1.2.1.10.7.2.1.19.1032|2|1 +1.3.6.1.2.1.10.7.2.1.19.1033|2|1 +1.3.6.1.2.1.10.7.2.1.19.1034|2|1 +1.3.6.1.2.1.10.7.2.1.19.1035|2|1 +1.3.6.1.2.1.10.7.2.1.19.1036|2|1 +1.3.6.1.2.1.10.7.2.1.19.1037|2|1 +1.3.6.1.2.1.10.7.2.1.19.1038|2|1 +1.3.6.1.2.1.10.7.2.1.19.1039|2|1 +1.3.6.1.2.1.10.7.2.1.19.1040|2|1 +1.3.6.1.2.1.10.7.2.1.19.1041|2|1 +1.3.6.1.2.1.10.7.2.1.19.1042|2|1 +1.3.6.1.2.1.10.7.2.1.19.1043|2|1 +1.3.6.1.2.1.10.7.2.1.19.1044|2|1 +1.3.6.1.2.1.10.7.2.1.19.1045|2|1 +1.3.6.1.2.1.10.7.2.1.19.1046|2|1 +1.3.6.1.2.1.10.7.2.1.19.1047|2|1 +1.3.6.1.2.1.11.1.0|65|9376795 +1.3.6.1.2.1.11.2.0|65|9376793 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|1 +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|91269406 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|279337 +1.3.6.1.2.1.11.16.0|65|51584 +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|0 +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|9376795 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.30.0|2|2 +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.17.1.1.0|4x|E828C126B9C0 +1.3.6.1.2.1.17.1.4.1.2.49|2|49 +1.3.6.1.2.1.17.1.4.1.2.50|2|50 +1.3.6.1.2.1.17.1.4.1.2.51|2|51 +1.3.6.1.2.1.17.1.4.1.2.52|2|52 +1.3.6.1.2.1.17.1.4.1.2.53|2|53 +1.3.6.1.2.1.17.1.4.1.2.54|2|54 +1.3.6.1.2.1.17.1.4.1.2.55|2|55 +1.3.6.1.2.1.17.1.4.1.2.56|2|56 +1.3.6.1.2.1.17.1.4.1.2.57|2|57 +1.3.6.1.2.1.17.1.4.1.2.58|2|58 +1.3.6.1.2.1.17.1.4.1.2.59|2|59 +1.3.6.1.2.1.17.1.4.1.2.60|2|60 +1.3.6.1.2.1.17.1.4.1.2.61|2|61 +1.3.6.1.2.1.17.1.4.1.2.62|2|62 +1.3.6.1.2.1.17.1.4.1.2.63|2|63 +1.3.6.1.2.1.17.1.4.1.2.64|2|64 +1.3.6.1.2.1.17.1.4.1.2.65|2|65 +1.3.6.1.2.1.17.1.4.1.2.66|2|66 +1.3.6.1.2.1.17.1.4.1.2.67|2|67 +1.3.6.1.2.1.17.1.4.1.2.68|2|68 +1.3.6.1.2.1.17.1.4.1.2.69|2|69 +1.3.6.1.2.1.17.1.4.1.2.70|2|70 +1.3.6.1.2.1.17.1.4.1.2.71|2|71 +1.3.6.1.2.1.17.1.4.1.2.72|2|72 +1.3.6.1.2.1.17.1.4.1.2.105|2|105 +1.3.6.1.2.1.17.1.4.1.2.106|2|106 +1.3.6.1.2.1.17.1.4.1.2.107|2|107 +1.3.6.1.2.1.17.1.4.1.2.108|2|108 +1.3.6.1.2.1.17.1.4.1.2.157|2|157 +1.3.6.1.2.1.17.1.4.1.2.158|2|158 +1.3.6.1.2.1.17.1.4.1.2.159|2|159 +1.3.6.1.2.1.17.1.4.1.2.160|2|160 +1.3.6.1.2.1.17.1.4.1.2.161|2|161 +1.3.6.1.2.1.17.1.4.1.2.162|2|162 +1.3.6.1.2.1.17.1.4.1.2.163|2|163 +1.3.6.1.2.1.17.1.4.1.2.164|2|164 +1.3.6.1.2.1.17.1.4.1.2.165|2|165 +1.3.6.1.2.1.17.1.4.1.2.166|2|166 +1.3.6.1.2.1.17.1.4.1.2.167|2|167 +1.3.6.1.2.1.17.1.4.1.2.168|2|168 +1.3.6.1.2.1.17.1.4.1.2.169|2|169 +1.3.6.1.2.1.17.1.4.1.2.170|2|170 +1.3.6.1.2.1.17.1.4.1.2.171|2|171 +1.3.6.1.2.1.17.1.4.1.2.172|2|172 +1.3.6.1.2.1.17.1.4.1.2.173|2|173 +1.3.6.1.2.1.17.1.4.1.2.174|2|174 +1.3.6.1.2.1.17.1.4.1.2.175|2|175 +1.3.6.1.2.1.17.1.4.1.2.176|2|176 +1.3.6.1.2.1.17.1.4.1.2.177|2|177 +1.3.6.1.2.1.17.1.4.1.2.178|2|178 +1.3.6.1.2.1.17.1.4.1.2.179|2|179 +1.3.6.1.2.1.17.1.4.1.2.180|2|180 +1.3.6.1.2.1.17.1.4.1.2.213|2|213 +1.3.6.1.2.1.17.1.4.1.2.214|2|214 +1.3.6.1.2.1.17.1.4.1.2.215|2|215 +1.3.6.1.2.1.17.1.4.1.2.216|2|216 +1.3.6.1.2.1.17.1.4.1.2.265|2|265 +1.3.6.1.2.1.17.1.4.1.2.266|2|266 +1.3.6.1.2.1.17.1.4.1.2.267|2|267 +1.3.6.1.2.1.17.1.4.1.2.268|2|268 +1.3.6.1.2.1.17.1.4.1.2.269|2|269 +1.3.6.1.2.1.17.1.4.1.2.270|2|270 +1.3.6.1.2.1.17.1.4.1.2.271|2|271 +1.3.6.1.2.1.17.1.4.1.2.272|2|272 +1.3.6.1.2.1.17.1.4.1.2.273|2|273 +1.3.6.1.2.1.17.1.4.1.2.274|2|274 +1.3.6.1.2.1.17.1.4.1.2.275|2|275 +1.3.6.1.2.1.17.1.4.1.2.276|2|276 +1.3.6.1.2.1.17.1.4.1.2.277|2|277 +1.3.6.1.2.1.17.1.4.1.2.278|2|278 +1.3.6.1.2.1.17.1.4.1.2.279|2|279 +1.3.6.1.2.1.17.1.4.1.2.280|2|280 +1.3.6.1.2.1.17.1.4.1.2.281|2|281 +1.3.6.1.2.1.17.1.4.1.2.282|2|282 +1.3.6.1.2.1.17.1.4.1.2.283|2|283 +1.3.6.1.2.1.17.1.4.1.2.284|2|284 +1.3.6.1.2.1.17.1.4.1.2.285|2|285 +1.3.6.1.2.1.17.1.4.1.2.286|2|286 +1.3.6.1.2.1.17.1.4.1.2.287|2|287 +1.3.6.1.2.1.17.1.4.1.2.288|2|288 +1.3.6.1.2.1.17.1.4.1.2.321|2|321 +1.3.6.1.2.1.17.1.4.1.2.322|2|322 +1.3.6.1.2.1.17.1.4.1.2.323|2|323 +1.3.6.1.2.1.17.1.4.1.2.324|2|324 +1.3.6.1.2.1.17.1.4.1.2.373|2|373 +1.3.6.1.2.1.17.1.4.1.2.374|2|374 +1.3.6.1.2.1.17.1.4.1.2.375|2|375 +1.3.6.1.2.1.17.1.4.1.2.376|2|376 +1.3.6.1.2.1.17.1.4.1.2.377|2|377 +1.3.6.1.2.1.17.1.4.1.2.378|2|378 +1.3.6.1.2.1.17.1.4.1.2.379|2|379 +1.3.6.1.2.1.17.1.4.1.2.380|2|380 +1.3.6.1.2.1.17.1.4.1.2.381|2|381 +1.3.6.1.2.1.17.1.4.1.2.382|2|382 +1.3.6.1.2.1.17.1.4.1.2.383|2|383 +1.3.6.1.2.1.17.1.4.1.2.384|2|384 +1.3.6.1.2.1.17.1.4.1.2.385|2|385 +1.3.6.1.2.1.17.1.4.1.2.386|2|386 +1.3.6.1.2.1.17.1.4.1.2.387|2|387 +1.3.6.1.2.1.17.1.4.1.2.388|2|388 +1.3.6.1.2.1.17.1.4.1.2.389|2|389 +1.3.6.1.2.1.17.1.4.1.2.390|2|390 +1.3.6.1.2.1.17.1.4.1.2.391|2|391 +1.3.6.1.2.1.17.1.4.1.2.392|2|392 +1.3.6.1.2.1.17.1.4.1.2.393|2|393 +1.3.6.1.2.1.17.1.4.1.2.394|2|394 +1.3.6.1.2.1.17.1.4.1.2.395|2|395 +1.3.6.1.2.1.17.1.4.1.2.396|2|396 +1.3.6.1.2.1.17.1.4.1.2.429|2|429 +1.3.6.1.2.1.17.1.4.1.2.430|2|430 +1.3.6.1.2.1.17.1.4.1.2.431|2|431 +1.3.6.1.2.1.17.1.4.1.2.432|2|432 +1.3.6.1.2.1.17.1.4.1.2.481|2|481 +1.3.6.1.2.1.17.1.4.1.2.482|2|482 +1.3.6.1.2.1.17.1.4.1.2.483|2|483 +1.3.6.1.2.1.17.1.4.1.2.484|2|484 +1.3.6.1.2.1.17.1.4.1.2.485|2|485 +1.3.6.1.2.1.17.1.4.1.2.486|2|486 +1.3.6.1.2.1.17.1.4.1.2.487|2|487 +1.3.6.1.2.1.17.1.4.1.2.488|2|488 +1.3.6.1.2.1.17.1.4.1.2.489|2|489 +1.3.6.1.2.1.17.1.4.1.2.490|2|490 +1.3.6.1.2.1.17.1.4.1.2.491|2|491 +1.3.6.1.2.1.17.1.4.1.2.492|2|492 +1.3.6.1.2.1.17.1.4.1.2.493|2|493 +1.3.6.1.2.1.17.1.4.1.2.494|2|494 +1.3.6.1.2.1.17.1.4.1.2.495|2|495 +1.3.6.1.2.1.17.1.4.1.2.496|2|496 +1.3.6.1.2.1.17.1.4.1.2.497|2|497 +1.3.6.1.2.1.17.1.4.1.2.498|2|498 +1.3.6.1.2.1.17.1.4.1.2.499|2|499 +1.3.6.1.2.1.17.1.4.1.2.500|2|500 +1.3.6.1.2.1.17.1.4.1.2.501|2|501 +1.3.6.1.2.1.17.1.4.1.2.502|2|502 +1.3.6.1.2.1.17.1.4.1.2.503|2|503 +1.3.6.1.2.1.17.1.4.1.2.504|2|504 +1.3.6.1.2.1.17.1.4.1.2.537|2|537 +1.3.6.1.2.1.17.1.4.1.2.538|2|538 +1.3.6.1.2.1.17.1.4.1.2.539|2|539 +1.3.6.1.2.1.17.1.4.1.2.540|2|540 +1.3.6.1.2.1.17.1.4.1.2.589|2|589 +1.3.6.1.2.1.17.1.4.1.2.590|2|590 +1.3.6.1.2.1.17.1.4.1.2.591|2|591 +1.3.6.1.2.1.17.1.4.1.2.592|2|592 +1.3.6.1.2.1.17.1.4.1.2.593|2|593 +1.3.6.1.2.1.17.1.4.1.2.594|2|594 +1.3.6.1.2.1.17.1.4.1.2.595|2|595 +1.3.6.1.2.1.17.1.4.1.2.596|2|596 +1.3.6.1.2.1.17.1.4.1.2.597|2|597 +1.3.6.1.2.1.17.1.4.1.2.598|2|598 +1.3.6.1.2.1.17.1.4.1.2.599|2|599 +1.3.6.1.2.1.17.1.4.1.2.600|2|600 +1.3.6.1.2.1.17.1.4.1.2.601|2|601 +1.3.6.1.2.1.17.1.4.1.2.602|2|602 +1.3.6.1.2.1.17.1.4.1.2.603|2|603 +1.3.6.1.2.1.17.1.4.1.2.604|2|604 +1.3.6.1.2.1.17.1.4.1.2.605|2|605 +1.3.6.1.2.1.17.1.4.1.2.606|2|606 +1.3.6.1.2.1.17.1.4.1.2.607|2|607 +1.3.6.1.2.1.17.1.4.1.2.608|2|608 +1.3.6.1.2.1.17.1.4.1.2.609|2|609 +1.3.6.1.2.1.17.1.4.1.2.610|2|610 +1.3.6.1.2.1.17.1.4.1.2.611|2|611 +1.3.6.1.2.1.17.1.4.1.2.612|2|612 +1.3.6.1.2.1.17.1.4.1.2.645|2|645 +1.3.6.1.2.1.17.1.4.1.2.646|2|646 +1.3.6.1.2.1.17.1.4.1.2.647|2|647 +1.3.6.1.2.1.17.1.4.1.2.648|2|648 +1.3.6.1.2.1.17.1.4.1.2.697|2|697 +1.3.6.1.2.1.17.1.4.1.2.698|2|698 +1.3.6.1.2.1.17.1.4.1.2.699|2|699 +1.3.6.1.2.1.17.1.4.1.2.700|2|700 +1.3.6.1.2.1.17.1.4.1.2.701|2|701 +1.3.6.1.2.1.17.1.4.1.2.702|2|702 +1.3.6.1.2.1.17.1.4.1.2.703|2|703 +1.3.6.1.2.1.17.1.4.1.2.704|2|704 +1.3.6.1.2.1.17.1.4.1.2.705|2|705 +1.3.6.1.2.1.17.1.4.1.2.706|2|706 +1.3.6.1.2.1.17.1.4.1.2.707|2|707 +1.3.6.1.2.1.17.1.4.1.2.708|2|708 +1.3.6.1.2.1.17.1.4.1.2.709|2|709 +1.3.6.1.2.1.17.1.4.1.2.710|2|710 +1.3.6.1.2.1.17.1.4.1.2.711|2|711 +1.3.6.1.2.1.17.1.4.1.2.712|2|712 +1.3.6.1.2.1.17.1.4.1.2.713|2|713 +1.3.6.1.2.1.17.1.4.1.2.714|2|714 +1.3.6.1.2.1.17.1.4.1.2.715|2|715 +1.3.6.1.2.1.17.1.4.1.2.716|2|716 +1.3.6.1.2.1.17.1.4.1.2.717|2|717 +1.3.6.1.2.1.17.1.4.1.2.718|2|718 +1.3.6.1.2.1.17.1.4.1.2.719|2|719 +1.3.6.1.2.1.17.1.4.1.2.720|2|720 +1.3.6.1.2.1.17.1.4.1.2.753|2|753 +1.3.6.1.2.1.17.1.4.1.2.754|2|754 +1.3.6.1.2.1.17.1.4.1.2.755|2|755 +1.3.6.1.2.1.17.1.4.1.2.756|2|756 +1.3.6.1.2.1.17.1.4.1.2.805|2|805 +1.3.6.1.2.1.17.1.4.1.2.806|2|806 +1.3.6.1.2.1.17.1.4.1.2.807|2|807 +1.3.6.1.2.1.17.1.4.1.2.808|2|808 +1.3.6.1.2.1.17.1.4.1.2.809|2|809 +1.3.6.1.2.1.17.1.4.1.2.810|2|810 +1.3.6.1.2.1.17.1.4.1.2.811|2|811 +1.3.6.1.2.1.17.1.4.1.2.812|2|812 +1.3.6.1.2.1.17.1.4.1.2.813|2|813 +1.3.6.1.2.1.17.1.4.1.2.814|2|814 +1.3.6.1.2.1.17.1.4.1.2.815|2|815 +1.3.6.1.2.1.17.1.4.1.2.816|2|816 +1.3.6.1.2.1.17.1.4.1.2.817|2|817 +1.3.6.1.2.1.17.1.4.1.2.818|2|818 +1.3.6.1.2.1.17.1.4.1.2.819|2|819 +1.3.6.1.2.1.17.1.4.1.2.820|2|820 +1.3.6.1.2.1.17.1.4.1.2.821|2|821 +1.3.6.1.2.1.17.1.4.1.2.822|2|822 +1.3.6.1.2.1.17.1.4.1.2.823|2|823 +1.3.6.1.2.1.17.1.4.1.2.824|2|824 +1.3.6.1.2.1.17.1.4.1.2.825|2|825 +1.3.6.1.2.1.17.1.4.1.2.826|2|826 +1.3.6.1.2.1.17.1.4.1.2.827|2|827 +1.3.6.1.2.1.17.1.4.1.2.828|2|828 +1.3.6.1.2.1.17.1.4.1.2.861|2|861 +1.3.6.1.2.1.17.1.4.1.2.862|2|862 +1.3.6.1.2.1.17.1.4.1.2.863|2|863 +1.3.6.1.2.1.17.1.4.1.2.864|2|864 +1.3.6.1.2.1.17.1.4.1.2.1000|2|1000 +1.3.6.1.2.1.17.1.4.1.2.1001|2|1001 +1.3.6.1.2.1.17.1.4.1.2.1002|2|1002 +1.3.6.1.2.1.17.1.4.1.2.1003|2|1003 +1.3.6.1.2.1.17.1.4.1.2.1004|2|1004 +1.3.6.1.2.1.17.1.4.1.2.1005|2|1005 +1.3.6.1.2.1.17.1.4.1.2.1006|2|1006 +1.3.6.1.2.1.17.1.4.1.2.1007|2|1007 +1.3.6.1.2.1.17.1.4.1.2.1008|2|1008 +1.3.6.1.2.1.17.1.4.1.2.1009|2|1009 +1.3.6.1.2.1.17.1.4.1.2.1010|2|1010 +1.3.6.1.2.1.17.1.4.1.2.1011|2|1011 +1.3.6.1.2.1.17.1.4.1.2.1012|2|1012 +1.3.6.1.2.1.17.1.4.1.2.1013|2|1013 +1.3.6.1.2.1.17.1.4.1.2.1014|2|1014 +1.3.6.1.2.1.17.1.4.1.2.1015|2|1015 +1.3.6.1.2.1.17.1.4.1.2.1016|2|1016 +1.3.6.1.2.1.17.1.4.1.2.1017|2|1017 +1.3.6.1.2.1.17.1.4.1.2.1018|2|1018 +1.3.6.1.2.1.17.1.4.1.2.1019|2|1019 +1.3.6.1.2.1.17.1.4.1.2.1020|2|1020 +1.3.6.1.2.1.17.1.4.1.2.1021|2|1021 +1.3.6.1.2.1.17.1.4.1.2.1022|2|1022 +1.3.6.1.2.1.17.1.4.1.2.1023|2|1023 +1.3.6.1.2.1.17.1.4.1.2.1024|2|1024 +1.3.6.1.2.1.17.1.4.1.2.1025|2|1025 +1.3.6.1.2.1.17.1.4.1.2.1026|2|1026 +1.3.6.1.2.1.17.1.4.1.2.1027|2|1027 +1.3.6.1.2.1.17.1.4.1.2.1028|2|1028 +1.3.6.1.2.1.17.1.4.1.2.1029|2|1029 +1.3.6.1.2.1.17.1.4.1.2.1030|2|1030 +1.3.6.1.2.1.17.1.4.1.2.1031|2|1031 +1.3.6.1.2.1.17.1.4.1.2.1032|2|1032 +1.3.6.1.2.1.17.1.4.1.2.1033|2|1033 +1.3.6.1.2.1.17.1.4.1.2.1034|2|1034 +1.3.6.1.2.1.17.1.4.1.2.1035|2|1035 +1.3.6.1.2.1.17.1.4.1.2.1036|2|1036 +1.3.6.1.2.1.17.1.4.1.2.1037|2|1037 +1.3.6.1.2.1.17.1.4.1.2.1038|2|1038 +1.3.6.1.2.1.17.1.4.1.2.1039|2|1039 +1.3.6.1.2.1.17.1.4.1.2.1040|2|1040 +1.3.6.1.2.1.17.1.4.1.2.1041|2|1041 +1.3.6.1.2.1.17.1.4.1.2.1042|2|1042 +1.3.6.1.2.1.17.1.4.1.2.1043|2|1043 +1.3.6.1.2.1.17.1.4.1.2.1044|2|1044 +1.3.6.1.2.1.17.1.4.1.2.1045|2|1045 +1.3.6.1.2.1.17.1.4.1.2.1046|2|1046 +1.3.6.1.2.1.17.1.4.1.2.1047|2|1047 +1.3.6.1.2.1.17.2.1.0|2|3 +1.3.6.1.2.1.17.2.2.0|2|32768 +1.3.6.1.2.1.17.2.3.0|67|2364449 +1.3.6.1.2.1.17.2.4.0|65|230 +1.3.6.1.2.1.17.2.5.0|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.6.0|2|10000 +1.3.6.1.2.1.17.2.7.0|2|1000 +1.3.6.1.2.1.17.2.8.0|2|2000 +1.3.6.1.2.1.17.2.9.0|2|200 +1.3.6.1.2.1.17.2.10.0|2|100 +1.3.6.1.2.1.17.2.11.0|2|1500 +1.3.6.1.2.1.17.2.12.0|2|2000 +1.3.6.1.2.1.17.2.13.0|2|200 +1.3.6.1.2.1.17.2.14.0|2|1500 +1.3.6.1.2.1.17.2.15.1.1.49|2|49 +1.3.6.1.2.1.17.2.15.1.1.50|2|50 +1.3.6.1.2.1.17.2.15.1.1.51|2|51 +1.3.6.1.2.1.17.2.15.1.1.52|2|52 +1.3.6.1.2.1.17.2.15.1.1.53|2|53 +1.3.6.1.2.1.17.2.15.1.1.54|2|54 +1.3.6.1.2.1.17.2.15.1.1.55|2|55 +1.3.6.1.2.1.17.2.15.1.1.56|2|56 +1.3.6.1.2.1.17.2.15.1.1.57|2|57 +1.3.6.1.2.1.17.2.15.1.1.58|2|58 +1.3.6.1.2.1.17.2.15.1.1.59|2|59 +1.3.6.1.2.1.17.2.15.1.1.60|2|60 +1.3.6.1.2.1.17.2.15.1.1.61|2|61 +1.3.6.1.2.1.17.2.15.1.1.62|2|62 +1.3.6.1.2.1.17.2.15.1.1.63|2|63 +1.3.6.1.2.1.17.2.15.1.1.64|2|64 +1.3.6.1.2.1.17.2.15.1.1.65|2|65 +1.3.6.1.2.1.17.2.15.1.1.66|2|66 +1.3.6.1.2.1.17.2.15.1.1.67|2|67 +1.3.6.1.2.1.17.2.15.1.1.68|2|68 +1.3.6.1.2.1.17.2.15.1.1.69|2|69 +1.3.6.1.2.1.17.2.15.1.1.70|2|70 +1.3.6.1.2.1.17.2.15.1.1.71|2|71 +1.3.6.1.2.1.17.2.15.1.1.72|2|72 +1.3.6.1.2.1.17.2.15.1.1.105|2|105 +1.3.6.1.2.1.17.2.15.1.1.106|2|106 +1.3.6.1.2.1.17.2.15.1.1.107|2|107 +1.3.6.1.2.1.17.2.15.1.1.108|2|108 +1.3.6.1.2.1.17.2.15.1.1.1000|2|1000 +1.3.6.1.2.1.17.2.15.1.1.1001|2|1001 +1.3.6.1.2.1.17.2.15.1.1.1002|2|1002 +1.3.6.1.2.1.17.2.15.1.1.1003|2|1003 +1.3.6.1.2.1.17.2.15.1.1.1004|2|1004 +1.3.6.1.2.1.17.2.15.1.1.1005|2|1005 +1.3.6.1.2.1.17.2.15.1.1.1006|2|1006 +1.3.6.1.2.1.17.2.15.1.1.1007|2|1007 +1.3.6.1.2.1.17.2.15.1.1.1008|2|1008 +1.3.6.1.2.1.17.2.15.1.1.1009|2|1009 +1.3.6.1.2.1.17.2.15.1.1.1010|2|1010 +1.3.6.1.2.1.17.2.15.1.1.1011|2|1011 +1.3.6.1.2.1.17.2.15.1.1.1012|2|1012 +1.3.6.1.2.1.17.2.15.1.1.1013|2|1013 +1.3.6.1.2.1.17.2.15.1.1.1014|2|1014 +1.3.6.1.2.1.17.2.15.1.1.1015|2|1015 +1.3.6.1.2.1.17.2.15.1.1.1016|2|1016 +1.3.6.1.2.1.17.2.15.1.1.1017|2|1017 +1.3.6.1.2.1.17.2.15.1.1.1018|2|1018 +1.3.6.1.2.1.17.2.15.1.1.1019|2|1019 +1.3.6.1.2.1.17.2.15.1.1.1020|2|1020 +1.3.6.1.2.1.17.2.15.1.1.1021|2|1021 +1.3.6.1.2.1.17.2.15.1.1.1022|2|1022 +1.3.6.1.2.1.17.2.15.1.1.1023|2|1023 +1.3.6.1.2.1.17.2.15.1.1.1024|2|1024 +1.3.6.1.2.1.17.2.15.1.1.1025|2|1025 +1.3.6.1.2.1.17.2.15.1.1.1026|2|1026 +1.3.6.1.2.1.17.2.15.1.1.1027|2|1027 +1.3.6.1.2.1.17.2.15.1.1.1028|2|1028 +1.3.6.1.2.1.17.2.15.1.1.1029|2|1029 +1.3.6.1.2.1.17.2.15.1.1.1030|2|1030 +1.3.6.1.2.1.17.2.15.1.1.1031|2|1031 +1.3.6.1.2.1.17.2.15.1.1.1032|2|1032 +1.3.6.1.2.1.17.2.15.1.1.1033|2|1033 +1.3.6.1.2.1.17.2.15.1.1.1034|2|1034 +1.3.6.1.2.1.17.2.15.1.1.1035|2|1035 +1.3.6.1.2.1.17.2.15.1.1.1036|2|1036 +1.3.6.1.2.1.17.2.15.1.1.1037|2|1037 +1.3.6.1.2.1.17.2.15.1.1.1038|2|1038 +1.3.6.1.2.1.17.2.15.1.1.1039|2|1039 +1.3.6.1.2.1.17.2.15.1.1.1040|2|1040 +1.3.6.1.2.1.17.2.15.1.1.1041|2|1041 +1.3.6.1.2.1.17.2.15.1.1.1042|2|1042 +1.3.6.1.2.1.17.2.15.1.1.1043|2|1043 +1.3.6.1.2.1.17.2.15.1.1.1044|2|1044 +1.3.6.1.2.1.17.2.15.1.1.1045|2|1045 +1.3.6.1.2.1.17.2.15.1.1.1046|2|1046 +1.3.6.1.2.1.17.2.15.1.1.1047|2|1047 +1.3.6.1.2.1.17.2.15.1.2.49|2|128 +1.3.6.1.2.1.17.2.15.1.2.50|2|128 +1.3.6.1.2.1.17.2.15.1.2.51|2|128 +1.3.6.1.2.1.17.2.15.1.2.52|2|128 +1.3.6.1.2.1.17.2.15.1.2.53|2|128 +1.3.6.1.2.1.17.2.15.1.2.54|2|128 +1.3.6.1.2.1.17.2.15.1.2.55|2|128 +1.3.6.1.2.1.17.2.15.1.2.56|2|128 +1.3.6.1.2.1.17.2.15.1.2.57|2|128 +1.3.6.1.2.1.17.2.15.1.2.58|2|128 +1.3.6.1.2.1.17.2.15.1.2.59|2|128 +1.3.6.1.2.1.17.2.15.1.2.60|2|128 +1.3.6.1.2.1.17.2.15.1.2.61|2|128 +1.3.6.1.2.1.17.2.15.1.2.62|2|128 +1.3.6.1.2.1.17.2.15.1.2.63|2|128 +1.3.6.1.2.1.17.2.15.1.2.64|2|128 +1.3.6.1.2.1.17.2.15.1.2.65|2|128 +1.3.6.1.2.1.17.2.15.1.2.66|2|128 +1.3.6.1.2.1.17.2.15.1.2.67|2|128 +1.3.6.1.2.1.17.2.15.1.2.68|2|128 +1.3.6.1.2.1.17.2.15.1.2.69|2|128 +1.3.6.1.2.1.17.2.15.1.2.70|2|128 +1.3.6.1.2.1.17.2.15.1.2.71|2|128 +1.3.6.1.2.1.17.2.15.1.2.72|2|128 +1.3.6.1.2.1.17.2.15.1.2.105|2|128 +1.3.6.1.2.1.17.2.15.1.2.106|2|128 +1.3.6.1.2.1.17.2.15.1.2.107|2|128 +1.3.6.1.2.1.17.2.15.1.2.108|2|128 +1.3.6.1.2.1.17.2.15.1.2.1000|2|128 +1.3.6.1.2.1.17.2.15.1.2.1001|2|128 +1.3.6.1.2.1.17.2.15.1.2.1002|2|128 +1.3.6.1.2.1.17.2.15.1.2.1003|2|128 +1.3.6.1.2.1.17.2.15.1.2.1004|2|128 +1.3.6.1.2.1.17.2.15.1.2.1005|2|128 +1.3.6.1.2.1.17.2.15.1.2.1006|2|128 +1.3.6.1.2.1.17.2.15.1.2.1007|2|128 +1.3.6.1.2.1.17.2.15.1.2.1008|2|128 +1.3.6.1.2.1.17.2.15.1.2.1009|2|128 +1.3.6.1.2.1.17.2.15.1.2.1010|2|128 +1.3.6.1.2.1.17.2.15.1.2.1011|2|128 +1.3.6.1.2.1.17.2.15.1.2.1012|2|128 +1.3.6.1.2.1.17.2.15.1.2.1013|2|128 +1.3.6.1.2.1.17.2.15.1.2.1014|2|128 +1.3.6.1.2.1.17.2.15.1.2.1015|2|128 +1.3.6.1.2.1.17.2.15.1.2.1016|2|128 +1.3.6.1.2.1.17.2.15.1.2.1017|2|128 +1.3.6.1.2.1.17.2.15.1.2.1018|2|128 +1.3.6.1.2.1.17.2.15.1.2.1019|2|128 +1.3.6.1.2.1.17.2.15.1.2.1020|2|128 +1.3.6.1.2.1.17.2.15.1.2.1021|2|128 +1.3.6.1.2.1.17.2.15.1.2.1022|2|128 +1.3.6.1.2.1.17.2.15.1.2.1023|2|128 +1.3.6.1.2.1.17.2.15.1.2.1024|2|128 +1.3.6.1.2.1.17.2.15.1.2.1025|2|128 +1.3.6.1.2.1.17.2.15.1.2.1026|2|128 +1.3.6.1.2.1.17.2.15.1.2.1027|2|128 +1.3.6.1.2.1.17.2.15.1.2.1028|2|128 +1.3.6.1.2.1.17.2.15.1.2.1029|2|128 +1.3.6.1.2.1.17.2.15.1.2.1030|2|128 +1.3.6.1.2.1.17.2.15.1.2.1031|2|128 +1.3.6.1.2.1.17.2.15.1.2.1032|2|128 +1.3.6.1.2.1.17.2.15.1.2.1033|2|128 +1.3.6.1.2.1.17.2.15.1.2.1034|2|128 +1.3.6.1.2.1.17.2.15.1.2.1035|2|128 +1.3.6.1.2.1.17.2.15.1.2.1036|2|128 +1.3.6.1.2.1.17.2.15.1.2.1037|2|128 +1.3.6.1.2.1.17.2.15.1.2.1038|2|128 +1.3.6.1.2.1.17.2.15.1.2.1039|2|128 +1.3.6.1.2.1.17.2.15.1.2.1040|2|128 +1.3.6.1.2.1.17.2.15.1.2.1041|2|128 +1.3.6.1.2.1.17.2.15.1.2.1042|2|128 +1.3.6.1.2.1.17.2.15.1.2.1043|2|128 +1.3.6.1.2.1.17.2.15.1.2.1044|2|128 +1.3.6.1.2.1.17.2.15.1.2.1045|2|128 +1.3.6.1.2.1.17.2.15.1.2.1046|2|128 +1.3.6.1.2.1.17.2.15.1.2.1047|2|128 +1.3.6.1.2.1.17.2.15.1.3.49|2|5 +1.3.6.1.2.1.17.2.15.1.3.50|2|5 +1.3.6.1.2.1.17.2.15.1.3.51|2|5 +1.3.6.1.2.1.17.2.15.1.3.52|2|5 +1.3.6.1.2.1.17.2.15.1.3.53|2|5 +1.3.6.1.2.1.17.2.15.1.3.54|2|5 +1.3.6.1.2.1.17.2.15.1.3.55|2|5 +1.3.6.1.2.1.17.2.15.1.3.56|2|5 +1.3.6.1.2.1.17.2.15.1.3.57|2|5 +1.3.6.1.2.1.17.2.15.1.3.58|2|5 +1.3.6.1.2.1.17.2.15.1.3.59|2|1 +1.3.6.1.2.1.17.2.15.1.3.60|2|1 +1.3.6.1.2.1.17.2.15.1.3.61|2|5 +1.3.6.1.2.1.17.2.15.1.3.62|2|5 +1.3.6.1.2.1.17.2.15.1.3.63|2|5 +1.3.6.1.2.1.17.2.15.1.3.64|2|5 +1.3.6.1.2.1.17.2.15.1.3.65|2|5 +1.3.6.1.2.1.17.2.15.1.3.66|2|1 +1.3.6.1.2.1.17.2.15.1.3.67|2|1 +1.3.6.1.2.1.17.2.15.1.3.68|2|5 +1.3.6.1.2.1.17.2.15.1.3.69|2|5 +1.3.6.1.2.1.17.2.15.1.3.70|2|1 +1.3.6.1.2.1.17.2.15.1.3.71|2|1 +1.3.6.1.2.1.17.2.15.1.3.72|2|1 +1.3.6.1.2.1.17.2.15.1.3.105|2|5 +1.3.6.1.2.1.17.2.15.1.3.106|2|1 +1.3.6.1.2.1.17.2.15.1.3.107|2|1 +1.3.6.1.2.1.17.2.15.1.3.108|2|1 +1.3.6.1.2.1.17.2.15.1.3.1000|2|5 +1.3.6.1.2.1.17.2.15.1.3.1001|2|5 +1.3.6.1.2.1.17.2.15.1.3.1002|2|1 +1.3.6.1.2.1.17.2.15.1.3.1003|2|1 +1.3.6.1.2.1.17.2.15.1.3.1004|2|1 +1.3.6.1.2.1.17.2.15.1.3.1005|2|1 +1.3.6.1.2.1.17.2.15.1.3.1006|2|1 +1.3.6.1.2.1.17.2.15.1.3.1007|2|1 +1.3.6.1.2.1.17.2.15.1.3.1008|2|1 +1.3.6.1.2.1.17.2.15.1.3.1009|2|1 +1.3.6.1.2.1.17.2.15.1.3.1010|2|1 +1.3.6.1.2.1.17.2.15.1.3.1011|2|1 +1.3.6.1.2.1.17.2.15.1.3.1012|2|1 +1.3.6.1.2.1.17.2.15.1.3.1013|2|1 +1.3.6.1.2.1.17.2.15.1.3.1014|2|1 +1.3.6.1.2.1.17.2.15.1.3.1015|2|1 +1.3.6.1.2.1.17.2.15.1.3.1016|2|1 +1.3.6.1.2.1.17.2.15.1.3.1017|2|1 +1.3.6.1.2.1.17.2.15.1.3.1018|2|1 +1.3.6.1.2.1.17.2.15.1.3.1019|2|1 +1.3.6.1.2.1.17.2.15.1.3.1020|2|1 +1.3.6.1.2.1.17.2.15.1.3.1021|2|1 +1.3.6.1.2.1.17.2.15.1.3.1022|2|1 +1.3.6.1.2.1.17.2.15.1.3.1023|2|1 +1.3.6.1.2.1.17.2.15.1.3.1024|2|1 +1.3.6.1.2.1.17.2.15.1.3.1025|2|1 +1.3.6.1.2.1.17.2.15.1.3.1026|2|1 +1.3.6.1.2.1.17.2.15.1.3.1027|2|1 +1.3.6.1.2.1.17.2.15.1.3.1028|2|1 +1.3.6.1.2.1.17.2.15.1.3.1029|2|1 +1.3.6.1.2.1.17.2.15.1.3.1030|2|1 +1.3.6.1.2.1.17.2.15.1.3.1031|2|1 +1.3.6.1.2.1.17.2.15.1.3.1032|2|1 +1.3.6.1.2.1.17.2.15.1.3.1033|2|1 +1.3.6.1.2.1.17.2.15.1.3.1034|2|1 +1.3.6.1.2.1.17.2.15.1.3.1035|2|1 +1.3.6.1.2.1.17.2.15.1.3.1036|2|1 +1.3.6.1.2.1.17.2.15.1.3.1037|2|1 +1.3.6.1.2.1.17.2.15.1.3.1038|2|1 +1.3.6.1.2.1.17.2.15.1.3.1039|2|1 +1.3.6.1.2.1.17.2.15.1.3.1040|2|1 +1.3.6.1.2.1.17.2.15.1.3.1041|2|1 +1.3.6.1.2.1.17.2.15.1.3.1042|2|1 +1.3.6.1.2.1.17.2.15.1.3.1043|2|1 +1.3.6.1.2.1.17.2.15.1.3.1044|2|1 +1.3.6.1.2.1.17.2.15.1.3.1045|2|1 +1.3.6.1.2.1.17.2.15.1.3.1046|2|1 +1.3.6.1.2.1.17.2.15.1.3.1047|2|1 +1.3.6.1.2.1.17.2.15.1.4.49|2|1 +1.3.6.1.2.1.17.2.15.1.4.50|2|1 +1.3.6.1.2.1.17.2.15.1.4.51|2|1 +1.3.6.1.2.1.17.2.15.1.4.52|2|1 +1.3.6.1.2.1.17.2.15.1.4.53|2|1 +1.3.6.1.2.1.17.2.15.1.4.54|2|1 +1.3.6.1.2.1.17.2.15.1.4.55|2|1 +1.3.6.1.2.1.17.2.15.1.4.56|2|1 +1.3.6.1.2.1.17.2.15.1.4.57|2|1 +1.3.6.1.2.1.17.2.15.1.4.58|2|1 +1.3.6.1.2.1.17.2.15.1.4.59|2|1 +1.3.6.1.2.1.17.2.15.1.4.60|2|1 +1.3.6.1.2.1.17.2.15.1.4.61|2|1 +1.3.6.1.2.1.17.2.15.1.4.62|2|1 +1.3.6.1.2.1.17.2.15.1.4.63|2|1 +1.3.6.1.2.1.17.2.15.1.4.64|2|1 +1.3.6.1.2.1.17.2.15.1.4.65|2|1 +1.3.6.1.2.1.17.2.15.1.4.66|2|1 +1.3.6.1.2.1.17.2.15.1.4.67|2|1 +1.3.6.1.2.1.17.2.15.1.4.68|2|1 +1.3.6.1.2.1.17.2.15.1.4.69|2|1 +1.3.6.1.2.1.17.2.15.1.4.70|2|1 +1.3.6.1.2.1.17.2.15.1.4.71|2|1 +1.3.6.1.2.1.17.2.15.1.4.72|2|1 +1.3.6.1.2.1.17.2.15.1.4.105|2|1 +1.3.6.1.2.1.17.2.15.1.4.106|2|1 +1.3.6.1.2.1.17.2.15.1.4.107|2|1 +1.3.6.1.2.1.17.2.15.1.4.108|2|1 +1.3.6.1.2.1.17.2.15.1.4.1000|2|1 +1.3.6.1.2.1.17.2.15.1.4.1001|2|1 +1.3.6.1.2.1.17.2.15.1.4.1002|2|1 +1.3.6.1.2.1.17.2.15.1.4.1003|2|1 +1.3.6.1.2.1.17.2.15.1.4.1004|2|1 +1.3.6.1.2.1.17.2.15.1.4.1005|2|1 +1.3.6.1.2.1.17.2.15.1.4.1006|2|1 +1.3.6.1.2.1.17.2.15.1.4.1007|2|1 +1.3.6.1.2.1.17.2.15.1.4.1008|2|1 +1.3.6.1.2.1.17.2.15.1.4.1009|2|1 +1.3.6.1.2.1.17.2.15.1.4.1010|2|1 +1.3.6.1.2.1.17.2.15.1.4.1011|2|1 +1.3.6.1.2.1.17.2.15.1.4.1012|2|1 +1.3.6.1.2.1.17.2.15.1.4.1013|2|1 +1.3.6.1.2.1.17.2.15.1.4.1014|2|1 +1.3.6.1.2.1.17.2.15.1.4.1015|2|1 +1.3.6.1.2.1.17.2.15.1.4.1016|2|1 +1.3.6.1.2.1.17.2.15.1.4.1017|2|1 +1.3.6.1.2.1.17.2.15.1.4.1018|2|1 +1.3.6.1.2.1.17.2.15.1.4.1019|2|1 +1.3.6.1.2.1.17.2.15.1.4.1020|2|1 +1.3.6.1.2.1.17.2.15.1.4.1021|2|1 +1.3.6.1.2.1.17.2.15.1.4.1022|2|1 +1.3.6.1.2.1.17.2.15.1.4.1023|2|1 +1.3.6.1.2.1.17.2.15.1.4.1024|2|1 +1.3.6.1.2.1.17.2.15.1.4.1025|2|1 +1.3.6.1.2.1.17.2.15.1.4.1026|2|1 +1.3.6.1.2.1.17.2.15.1.4.1027|2|1 +1.3.6.1.2.1.17.2.15.1.4.1028|2|1 +1.3.6.1.2.1.17.2.15.1.4.1029|2|1 +1.3.6.1.2.1.17.2.15.1.4.1030|2|1 +1.3.6.1.2.1.17.2.15.1.4.1031|2|1 +1.3.6.1.2.1.17.2.15.1.4.1032|2|1 +1.3.6.1.2.1.17.2.15.1.4.1033|2|1 +1.3.6.1.2.1.17.2.15.1.4.1034|2|1 +1.3.6.1.2.1.17.2.15.1.4.1035|2|1 +1.3.6.1.2.1.17.2.15.1.4.1036|2|1 +1.3.6.1.2.1.17.2.15.1.4.1037|2|1 +1.3.6.1.2.1.17.2.15.1.4.1038|2|1 +1.3.6.1.2.1.17.2.15.1.4.1039|2|1 +1.3.6.1.2.1.17.2.15.1.4.1040|2|1 +1.3.6.1.2.1.17.2.15.1.4.1041|2|1 +1.3.6.1.2.1.17.2.15.1.4.1042|2|1 +1.3.6.1.2.1.17.2.15.1.4.1043|2|1 +1.3.6.1.2.1.17.2.15.1.4.1044|2|1 +1.3.6.1.2.1.17.2.15.1.4.1045|2|1 +1.3.6.1.2.1.17.2.15.1.4.1046|2|1 +1.3.6.1.2.1.17.2.15.1.4.1047|2|1 +1.3.6.1.2.1.17.2.15.1.5.49|2|20000 +1.3.6.1.2.1.17.2.15.1.5.50|2|20000 +1.3.6.1.2.1.17.2.15.1.5.51|2|20000 +1.3.6.1.2.1.17.2.15.1.5.52|2|20000 +1.3.6.1.2.1.17.2.15.1.5.53|2|20000 +1.3.6.1.2.1.17.2.15.1.5.54|2|20000 +1.3.6.1.2.1.17.2.15.1.5.55|2|20000 +1.3.6.1.2.1.17.2.15.1.5.56|2|200000 +1.3.6.1.2.1.17.2.15.1.5.57|2|20000 +1.3.6.1.2.1.17.2.15.1.5.58|2|20000 +1.3.6.1.2.1.17.2.15.1.5.59|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.60|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.61|2|200000 +1.3.6.1.2.1.17.2.15.1.5.62|2|20000 +1.3.6.1.2.1.17.2.15.1.5.63|2|20000 +1.3.6.1.2.1.17.2.15.1.5.64|2|20000 +1.3.6.1.2.1.17.2.15.1.5.65|2|200000 +1.3.6.1.2.1.17.2.15.1.5.66|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.67|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.68|2|200000 +1.3.6.1.2.1.17.2.15.1.5.69|2|20000 +1.3.6.1.2.1.17.2.15.1.5.70|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.71|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.72|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.105|2|20000 +1.3.6.1.2.1.17.2.15.1.5.106|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.107|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.108|2|2000000 +1.3.6.1.2.1.17.2.15.1.5.1000|2|10000 +1.3.6.1.2.1.17.2.15.1.5.1001|2|10000 +1.3.6.1.2.1.17.2.15.1.5.1002|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1003|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1004|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1005|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1006|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1007|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1008|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1009|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1010|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1011|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1012|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1013|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1014|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1015|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1016|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1017|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1018|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1019|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1020|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1021|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1022|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1023|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1024|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1025|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1026|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1027|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1028|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1029|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1030|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1031|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1032|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1033|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1034|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1035|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1036|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1037|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1038|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1039|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1040|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1041|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1042|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1043|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1044|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1045|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1046|2|20000 +1.3.6.1.2.1.17.2.15.1.5.1047|2|20000 +1.3.6.1.2.1.17.2.15.1.6.49|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.50|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.51|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.52|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.53|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.54|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.55|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.56|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.57|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.58|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.59|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.60|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.61|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.62|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.63|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.64|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.65|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.66|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.67|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.68|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.69|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.70|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.71|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.72|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.105|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.106|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.107|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.108|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1000|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.1001|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.6.1002|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1003|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1004|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1005|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1006|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1007|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1008|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1009|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1010|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1011|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1012|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1013|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1014|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1015|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1016|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1017|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1018|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1019|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1020|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1021|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1022|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1023|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1024|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1025|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1026|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1027|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1028|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1029|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1030|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1031|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1032|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1033|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1034|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1035|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1036|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1037|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1038|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1039|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1040|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1041|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1042|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1043|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1044|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1045|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1046|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.6.1047|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.7.49|2|10000 +1.3.6.1.2.1.17.2.15.1.7.50|2|10000 +1.3.6.1.2.1.17.2.15.1.7.51|2|10000 +1.3.6.1.2.1.17.2.15.1.7.52|2|10000 +1.3.6.1.2.1.17.2.15.1.7.53|2|10000 +1.3.6.1.2.1.17.2.15.1.7.54|2|10000 +1.3.6.1.2.1.17.2.15.1.7.55|2|10000 +1.3.6.1.2.1.17.2.15.1.7.56|2|10000 +1.3.6.1.2.1.17.2.15.1.7.57|2|10000 +1.3.6.1.2.1.17.2.15.1.7.58|2|10000 +1.3.6.1.2.1.17.2.15.1.7.59|2|0 +1.3.6.1.2.1.17.2.15.1.7.60|2|0 +1.3.6.1.2.1.17.2.15.1.7.61|2|10000 +1.3.6.1.2.1.17.2.15.1.7.62|2|10000 +1.3.6.1.2.1.17.2.15.1.7.63|2|10000 +1.3.6.1.2.1.17.2.15.1.7.64|2|10000 +1.3.6.1.2.1.17.2.15.1.7.65|2|10000 +1.3.6.1.2.1.17.2.15.1.7.66|2|0 +1.3.6.1.2.1.17.2.15.1.7.67|2|0 +1.3.6.1.2.1.17.2.15.1.7.68|2|10000 +1.3.6.1.2.1.17.2.15.1.7.69|2|10000 +1.3.6.1.2.1.17.2.15.1.7.70|2|0 +1.3.6.1.2.1.17.2.15.1.7.71|2|0 +1.3.6.1.2.1.17.2.15.1.7.72|2|0 +1.3.6.1.2.1.17.2.15.1.7.105|2|10000 +1.3.6.1.2.1.17.2.15.1.7.106|2|10000 +1.3.6.1.2.1.17.2.15.1.7.107|2|0 +1.3.6.1.2.1.17.2.15.1.7.108|2|0 +1.3.6.1.2.1.17.2.15.1.7.1000|2|0 +1.3.6.1.2.1.17.2.15.1.7.1001|2|10000 +1.3.6.1.2.1.17.2.15.1.7.1002|2|0 +1.3.6.1.2.1.17.2.15.1.7.1003|2|0 +1.3.6.1.2.1.17.2.15.1.7.1004|2|0 +1.3.6.1.2.1.17.2.15.1.7.1005|2|0 +1.3.6.1.2.1.17.2.15.1.7.1006|2|0 +1.3.6.1.2.1.17.2.15.1.7.1007|2|0 +1.3.6.1.2.1.17.2.15.1.7.1008|2|0 +1.3.6.1.2.1.17.2.15.1.7.1009|2|0 +1.3.6.1.2.1.17.2.15.1.7.1010|2|0 +1.3.6.1.2.1.17.2.15.1.7.1011|2|0 +1.3.6.1.2.1.17.2.15.1.7.1012|2|0 +1.3.6.1.2.1.17.2.15.1.7.1013|2|0 +1.3.6.1.2.1.17.2.15.1.7.1014|2|0 +1.3.6.1.2.1.17.2.15.1.7.1015|2|0 +1.3.6.1.2.1.17.2.15.1.7.1016|2|0 +1.3.6.1.2.1.17.2.15.1.7.1017|2|0 +1.3.6.1.2.1.17.2.15.1.7.1018|2|0 +1.3.6.1.2.1.17.2.15.1.7.1019|2|0 +1.3.6.1.2.1.17.2.15.1.7.1020|2|0 +1.3.6.1.2.1.17.2.15.1.7.1021|2|0 +1.3.6.1.2.1.17.2.15.1.7.1022|2|0 +1.3.6.1.2.1.17.2.15.1.7.1023|2|0 +1.3.6.1.2.1.17.2.15.1.7.1024|2|0 +1.3.6.1.2.1.17.2.15.1.7.1025|2|0 +1.3.6.1.2.1.17.2.15.1.7.1026|2|0 +1.3.6.1.2.1.17.2.15.1.7.1027|2|0 +1.3.6.1.2.1.17.2.15.1.7.1028|2|0 +1.3.6.1.2.1.17.2.15.1.7.1029|2|0 +1.3.6.1.2.1.17.2.15.1.7.1030|2|0 +1.3.6.1.2.1.17.2.15.1.7.1031|2|0 +1.3.6.1.2.1.17.2.15.1.7.1032|2|0 +1.3.6.1.2.1.17.2.15.1.7.1033|2|0 +1.3.6.1.2.1.17.2.15.1.7.1034|2|0 +1.3.6.1.2.1.17.2.15.1.7.1035|2|0 +1.3.6.1.2.1.17.2.15.1.7.1036|2|0 +1.3.6.1.2.1.17.2.15.1.7.1037|2|0 +1.3.6.1.2.1.17.2.15.1.7.1038|2|0 +1.3.6.1.2.1.17.2.15.1.7.1039|2|0 +1.3.6.1.2.1.17.2.15.1.7.1040|2|0 +1.3.6.1.2.1.17.2.15.1.7.1041|2|0 +1.3.6.1.2.1.17.2.15.1.7.1042|2|0 +1.3.6.1.2.1.17.2.15.1.7.1043|2|0 +1.3.6.1.2.1.17.2.15.1.7.1044|2|0 +1.3.6.1.2.1.17.2.15.1.7.1045|2|0 +1.3.6.1.2.1.17.2.15.1.7.1046|2|0 +1.3.6.1.2.1.17.2.15.1.7.1047|2|0 +1.3.6.1.2.1.17.2.15.1.8.49|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.50|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.51|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.52|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.53|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.54|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.55|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.56|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.57|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.58|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.59|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.60|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.61|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.62|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.63|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.64|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.65|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.66|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.67|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.68|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.69|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.70|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.71|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.72|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.105|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.106|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.107|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.108|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1000|4x|40000264329FBC02 +1.3.6.1.2.1.17.2.15.1.8.1001|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1002|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1003|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1004|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1005|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1006|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1007|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1008|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1009|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1010|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1011|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1012|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1013|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1014|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1015|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1016|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1017|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1018|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1019|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1020|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1021|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1022|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1023|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1024|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1025|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1026|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1027|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1028|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1029|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1030|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1031|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1032|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1033|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1034|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1035|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1036|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1037|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1038|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1039|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1040|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1041|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1042|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1043|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1044|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1045|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1046|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.8.1047|4x|8000E828C126B9C0 +1.3.6.1.2.1.17.2.15.1.9.49|4x|8031 +1.3.6.1.2.1.17.2.15.1.9.50|4x|8032 +1.3.6.1.2.1.17.2.15.1.9.51|4x|8033 +1.3.6.1.2.1.17.2.15.1.9.52|4x|8034 +1.3.6.1.2.1.17.2.15.1.9.53|4x|8035 +1.3.6.1.2.1.17.2.15.1.9.54|4x|8036 +1.3.6.1.2.1.17.2.15.1.9.55|4x|8037 +1.3.6.1.2.1.17.2.15.1.9.56|4x|8038 +1.3.6.1.2.1.17.2.15.1.9.57|4x|8039 +1.3.6.1.2.1.17.2.15.1.9.58|4x|803A +1.3.6.1.2.1.17.2.15.1.9.59|4x|803B +1.3.6.1.2.1.17.2.15.1.9.60|4x|803C +1.3.6.1.2.1.17.2.15.1.9.61|4x|803D +1.3.6.1.2.1.17.2.15.1.9.62|4x|803E +1.3.6.1.2.1.17.2.15.1.9.63|4x|803F +1.3.6.1.2.1.17.2.15.1.9.64|4x|8040 +1.3.6.1.2.1.17.2.15.1.9.65|4x|8041 +1.3.6.1.2.1.17.2.15.1.9.66|4x|8042 +1.3.6.1.2.1.17.2.15.1.9.67|4x|8043 +1.3.6.1.2.1.17.2.15.1.9.68|4x|8044 +1.3.6.1.2.1.17.2.15.1.9.69|4x|8045 +1.3.6.1.2.1.17.2.15.1.9.70|4x|8046 +1.3.6.1.2.1.17.2.15.1.9.71|4x|8047 +1.3.6.1.2.1.17.2.15.1.9.72|4x|8048 +1.3.6.1.2.1.17.2.15.1.9.105|4x|8069 +1.3.6.1.2.1.17.2.15.1.9.106|4x|806A +1.3.6.1.2.1.17.2.15.1.9.107|4x|806B +1.3.6.1.2.1.17.2.15.1.9.108|4x|806C +1.3.6.1.2.1.17.2.15.1.9.1000|4x|8003 +1.3.6.1.2.1.17.2.15.1.9.1001|4x|83E9 +1.3.6.1.2.1.17.2.15.1.9.1002|4x|83EA +1.3.6.1.2.1.17.2.15.1.9.1003|4x|83EB +1.3.6.1.2.1.17.2.15.1.9.1004|4x|83EC +1.3.6.1.2.1.17.2.15.1.9.1005|4x|83ED +1.3.6.1.2.1.17.2.15.1.9.1006|4x|83EE +1.3.6.1.2.1.17.2.15.1.9.1007|4x|83EF +1.3.6.1.2.1.17.2.15.1.9.1008|4x|83F0 +1.3.6.1.2.1.17.2.15.1.9.1009|4x|83F1 +1.3.6.1.2.1.17.2.15.1.9.1010|4x|83F2 +1.3.6.1.2.1.17.2.15.1.9.1011|4x|83F3 +1.3.6.1.2.1.17.2.15.1.9.1012|4x|83F4 +1.3.6.1.2.1.17.2.15.1.9.1013|4x|83F5 +1.3.6.1.2.1.17.2.15.1.9.1014|4x|83F6 +1.3.6.1.2.1.17.2.15.1.9.1015|4x|83F7 +1.3.6.1.2.1.17.2.15.1.9.1016|4x|83F8 +1.3.6.1.2.1.17.2.15.1.9.1017|4x|83F9 +1.3.6.1.2.1.17.2.15.1.9.1018|4x|83FA +1.3.6.1.2.1.17.2.15.1.9.1019|4x|83FB +1.3.6.1.2.1.17.2.15.1.9.1020|4x|83FC +1.3.6.1.2.1.17.2.15.1.9.1021|4x|83FD +1.3.6.1.2.1.17.2.15.1.9.1022|4x|83FE +1.3.6.1.2.1.17.2.15.1.9.1023|4x|83FF +1.3.6.1.2.1.17.2.15.1.9.1024|4x|8400 +1.3.6.1.2.1.17.2.15.1.9.1025|4x|8401 +1.3.6.1.2.1.17.2.15.1.9.1026|4x|8402 +1.3.6.1.2.1.17.2.15.1.9.1027|4x|8403 +1.3.6.1.2.1.17.2.15.1.9.1028|4x|8404 +1.3.6.1.2.1.17.2.15.1.9.1029|4x|8405 +1.3.6.1.2.1.17.2.15.1.9.1030|4x|8406 +1.3.6.1.2.1.17.2.15.1.9.1031|4x|8407 +1.3.6.1.2.1.17.2.15.1.9.1032|4x|8408 +1.3.6.1.2.1.17.2.15.1.9.1033|4x|8409 +1.3.6.1.2.1.17.2.15.1.9.1034|4x|840A +1.3.6.1.2.1.17.2.15.1.9.1035|4x|840B +1.3.6.1.2.1.17.2.15.1.9.1036|4x|840C +1.3.6.1.2.1.17.2.15.1.9.1037|4x|840D +1.3.6.1.2.1.17.2.15.1.9.1038|4x|840E +1.3.6.1.2.1.17.2.15.1.9.1039|4x|840F +1.3.6.1.2.1.17.2.15.1.9.1040|4x|8410 +1.3.6.1.2.1.17.2.15.1.9.1041|4x|8411 +1.3.6.1.2.1.17.2.15.1.9.1042|4x|8412 +1.3.6.1.2.1.17.2.15.1.9.1043|4x|8413 +1.3.6.1.2.1.17.2.15.1.9.1044|4x|8414 +1.3.6.1.2.1.17.2.15.1.9.1045|4x|8415 +1.3.6.1.2.1.17.2.15.1.9.1046|4x|8416 +1.3.6.1.2.1.17.2.15.1.9.1047|4x|8417 +1.3.6.1.2.1.17.2.15.1.10.49|65|1 +1.3.6.1.2.1.17.2.15.1.10.50|65|3 +1.3.6.1.2.1.17.2.15.1.10.51|65|2 +1.3.6.1.2.1.17.2.15.1.10.52|65|2 +1.3.6.1.2.1.17.2.15.1.10.53|65|2 +1.3.6.1.2.1.17.2.15.1.10.54|65|2 +1.3.6.1.2.1.17.2.15.1.10.55|65|1 +1.3.6.1.2.1.17.2.15.1.10.56|65|1 +1.3.6.1.2.1.17.2.15.1.10.57|65|1 +1.3.6.1.2.1.17.2.15.1.10.58|65|1 +1.3.6.1.2.1.17.2.15.1.10.59|65|0 +1.3.6.1.2.1.17.2.15.1.10.60|65|0 +1.3.6.1.2.1.17.2.15.1.10.61|65|1 +1.3.6.1.2.1.17.2.15.1.10.62|65|1 +1.3.6.1.2.1.17.2.15.1.10.63|65|1 +1.3.6.1.2.1.17.2.15.1.10.64|65|1 +1.3.6.1.2.1.17.2.15.1.10.65|65|1 +1.3.6.1.2.1.17.2.15.1.10.66|65|0 +1.3.6.1.2.1.17.2.15.1.10.67|65|0 +1.3.6.1.2.1.17.2.15.1.10.68|65|1 +1.3.6.1.2.1.17.2.15.1.10.69|65|1 +1.3.6.1.2.1.17.2.15.1.10.70|65|0 +1.3.6.1.2.1.17.2.15.1.10.71|65|0 +1.3.6.1.2.1.17.2.15.1.10.72|65|0 +1.3.6.1.2.1.17.2.15.1.10.105|65|1 +1.3.6.1.2.1.17.2.15.1.10.106|65|1 +1.3.6.1.2.1.17.2.15.1.10.107|65|0 +1.3.6.1.2.1.17.2.15.1.10.108|65|0 +1.3.6.1.2.1.17.2.15.1.10.1000|65|1 +1.3.6.1.2.1.17.2.15.1.10.1001|65|1 +1.3.6.1.2.1.17.2.15.1.10.1002|65|0 +1.3.6.1.2.1.17.2.15.1.10.1003|65|0 +1.3.6.1.2.1.17.2.15.1.10.1004|65|0 +1.3.6.1.2.1.17.2.15.1.10.1005|65|0 +1.3.6.1.2.1.17.2.15.1.10.1006|65|0 +1.3.6.1.2.1.17.2.15.1.10.1007|65|0 +1.3.6.1.2.1.17.2.15.1.10.1008|65|0 +1.3.6.1.2.1.17.2.15.1.10.1009|65|0 +1.3.6.1.2.1.17.2.15.1.10.1010|65|0 +1.3.6.1.2.1.17.2.15.1.10.1011|65|0 +1.3.6.1.2.1.17.2.15.1.10.1012|65|0 +1.3.6.1.2.1.17.2.15.1.10.1013|65|0 +1.3.6.1.2.1.17.2.15.1.10.1014|65|0 +1.3.6.1.2.1.17.2.15.1.10.1015|65|0 +1.3.6.1.2.1.17.2.15.1.10.1016|65|0 +1.3.6.1.2.1.17.2.15.1.10.1017|65|0 +1.3.6.1.2.1.17.2.15.1.10.1018|65|0 +1.3.6.1.2.1.17.2.15.1.10.1019|65|0 +1.3.6.1.2.1.17.2.15.1.10.1020|65|0 +1.3.6.1.2.1.17.2.15.1.10.1021|65|0 +1.3.6.1.2.1.17.2.15.1.10.1022|65|0 +1.3.6.1.2.1.17.2.15.1.10.1023|65|0 +1.3.6.1.2.1.17.2.15.1.10.1024|65|0 +1.3.6.1.2.1.17.2.15.1.10.1025|65|0 +1.3.6.1.2.1.17.2.15.1.10.1026|65|0 +1.3.6.1.2.1.17.2.15.1.10.1027|65|0 +1.3.6.1.2.1.17.2.15.1.10.1028|65|0 +1.3.6.1.2.1.17.2.15.1.10.1029|65|0 +1.3.6.1.2.1.17.2.15.1.10.1030|65|0 +1.3.6.1.2.1.17.2.15.1.10.1031|65|0 +1.3.6.1.2.1.17.2.15.1.10.1032|65|0 +1.3.6.1.2.1.17.2.15.1.10.1033|65|0 +1.3.6.1.2.1.17.2.15.1.10.1034|65|0 +1.3.6.1.2.1.17.2.15.1.10.1035|65|0 +1.3.6.1.2.1.17.2.15.1.10.1036|65|0 +1.3.6.1.2.1.17.2.15.1.10.1037|65|0 +1.3.6.1.2.1.17.2.15.1.10.1038|65|0 +1.3.6.1.2.1.17.2.15.1.10.1039|65|0 +1.3.6.1.2.1.17.2.15.1.10.1040|65|0 +1.3.6.1.2.1.17.2.15.1.10.1041|65|0 +1.3.6.1.2.1.17.2.15.1.10.1042|65|0 +1.3.6.1.2.1.17.2.15.1.10.1043|65|0 +1.3.6.1.2.1.17.2.15.1.10.1044|65|0 +1.3.6.1.2.1.17.2.15.1.10.1045|65|0 +1.3.6.1.2.1.17.2.15.1.10.1046|65|0 +1.3.6.1.2.1.17.2.15.1.10.1047|65|0 +1.3.6.1.2.1.17.2.16.0|2|2 +1.3.6.1.2.1.17.2.18.0|2|2 +1.3.6.1.2.1.17.2.19.1.1.49|2|2 +1.3.6.1.2.1.17.2.19.1.1.50|2|2 +1.3.6.1.2.1.17.2.19.1.1.51|2|2 +1.3.6.1.2.1.17.2.19.1.1.52|2|2 +1.3.6.1.2.1.17.2.19.1.1.53|2|2 +1.3.6.1.2.1.17.2.19.1.1.54|2|2 +1.3.6.1.2.1.17.2.19.1.1.55|2|2 +1.3.6.1.2.1.17.2.19.1.1.56|2|2 +1.3.6.1.2.1.17.2.19.1.1.57|2|2 +1.3.6.1.2.1.17.2.19.1.1.58|2|2 +1.3.6.1.2.1.17.2.19.1.1.59|2|2 +1.3.6.1.2.1.17.2.19.1.1.60|2|2 +1.3.6.1.2.1.17.2.19.1.1.61|2|2 +1.3.6.1.2.1.17.2.19.1.1.62|2|2 +1.3.6.1.2.1.17.2.19.1.1.63|2|2 +1.3.6.1.2.1.17.2.19.1.1.64|2|2 +1.3.6.1.2.1.17.2.19.1.1.65|2|2 +1.3.6.1.2.1.17.2.19.1.1.66|2|2 +1.3.6.1.2.1.17.2.19.1.1.67|2|2 +1.3.6.1.2.1.17.2.19.1.1.68|2|2 +1.3.6.1.2.1.17.2.19.1.1.69|2|2 +1.3.6.1.2.1.17.2.19.1.1.70|2|2 +1.3.6.1.2.1.17.2.19.1.1.71|2|2 +1.3.6.1.2.1.17.2.19.1.1.72|2|2 +1.3.6.1.2.1.17.2.19.1.1.105|2|2 +1.3.6.1.2.1.17.2.19.1.1.106|2|2 +1.3.6.1.2.1.17.2.19.1.1.107|2|2 +1.3.6.1.2.1.17.2.19.1.1.108|2|2 +1.3.6.1.2.1.17.2.19.1.1.1000|2|2 +1.3.6.1.2.1.17.2.19.1.1.1001|2|2 +1.3.6.1.2.1.17.2.19.1.1.1002|2|2 +1.3.6.1.2.1.17.2.19.1.1.1003|2|2 +1.3.6.1.2.1.17.2.19.1.1.1004|2|2 +1.3.6.1.2.1.17.2.19.1.1.1005|2|2 +1.3.6.1.2.1.17.2.19.1.1.1006|2|2 +1.3.6.1.2.1.17.2.19.1.1.1007|2|2 +1.3.6.1.2.1.17.2.19.1.1.1008|2|2 +1.3.6.1.2.1.17.2.19.1.1.1009|2|2 +1.3.6.1.2.1.17.2.19.1.1.1010|2|2 +1.3.6.1.2.1.17.2.19.1.1.1011|2|2 +1.3.6.1.2.1.17.2.19.1.1.1012|2|2 +1.3.6.1.2.1.17.2.19.1.1.1013|2|2 +1.3.6.1.2.1.17.2.19.1.1.1014|2|2 +1.3.6.1.2.1.17.2.19.1.1.1015|2|2 +1.3.6.1.2.1.17.2.19.1.1.1016|2|2 +1.3.6.1.2.1.17.2.19.1.1.1017|2|2 +1.3.6.1.2.1.17.2.19.1.1.1018|2|2 +1.3.6.1.2.1.17.2.19.1.1.1019|2|2 +1.3.6.1.2.1.17.2.19.1.1.1020|2|2 +1.3.6.1.2.1.17.2.19.1.1.1021|2|2 +1.3.6.1.2.1.17.2.19.1.1.1022|2|2 +1.3.6.1.2.1.17.2.19.1.1.1023|2|2 +1.3.6.1.2.1.17.2.19.1.1.1024|2|2 +1.3.6.1.2.1.17.2.19.1.1.1025|2|2 +1.3.6.1.2.1.17.2.19.1.1.1026|2|2 +1.3.6.1.2.1.17.2.19.1.1.1027|2|2 +1.3.6.1.2.1.17.2.19.1.1.1028|2|2 +1.3.6.1.2.1.17.2.19.1.1.1029|2|2 +1.3.6.1.2.1.17.2.19.1.1.1030|2|2 +1.3.6.1.2.1.17.2.19.1.1.1031|2|2 +1.3.6.1.2.1.17.2.19.1.1.1032|2|2 +1.3.6.1.2.1.17.2.19.1.1.1033|2|2 +1.3.6.1.2.1.17.2.19.1.1.1034|2|2 +1.3.6.1.2.1.17.2.19.1.1.1035|2|2 +1.3.6.1.2.1.17.2.19.1.1.1036|2|2 +1.3.6.1.2.1.17.2.19.1.1.1037|2|2 +1.3.6.1.2.1.17.2.19.1.1.1038|2|2 +1.3.6.1.2.1.17.2.19.1.1.1039|2|2 +1.3.6.1.2.1.17.2.19.1.1.1040|2|2 +1.3.6.1.2.1.17.2.19.1.1.1041|2|2 +1.3.6.1.2.1.17.2.19.1.1.1042|2|2 +1.3.6.1.2.1.17.2.19.1.1.1043|2|2 +1.3.6.1.2.1.17.2.19.1.1.1044|2|2 +1.3.6.1.2.1.17.2.19.1.1.1045|2|2 +1.3.6.1.2.1.17.2.19.1.1.1046|2|2 +1.3.6.1.2.1.17.2.19.1.1.1047|2|2 +1.3.6.1.2.1.17.2.19.1.2.49|2|2 +1.3.6.1.2.1.17.2.19.1.2.50|2|2 +1.3.6.1.2.1.17.2.19.1.2.51|2|2 +1.3.6.1.2.1.17.2.19.1.2.52|2|2 +1.3.6.1.2.1.17.2.19.1.2.53|2|2 +1.3.6.1.2.1.17.2.19.1.2.54|2|2 +1.3.6.1.2.1.17.2.19.1.2.55|2|2 +1.3.6.1.2.1.17.2.19.1.2.56|2|2 +1.3.6.1.2.1.17.2.19.1.2.57|2|2 +1.3.6.1.2.1.17.2.19.1.2.58|2|2 +1.3.6.1.2.1.17.2.19.1.2.59|2|2 +1.3.6.1.2.1.17.2.19.1.2.60|2|2 +1.3.6.1.2.1.17.2.19.1.2.61|2|2 +1.3.6.1.2.1.17.2.19.1.2.62|2|2 +1.3.6.1.2.1.17.2.19.1.2.63|2|2 +1.3.6.1.2.1.17.2.19.1.2.64|2|2 +1.3.6.1.2.1.17.2.19.1.2.65|2|2 +1.3.6.1.2.1.17.2.19.1.2.66|2|2 +1.3.6.1.2.1.17.2.19.1.2.67|2|2 +1.3.6.1.2.1.17.2.19.1.2.68|2|2 +1.3.6.1.2.1.17.2.19.1.2.69|2|2 +1.3.6.1.2.1.17.2.19.1.2.70|2|2 +1.3.6.1.2.1.17.2.19.1.2.71|2|2 +1.3.6.1.2.1.17.2.19.1.2.72|2|2 +1.3.6.1.2.1.17.2.19.1.2.105|2|2 +1.3.6.1.2.1.17.2.19.1.2.106|2|2 +1.3.6.1.2.1.17.2.19.1.2.107|2|2 +1.3.6.1.2.1.17.2.19.1.2.108|2|2 +1.3.6.1.2.1.17.2.19.1.2.1000|2|2 +1.3.6.1.2.1.17.2.19.1.2.1001|2|2 +1.3.6.1.2.1.17.2.19.1.2.1002|2|2 +1.3.6.1.2.1.17.2.19.1.2.1003|2|2 +1.3.6.1.2.1.17.2.19.1.2.1004|2|2 +1.3.6.1.2.1.17.2.19.1.2.1005|2|2 +1.3.6.1.2.1.17.2.19.1.2.1006|2|2 +1.3.6.1.2.1.17.2.19.1.2.1007|2|2 +1.3.6.1.2.1.17.2.19.1.2.1008|2|2 +1.3.6.1.2.1.17.2.19.1.2.1009|2|2 +1.3.6.1.2.1.17.2.19.1.2.1010|2|2 +1.3.6.1.2.1.17.2.19.1.2.1011|2|2 +1.3.6.1.2.1.17.2.19.1.2.1012|2|2 +1.3.6.1.2.1.17.2.19.1.2.1013|2|2 +1.3.6.1.2.1.17.2.19.1.2.1014|2|2 +1.3.6.1.2.1.17.2.19.1.2.1015|2|2 +1.3.6.1.2.1.17.2.19.1.2.1016|2|2 +1.3.6.1.2.1.17.2.19.1.2.1017|2|2 +1.3.6.1.2.1.17.2.19.1.2.1018|2|2 +1.3.6.1.2.1.17.2.19.1.2.1019|2|2 +1.3.6.1.2.1.17.2.19.1.2.1020|2|2 +1.3.6.1.2.1.17.2.19.1.2.1021|2|2 +1.3.6.1.2.1.17.2.19.1.2.1022|2|2 +1.3.6.1.2.1.17.2.19.1.2.1023|2|2 +1.3.6.1.2.1.17.2.19.1.2.1024|2|2 +1.3.6.1.2.1.17.2.19.1.2.1025|2|2 +1.3.6.1.2.1.17.2.19.1.2.1026|2|2 +1.3.6.1.2.1.17.2.19.1.2.1027|2|2 +1.3.6.1.2.1.17.2.19.1.2.1028|2|2 +1.3.6.1.2.1.17.2.19.1.2.1029|2|2 +1.3.6.1.2.1.17.2.19.1.2.1030|2|2 +1.3.6.1.2.1.17.2.19.1.2.1031|2|2 +1.3.6.1.2.1.17.2.19.1.2.1032|2|2 +1.3.6.1.2.1.17.2.19.1.2.1033|2|2 +1.3.6.1.2.1.17.2.19.1.2.1034|2|2 +1.3.6.1.2.1.17.2.19.1.2.1035|2|2 +1.3.6.1.2.1.17.2.19.1.2.1036|2|2 +1.3.6.1.2.1.17.2.19.1.2.1037|2|2 +1.3.6.1.2.1.17.2.19.1.2.1038|2|2 +1.3.6.1.2.1.17.2.19.1.2.1039|2|2 +1.3.6.1.2.1.17.2.19.1.2.1040|2|2 +1.3.6.1.2.1.17.2.19.1.2.1041|2|2 +1.3.6.1.2.1.17.2.19.1.2.1042|2|2 +1.3.6.1.2.1.17.2.19.1.2.1043|2|2 +1.3.6.1.2.1.17.2.19.1.2.1044|2|2 +1.3.6.1.2.1.17.2.19.1.2.1045|2|2 +1.3.6.1.2.1.17.2.19.1.2.1046|2|2 +1.3.6.1.2.1.17.2.19.1.2.1047|2|2 +1.3.6.1.2.1.17.2.19.1.3.49|2|2 +1.3.6.1.2.1.17.2.19.1.3.50|2|2 +1.3.6.1.2.1.17.2.19.1.3.51|2|2 +1.3.6.1.2.1.17.2.19.1.3.52|2|2 +1.3.6.1.2.1.17.2.19.1.3.53|2|2 +1.3.6.1.2.1.17.2.19.1.3.54|2|2 +1.3.6.1.2.1.17.2.19.1.3.55|2|2 +1.3.6.1.2.1.17.2.19.1.3.56|2|1 +1.3.6.1.2.1.17.2.19.1.3.57|2|1 +1.3.6.1.2.1.17.2.19.1.3.58|2|1 +1.3.6.1.2.1.17.2.19.1.3.59|2|2 +1.3.6.1.2.1.17.2.19.1.3.60|2|2 +1.3.6.1.2.1.17.2.19.1.3.61|2|1 +1.3.6.1.2.1.17.2.19.1.3.62|2|1 +1.3.6.1.2.1.17.2.19.1.3.63|2|1 +1.3.6.1.2.1.17.2.19.1.3.64|2|1 +1.3.6.1.2.1.17.2.19.1.3.65|2|1 +1.3.6.1.2.1.17.2.19.1.3.66|2|2 +1.3.6.1.2.1.17.2.19.1.3.67|2|2 +1.3.6.1.2.1.17.2.19.1.3.68|2|1 +1.3.6.1.2.1.17.2.19.1.3.69|2|1 +1.3.6.1.2.1.17.2.19.1.3.70|2|2 +1.3.6.1.2.1.17.2.19.1.3.71|2|2 +1.3.6.1.2.1.17.2.19.1.3.72|2|2 +1.3.6.1.2.1.17.2.19.1.3.105|2|1 +1.3.6.1.2.1.17.2.19.1.3.106|2|2 +1.3.6.1.2.1.17.2.19.1.3.107|2|2 +1.3.6.1.2.1.17.2.19.1.3.108|2|2 +1.3.6.1.2.1.17.2.19.1.3.1000|2|2 +1.3.6.1.2.1.17.2.19.1.3.1001|2|1 +1.3.6.1.2.1.17.2.19.1.3.1002|2|2 +1.3.6.1.2.1.17.2.19.1.3.1003|2|2 +1.3.6.1.2.1.17.2.19.1.3.1004|2|2 +1.3.6.1.2.1.17.2.19.1.3.1005|2|2 +1.3.6.1.2.1.17.2.19.1.3.1006|2|2 +1.3.6.1.2.1.17.2.19.1.3.1007|2|2 +1.3.6.1.2.1.17.2.19.1.3.1008|2|2 +1.3.6.1.2.1.17.2.19.1.3.1009|2|2 +1.3.6.1.2.1.17.2.19.1.3.1010|2|2 +1.3.6.1.2.1.17.2.19.1.3.1011|2|2 +1.3.6.1.2.1.17.2.19.1.3.1012|2|2 +1.3.6.1.2.1.17.2.19.1.3.1013|2|2 +1.3.6.1.2.1.17.2.19.1.3.1014|2|2 +1.3.6.1.2.1.17.2.19.1.3.1015|2|2 +1.3.6.1.2.1.17.2.19.1.3.1016|2|2 +1.3.6.1.2.1.17.2.19.1.3.1017|2|2 +1.3.6.1.2.1.17.2.19.1.3.1018|2|2 +1.3.6.1.2.1.17.2.19.1.3.1019|2|2 +1.3.6.1.2.1.17.2.19.1.3.1020|2|2 +1.3.6.1.2.1.17.2.19.1.3.1021|2|2 +1.3.6.1.2.1.17.2.19.1.3.1022|2|2 +1.3.6.1.2.1.17.2.19.1.3.1023|2|2 +1.3.6.1.2.1.17.2.19.1.3.1024|2|2 +1.3.6.1.2.1.17.2.19.1.3.1025|2|2 +1.3.6.1.2.1.17.2.19.1.3.1026|2|2 +1.3.6.1.2.1.17.2.19.1.3.1027|2|2 +1.3.6.1.2.1.17.2.19.1.3.1028|2|2 +1.3.6.1.2.1.17.2.19.1.3.1029|2|2 +1.3.6.1.2.1.17.2.19.1.3.1030|2|2 +1.3.6.1.2.1.17.2.19.1.3.1031|2|2 +1.3.6.1.2.1.17.2.19.1.3.1032|2|2 +1.3.6.1.2.1.17.2.19.1.3.1033|2|2 +1.3.6.1.2.1.17.2.19.1.3.1034|2|2 +1.3.6.1.2.1.17.2.19.1.3.1035|2|2 +1.3.6.1.2.1.17.2.19.1.3.1036|2|2 +1.3.6.1.2.1.17.2.19.1.3.1037|2|2 +1.3.6.1.2.1.17.2.19.1.3.1038|2|2 +1.3.6.1.2.1.17.2.19.1.3.1039|2|2 +1.3.6.1.2.1.17.2.19.1.3.1040|2|2 +1.3.6.1.2.1.17.2.19.1.3.1041|2|2 +1.3.6.1.2.1.17.2.19.1.3.1042|2|2 +1.3.6.1.2.1.17.2.19.1.3.1043|2|2 +1.3.6.1.2.1.17.2.19.1.3.1044|2|2 +1.3.6.1.2.1.17.2.19.1.3.1045|2|2 +1.3.6.1.2.1.17.2.19.1.3.1046|2|2 +1.3.6.1.2.1.17.2.19.1.3.1047|2|2 +1.3.6.1.2.1.17.2.19.1.4.49|2|2 +1.3.6.1.2.1.17.2.19.1.4.50|2|2 +1.3.6.1.2.1.17.2.19.1.4.51|2|2 +1.3.6.1.2.1.17.2.19.1.4.52|2|2 +1.3.6.1.2.1.17.2.19.1.4.53|2|2 +1.3.6.1.2.1.17.2.19.1.4.54|2|2 +1.3.6.1.2.1.17.2.19.1.4.55|2|2 +1.3.6.1.2.1.17.2.19.1.4.56|2|2 +1.3.6.1.2.1.17.2.19.1.4.57|2|2 +1.3.6.1.2.1.17.2.19.1.4.58|2|2 +1.3.6.1.2.1.17.2.19.1.4.59|2|2 +1.3.6.1.2.1.17.2.19.1.4.60|2|2 +1.3.6.1.2.1.17.2.19.1.4.61|2|2 +1.3.6.1.2.1.17.2.19.1.4.62|2|2 +1.3.6.1.2.1.17.2.19.1.4.63|2|2 +1.3.6.1.2.1.17.2.19.1.4.64|2|2 +1.3.6.1.2.1.17.2.19.1.4.65|2|2 +1.3.6.1.2.1.17.2.19.1.4.66|2|2 +1.3.6.1.2.1.17.2.19.1.4.67|2|2 +1.3.6.1.2.1.17.2.19.1.4.68|2|2 +1.3.6.1.2.1.17.2.19.1.4.69|2|2 +1.3.6.1.2.1.17.2.19.1.4.70|2|2 +1.3.6.1.2.1.17.2.19.1.4.71|2|2 +1.3.6.1.2.1.17.2.19.1.4.72|2|2 +1.3.6.1.2.1.17.2.19.1.4.105|2|2 +1.3.6.1.2.1.17.2.19.1.4.106|2|2 +1.3.6.1.2.1.17.2.19.1.4.107|2|2 +1.3.6.1.2.1.17.2.19.1.4.108|2|2 +1.3.6.1.2.1.17.2.19.1.4.1000|2|2 +1.3.6.1.2.1.17.2.19.1.4.1001|2|2 +1.3.6.1.2.1.17.2.19.1.4.1002|2|2 +1.3.6.1.2.1.17.2.19.1.4.1003|2|2 +1.3.6.1.2.1.17.2.19.1.4.1004|2|2 +1.3.6.1.2.1.17.2.19.1.4.1005|2|2 +1.3.6.1.2.1.17.2.19.1.4.1006|2|2 +1.3.6.1.2.1.17.2.19.1.4.1007|2|2 +1.3.6.1.2.1.17.2.19.1.4.1008|2|2 +1.3.6.1.2.1.17.2.19.1.4.1009|2|2 +1.3.6.1.2.1.17.2.19.1.4.1010|2|2 +1.3.6.1.2.1.17.2.19.1.4.1011|2|2 +1.3.6.1.2.1.17.2.19.1.4.1012|2|2 +1.3.6.1.2.1.17.2.19.1.4.1013|2|2 +1.3.6.1.2.1.17.2.19.1.4.1014|2|2 +1.3.6.1.2.1.17.2.19.1.4.1015|2|2 +1.3.6.1.2.1.17.2.19.1.4.1016|2|2 +1.3.6.1.2.1.17.2.19.1.4.1017|2|2 +1.3.6.1.2.1.17.2.19.1.4.1018|2|2 +1.3.6.1.2.1.17.2.19.1.4.1019|2|2 +1.3.6.1.2.1.17.2.19.1.4.1020|2|2 +1.3.6.1.2.1.17.2.19.1.4.1021|2|2 +1.3.6.1.2.1.17.2.19.1.4.1022|2|2 +1.3.6.1.2.1.17.2.19.1.4.1023|2|2 +1.3.6.1.2.1.17.2.19.1.4.1024|2|2 +1.3.6.1.2.1.17.2.19.1.4.1025|2|2 +1.3.6.1.2.1.17.2.19.1.4.1026|2|2 +1.3.6.1.2.1.17.2.19.1.4.1027|2|2 +1.3.6.1.2.1.17.2.19.1.4.1028|2|2 +1.3.6.1.2.1.17.2.19.1.4.1029|2|2 +1.3.6.1.2.1.17.2.19.1.4.1030|2|2 +1.3.6.1.2.1.17.2.19.1.4.1031|2|2 +1.3.6.1.2.1.17.2.19.1.4.1032|2|2 +1.3.6.1.2.1.17.2.19.1.4.1033|2|2 +1.3.6.1.2.1.17.2.19.1.4.1034|2|2 +1.3.6.1.2.1.17.2.19.1.4.1035|2|2 +1.3.6.1.2.1.17.2.19.1.4.1036|2|2 +1.3.6.1.2.1.17.2.19.1.4.1037|2|2 +1.3.6.1.2.1.17.2.19.1.4.1038|2|2 +1.3.6.1.2.1.17.2.19.1.4.1039|2|2 +1.3.6.1.2.1.17.2.19.1.4.1040|2|2 +1.3.6.1.2.1.17.2.19.1.4.1041|2|2 +1.3.6.1.2.1.17.2.19.1.4.1042|2|2 +1.3.6.1.2.1.17.2.19.1.4.1043|2|2 +1.3.6.1.2.1.17.2.19.1.4.1044|2|2 +1.3.6.1.2.1.17.2.19.1.4.1045|2|2 +1.3.6.1.2.1.17.2.19.1.4.1046|2|2 +1.3.6.1.2.1.17.2.19.1.4.1047|2|2 +1.3.6.1.2.1.17.2.19.1.5.49|2|1 +1.3.6.1.2.1.17.2.19.1.5.50|2|1 +1.3.6.1.2.1.17.2.19.1.5.51|2|1 +1.3.6.1.2.1.17.2.19.1.5.52|2|1 +1.3.6.1.2.1.17.2.19.1.5.53|2|1 +1.3.6.1.2.1.17.2.19.1.5.54|2|1 +1.3.6.1.2.1.17.2.19.1.5.55|2|1 +1.3.6.1.2.1.17.2.19.1.5.56|2|1 +1.3.6.1.2.1.17.2.19.1.5.57|2|1 +1.3.6.1.2.1.17.2.19.1.5.58|2|1 +1.3.6.1.2.1.17.2.19.1.5.59|2|1 +1.3.6.1.2.1.17.2.19.1.5.60|2|1 +1.3.6.1.2.1.17.2.19.1.5.61|2|1 +1.3.6.1.2.1.17.2.19.1.5.62|2|1 +1.3.6.1.2.1.17.2.19.1.5.63|2|1 +1.3.6.1.2.1.17.2.19.1.5.64|2|1 +1.3.6.1.2.1.17.2.19.1.5.65|2|1 +1.3.6.1.2.1.17.2.19.1.5.66|2|1 +1.3.6.1.2.1.17.2.19.1.5.67|2|1 +1.3.6.1.2.1.17.2.19.1.5.68|2|1 +1.3.6.1.2.1.17.2.19.1.5.69|2|1 +1.3.6.1.2.1.17.2.19.1.5.70|2|1 +1.3.6.1.2.1.17.2.19.1.5.71|2|1 +1.3.6.1.2.1.17.2.19.1.5.72|2|1 +1.3.6.1.2.1.17.2.19.1.5.105|2|1 +1.3.6.1.2.1.17.2.19.1.5.106|2|1 +1.3.6.1.2.1.17.2.19.1.5.107|2|1 +1.3.6.1.2.1.17.2.19.1.5.108|2|1 +1.3.6.1.2.1.17.2.19.1.5.1000|2|1 +1.3.6.1.2.1.17.2.19.1.5.1001|2|1 +1.3.6.1.2.1.17.2.19.1.5.1002|2|1 +1.3.6.1.2.1.17.2.19.1.5.1003|2|1 +1.3.6.1.2.1.17.2.19.1.5.1004|2|1 +1.3.6.1.2.1.17.2.19.1.5.1005|2|1 +1.3.6.1.2.1.17.2.19.1.5.1006|2|1 +1.3.6.1.2.1.17.2.19.1.5.1007|2|1 +1.3.6.1.2.1.17.2.19.1.5.1008|2|1 +1.3.6.1.2.1.17.2.19.1.5.1009|2|1 +1.3.6.1.2.1.17.2.19.1.5.1010|2|1 +1.3.6.1.2.1.17.2.19.1.5.1011|2|1 +1.3.6.1.2.1.17.2.19.1.5.1012|2|1 +1.3.6.1.2.1.17.2.19.1.5.1013|2|1 +1.3.6.1.2.1.17.2.19.1.5.1014|2|1 +1.3.6.1.2.1.17.2.19.1.5.1015|2|1 +1.3.6.1.2.1.17.2.19.1.5.1016|2|1 +1.3.6.1.2.1.17.2.19.1.5.1017|2|1 +1.3.6.1.2.1.17.2.19.1.5.1018|2|1 +1.3.6.1.2.1.17.2.19.1.5.1019|2|1 +1.3.6.1.2.1.17.2.19.1.5.1020|2|1 +1.3.6.1.2.1.17.2.19.1.5.1021|2|1 +1.3.6.1.2.1.17.2.19.1.5.1022|2|1 +1.3.6.1.2.1.17.2.19.1.5.1023|2|1 +1.3.6.1.2.1.17.2.19.1.5.1024|2|1 +1.3.6.1.2.1.17.2.19.1.5.1025|2|1 +1.3.6.1.2.1.17.2.19.1.5.1026|2|1 +1.3.6.1.2.1.17.2.19.1.5.1027|2|1 +1.3.6.1.2.1.17.2.19.1.5.1028|2|1 +1.3.6.1.2.1.17.2.19.1.5.1029|2|1 +1.3.6.1.2.1.17.2.19.1.5.1030|2|1 +1.3.6.1.2.1.17.2.19.1.5.1031|2|1 +1.3.6.1.2.1.17.2.19.1.5.1032|2|1 +1.3.6.1.2.1.17.2.19.1.5.1033|2|1 +1.3.6.1.2.1.17.2.19.1.5.1034|2|1 +1.3.6.1.2.1.17.2.19.1.5.1035|2|1 +1.3.6.1.2.1.17.2.19.1.5.1036|2|1 +1.3.6.1.2.1.17.2.19.1.5.1037|2|1 +1.3.6.1.2.1.17.2.19.1.5.1038|2|1 +1.3.6.1.2.1.17.2.19.1.5.1039|2|1 +1.3.6.1.2.1.17.2.19.1.5.1040|2|1 +1.3.6.1.2.1.17.2.19.1.5.1041|2|1 +1.3.6.1.2.1.17.2.19.1.5.1042|2|1 +1.3.6.1.2.1.17.2.19.1.5.1043|2|1 +1.3.6.1.2.1.17.2.19.1.5.1044|2|1 +1.3.6.1.2.1.17.2.19.1.5.1045|2|1 +1.3.6.1.2.1.17.2.19.1.5.1046|2|1 +1.3.6.1.2.1.17.2.19.1.5.1047|2|1 +1.3.6.1.2.1.17.2.19.1.6.49|2|0 +1.3.6.1.2.1.17.2.19.1.6.50|2|0 +1.3.6.1.2.1.17.2.19.1.6.51|2|0 +1.3.6.1.2.1.17.2.19.1.6.52|2|0 +1.3.6.1.2.1.17.2.19.1.6.53|2|0 +1.3.6.1.2.1.17.2.19.1.6.54|2|0 +1.3.6.1.2.1.17.2.19.1.6.55|2|0 +1.3.6.1.2.1.17.2.19.1.6.56|2|0 +1.3.6.1.2.1.17.2.19.1.6.57|2|0 +1.3.6.1.2.1.17.2.19.1.6.58|2|0 +1.3.6.1.2.1.17.2.19.1.6.59|2|0 +1.3.6.1.2.1.17.2.19.1.6.60|2|0 +1.3.6.1.2.1.17.2.19.1.6.61|2|0 +1.3.6.1.2.1.17.2.19.1.6.62|2|0 +1.3.6.1.2.1.17.2.19.1.6.63|2|0 +1.3.6.1.2.1.17.2.19.1.6.64|2|0 +1.3.6.1.2.1.17.2.19.1.6.65|2|0 +1.3.6.1.2.1.17.2.19.1.6.66|2|0 +1.3.6.1.2.1.17.2.19.1.6.67|2|0 +1.3.6.1.2.1.17.2.19.1.6.68|2|0 +1.3.6.1.2.1.17.2.19.1.6.69|2|0 +1.3.6.1.2.1.17.2.19.1.6.70|2|0 +1.3.6.1.2.1.17.2.19.1.6.71|2|0 +1.3.6.1.2.1.17.2.19.1.6.72|2|0 +1.3.6.1.2.1.17.2.19.1.6.105|2|0 +1.3.6.1.2.1.17.2.19.1.6.106|2|0 +1.3.6.1.2.1.17.2.19.1.6.107|2|0 +1.3.6.1.2.1.17.2.19.1.6.108|2|0 +1.3.6.1.2.1.17.2.19.1.6.1000|2|0 +1.3.6.1.2.1.17.2.19.1.6.1001|2|0 +1.3.6.1.2.1.17.2.19.1.6.1002|2|0 +1.3.6.1.2.1.17.2.19.1.6.1003|2|0 +1.3.6.1.2.1.17.2.19.1.6.1004|2|0 +1.3.6.1.2.1.17.2.19.1.6.1005|2|0 +1.3.6.1.2.1.17.2.19.1.6.1006|2|0 +1.3.6.1.2.1.17.2.19.1.6.1007|2|0 +1.3.6.1.2.1.17.2.19.1.6.1008|2|0 +1.3.6.1.2.1.17.2.19.1.6.1009|2|0 +1.3.6.1.2.1.17.2.19.1.6.1010|2|0 +1.3.6.1.2.1.17.2.19.1.6.1011|2|0 +1.3.6.1.2.1.17.2.19.1.6.1012|2|0 +1.3.6.1.2.1.17.2.19.1.6.1013|2|0 +1.3.6.1.2.1.17.2.19.1.6.1014|2|0 +1.3.6.1.2.1.17.2.19.1.6.1015|2|0 +1.3.6.1.2.1.17.2.19.1.6.1016|2|0 +1.3.6.1.2.1.17.2.19.1.6.1017|2|0 +1.3.6.1.2.1.17.2.19.1.6.1018|2|0 +1.3.6.1.2.1.17.2.19.1.6.1019|2|0 +1.3.6.1.2.1.17.2.19.1.6.1020|2|0 +1.3.6.1.2.1.17.2.19.1.6.1021|2|0 +1.3.6.1.2.1.17.2.19.1.6.1022|2|0 +1.3.6.1.2.1.17.2.19.1.6.1023|2|0 +1.3.6.1.2.1.17.2.19.1.6.1024|2|0 +1.3.6.1.2.1.17.2.19.1.6.1025|2|0 +1.3.6.1.2.1.17.2.19.1.6.1026|2|0 +1.3.6.1.2.1.17.2.19.1.6.1027|2|0 +1.3.6.1.2.1.17.2.19.1.6.1028|2|0 +1.3.6.1.2.1.17.2.19.1.6.1029|2|0 +1.3.6.1.2.1.17.2.19.1.6.1030|2|0 +1.3.6.1.2.1.17.2.19.1.6.1031|2|0 +1.3.6.1.2.1.17.2.19.1.6.1032|2|0 +1.3.6.1.2.1.17.2.19.1.6.1033|2|0 +1.3.6.1.2.1.17.2.19.1.6.1034|2|0 +1.3.6.1.2.1.17.2.19.1.6.1035|2|0 +1.3.6.1.2.1.17.2.19.1.6.1036|2|0 +1.3.6.1.2.1.17.2.19.1.6.1037|2|0 +1.3.6.1.2.1.17.2.19.1.6.1038|2|0 +1.3.6.1.2.1.17.2.19.1.6.1039|2|0 +1.3.6.1.2.1.17.2.19.1.6.1040|2|0 +1.3.6.1.2.1.17.2.19.1.6.1041|2|0 +1.3.6.1.2.1.17.2.19.1.6.1042|2|0 +1.3.6.1.2.1.17.2.19.1.6.1043|2|0 +1.3.6.1.2.1.17.2.19.1.6.1044|2|0 +1.3.6.1.2.1.17.2.19.1.6.1045|2|0 +1.3.6.1.2.1.17.2.19.1.6.1046|2|0 +1.3.6.1.2.1.17.2.19.1.6.1047|2|0 +1.3.6.1.2.1.17.7.1.1.1.0|2|1 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.48.103.168.47.196|2|65 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.28.111.101.78.87.7|2|63 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.104.255.123.62.104.41|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.116.218.136.104.42.215|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.128.48.224.46.26.13|2|1001 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.128.48.224.46.26.14|2|1001 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.218.196.115.58.94|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.218.196.115.58.98|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.172.132.198.0.203.193|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.78.38.124.69.207|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.212.202.109.35.85.53|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.212.202.109.35.85.54|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.216.7.182.90.188.217|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.224.213.94.181.89.238|2|64 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.232.40.193.38.185.192|2|0 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.0.8.34.110.144.252|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.2.106.84.110.255.180|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.4.200.7.147.28.6|2|57 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.4.200.7.151.125.228|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.8.46.95.38.202.127|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.8.120.8.207.82.20|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.8.238.139.239.193.128|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.12.44.84.224.27.202|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.16.50.126.54.131.113|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.16.91.173.73.207.121|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.18.25.253.176.187.215|2|57 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.38.140.167.222.52.14|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.42.226.139.183.178.209|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.52.18.249.99.45.223|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.52.121.22.83.16.198|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.52.121.22.83.16.230|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.52.121.22.83.17.8|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.52.121.22.83.17.30|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.52.121.22.83.17.50|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.52.121.22.83.18.116|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.56.177.219.237.54.123|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.60.250.67.71.180.216|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.72.76.134.201.120.17|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.80.222.6.197.7.138|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.92.195.7.192.100.141|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.94.192.155.199.188.111|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.96.171.103.146.6.16|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.112.138.9.114.99.55|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.114.201.98.252.163.50|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.126.101.91.254.77.107|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.128.48.73.80.155.49|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.130.8.225.89.177.26|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.136.41.156.48.11.223|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.138.96.235.215.120.30|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.160.11.186.231.228.162|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.172.146.50.163.244.44|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.176.114.191.205.14.120|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.180.116.67.68.40.103|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.184.148.54.238.192.100|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.188.61.133.133.218.183|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.202.132.233.103.163.117|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.206.191.115.243.146.39|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.210.20.140.201.188.62|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.224.204.248.101.160.6|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.234.62.225.94.34.239|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.2.250.117.159.117.108.171|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.19.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.19.8.0.39.10.162.224|2|1001 +1.3.6.1.2.1.17.7.1.2.2.1.2.19.8.0.39.153.214.161|2|1001 +1.3.6.1.2.1.17.7.1.2.2.1.2.19.68.138.91.107.146.197|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.19.112.77.123.108.28.231|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.19.116.212.53.44.238.152|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.19.156.92.142.143.91.60|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.19.176.110.191.131.142.224|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.19.184.151.90.133.139.65|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.20.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.20.208.80.153.57.171.155|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.20.252.170.20.20.18.189|2|58 +1.3.6.1.2.1.17.7.1.2.2.1.2.39.0.48.103.168.14.205|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.39.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.39.68.138.91.107.79.196|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.39.184.151.90.125.111.72|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.39.208.23.194.146.166.160|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.40.0.33.133.59.9.190|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.40.0.224.103.21.120.206|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.40.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.40.8.0.39.8.111.200|2|1001 +1.3.6.1.2.1.17.7.1.2.2.1.2.40.148.222.128.21.133.188|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.40.156.92.142.143.77.21|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.40.224.213.94.58.14.39|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.40.224.213.94.121.122.102|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.0.0.72.79.36.247|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.0.32.107.132.53.230|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.0.32.107.241.173.153|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.20.45.39.0.127.241|2|57 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.40.194.221.241.154.49|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.48.141.153.174.7.160|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.48.141.153.174.71.44|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.52.104.149.130.122.94|2|57 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.56.99.187.215.11.113|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.80.101.243.93.170.77|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.104.20.1.163.236.252|2|57 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.112.90.15.14.213.143|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.120.231.209.162.50.23|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.128.206.98.233.137.33|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.132.42.253.241.234.105|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.156.123.239.136.149.139|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.164.93.54.93.39.106|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.164.252.119.68.126.112|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.172.168.142.37.105.108|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.208.191.156.53.3.8|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.208.191.156.54.29.41|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.228.231.73.93.1.78|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.228.231.73.93.208.137|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.232.57.53.144.130.72|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.236.92.104.78.209.62|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.244.48.185.41.13.226|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.100.248.218.12.92.243.122|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.0.29.146.4.240.79|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.0.33.133.59.9.185|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.0.33.133.59.10.52|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.0.48.103.144.19.17|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.0.48.103.153.135.120|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.0.48.103.153.143.150|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.0.48.103.153.144.57|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.44.253.161.113.255.239|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.48.227.122.203.252.40|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.48.247.114.48.204.9|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.48.247.114.48.204.19|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.56.213.71.27.207.40|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.60.124.63.38.158.60|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.64.141.92.57.133.21|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.76.237.251.193.145.148|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.108.98.109.121.77.104|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.116.41.175.136.35.75|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.116.212.53.130.215.214|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.148.57.229.215.94.191|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.148.222.128.16.123.32|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.148.222.128.21.133.209|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.148.222.128.21.143.171|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.156.92.142.143.92.38|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.176.110.191.127.46.210|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.184.151.90.125.104.0|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.188.95.244.218.16.90|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.188.95.244.237.60.73|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.208.23.194.151.2.88|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.224.43.233.135.239.31|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.200.224.63.73.69.31.95|2|57 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.0.12.66.178.72.101|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.0.48.103.168.47.196|2|65 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.8.0.39.82.72.4|2|1001 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.28.111.101.78.87.7|2|63 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.48.137.153.1.76.159|2|68 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.104.255.123.62.104.41|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.116.218.136.104.42.215|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.128.48.224.46.26.13|2|1001 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.128.48.224.63.45.64|2|69 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.152.218.196.115.58.94|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.152.218.196.115.58.98|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.172.132.198.0.203.193|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.78.38.124.69.207|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.3|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.5|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.7|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.16|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.17|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.19|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.22|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.34|2|57 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.39|2|50 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.40|2|54 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.49|2|56 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.51|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.53|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.54|2|51 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.64|2|53 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.73|2|49 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.80|2|52 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.176.254.0.0.2.81|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.216.7.182.90.188.217|2|55 +1.3.6.1.2.1.17.7.1.2.2.1.2.254.224.213.94.181.89.238|2|64 +1.3.6.1.2.1.17.7.1.2.2.1.2.1000.0.48.103.153.143.174|2|57 +1.3.6.1.2.1.17.7.1.2.2.1.2.1000.0.48.103.168.47.196|2|65 +1.3.6.1.2.1.17.7.1.2.2.1.2.1000.2.100.50.159.188.2|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.1000.28.111.101.78.87.7|2|63 +1.3.6.1.2.1.17.7.1.2.2.1.2.1000.128.48.224.46.26.13|2|1001 +1.3.6.1.2.1.17.7.1.2.2.1.2.1000.144.2.169.131.50.150|2|57 +1.3.6.1.2.1.17.7.1.2.2.1.2.1000.144.43.52.204.96.42|2|62 +1.3.6.1.2.1.17.7.1.2.2.1.2.1000.208.80.153.46.130.64|2|61 +1.3.6.1.2.1.17.7.1.2.2.1.2.1000.224.213.94.181.89.238|2|64 +1.3.6.1.2.1.17.7.1.2.2.1.2.2600.2.100.50.159.188.4|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.2600.112.140.182.228.197.131|2|105 +1.3.6.1.2.1.17.7.1.2.2.1.2.3200.2.100.50.159.188.6|2|1000 +1.3.6.1.2.1.17.7.1.2.2.1.2.3200.112.140.182.228.197.131|2|105 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.1|66|1 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.2|66|2 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.19|66|19 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.20|66|20 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.39|66|39 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.40|66|40 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.99|66|99 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.100|66|100 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.200|66|200 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.254|66|254 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.1000|66|1000 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.2600|66|2600 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.3200|66|3200 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.1|4x|000000000000FFC3E4000000007000000a3030203030203030203046204646204646204630203030203030203030203046203030203030203030203030203030200a3030204646204646204646203030203030203030203030204630203030203030203030203030203030203046204646200a4646204630203030203030203030203046203030203030203030203030203030203030204646204646204646203030200a3030203030203030204630203030203030203030203030203030203046204646204646204630203030203030203030200a3046203030203030203030203030203030203030204646204646204646203030203030203030203030204630203030200a3030203030203030203030203046204646204646204630203030203030203030203046203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031204646204646204646200a464620464620464520 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.2|4x|000000000000FFC000000000004000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.19|4x|000000000000FF8380000000004000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203830203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.20|4x|000000000000004000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.39|4x|000000000000FF8000000000004000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.40|4x|000000000000FF8380000000004000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203830203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.99|4x|000000000000FF8000000000004000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.100|4x|000000000000FFC100000000004000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.200|4x|000000000000FFC200000000004000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.254|4x|000000000000FFC398000000004000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203830203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.1000|4x|000000000000FF8F80000000004000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203830203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.2600|4x|000000000000000000000000008000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.3200|4x|000000000000000000000000008000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031203030203030203030200a3030203030203030 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.1|4x|000000000000FFC3E4000000007000000a3030203030203030203046204646204646204630203030203030203030203046203030203030203030203030203030200a3030204646204646204646203030203030203030203030204630203030203030203030203030203030203046204646200a4646204630203030203030203030203046203030203030203030203030203030203030204646204646204646203030200a3030203030203030204630203030203030203030203030203030203046204646204646204630203030203030203030200a3046203030203030203030203030203030203030204646204646204646203030203030203030203030204630203030200a3030203030203030203030203046204646204646204630203030203030203030203046203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203031204646204646204646200a464620464620464520 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.2|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.19|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.20|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.39|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.40|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.99|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.100|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.200|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.254|4x|000000000000000018000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.1000|4x|000000000000000C00000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.2600|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.3200|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030 +1.3.6.1.2.1.17.7.1.4.3.1.1.2|4|Guest +1.3.6.1.2.1.17.7.1.4.3.1.1.19|4|FIN +1.3.6.1.2.1.17.7.1.4.3.1.1.20|4|SOFKA +1.3.6.1.2.1.17.7.1.4.3.1.1.39|4|MKR +1.3.6.1.2.1.17.7.1.4.3.1.1.40|4|LPA +1.3.6.1.2.1.17.7.1.4.3.1.1.99|4|POS +1.3.6.1.2.1.17.7.1.4.3.1.1.100|4|PRN +1.3.6.1.2.1.17.7.1.4.3.1.1.200|4|LAN +1.3.6.1.2.1.17.7.1.4.3.1.1.254|4|MGMN +1.3.6.1.2.1.17.7.1.4.3.1.1.1000|4|SRV +1.3.6.1.2.1.17.7.1.4.3.1.1.2600|4|Telekom_LPA +1.3.6.1.2.1.17.7.1.4.3.1.1.3200|4|Telekom_WAN +1.3.6.1.2.1.17.7.1.4.5.1.1.49|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.50|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.51|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.52|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.53|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.54|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.55|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.56|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.57|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.58|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.59|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.60|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.61|66|1000 +1.3.6.1.2.1.17.7.1.4.5.1.1.62|66|1000 +1.3.6.1.2.1.17.7.1.4.5.1.1.63|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.64|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.65|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.66|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.67|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.68|66|254 +1.3.6.1.2.1.17.7.1.4.5.1.1.69|66|254 +1.3.6.1.2.1.17.7.1.4.5.1.1.70|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.71|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.72|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.105|66|4095 +1.3.6.1.2.1.17.7.1.4.5.1.1.106|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.107|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.108|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1000|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1001|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1002|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1003|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1004|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1005|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1006|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1007|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1008|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1009|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1010|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1011|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1012|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1013|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1014|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1015|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1016|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1017|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1018|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1019|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1020|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1021|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1022|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1023|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1024|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1025|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1026|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1027|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1028|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1029|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1030|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1031|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1032|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1033|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1034|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1035|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1036|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1037|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1038|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1039|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1040|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1041|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1042|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1043|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1044|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1045|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1046|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.1047|66|1 +1.3.6.1.2.1.31.1.1.1.1.49|4|gi1/0/1 +1.3.6.1.2.1.31.1.1.1.1.50|4|gi1/0/2 +1.3.6.1.2.1.31.1.1.1.1.51|4|gi1/0/3 +1.3.6.1.2.1.31.1.1.1.1.52|4|gi1/0/4 +1.3.6.1.2.1.31.1.1.1.1.53|4|gi1/0/5 +1.3.6.1.2.1.31.1.1.1.1.54|4|gi1/0/6 +1.3.6.1.2.1.31.1.1.1.1.55|4|gi1/0/7 +1.3.6.1.2.1.31.1.1.1.1.56|4|gi1/0/8 +1.3.6.1.2.1.31.1.1.1.1.57|4|gi1/0/9 +1.3.6.1.2.1.31.1.1.1.1.58|4|gi1/0/10 +1.3.6.1.2.1.31.1.1.1.1.59|4|gi1/0/11 +1.3.6.1.2.1.31.1.1.1.1.60|4|gi1/0/12 +1.3.6.1.2.1.31.1.1.1.1.61|4|gi1/0/13 +1.3.6.1.2.1.31.1.1.1.1.62|4|gi1/0/14 +1.3.6.1.2.1.31.1.1.1.1.63|4|gi1/0/15 +1.3.6.1.2.1.31.1.1.1.1.64|4|gi1/0/16 +1.3.6.1.2.1.31.1.1.1.1.65|4|gi1/0/17 +1.3.6.1.2.1.31.1.1.1.1.66|4|gi1/0/18 +1.3.6.1.2.1.31.1.1.1.1.67|4|gi1/0/19 +1.3.6.1.2.1.31.1.1.1.1.68|4|gi1/0/20 +1.3.6.1.2.1.31.1.1.1.1.69|4|gi1/0/21 +1.3.6.1.2.1.31.1.1.1.1.70|4|gi1/0/22 +1.3.6.1.2.1.31.1.1.1.1.71|4|gi1/0/23 +1.3.6.1.2.1.31.1.1.1.1.72|4|gi1/0/24 +1.3.6.1.2.1.31.1.1.1.1.105|4|te1/0/1 +1.3.6.1.2.1.31.1.1.1.1.106|4|te1/0/2 +1.3.6.1.2.1.31.1.1.1.1.107|4|te1/0/3 +1.3.6.1.2.1.31.1.1.1.1.108|4|te1/0/4 +1.3.6.1.2.1.31.1.1.1.1.1000|4|Po1 +1.3.6.1.2.1.31.1.1.1.1.1001|4|Po2 +1.3.6.1.2.1.31.1.1.1.1.1002|4|Po3 +1.3.6.1.2.1.31.1.1.1.1.1003|4|Po4 +1.3.6.1.2.1.31.1.1.1.1.1004|4|Po5 +1.3.6.1.2.1.31.1.1.1.1.1005|4|Po6 +1.3.6.1.2.1.31.1.1.1.1.1006|4|Po7 +1.3.6.1.2.1.31.1.1.1.1.1007|4|Po8 +1.3.6.1.2.1.31.1.1.1.1.1008|4|Po9 +1.3.6.1.2.1.31.1.1.1.1.1009|4|Po10 +1.3.6.1.2.1.31.1.1.1.1.1010|4|Po11 +1.3.6.1.2.1.31.1.1.1.1.1011|4|Po12 +1.3.6.1.2.1.31.1.1.1.1.1012|4|Po13 +1.3.6.1.2.1.31.1.1.1.1.1013|4|Po14 +1.3.6.1.2.1.31.1.1.1.1.1014|4|Po15 +1.3.6.1.2.1.31.1.1.1.1.1015|4|Po16 +1.3.6.1.2.1.31.1.1.1.1.1016|4|Po17 +1.3.6.1.2.1.31.1.1.1.1.1017|4|Po18 +1.3.6.1.2.1.31.1.1.1.1.1018|4|Po19 +1.3.6.1.2.1.31.1.1.1.1.1019|4|Po20 +1.3.6.1.2.1.31.1.1.1.1.1020|4|Po21 +1.3.6.1.2.1.31.1.1.1.1.1021|4|Po22 +1.3.6.1.2.1.31.1.1.1.1.1022|4|Po23 +1.3.6.1.2.1.31.1.1.1.1.1023|4|Po24 +1.3.6.1.2.1.31.1.1.1.1.1024|4|Po25 +1.3.6.1.2.1.31.1.1.1.1.1025|4|Po26 +1.3.6.1.2.1.31.1.1.1.1.1026|4|Po27 +1.3.6.1.2.1.31.1.1.1.1.1027|4|Po28 +1.3.6.1.2.1.31.1.1.1.1.1028|4|Po29 +1.3.6.1.2.1.31.1.1.1.1.1029|4|Po30 +1.3.6.1.2.1.31.1.1.1.1.1030|4|Po31 +1.3.6.1.2.1.31.1.1.1.1.1031|4|Po32 +1.3.6.1.2.1.31.1.1.1.1.1032|4|Po33 +1.3.6.1.2.1.31.1.1.1.1.1033|4|Po34 +1.3.6.1.2.1.31.1.1.1.1.1034|4|Po35 +1.3.6.1.2.1.31.1.1.1.1.1035|4|Po36 +1.3.6.1.2.1.31.1.1.1.1.1036|4|Po37 +1.3.6.1.2.1.31.1.1.1.1.1037|4|Po38 +1.3.6.1.2.1.31.1.1.1.1.1038|4|Po39 +1.3.6.1.2.1.31.1.1.1.1.1039|4|Po40 +1.3.6.1.2.1.31.1.1.1.1.1040|4|Po41 +1.3.6.1.2.1.31.1.1.1.1.1041|4|Po42 +1.3.6.1.2.1.31.1.1.1.1.1042|4|Po43 +1.3.6.1.2.1.31.1.1.1.1.1043|4|Po44 +1.3.6.1.2.1.31.1.1.1.1.1044|4|Po45 +1.3.6.1.2.1.31.1.1.1.1.1045|4|Po46 +1.3.6.1.2.1.31.1.1.1.1.1046|4|Po47 +1.3.6.1.2.1.31.1.1.1.1.1047|4|Po48 +1.3.6.1.2.1.31.1.1.1.1.3000|4|tunnel1 +1.3.6.1.2.1.31.1.1.1.1.3001|4|tunnel2 +1.3.6.1.2.1.31.1.1.1.1.3002|4|tunnel3 +1.3.6.1.2.1.31.1.1.1.1.3003|4|tunnel4 +1.3.6.1.2.1.31.1.1.1.1.3004|4|tunnel5 +1.3.6.1.2.1.31.1.1.1.1.3005|4|tunnel6 +1.3.6.1.2.1.31.1.1.1.1.3006|4|tunnel7 +1.3.6.1.2.1.31.1.1.1.1.3007|4|tunnel8 +1.3.6.1.2.1.31.1.1.1.1.3008|4|tunnel9 +1.3.6.1.2.1.31.1.1.1.1.3009|4|tunnel10 +1.3.6.1.2.1.31.1.1.1.1.3010|4|tunnel11 +1.3.6.1.2.1.31.1.1.1.1.3011|4|tunnel12 +1.3.6.1.2.1.31.1.1.1.1.3012|4|tunnel13 +1.3.6.1.2.1.31.1.1.1.1.3013|4|tunnel14 +1.3.6.1.2.1.31.1.1.1.1.3014|4|tunnel15 +1.3.6.1.2.1.31.1.1.1.1.3015|4|tunnel16 +1.3.6.1.2.1.31.1.1.1.1.7000|4|loopback1 +1.3.6.1.2.1.31.1.1.1.1.7001|4|loopback2 +1.3.6.1.2.1.31.1.1.1.1.7002|4|loopback3 +1.3.6.1.2.1.31.1.1.1.1.7003|4|loopback4 +1.3.6.1.2.1.31.1.1.1.1.7004|4|loopback5 +1.3.6.1.2.1.31.1.1.1.1.7005|4|loopback6 +1.3.6.1.2.1.31.1.1.1.1.7006|4|loopback7 +1.3.6.1.2.1.31.1.1.1.1.7007|4|loopback8 +1.3.6.1.2.1.31.1.1.1.1.7008|4|loopback9 +1.3.6.1.2.1.31.1.1.1.1.7009|4|loopback10 +1.3.6.1.2.1.31.1.1.1.1.7010|4|loopback11 +1.3.6.1.2.1.31.1.1.1.1.7011|4|loopback12 +1.3.6.1.2.1.31.1.1.1.1.7012|4|loopback13 +1.3.6.1.2.1.31.1.1.1.1.7013|4|loopback14 +1.3.6.1.2.1.31.1.1.1.1.7014|4|loopback15 +1.3.6.1.2.1.31.1.1.1.1.7015|4|loopback16 +1.3.6.1.2.1.31.1.1.1.1.7016|4|loopback17 +1.3.6.1.2.1.31.1.1.1.1.7017|4|loopback18 +1.3.6.1.2.1.31.1.1.1.1.7018|4|loopback19 +1.3.6.1.2.1.31.1.1.1.1.7019|4|loopback20 +1.3.6.1.2.1.31.1.1.1.1.7020|4|loopback21 +1.3.6.1.2.1.31.1.1.1.1.7021|4|loopback22 +1.3.6.1.2.1.31.1.1.1.1.7022|4|loopback23 +1.3.6.1.2.1.31.1.1.1.1.7023|4|loopback24 +1.3.6.1.2.1.31.1.1.1.1.7024|4|loopback25 +1.3.6.1.2.1.31.1.1.1.1.7025|4|loopback26 +1.3.6.1.2.1.31.1.1.1.1.7026|4|loopback27 +1.3.6.1.2.1.31.1.1.1.1.7027|4|loopback28 +1.3.6.1.2.1.31.1.1.1.1.7028|4|loopback29 +1.3.6.1.2.1.31.1.1.1.1.7029|4|loopback30 +1.3.6.1.2.1.31.1.1.1.1.7030|4|loopback31 +1.3.6.1.2.1.31.1.1.1.1.7031|4|loopback32 +1.3.6.1.2.1.31.1.1.1.1.7032|4|loopback33 +1.3.6.1.2.1.31.1.1.1.1.7033|4|loopback34 +1.3.6.1.2.1.31.1.1.1.1.7034|4|loopback35 +1.3.6.1.2.1.31.1.1.1.1.7035|4|loopback36 +1.3.6.1.2.1.31.1.1.1.1.7036|4|loopback37 +1.3.6.1.2.1.31.1.1.1.1.7037|4|loopback38 +1.3.6.1.2.1.31.1.1.1.1.7038|4|loopback39 +1.3.6.1.2.1.31.1.1.1.1.7039|4|loopback40 +1.3.6.1.2.1.31.1.1.1.1.7040|4|loopback41 +1.3.6.1.2.1.31.1.1.1.1.7041|4|loopback42 +1.3.6.1.2.1.31.1.1.1.1.7042|4|loopback43 +1.3.6.1.2.1.31.1.1.1.1.7043|4|loopback44 +1.3.6.1.2.1.31.1.1.1.1.7044|4|loopback45 +1.3.6.1.2.1.31.1.1.1.1.7045|4|loopback46 +1.3.6.1.2.1.31.1.1.1.1.7046|4|loopback47 +1.3.6.1.2.1.31.1.1.1.1.7047|4|loopback48 +1.3.6.1.2.1.31.1.1.1.1.7048|4|loopback49 +1.3.6.1.2.1.31.1.1.1.1.7049|4|loopback50 +1.3.6.1.2.1.31.1.1.1.1.7050|4|loopback51 +1.3.6.1.2.1.31.1.1.1.1.7051|4|loopback52 +1.3.6.1.2.1.31.1.1.1.1.7052|4|loopback53 +1.3.6.1.2.1.31.1.1.1.1.7053|4|loopback54 +1.3.6.1.2.1.31.1.1.1.1.7054|4|loopback55 +1.3.6.1.2.1.31.1.1.1.1.7055|4|loopback56 +1.3.6.1.2.1.31.1.1.1.1.7056|4|loopback57 +1.3.6.1.2.1.31.1.1.1.1.7057|4|loopback58 +1.3.6.1.2.1.31.1.1.1.1.7058|4|loopback59 +1.3.6.1.2.1.31.1.1.1.1.7059|4|loopback60 +1.3.6.1.2.1.31.1.1.1.1.7060|4|loopback61 +1.3.6.1.2.1.31.1.1.1.1.7061|4|loopback62 +1.3.6.1.2.1.31.1.1.1.1.7062|4|loopback63 +1.3.6.1.2.1.31.1.1.1.1.7063|4|loopback64 +1.3.6.1.2.1.31.1.1.1.1.9000|4|stack-port +1.3.6.1.2.1.31.1.1.1.1.20000|4|Logical-int 1 +1.3.6.1.2.1.31.1.1.1.1.100000|4|1 +1.3.6.1.2.1.31.1.1.1.1.100001|4|2 +1.3.6.1.2.1.31.1.1.1.1.100018|4|19 +1.3.6.1.2.1.31.1.1.1.1.100019|4|20 +1.3.6.1.2.1.31.1.1.1.1.100038|4|39 +1.3.6.1.2.1.31.1.1.1.1.100039|4|40 +1.3.6.1.2.1.31.1.1.1.1.100098|4|99 +1.3.6.1.2.1.31.1.1.1.1.100099|4|100 +1.3.6.1.2.1.31.1.1.1.1.100199|4|200 +1.3.6.1.2.1.31.1.1.1.1.100253|4|254 +1.3.6.1.2.1.31.1.1.1.1.100999|4|1000 +1.3.6.1.2.1.31.1.1.1.1.102599|4|2600 +1.3.6.1.2.1.31.1.1.1.1.103199|4|3200 +1.3.6.1.2.1.31.1.1.1.2.49|65|804496 +1.3.6.1.2.1.31.1.1.1.2.50|65|1232837 +1.3.6.1.2.1.31.1.1.1.2.51|65|874882 +1.3.6.1.2.1.31.1.1.1.2.52|65|620733 +1.3.6.1.2.1.31.1.1.1.2.53|65|714778 +1.3.6.1.2.1.31.1.1.1.2.54|65|1219484 +1.3.6.1.2.1.31.1.1.1.2.55|65|1880875 +1.3.6.1.2.1.31.1.1.1.2.56|65|79379 +1.3.6.1.2.1.31.1.1.1.2.57|65|263560 +1.3.6.1.2.1.31.1.1.1.2.58|65|15979 +1.3.6.1.2.1.31.1.1.1.2.59|65|438685 +1.3.6.1.2.1.31.1.1.1.2.60|65|394480 +1.3.6.1.2.1.31.1.1.1.2.61|65|538 +1.3.6.1.2.1.31.1.1.1.2.62|65|21072 +1.3.6.1.2.1.31.1.1.1.2.63|65|127118 +1.3.6.1.2.1.31.1.1.1.2.64|65|270126 +1.3.6.1.2.1.31.1.1.1.2.65|65|293819 +1.3.6.1.2.1.31.1.1.1.2.66|65|0 +1.3.6.1.2.1.31.1.1.1.2.67|65|0 +1.3.6.1.2.1.31.1.1.1.2.68|65|0 +1.3.6.1.2.1.31.1.1.1.2.69|65|56500 +1.3.6.1.2.1.31.1.1.1.2.70|65|0 +1.3.6.1.2.1.31.1.1.1.2.71|65|3051862 +1.3.6.1.2.1.31.1.1.1.2.72|65|1088720 +1.3.6.1.2.1.31.1.1.1.2.105|65|0 +1.3.6.1.2.1.31.1.1.1.2.106|65|89941 +1.3.6.1.2.1.31.1.1.1.2.107|65|0 +1.3.6.1.2.1.31.1.1.1.2.108|65|0 +1.3.6.1.2.1.31.1.1.1.2.1000|65|4140582 +1.3.6.1.2.1.31.1.1.1.2.1001|65|833165 +1.3.6.1.2.1.31.1.1.1.2.1002|65|0 +1.3.6.1.2.1.31.1.1.1.2.1003|65|0 +1.3.6.1.2.1.31.1.1.1.2.1004|65|0 +1.3.6.1.2.1.31.1.1.1.2.1005|65|0 +1.3.6.1.2.1.31.1.1.1.2.1006|65|0 +1.3.6.1.2.1.31.1.1.1.2.1007|65|0 +1.3.6.1.2.1.31.1.1.1.2.1008|65|0 +1.3.6.1.2.1.31.1.1.1.2.1009|65|0 +1.3.6.1.2.1.31.1.1.1.2.1010|65|0 +1.3.6.1.2.1.31.1.1.1.2.1011|65|0 +1.3.6.1.2.1.31.1.1.1.2.1012|65|0 +1.3.6.1.2.1.31.1.1.1.2.1013|65|0 +1.3.6.1.2.1.31.1.1.1.2.1014|65|0 +1.3.6.1.2.1.31.1.1.1.2.1015|65|0 +1.3.6.1.2.1.31.1.1.1.2.1016|65|0 +1.3.6.1.2.1.31.1.1.1.2.1017|65|0 +1.3.6.1.2.1.31.1.1.1.2.1018|65|0 +1.3.6.1.2.1.31.1.1.1.2.1019|65|0 +1.3.6.1.2.1.31.1.1.1.2.1020|65|0 +1.3.6.1.2.1.31.1.1.1.2.1021|65|0 +1.3.6.1.2.1.31.1.1.1.2.1022|65|0 +1.3.6.1.2.1.31.1.1.1.2.1023|65|0 +1.3.6.1.2.1.31.1.1.1.2.1024|65|0 +1.3.6.1.2.1.31.1.1.1.2.1025|65|0 +1.3.6.1.2.1.31.1.1.1.2.1026|65|0 +1.3.6.1.2.1.31.1.1.1.2.1027|65|0 +1.3.6.1.2.1.31.1.1.1.2.1028|65|0 +1.3.6.1.2.1.31.1.1.1.2.1029|65|0 +1.3.6.1.2.1.31.1.1.1.2.1030|65|0 +1.3.6.1.2.1.31.1.1.1.2.1031|65|0 +1.3.6.1.2.1.31.1.1.1.2.1032|65|0 +1.3.6.1.2.1.31.1.1.1.2.1033|65|0 +1.3.6.1.2.1.31.1.1.1.2.1034|65|0 +1.3.6.1.2.1.31.1.1.1.2.1035|65|0 +1.3.6.1.2.1.31.1.1.1.2.1036|65|0 +1.3.6.1.2.1.31.1.1.1.2.1037|65|0 +1.3.6.1.2.1.31.1.1.1.2.1038|65|0 +1.3.6.1.2.1.31.1.1.1.2.1039|65|0 +1.3.6.1.2.1.31.1.1.1.2.1040|65|0 +1.3.6.1.2.1.31.1.1.1.2.1041|65|0 +1.3.6.1.2.1.31.1.1.1.2.1042|65|0 +1.3.6.1.2.1.31.1.1.1.2.1043|65|0 +1.3.6.1.2.1.31.1.1.1.2.1044|65|0 +1.3.6.1.2.1.31.1.1.1.2.1045|65|0 +1.3.6.1.2.1.31.1.1.1.2.1046|65|0 +1.3.6.1.2.1.31.1.1.1.2.1047|65|0 +1.3.6.1.2.1.31.1.1.1.2.3000|65|0 +1.3.6.1.2.1.31.1.1.1.2.3001|65|0 +1.3.6.1.2.1.31.1.1.1.2.3002|65|0 +1.3.6.1.2.1.31.1.1.1.2.3003|65|0 +1.3.6.1.2.1.31.1.1.1.2.3004|65|0 +1.3.6.1.2.1.31.1.1.1.2.3005|65|0 +1.3.6.1.2.1.31.1.1.1.2.3006|65|0 +1.3.6.1.2.1.31.1.1.1.2.3007|65|0 +1.3.6.1.2.1.31.1.1.1.2.3008|65|0 +1.3.6.1.2.1.31.1.1.1.2.3009|65|0 +1.3.6.1.2.1.31.1.1.1.2.3010|65|0 +1.3.6.1.2.1.31.1.1.1.2.3011|65|0 +1.3.6.1.2.1.31.1.1.1.2.3012|65|0 +1.3.6.1.2.1.31.1.1.1.2.3013|65|0 +1.3.6.1.2.1.31.1.1.1.2.3014|65|0 +1.3.6.1.2.1.31.1.1.1.2.3015|65|0 +1.3.6.1.2.1.31.1.1.1.2.7000|65|0 +1.3.6.1.2.1.31.1.1.1.2.7001|65|0 +1.3.6.1.2.1.31.1.1.1.2.7002|65|0 +1.3.6.1.2.1.31.1.1.1.2.7003|65|0 +1.3.6.1.2.1.31.1.1.1.2.7004|65|0 +1.3.6.1.2.1.31.1.1.1.2.7005|65|0 +1.3.6.1.2.1.31.1.1.1.2.7006|65|0 +1.3.6.1.2.1.31.1.1.1.2.7007|65|0 +1.3.6.1.2.1.31.1.1.1.2.7008|65|0 +1.3.6.1.2.1.31.1.1.1.2.7009|65|0 +1.3.6.1.2.1.31.1.1.1.2.7010|65|0 +1.3.6.1.2.1.31.1.1.1.2.7011|65|0 +1.3.6.1.2.1.31.1.1.1.2.7012|65|0 +1.3.6.1.2.1.31.1.1.1.2.7013|65|0 +1.3.6.1.2.1.31.1.1.1.2.7014|65|0 +1.3.6.1.2.1.31.1.1.1.2.7015|65|0 +1.3.6.1.2.1.31.1.1.1.2.7016|65|0 +1.3.6.1.2.1.31.1.1.1.2.7017|65|0 +1.3.6.1.2.1.31.1.1.1.2.7018|65|0 +1.3.6.1.2.1.31.1.1.1.2.7019|65|0 +1.3.6.1.2.1.31.1.1.1.2.7020|65|0 +1.3.6.1.2.1.31.1.1.1.2.7021|65|0 +1.3.6.1.2.1.31.1.1.1.2.7022|65|0 +1.3.6.1.2.1.31.1.1.1.2.7023|65|0 +1.3.6.1.2.1.31.1.1.1.2.7024|65|0 +1.3.6.1.2.1.31.1.1.1.2.7025|65|0 +1.3.6.1.2.1.31.1.1.1.2.7026|65|0 +1.3.6.1.2.1.31.1.1.1.2.7027|65|0 +1.3.6.1.2.1.31.1.1.1.2.7028|65|0 +1.3.6.1.2.1.31.1.1.1.2.7029|65|0 +1.3.6.1.2.1.31.1.1.1.2.7030|65|0 +1.3.6.1.2.1.31.1.1.1.2.7031|65|0 +1.3.6.1.2.1.31.1.1.1.2.7032|65|0 +1.3.6.1.2.1.31.1.1.1.2.7033|65|0 +1.3.6.1.2.1.31.1.1.1.2.7034|65|0 +1.3.6.1.2.1.31.1.1.1.2.7035|65|0 +1.3.6.1.2.1.31.1.1.1.2.7036|65|0 +1.3.6.1.2.1.31.1.1.1.2.7037|65|0 +1.3.6.1.2.1.31.1.1.1.2.7038|65|0 +1.3.6.1.2.1.31.1.1.1.2.7039|65|0 +1.3.6.1.2.1.31.1.1.1.2.7040|65|0 +1.3.6.1.2.1.31.1.1.1.2.7041|65|0 +1.3.6.1.2.1.31.1.1.1.2.7042|65|0 +1.3.6.1.2.1.31.1.1.1.2.7043|65|0 +1.3.6.1.2.1.31.1.1.1.2.7044|65|0 +1.3.6.1.2.1.31.1.1.1.2.7045|65|0 +1.3.6.1.2.1.31.1.1.1.2.7046|65|0 +1.3.6.1.2.1.31.1.1.1.2.7047|65|0 +1.3.6.1.2.1.31.1.1.1.2.7048|65|0 +1.3.6.1.2.1.31.1.1.1.2.7049|65|0 +1.3.6.1.2.1.31.1.1.1.2.7050|65|0 +1.3.6.1.2.1.31.1.1.1.2.7051|65|0 +1.3.6.1.2.1.31.1.1.1.2.7052|65|0 +1.3.6.1.2.1.31.1.1.1.2.7053|65|0 +1.3.6.1.2.1.31.1.1.1.2.7054|65|0 +1.3.6.1.2.1.31.1.1.1.2.7055|65|0 +1.3.6.1.2.1.31.1.1.1.2.7056|65|0 +1.3.6.1.2.1.31.1.1.1.2.7057|65|0 +1.3.6.1.2.1.31.1.1.1.2.7058|65|0 +1.3.6.1.2.1.31.1.1.1.2.7059|65|0 +1.3.6.1.2.1.31.1.1.1.2.7060|65|0 +1.3.6.1.2.1.31.1.1.1.2.7061|65|0 +1.3.6.1.2.1.31.1.1.1.2.7062|65|0 +1.3.6.1.2.1.31.1.1.1.2.7063|65|0 +1.3.6.1.2.1.31.1.1.1.2.9000|65|0 +1.3.6.1.2.1.31.1.1.1.2.20000|65|0 +1.3.6.1.2.1.31.1.1.1.2.100000|65|0 +1.3.6.1.2.1.31.1.1.1.2.100001|65|0 +1.3.6.1.2.1.31.1.1.1.2.100018|65|0 +1.3.6.1.2.1.31.1.1.1.2.100019|65|0 +1.3.6.1.2.1.31.1.1.1.2.100038|65|0 +1.3.6.1.2.1.31.1.1.1.2.100039|65|0 +1.3.6.1.2.1.31.1.1.1.2.100098|65|0 +1.3.6.1.2.1.31.1.1.1.2.100099|65|0 +1.3.6.1.2.1.31.1.1.1.2.100199|65|0 +1.3.6.1.2.1.31.1.1.1.2.100253|65|0 +1.3.6.1.2.1.31.1.1.1.2.100999|65|0 +1.3.6.1.2.1.31.1.1.1.2.102599|65|0 +1.3.6.1.2.1.31.1.1.1.2.103199|65|0 +1.3.6.1.2.1.31.1.1.1.3.49|65|4460968 +1.3.6.1.2.1.31.1.1.1.3.50|65|1197292 +1.3.6.1.2.1.31.1.1.1.3.51|65|3178117 +1.3.6.1.2.1.31.1.1.1.3.52|65|3298863 +1.3.6.1.2.1.31.1.1.1.3.53|65|2182908 +1.3.6.1.2.1.31.1.1.1.3.54|65|1953171 +1.3.6.1.2.1.31.1.1.1.3.55|65|2106126 +1.3.6.1.2.1.31.1.1.1.3.56|65|1140309 +1.3.6.1.2.1.31.1.1.1.3.57|65|1069912 +1.3.6.1.2.1.31.1.1.1.3.58|65|5512 +1.3.6.1.2.1.31.1.1.1.3.59|65|66094 +1.3.6.1.2.1.31.1.1.1.3.60|65|241339 +1.3.6.1.2.1.31.1.1.1.3.61|65|233945 +1.3.6.1.2.1.31.1.1.1.3.62|65|33865 +1.3.6.1.2.1.31.1.1.1.3.63|65|337890 +1.3.6.1.2.1.31.1.1.1.3.64|65|467524 +1.3.6.1.2.1.31.1.1.1.3.65|65|311123 +1.3.6.1.2.1.31.1.1.1.3.66|65|0 +1.3.6.1.2.1.31.1.1.1.3.67|65|0 +1.3.6.1.2.1.31.1.1.1.3.68|65|1233 +1.3.6.1.2.1.31.1.1.1.3.69|65|87 +1.3.6.1.2.1.31.1.1.1.3.70|65|0 +1.3.6.1.2.1.31.1.1.1.3.71|65|1043811 +1.3.6.1.2.1.31.1.1.1.3.72|65|8794116 +1.3.6.1.2.1.31.1.1.1.3.105|65|50307 +1.3.6.1.2.1.31.1.1.1.3.106|65|525261 +1.3.6.1.2.1.31.1.1.1.3.107|65|0 +1.3.6.1.2.1.31.1.1.1.3.108|65|0 +1.3.6.1.2.1.31.1.1.1.3.1000|65|9837927 +1.3.6.1.2.1.31.1.1.1.3.1001|65|307433 +1.3.6.1.2.1.31.1.1.1.3.1002|65|0 +1.3.6.1.2.1.31.1.1.1.3.1003|65|0 +1.3.6.1.2.1.31.1.1.1.3.1004|65|0 +1.3.6.1.2.1.31.1.1.1.3.1005|65|0 +1.3.6.1.2.1.31.1.1.1.3.1006|65|0 +1.3.6.1.2.1.31.1.1.1.3.1007|65|0 +1.3.6.1.2.1.31.1.1.1.3.1008|65|0 +1.3.6.1.2.1.31.1.1.1.3.1009|65|0 +1.3.6.1.2.1.31.1.1.1.3.1010|65|0 +1.3.6.1.2.1.31.1.1.1.3.1011|65|0 +1.3.6.1.2.1.31.1.1.1.3.1012|65|0 +1.3.6.1.2.1.31.1.1.1.3.1013|65|0 +1.3.6.1.2.1.31.1.1.1.3.1014|65|0 +1.3.6.1.2.1.31.1.1.1.3.1015|65|0 +1.3.6.1.2.1.31.1.1.1.3.1016|65|0 +1.3.6.1.2.1.31.1.1.1.3.1017|65|0 +1.3.6.1.2.1.31.1.1.1.3.1018|65|0 +1.3.6.1.2.1.31.1.1.1.3.1019|65|0 +1.3.6.1.2.1.31.1.1.1.3.1020|65|0 +1.3.6.1.2.1.31.1.1.1.3.1021|65|0 +1.3.6.1.2.1.31.1.1.1.3.1022|65|0 +1.3.6.1.2.1.31.1.1.1.3.1023|65|0 +1.3.6.1.2.1.31.1.1.1.3.1024|65|0 +1.3.6.1.2.1.31.1.1.1.3.1025|65|0 +1.3.6.1.2.1.31.1.1.1.3.1026|65|0 +1.3.6.1.2.1.31.1.1.1.3.1027|65|0 +1.3.6.1.2.1.31.1.1.1.3.1028|65|0 +1.3.6.1.2.1.31.1.1.1.3.1029|65|0 +1.3.6.1.2.1.31.1.1.1.3.1030|65|0 +1.3.6.1.2.1.31.1.1.1.3.1031|65|0 +1.3.6.1.2.1.31.1.1.1.3.1032|65|0 +1.3.6.1.2.1.31.1.1.1.3.1033|65|0 +1.3.6.1.2.1.31.1.1.1.3.1034|65|0 +1.3.6.1.2.1.31.1.1.1.3.1035|65|0 +1.3.6.1.2.1.31.1.1.1.3.1036|65|0 +1.3.6.1.2.1.31.1.1.1.3.1037|65|0 +1.3.6.1.2.1.31.1.1.1.3.1038|65|0 +1.3.6.1.2.1.31.1.1.1.3.1039|65|0 +1.3.6.1.2.1.31.1.1.1.3.1040|65|0 +1.3.6.1.2.1.31.1.1.1.3.1041|65|0 +1.3.6.1.2.1.31.1.1.1.3.1042|65|0 +1.3.6.1.2.1.31.1.1.1.3.1043|65|0 +1.3.6.1.2.1.31.1.1.1.3.1044|65|0 +1.3.6.1.2.1.31.1.1.1.3.1045|65|0 +1.3.6.1.2.1.31.1.1.1.3.1046|65|0 +1.3.6.1.2.1.31.1.1.1.3.1047|65|0 +1.3.6.1.2.1.31.1.1.1.3.3000|65|0 +1.3.6.1.2.1.31.1.1.1.3.3001|65|0 +1.3.6.1.2.1.31.1.1.1.3.3002|65|0 +1.3.6.1.2.1.31.1.1.1.3.3003|65|0 +1.3.6.1.2.1.31.1.1.1.3.3004|65|0 +1.3.6.1.2.1.31.1.1.1.3.3005|65|0 +1.3.6.1.2.1.31.1.1.1.3.3006|65|0 +1.3.6.1.2.1.31.1.1.1.3.3007|65|0 +1.3.6.1.2.1.31.1.1.1.3.3008|65|0 +1.3.6.1.2.1.31.1.1.1.3.3009|65|0 +1.3.6.1.2.1.31.1.1.1.3.3010|65|0 +1.3.6.1.2.1.31.1.1.1.3.3011|65|0 +1.3.6.1.2.1.31.1.1.1.3.3012|65|0 +1.3.6.1.2.1.31.1.1.1.3.3013|65|0 +1.3.6.1.2.1.31.1.1.1.3.3014|65|0 +1.3.6.1.2.1.31.1.1.1.3.3015|65|0 +1.3.6.1.2.1.31.1.1.1.3.7000|65|0 +1.3.6.1.2.1.31.1.1.1.3.7001|65|0 +1.3.6.1.2.1.31.1.1.1.3.7002|65|0 +1.3.6.1.2.1.31.1.1.1.3.7003|65|0 +1.3.6.1.2.1.31.1.1.1.3.7004|65|0 +1.3.6.1.2.1.31.1.1.1.3.7005|65|0 +1.3.6.1.2.1.31.1.1.1.3.7006|65|0 +1.3.6.1.2.1.31.1.1.1.3.7007|65|0 +1.3.6.1.2.1.31.1.1.1.3.7008|65|0 +1.3.6.1.2.1.31.1.1.1.3.7009|65|0 +1.3.6.1.2.1.31.1.1.1.3.7010|65|0 +1.3.6.1.2.1.31.1.1.1.3.7011|65|0 +1.3.6.1.2.1.31.1.1.1.3.7012|65|0 +1.3.6.1.2.1.31.1.1.1.3.7013|65|0 +1.3.6.1.2.1.31.1.1.1.3.7014|65|0 +1.3.6.1.2.1.31.1.1.1.3.7015|65|0 +1.3.6.1.2.1.31.1.1.1.3.7016|65|0 +1.3.6.1.2.1.31.1.1.1.3.7017|65|0 +1.3.6.1.2.1.31.1.1.1.3.7018|65|0 +1.3.6.1.2.1.31.1.1.1.3.7019|65|0 +1.3.6.1.2.1.31.1.1.1.3.7020|65|0 +1.3.6.1.2.1.31.1.1.1.3.7021|65|0 +1.3.6.1.2.1.31.1.1.1.3.7022|65|0 +1.3.6.1.2.1.31.1.1.1.3.7023|65|0 +1.3.6.1.2.1.31.1.1.1.3.7024|65|0 +1.3.6.1.2.1.31.1.1.1.3.7025|65|0 +1.3.6.1.2.1.31.1.1.1.3.7026|65|0 +1.3.6.1.2.1.31.1.1.1.3.7027|65|0 +1.3.6.1.2.1.31.1.1.1.3.7028|65|0 +1.3.6.1.2.1.31.1.1.1.3.7029|65|0 +1.3.6.1.2.1.31.1.1.1.3.7030|65|0 +1.3.6.1.2.1.31.1.1.1.3.7031|65|0 +1.3.6.1.2.1.31.1.1.1.3.7032|65|0 +1.3.6.1.2.1.31.1.1.1.3.7033|65|0 +1.3.6.1.2.1.31.1.1.1.3.7034|65|0 +1.3.6.1.2.1.31.1.1.1.3.7035|65|0 +1.3.6.1.2.1.31.1.1.1.3.7036|65|0 +1.3.6.1.2.1.31.1.1.1.3.7037|65|0 +1.3.6.1.2.1.31.1.1.1.3.7038|65|0 +1.3.6.1.2.1.31.1.1.1.3.7039|65|0 +1.3.6.1.2.1.31.1.1.1.3.7040|65|0 +1.3.6.1.2.1.31.1.1.1.3.7041|65|0 +1.3.6.1.2.1.31.1.1.1.3.7042|65|0 +1.3.6.1.2.1.31.1.1.1.3.7043|65|0 +1.3.6.1.2.1.31.1.1.1.3.7044|65|0 +1.3.6.1.2.1.31.1.1.1.3.7045|65|0 +1.3.6.1.2.1.31.1.1.1.3.7046|65|0 +1.3.6.1.2.1.31.1.1.1.3.7047|65|0 +1.3.6.1.2.1.31.1.1.1.3.7048|65|0 +1.3.6.1.2.1.31.1.1.1.3.7049|65|0 +1.3.6.1.2.1.31.1.1.1.3.7050|65|0 +1.3.6.1.2.1.31.1.1.1.3.7051|65|0 +1.3.6.1.2.1.31.1.1.1.3.7052|65|0 +1.3.6.1.2.1.31.1.1.1.3.7053|65|0 +1.3.6.1.2.1.31.1.1.1.3.7054|65|0 +1.3.6.1.2.1.31.1.1.1.3.7055|65|0 +1.3.6.1.2.1.31.1.1.1.3.7056|65|0 +1.3.6.1.2.1.31.1.1.1.3.7057|65|0 +1.3.6.1.2.1.31.1.1.1.3.7058|65|0 +1.3.6.1.2.1.31.1.1.1.3.7059|65|0 +1.3.6.1.2.1.31.1.1.1.3.7060|65|0 +1.3.6.1.2.1.31.1.1.1.3.7061|65|0 +1.3.6.1.2.1.31.1.1.1.3.7062|65|0 +1.3.6.1.2.1.31.1.1.1.3.7063|65|0 +1.3.6.1.2.1.31.1.1.1.3.9000|65|0 +1.3.6.1.2.1.31.1.1.1.3.20000|65|0 +1.3.6.1.2.1.31.1.1.1.3.100000|65|0 +1.3.6.1.2.1.31.1.1.1.3.100001|65|0 +1.3.6.1.2.1.31.1.1.1.3.100018|65|0 +1.3.6.1.2.1.31.1.1.1.3.100019|65|0 +1.3.6.1.2.1.31.1.1.1.3.100038|65|0 +1.3.6.1.2.1.31.1.1.1.3.100039|65|0 +1.3.6.1.2.1.31.1.1.1.3.100098|65|0 +1.3.6.1.2.1.31.1.1.1.3.100099|65|0 +1.3.6.1.2.1.31.1.1.1.3.100199|65|0 +1.3.6.1.2.1.31.1.1.1.3.100253|65|0 +1.3.6.1.2.1.31.1.1.1.3.100999|65|0 +1.3.6.1.2.1.31.1.1.1.3.102599|65|0 +1.3.6.1.2.1.31.1.1.1.3.103199|65|0 +1.3.6.1.2.1.31.1.1.1.4.49|65|10714547 +1.3.6.1.2.1.31.1.1.1.4.50|65|10286300 +1.3.6.1.2.1.31.1.1.1.4.51|65|10644086 +1.3.6.1.2.1.31.1.1.1.4.52|65|10898319 +1.3.6.1.2.1.31.1.1.1.4.53|65|10804368 +1.3.6.1.2.1.31.1.1.1.4.54|65|10299884 +1.3.6.1.2.1.31.1.1.1.4.55|65|9625571 +1.3.6.1.2.1.31.1.1.1.4.56|65|11297815 +1.3.6.1.2.1.31.1.1.1.4.57|65|11130120 +1.3.6.1.2.1.31.1.1.1.4.58|65|2576926 +1.3.6.1.2.1.31.1.1.1.4.59|65|3099084 +1.3.6.1.2.1.31.1.1.1.4.60|65|995014 +1.3.6.1.2.1.31.1.1.1.4.61|65|2297483 +1.3.6.1.2.1.31.1.1.1.4.62|65|2277180 +1.3.6.1.2.1.31.1.1.1.4.63|65|6458814 +1.3.6.1.2.1.31.1.1.1.4.64|65|5111315 +1.3.6.1.2.1.31.1.1.1.4.65|65|3951354 +1.3.6.1.2.1.31.1.1.1.4.66|65|0 +1.3.6.1.2.1.31.1.1.1.4.67|65|0 +1.3.6.1.2.1.31.1.1.1.4.68|65|3158669 +1.3.6.1.2.1.31.1.1.1.4.69|65|3102190 +1.3.6.1.2.1.31.1.1.1.4.70|65|0 +1.3.6.1.2.1.31.1.1.1.4.71|65|4109233 +1.3.6.1.2.1.31.1.1.1.4.72|65|3983095 +1.3.6.1.2.1.31.1.1.1.4.105|65|1908143 +1.3.6.1.2.1.31.1.1.1.4.106|65|7595542 +1.3.6.1.2.1.31.1.1.1.4.107|65|0 +1.3.6.1.2.1.31.1.1.1.4.108|65|0 +1.3.6.1.2.1.31.1.1.1.4.1000|65|8092328 +1.3.6.1.2.1.31.1.1.1.4.1001|65|4094098 +1.3.6.1.2.1.31.1.1.1.4.1002|65|0 +1.3.6.1.2.1.31.1.1.1.4.1003|65|0 +1.3.6.1.2.1.31.1.1.1.4.1004|65|0 +1.3.6.1.2.1.31.1.1.1.4.1005|65|0 +1.3.6.1.2.1.31.1.1.1.4.1006|65|0 +1.3.6.1.2.1.31.1.1.1.4.1007|65|0 +1.3.6.1.2.1.31.1.1.1.4.1008|65|0 +1.3.6.1.2.1.31.1.1.1.4.1009|65|0 +1.3.6.1.2.1.31.1.1.1.4.1010|65|0 +1.3.6.1.2.1.31.1.1.1.4.1011|65|0 +1.3.6.1.2.1.31.1.1.1.4.1012|65|0 +1.3.6.1.2.1.31.1.1.1.4.1013|65|0 +1.3.6.1.2.1.31.1.1.1.4.1014|65|0 +1.3.6.1.2.1.31.1.1.1.4.1015|65|0 +1.3.6.1.2.1.31.1.1.1.4.1016|65|0 +1.3.6.1.2.1.31.1.1.1.4.1017|65|0 +1.3.6.1.2.1.31.1.1.1.4.1018|65|0 +1.3.6.1.2.1.31.1.1.1.4.1019|65|0 +1.3.6.1.2.1.31.1.1.1.4.1020|65|0 +1.3.6.1.2.1.31.1.1.1.4.1021|65|0 +1.3.6.1.2.1.31.1.1.1.4.1022|65|0 +1.3.6.1.2.1.31.1.1.1.4.1023|65|0 +1.3.6.1.2.1.31.1.1.1.4.1024|65|0 +1.3.6.1.2.1.31.1.1.1.4.1025|65|0 +1.3.6.1.2.1.31.1.1.1.4.1026|65|0 +1.3.6.1.2.1.31.1.1.1.4.1027|65|0 +1.3.6.1.2.1.31.1.1.1.4.1028|65|0 +1.3.6.1.2.1.31.1.1.1.4.1029|65|0 +1.3.6.1.2.1.31.1.1.1.4.1030|65|0 +1.3.6.1.2.1.31.1.1.1.4.1031|65|0 +1.3.6.1.2.1.31.1.1.1.4.1032|65|0 +1.3.6.1.2.1.31.1.1.1.4.1033|65|0 +1.3.6.1.2.1.31.1.1.1.4.1034|65|0 +1.3.6.1.2.1.31.1.1.1.4.1035|65|0 +1.3.6.1.2.1.31.1.1.1.4.1036|65|0 +1.3.6.1.2.1.31.1.1.1.4.1037|65|0 +1.3.6.1.2.1.31.1.1.1.4.1038|65|0 +1.3.6.1.2.1.31.1.1.1.4.1039|65|0 +1.3.6.1.2.1.31.1.1.1.4.1040|65|0 +1.3.6.1.2.1.31.1.1.1.4.1041|65|0 +1.3.6.1.2.1.31.1.1.1.4.1042|65|0 +1.3.6.1.2.1.31.1.1.1.4.1043|65|0 +1.3.6.1.2.1.31.1.1.1.4.1044|65|0 +1.3.6.1.2.1.31.1.1.1.4.1045|65|0 +1.3.6.1.2.1.31.1.1.1.4.1046|65|0 +1.3.6.1.2.1.31.1.1.1.4.1047|65|0 +1.3.6.1.2.1.31.1.1.1.4.3000|65|0 +1.3.6.1.2.1.31.1.1.1.4.3001|65|0 +1.3.6.1.2.1.31.1.1.1.4.3002|65|0 +1.3.6.1.2.1.31.1.1.1.4.3003|65|0 +1.3.6.1.2.1.31.1.1.1.4.3004|65|0 +1.3.6.1.2.1.31.1.1.1.4.3005|65|0 +1.3.6.1.2.1.31.1.1.1.4.3006|65|0 +1.3.6.1.2.1.31.1.1.1.4.3007|65|0 +1.3.6.1.2.1.31.1.1.1.4.3008|65|0 +1.3.6.1.2.1.31.1.1.1.4.3009|65|0 +1.3.6.1.2.1.31.1.1.1.4.3010|65|0 +1.3.6.1.2.1.31.1.1.1.4.3011|65|0 +1.3.6.1.2.1.31.1.1.1.4.3012|65|0 +1.3.6.1.2.1.31.1.1.1.4.3013|65|0 +1.3.6.1.2.1.31.1.1.1.4.3014|65|0 +1.3.6.1.2.1.31.1.1.1.4.3015|65|0 +1.3.6.1.2.1.31.1.1.1.4.7000|65|0 +1.3.6.1.2.1.31.1.1.1.4.7001|65|0 +1.3.6.1.2.1.31.1.1.1.4.7002|65|0 +1.3.6.1.2.1.31.1.1.1.4.7003|65|0 +1.3.6.1.2.1.31.1.1.1.4.7004|65|0 +1.3.6.1.2.1.31.1.1.1.4.7005|65|0 +1.3.6.1.2.1.31.1.1.1.4.7006|65|0 +1.3.6.1.2.1.31.1.1.1.4.7007|65|0 +1.3.6.1.2.1.31.1.1.1.4.7008|65|0 +1.3.6.1.2.1.31.1.1.1.4.7009|65|0 +1.3.6.1.2.1.31.1.1.1.4.7010|65|0 +1.3.6.1.2.1.31.1.1.1.4.7011|65|0 +1.3.6.1.2.1.31.1.1.1.4.7012|65|0 +1.3.6.1.2.1.31.1.1.1.4.7013|65|0 +1.3.6.1.2.1.31.1.1.1.4.7014|65|0 +1.3.6.1.2.1.31.1.1.1.4.7015|65|0 +1.3.6.1.2.1.31.1.1.1.4.7016|65|0 +1.3.6.1.2.1.31.1.1.1.4.7017|65|0 +1.3.6.1.2.1.31.1.1.1.4.7018|65|0 +1.3.6.1.2.1.31.1.1.1.4.7019|65|0 +1.3.6.1.2.1.31.1.1.1.4.7020|65|0 +1.3.6.1.2.1.31.1.1.1.4.7021|65|0 +1.3.6.1.2.1.31.1.1.1.4.7022|65|0 +1.3.6.1.2.1.31.1.1.1.4.7023|65|0 +1.3.6.1.2.1.31.1.1.1.4.7024|65|0 +1.3.6.1.2.1.31.1.1.1.4.7025|65|0 +1.3.6.1.2.1.31.1.1.1.4.7026|65|0 +1.3.6.1.2.1.31.1.1.1.4.7027|65|0 +1.3.6.1.2.1.31.1.1.1.4.7028|65|0 +1.3.6.1.2.1.31.1.1.1.4.7029|65|0 +1.3.6.1.2.1.31.1.1.1.4.7030|65|0 +1.3.6.1.2.1.31.1.1.1.4.7031|65|0 +1.3.6.1.2.1.31.1.1.1.4.7032|65|0 +1.3.6.1.2.1.31.1.1.1.4.7033|65|0 +1.3.6.1.2.1.31.1.1.1.4.7034|65|0 +1.3.6.1.2.1.31.1.1.1.4.7035|65|0 +1.3.6.1.2.1.31.1.1.1.4.7036|65|0 +1.3.6.1.2.1.31.1.1.1.4.7037|65|0 +1.3.6.1.2.1.31.1.1.1.4.7038|65|0 +1.3.6.1.2.1.31.1.1.1.4.7039|65|0 +1.3.6.1.2.1.31.1.1.1.4.7040|65|0 +1.3.6.1.2.1.31.1.1.1.4.7041|65|0 +1.3.6.1.2.1.31.1.1.1.4.7042|65|0 +1.3.6.1.2.1.31.1.1.1.4.7043|65|0 +1.3.6.1.2.1.31.1.1.1.4.7044|65|0 +1.3.6.1.2.1.31.1.1.1.4.7045|65|0 +1.3.6.1.2.1.31.1.1.1.4.7046|65|0 +1.3.6.1.2.1.31.1.1.1.4.7047|65|0 +1.3.6.1.2.1.31.1.1.1.4.7048|65|0 +1.3.6.1.2.1.31.1.1.1.4.7049|65|0 +1.3.6.1.2.1.31.1.1.1.4.7050|65|0 +1.3.6.1.2.1.31.1.1.1.4.7051|65|0 +1.3.6.1.2.1.31.1.1.1.4.7052|65|0 +1.3.6.1.2.1.31.1.1.1.4.7053|65|0 +1.3.6.1.2.1.31.1.1.1.4.7054|65|0 +1.3.6.1.2.1.31.1.1.1.4.7055|65|0 +1.3.6.1.2.1.31.1.1.1.4.7056|65|0 +1.3.6.1.2.1.31.1.1.1.4.7057|65|0 +1.3.6.1.2.1.31.1.1.1.4.7058|65|0 +1.3.6.1.2.1.31.1.1.1.4.7059|65|0 +1.3.6.1.2.1.31.1.1.1.4.7060|65|0 +1.3.6.1.2.1.31.1.1.1.4.7061|65|0 +1.3.6.1.2.1.31.1.1.1.4.7062|65|0 +1.3.6.1.2.1.31.1.1.1.4.7063|65|0 +1.3.6.1.2.1.31.1.1.1.4.9000|65|0 +1.3.6.1.2.1.31.1.1.1.4.20000|65|0 +1.3.6.1.2.1.31.1.1.1.4.100000|65|0 +1.3.6.1.2.1.31.1.1.1.4.100001|65|0 +1.3.6.1.2.1.31.1.1.1.4.100018|65|0 +1.3.6.1.2.1.31.1.1.1.4.100019|65|0 +1.3.6.1.2.1.31.1.1.1.4.100038|65|0 +1.3.6.1.2.1.31.1.1.1.4.100039|65|0 +1.3.6.1.2.1.31.1.1.1.4.100098|65|0 +1.3.6.1.2.1.31.1.1.1.4.100099|65|0 +1.3.6.1.2.1.31.1.1.1.4.100199|65|0 +1.3.6.1.2.1.31.1.1.1.4.100253|65|0 +1.3.6.1.2.1.31.1.1.1.4.100999|65|0 +1.3.6.1.2.1.31.1.1.1.4.102599|65|0 +1.3.6.1.2.1.31.1.1.1.4.103199|65|0 +1.3.6.1.2.1.31.1.1.1.5.49|65|28181156 +1.3.6.1.2.1.31.1.1.1.5.50|65|31444847 +1.3.6.1.2.1.31.1.1.1.5.51|65|29463929 +1.3.6.1.2.1.31.1.1.1.5.52|65|29343255 +1.3.6.1.2.1.31.1.1.1.5.53|65|30459221 +1.3.6.1.2.1.31.1.1.1.5.54|65|30688958 +1.3.6.1.2.1.31.1.1.1.5.55|65|30524185 +1.3.6.1.2.1.31.1.1.1.5.56|65|31487926 +1.3.6.1.2.1.31.1.1.1.5.57|65|31571934 +1.3.6.1.2.1.31.1.1.1.5.58|65|3388523 +1.3.6.1.2.1.31.1.1.1.5.59|65|1396563 +1.3.6.1.2.1.31.1.1.1.5.60|65|23111944 +1.3.6.1.2.1.31.1.1.1.5.61|65|4702222 +1.3.6.1.2.1.31.1.1.1.5.62|65|4902496 +1.3.6.1.2.1.31.1.1.1.5.63|65|26292584 +1.3.6.1.2.1.31.1.1.1.5.64|65|28057980 +1.3.6.1.2.1.31.1.1.1.5.65|65|24848476 +1.3.6.1.2.1.31.1.1.1.5.66|65|0 +1.3.6.1.2.1.31.1.1.1.5.67|65|0 +1.3.6.1.2.1.31.1.1.1.5.68|65|18417727 +1.3.6.1.2.1.31.1.1.1.5.69|65|18418891 +1.3.6.1.2.1.31.1.1.1.5.70|65|0 +1.3.6.1.2.1.31.1.1.1.5.71|65|6632130 +1.3.6.1.2.1.31.1.1.1.5.72|65|16226480 +1.3.6.1.2.1.31.1.1.1.5.105|65|1432 +1.3.6.1.2.1.31.1.1.1.5.106|65|20890140 +1.3.6.1.2.1.31.1.1.1.5.107|65|0 +1.3.6.1.2.1.31.1.1.1.5.108|65|0 +1.3.6.1.2.1.31.1.1.1.5.1000|65|22858610 +1.3.6.1.2.1.31.1.1.1.5.1001|65|24508507 +1.3.6.1.2.1.31.1.1.1.5.1002|65|0 +1.3.6.1.2.1.31.1.1.1.5.1003|65|0 +1.3.6.1.2.1.31.1.1.1.5.1004|65|0 +1.3.6.1.2.1.31.1.1.1.5.1005|65|0 +1.3.6.1.2.1.31.1.1.1.5.1006|65|0 +1.3.6.1.2.1.31.1.1.1.5.1007|65|0 +1.3.6.1.2.1.31.1.1.1.5.1008|65|0 +1.3.6.1.2.1.31.1.1.1.5.1009|65|0 +1.3.6.1.2.1.31.1.1.1.5.1010|65|0 +1.3.6.1.2.1.31.1.1.1.5.1011|65|0 +1.3.6.1.2.1.31.1.1.1.5.1012|65|0 +1.3.6.1.2.1.31.1.1.1.5.1013|65|0 +1.3.6.1.2.1.31.1.1.1.5.1014|65|0 +1.3.6.1.2.1.31.1.1.1.5.1015|65|0 +1.3.6.1.2.1.31.1.1.1.5.1016|65|0 +1.3.6.1.2.1.31.1.1.1.5.1017|65|0 +1.3.6.1.2.1.31.1.1.1.5.1018|65|0 +1.3.6.1.2.1.31.1.1.1.5.1019|65|0 +1.3.6.1.2.1.31.1.1.1.5.1020|65|0 +1.3.6.1.2.1.31.1.1.1.5.1021|65|0 +1.3.6.1.2.1.31.1.1.1.5.1022|65|0 +1.3.6.1.2.1.31.1.1.1.5.1023|65|0 +1.3.6.1.2.1.31.1.1.1.5.1024|65|0 +1.3.6.1.2.1.31.1.1.1.5.1025|65|0 +1.3.6.1.2.1.31.1.1.1.5.1026|65|0 +1.3.6.1.2.1.31.1.1.1.5.1027|65|0 +1.3.6.1.2.1.31.1.1.1.5.1028|65|0 +1.3.6.1.2.1.31.1.1.1.5.1029|65|0 +1.3.6.1.2.1.31.1.1.1.5.1030|65|0 +1.3.6.1.2.1.31.1.1.1.5.1031|65|0 +1.3.6.1.2.1.31.1.1.1.5.1032|65|0 +1.3.6.1.2.1.31.1.1.1.5.1033|65|0 +1.3.6.1.2.1.31.1.1.1.5.1034|65|0 +1.3.6.1.2.1.31.1.1.1.5.1035|65|0 +1.3.6.1.2.1.31.1.1.1.5.1036|65|0 +1.3.6.1.2.1.31.1.1.1.5.1037|65|0 +1.3.6.1.2.1.31.1.1.1.5.1038|65|0 +1.3.6.1.2.1.31.1.1.1.5.1039|65|0 +1.3.6.1.2.1.31.1.1.1.5.1040|65|0 +1.3.6.1.2.1.31.1.1.1.5.1041|65|0 +1.3.6.1.2.1.31.1.1.1.5.1042|65|0 +1.3.6.1.2.1.31.1.1.1.5.1043|65|0 +1.3.6.1.2.1.31.1.1.1.5.1044|65|0 +1.3.6.1.2.1.31.1.1.1.5.1045|65|0 +1.3.6.1.2.1.31.1.1.1.5.1046|65|0 +1.3.6.1.2.1.31.1.1.1.5.1047|65|0 +1.3.6.1.2.1.31.1.1.1.5.3000|65|0 +1.3.6.1.2.1.31.1.1.1.5.3001|65|0 +1.3.6.1.2.1.31.1.1.1.5.3002|65|0 +1.3.6.1.2.1.31.1.1.1.5.3003|65|0 +1.3.6.1.2.1.31.1.1.1.5.3004|65|0 +1.3.6.1.2.1.31.1.1.1.5.3005|65|0 +1.3.6.1.2.1.31.1.1.1.5.3006|65|0 +1.3.6.1.2.1.31.1.1.1.5.3007|65|0 +1.3.6.1.2.1.31.1.1.1.5.3008|65|0 +1.3.6.1.2.1.31.1.1.1.5.3009|65|0 +1.3.6.1.2.1.31.1.1.1.5.3010|65|0 +1.3.6.1.2.1.31.1.1.1.5.3011|65|0 +1.3.6.1.2.1.31.1.1.1.5.3012|65|0 +1.3.6.1.2.1.31.1.1.1.5.3013|65|0 +1.3.6.1.2.1.31.1.1.1.5.3014|65|0 +1.3.6.1.2.1.31.1.1.1.5.3015|65|0 +1.3.6.1.2.1.31.1.1.1.5.7000|65|0 +1.3.6.1.2.1.31.1.1.1.5.7001|65|0 +1.3.6.1.2.1.31.1.1.1.5.7002|65|0 +1.3.6.1.2.1.31.1.1.1.5.7003|65|0 +1.3.6.1.2.1.31.1.1.1.5.7004|65|0 +1.3.6.1.2.1.31.1.1.1.5.7005|65|0 +1.3.6.1.2.1.31.1.1.1.5.7006|65|0 +1.3.6.1.2.1.31.1.1.1.5.7007|65|0 +1.3.6.1.2.1.31.1.1.1.5.7008|65|0 +1.3.6.1.2.1.31.1.1.1.5.7009|65|0 +1.3.6.1.2.1.31.1.1.1.5.7010|65|0 +1.3.6.1.2.1.31.1.1.1.5.7011|65|0 +1.3.6.1.2.1.31.1.1.1.5.7012|65|0 +1.3.6.1.2.1.31.1.1.1.5.7013|65|0 +1.3.6.1.2.1.31.1.1.1.5.7014|65|0 +1.3.6.1.2.1.31.1.1.1.5.7015|65|0 +1.3.6.1.2.1.31.1.1.1.5.7016|65|0 +1.3.6.1.2.1.31.1.1.1.5.7017|65|0 +1.3.6.1.2.1.31.1.1.1.5.7018|65|0 +1.3.6.1.2.1.31.1.1.1.5.7019|65|0 +1.3.6.1.2.1.31.1.1.1.5.7020|65|0 +1.3.6.1.2.1.31.1.1.1.5.7021|65|0 +1.3.6.1.2.1.31.1.1.1.5.7022|65|0 +1.3.6.1.2.1.31.1.1.1.5.7023|65|0 +1.3.6.1.2.1.31.1.1.1.5.7024|65|0 +1.3.6.1.2.1.31.1.1.1.5.7025|65|0 +1.3.6.1.2.1.31.1.1.1.5.7026|65|0 +1.3.6.1.2.1.31.1.1.1.5.7027|65|0 +1.3.6.1.2.1.31.1.1.1.5.7028|65|0 +1.3.6.1.2.1.31.1.1.1.5.7029|65|0 +1.3.6.1.2.1.31.1.1.1.5.7030|65|0 +1.3.6.1.2.1.31.1.1.1.5.7031|65|0 +1.3.6.1.2.1.31.1.1.1.5.7032|65|0 +1.3.6.1.2.1.31.1.1.1.5.7033|65|0 +1.3.6.1.2.1.31.1.1.1.5.7034|65|0 +1.3.6.1.2.1.31.1.1.1.5.7035|65|0 +1.3.6.1.2.1.31.1.1.1.5.7036|65|0 +1.3.6.1.2.1.31.1.1.1.5.7037|65|0 +1.3.6.1.2.1.31.1.1.1.5.7038|65|0 +1.3.6.1.2.1.31.1.1.1.5.7039|65|0 +1.3.6.1.2.1.31.1.1.1.5.7040|65|0 +1.3.6.1.2.1.31.1.1.1.5.7041|65|0 +1.3.6.1.2.1.31.1.1.1.5.7042|65|0 +1.3.6.1.2.1.31.1.1.1.5.7043|65|0 +1.3.6.1.2.1.31.1.1.1.5.7044|65|0 +1.3.6.1.2.1.31.1.1.1.5.7045|65|0 +1.3.6.1.2.1.31.1.1.1.5.7046|65|0 +1.3.6.1.2.1.31.1.1.1.5.7047|65|0 +1.3.6.1.2.1.31.1.1.1.5.7048|65|0 +1.3.6.1.2.1.31.1.1.1.5.7049|65|0 +1.3.6.1.2.1.31.1.1.1.5.7050|65|0 +1.3.6.1.2.1.31.1.1.1.5.7051|65|0 +1.3.6.1.2.1.31.1.1.1.5.7052|65|0 +1.3.6.1.2.1.31.1.1.1.5.7053|65|0 +1.3.6.1.2.1.31.1.1.1.5.7054|65|0 +1.3.6.1.2.1.31.1.1.1.5.7055|65|0 +1.3.6.1.2.1.31.1.1.1.5.7056|65|0 +1.3.6.1.2.1.31.1.1.1.5.7057|65|0 +1.3.6.1.2.1.31.1.1.1.5.7058|65|0 +1.3.6.1.2.1.31.1.1.1.5.7059|65|0 +1.3.6.1.2.1.31.1.1.1.5.7060|65|0 +1.3.6.1.2.1.31.1.1.1.5.7061|65|0 +1.3.6.1.2.1.31.1.1.1.5.7062|65|0 +1.3.6.1.2.1.31.1.1.1.5.7063|65|0 +1.3.6.1.2.1.31.1.1.1.5.9000|65|0 +1.3.6.1.2.1.31.1.1.1.5.20000|65|0 +1.3.6.1.2.1.31.1.1.1.5.100000|65|0 +1.3.6.1.2.1.31.1.1.1.5.100001|65|0 +1.3.6.1.2.1.31.1.1.1.5.100018|65|0 +1.3.6.1.2.1.31.1.1.1.5.100019|65|0 +1.3.6.1.2.1.31.1.1.1.5.100038|65|0 +1.3.6.1.2.1.31.1.1.1.5.100039|65|0 +1.3.6.1.2.1.31.1.1.1.5.100098|65|0 +1.3.6.1.2.1.31.1.1.1.5.100099|65|0 +1.3.6.1.2.1.31.1.1.1.5.100199|65|0 +1.3.6.1.2.1.31.1.1.1.5.100253|65|0 +1.3.6.1.2.1.31.1.1.1.5.100999|65|0 +1.3.6.1.2.1.31.1.1.1.5.102599|65|0 +1.3.6.1.2.1.31.1.1.1.5.103199|65|0 +1.3.6.1.2.1.31.1.1.1.6.49|70|38863342491 +1.3.6.1.2.1.31.1.1.1.6.50|70|58517956833 +1.3.6.1.2.1.31.1.1.1.6.51|70|23296094674 +1.3.6.1.2.1.31.1.1.1.6.52|70|19803253179 +1.3.6.1.2.1.31.1.1.1.6.53|70|16775355219 +1.3.6.1.2.1.31.1.1.1.6.54|70|31895671766 +1.3.6.1.2.1.31.1.1.1.6.55|70|14874830787 +1.3.6.1.2.1.31.1.1.1.6.56|70|60210074338 +1.3.6.1.2.1.31.1.1.1.6.57|70|1980998420723 +1.3.6.1.2.1.31.1.1.1.6.58|70|503662162 +1.3.6.1.2.1.31.1.1.1.6.59|70|72285919177 +1.3.6.1.2.1.31.1.1.1.6.60|70|2391353110812 +1.3.6.1.2.1.31.1.1.1.6.61|70|9529377138 +1.3.6.1.2.1.31.1.1.1.6.62|70|233568380544 +1.3.6.1.2.1.31.1.1.1.6.63|70|53025098762 +1.3.6.1.2.1.31.1.1.1.6.64|70|16726858353 +1.3.6.1.2.1.31.1.1.1.6.65|70|52986622649 +1.3.6.1.2.1.31.1.1.1.6.66|70|0 +1.3.6.1.2.1.31.1.1.1.6.67|70|0 +1.3.6.1.2.1.31.1.1.1.6.68|70|626473338 +1.3.6.1.2.1.31.1.1.1.6.69|70|835058294 +1.3.6.1.2.1.31.1.1.1.6.70|70|0 +1.3.6.1.2.1.31.1.1.1.6.71|70|1700873100953 +1.3.6.1.2.1.31.1.1.1.6.72|70|1744986374221 +1.3.6.1.2.1.31.1.1.1.6.105|70|1116133731664 +1.3.6.1.2.1.31.1.1.1.6.106|70|319683716 +1.3.6.1.2.1.31.1.1.1.6.107|70|0 +1.3.6.1.2.1.31.1.1.1.6.108|70|0 +1.3.6.1.2.1.31.1.1.1.6.1000|70|3445859482600 +1.3.6.1.2.1.31.1.1.1.6.1001|70|2463639030063 +1.3.6.1.2.1.31.1.1.1.6.1002|70|0 +1.3.6.1.2.1.31.1.1.1.6.1003|70|0 +1.3.6.1.2.1.31.1.1.1.6.1004|70|0 +1.3.6.1.2.1.31.1.1.1.6.1005|70|0 +1.3.6.1.2.1.31.1.1.1.6.1006|70|0 +1.3.6.1.2.1.31.1.1.1.6.1007|70|0 +1.3.6.1.2.1.31.1.1.1.6.1008|70|0 +1.3.6.1.2.1.31.1.1.1.6.1009|70|0 +1.3.6.1.2.1.31.1.1.1.6.1010|70|0 +1.3.6.1.2.1.31.1.1.1.6.1011|70|0 +1.3.6.1.2.1.31.1.1.1.6.1012|70|0 +1.3.6.1.2.1.31.1.1.1.6.1013|70|0 +1.3.6.1.2.1.31.1.1.1.6.1014|70|0 +1.3.6.1.2.1.31.1.1.1.6.1015|70|0 +1.3.6.1.2.1.31.1.1.1.6.1016|70|0 +1.3.6.1.2.1.31.1.1.1.6.1017|70|0 +1.3.6.1.2.1.31.1.1.1.6.1018|70|0 +1.3.6.1.2.1.31.1.1.1.6.1019|70|0 +1.3.6.1.2.1.31.1.1.1.6.1020|70|0 +1.3.6.1.2.1.31.1.1.1.6.1021|70|0 +1.3.6.1.2.1.31.1.1.1.6.1022|70|0 +1.3.6.1.2.1.31.1.1.1.6.1023|70|0 +1.3.6.1.2.1.31.1.1.1.6.1024|70|0 +1.3.6.1.2.1.31.1.1.1.6.1025|70|0 +1.3.6.1.2.1.31.1.1.1.6.1026|70|0 +1.3.6.1.2.1.31.1.1.1.6.1027|70|0 +1.3.6.1.2.1.31.1.1.1.6.1028|70|0 +1.3.6.1.2.1.31.1.1.1.6.1029|70|0 +1.3.6.1.2.1.31.1.1.1.6.1030|70|0 +1.3.6.1.2.1.31.1.1.1.6.1031|70|0 +1.3.6.1.2.1.31.1.1.1.6.1032|70|0 +1.3.6.1.2.1.31.1.1.1.6.1033|70|0 +1.3.6.1.2.1.31.1.1.1.6.1034|70|0 +1.3.6.1.2.1.31.1.1.1.6.1035|70|0 +1.3.6.1.2.1.31.1.1.1.6.1036|70|0 +1.3.6.1.2.1.31.1.1.1.6.1037|70|0 +1.3.6.1.2.1.31.1.1.1.6.1038|70|0 +1.3.6.1.2.1.31.1.1.1.6.1039|70|0 +1.3.6.1.2.1.31.1.1.1.6.1040|70|0 +1.3.6.1.2.1.31.1.1.1.6.1041|70|0 +1.3.6.1.2.1.31.1.1.1.6.1042|70|0 +1.3.6.1.2.1.31.1.1.1.6.1043|70|0 +1.3.6.1.2.1.31.1.1.1.6.1044|70|0 +1.3.6.1.2.1.31.1.1.1.6.1045|70|0 +1.3.6.1.2.1.31.1.1.1.6.1046|70|0 +1.3.6.1.2.1.31.1.1.1.6.1047|70|0 +1.3.6.1.2.1.31.1.1.1.6.3000|70|0 +1.3.6.1.2.1.31.1.1.1.6.3001|70|0 +1.3.6.1.2.1.31.1.1.1.6.3002|70|0 +1.3.6.1.2.1.31.1.1.1.6.3003|70|0 +1.3.6.1.2.1.31.1.1.1.6.3004|70|0 +1.3.6.1.2.1.31.1.1.1.6.3005|70|0 +1.3.6.1.2.1.31.1.1.1.6.3006|70|0 +1.3.6.1.2.1.31.1.1.1.6.3007|70|0 +1.3.6.1.2.1.31.1.1.1.6.3008|70|0 +1.3.6.1.2.1.31.1.1.1.6.3009|70|0 +1.3.6.1.2.1.31.1.1.1.6.3010|70|0 +1.3.6.1.2.1.31.1.1.1.6.3011|70|0 +1.3.6.1.2.1.31.1.1.1.6.3012|70|0 +1.3.6.1.2.1.31.1.1.1.6.3013|70|0 +1.3.6.1.2.1.31.1.1.1.6.3014|70|0 +1.3.6.1.2.1.31.1.1.1.6.3015|70|0 +1.3.6.1.2.1.31.1.1.1.6.7000|70|0 +1.3.6.1.2.1.31.1.1.1.6.7001|70|0 +1.3.6.1.2.1.31.1.1.1.6.7002|70|0 +1.3.6.1.2.1.31.1.1.1.6.7003|70|0 +1.3.6.1.2.1.31.1.1.1.6.7004|70|0 +1.3.6.1.2.1.31.1.1.1.6.7005|70|0 +1.3.6.1.2.1.31.1.1.1.6.7006|70|0 +1.3.6.1.2.1.31.1.1.1.6.7007|70|0 +1.3.6.1.2.1.31.1.1.1.6.7008|70|0 +1.3.6.1.2.1.31.1.1.1.6.7009|70|0 +1.3.6.1.2.1.31.1.1.1.6.7010|70|0 +1.3.6.1.2.1.31.1.1.1.6.7011|70|0 +1.3.6.1.2.1.31.1.1.1.6.7012|70|0 +1.3.6.1.2.1.31.1.1.1.6.7013|70|0 +1.3.6.1.2.1.31.1.1.1.6.7014|70|0 +1.3.6.1.2.1.31.1.1.1.6.7015|70|0 +1.3.6.1.2.1.31.1.1.1.6.7016|70|0 +1.3.6.1.2.1.31.1.1.1.6.7017|70|0 +1.3.6.1.2.1.31.1.1.1.6.7018|70|0 +1.3.6.1.2.1.31.1.1.1.6.7019|70|0 +1.3.6.1.2.1.31.1.1.1.6.7020|70|0 +1.3.6.1.2.1.31.1.1.1.6.7021|70|0 +1.3.6.1.2.1.31.1.1.1.6.7022|70|0 +1.3.6.1.2.1.31.1.1.1.6.7023|70|0 +1.3.6.1.2.1.31.1.1.1.6.7024|70|0 +1.3.6.1.2.1.31.1.1.1.6.7025|70|0 +1.3.6.1.2.1.31.1.1.1.6.7026|70|0 +1.3.6.1.2.1.31.1.1.1.6.7027|70|0 +1.3.6.1.2.1.31.1.1.1.6.7028|70|0 +1.3.6.1.2.1.31.1.1.1.6.7029|70|0 +1.3.6.1.2.1.31.1.1.1.6.7030|70|0 +1.3.6.1.2.1.31.1.1.1.6.7031|70|0 +1.3.6.1.2.1.31.1.1.1.6.7032|70|0 +1.3.6.1.2.1.31.1.1.1.6.7033|70|0 +1.3.6.1.2.1.31.1.1.1.6.7034|70|0 +1.3.6.1.2.1.31.1.1.1.6.7035|70|0 +1.3.6.1.2.1.31.1.1.1.6.7036|70|0 +1.3.6.1.2.1.31.1.1.1.6.7037|70|0 +1.3.6.1.2.1.31.1.1.1.6.7038|70|0 +1.3.6.1.2.1.31.1.1.1.6.7039|70|0 +1.3.6.1.2.1.31.1.1.1.6.7040|70|0 +1.3.6.1.2.1.31.1.1.1.6.7041|70|0 +1.3.6.1.2.1.31.1.1.1.6.7042|70|0 +1.3.6.1.2.1.31.1.1.1.6.7043|70|0 +1.3.6.1.2.1.31.1.1.1.6.7044|70|0 +1.3.6.1.2.1.31.1.1.1.6.7045|70|0 +1.3.6.1.2.1.31.1.1.1.6.7046|70|0 +1.3.6.1.2.1.31.1.1.1.6.7047|70|0 +1.3.6.1.2.1.31.1.1.1.6.7048|70|0 +1.3.6.1.2.1.31.1.1.1.6.7049|70|0 +1.3.6.1.2.1.31.1.1.1.6.7050|70|0 +1.3.6.1.2.1.31.1.1.1.6.7051|70|0 +1.3.6.1.2.1.31.1.1.1.6.7052|70|0 +1.3.6.1.2.1.31.1.1.1.6.7053|70|0 +1.3.6.1.2.1.31.1.1.1.6.7054|70|0 +1.3.6.1.2.1.31.1.1.1.6.7055|70|0 +1.3.6.1.2.1.31.1.1.1.6.7056|70|0 +1.3.6.1.2.1.31.1.1.1.6.7057|70|0 +1.3.6.1.2.1.31.1.1.1.6.7058|70|0 +1.3.6.1.2.1.31.1.1.1.6.7059|70|0 +1.3.6.1.2.1.31.1.1.1.6.7060|70|0 +1.3.6.1.2.1.31.1.1.1.6.7061|70|0 +1.3.6.1.2.1.31.1.1.1.6.7062|70|0 +1.3.6.1.2.1.31.1.1.1.6.7063|70|0 +1.3.6.1.2.1.31.1.1.1.6.9000|70|0 +1.3.6.1.2.1.31.1.1.1.6.20000|70|0 +1.3.6.1.2.1.31.1.1.1.6.100000|70|0 +1.3.6.1.2.1.31.1.1.1.6.100001|70|0 +1.3.6.1.2.1.31.1.1.1.6.100018|70|0 +1.3.6.1.2.1.31.1.1.1.6.100019|70|0 +1.3.6.1.2.1.31.1.1.1.6.100038|70|0 +1.3.6.1.2.1.31.1.1.1.6.100039|70|0 +1.3.6.1.2.1.31.1.1.1.6.100098|70|0 +1.3.6.1.2.1.31.1.1.1.6.100099|70|0 +1.3.6.1.2.1.31.1.1.1.6.100199|70|0 +1.3.6.1.2.1.31.1.1.1.6.100253|70|0 +1.3.6.1.2.1.31.1.1.1.6.100999|70|0 +1.3.6.1.2.1.31.1.1.1.6.102599|70|0 +1.3.6.1.2.1.31.1.1.1.6.103199|70|0 +1.3.6.1.2.1.31.1.1.1.7.49|70|239060472 +1.3.6.1.2.1.31.1.1.1.7.50|70|203652995 +1.3.6.1.2.1.31.1.1.1.7.51|70|102081288 +1.3.6.1.2.1.31.1.1.1.7.52|70|73867336 +1.3.6.1.2.1.31.1.1.1.7.53|70|101990389 +1.3.6.1.2.1.31.1.1.1.7.54|70|84420877 +1.3.6.1.2.1.31.1.1.1.7.55|70|64937814 +1.3.6.1.2.1.31.1.1.1.7.56|70|866982703 +1.3.6.1.2.1.31.1.1.1.7.57|70|1753171783 +1.3.6.1.2.1.31.1.1.1.7.58|70|1574608 +1.3.6.1.2.1.31.1.1.1.7.59|70|84788073 +1.3.6.1.2.1.31.1.1.1.7.60|70|1638986831 +1.3.6.1.2.1.31.1.1.1.7.61|70|17509976 +1.3.6.1.2.1.31.1.1.1.7.62|70|156401566 +1.3.6.1.2.1.31.1.1.1.7.63|70|40624699 +1.3.6.1.2.1.31.1.1.1.7.64|70|137298313 +1.3.6.1.2.1.31.1.1.1.7.65|70|168849681 +1.3.6.1.2.1.31.1.1.1.7.66|70|0 +1.3.6.1.2.1.31.1.1.1.7.67|70|0 +1.3.6.1.2.1.31.1.1.1.7.68|70|6196331 +1.3.6.1.2.1.31.1.1.1.7.69|70|2975306 +1.3.6.1.2.1.31.1.1.1.7.70|70|0 +1.3.6.1.2.1.31.1.1.1.7.71|70|2398720529 +1.3.6.1.2.1.31.1.1.1.7.72|70|2500841877 +1.3.6.1.2.1.31.1.1.1.7.105|70|1376302110 +1.3.6.1.2.1.31.1.1.1.7.106|70|447338 +1.3.6.1.2.1.31.1.1.1.7.107|70|0 +1.3.6.1.2.1.31.1.1.1.7.108|70|0 +1.3.6.1.2.1.31.1.1.1.7.1000|70|4899562411 +1.3.6.1.2.1.31.1.1.1.7.1001|70|1723774907 +1.3.6.1.2.1.31.1.1.1.7.1002|70|0 +1.3.6.1.2.1.31.1.1.1.7.1003|70|0 +1.3.6.1.2.1.31.1.1.1.7.1004|70|0 +1.3.6.1.2.1.31.1.1.1.7.1005|70|0 +1.3.6.1.2.1.31.1.1.1.7.1006|70|0 +1.3.6.1.2.1.31.1.1.1.7.1007|70|0 +1.3.6.1.2.1.31.1.1.1.7.1008|70|0 +1.3.6.1.2.1.31.1.1.1.7.1009|70|0 +1.3.6.1.2.1.31.1.1.1.7.1010|70|0 +1.3.6.1.2.1.31.1.1.1.7.1011|70|0 +1.3.6.1.2.1.31.1.1.1.7.1012|70|0 +1.3.6.1.2.1.31.1.1.1.7.1013|70|0 +1.3.6.1.2.1.31.1.1.1.7.1014|70|0 +1.3.6.1.2.1.31.1.1.1.7.1015|70|0 +1.3.6.1.2.1.31.1.1.1.7.1016|70|0 +1.3.6.1.2.1.31.1.1.1.7.1017|70|0 +1.3.6.1.2.1.31.1.1.1.7.1018|70|0 +1.3.6.1.2.1.31.1.1.1.7.1019|70|0 +1.3.6.1.2.1.31.1.1.1.7.1020|70|0 +1.3.6.1.2.1.31.1.1.1.7.1021|70|0 +1.3.6.1.2.1.31.1.1.1.7.1022|70|0 +1.3.6.1.2.1.31.1.1.1.7.1023|70|0 +1.3.6.1.2.1.31.1.1.1.7.1024|70|0 +1.3.6.1.2.1.31.1.1.1.7.1025|70|0 +1.3.6.1.2.1.31.1.1.1.7.1026|70|0 +1.3.6.1.2.1.31.1.1.1.7.1027|70|0 +1.3.6.1.2.1.31.1.1.1.7.1028|70|0 +1.3.6.1.2.1.31.1.1.1.7.1029|70|0 +1.3.6.1.2.1.31.1.1.1.7.1030|70|0 +1.3.6.1.2.1.31.1.1.1.7.1031|70|0 +1.3.6.1.2.1.31.1.1.1.7.1032|70|0 +1.3.6.1.2.1.31.1.1.1.7.1033|70|0 +1.3.6.1.2.1.31.1.1.1.7.1034|70|0 +1.3.6.1.2.1.31.1.1.1.7.1035|70|0 +1.3.6.1.2.1.31.1.1.1.7.1036|70|0 +1.3.6.1.2.1.31.1.1.1.7.1037|70|0 +1.3.6.1.2.1.31.1.1.1.7.1038|70|0 +1.3.6.1.2.1.31.1.1.1.7.1039|70|0 +1.3.6.1.2.1.31.1.1.1.7.1040|70|0 +1.3.6.1.2.1.31.1.1.1.7.1041|70|0 +1.3.6.1.2.1.31.1.1.1.7.1042|70|0 +1.3.6.1.2.1.31.1.1.1.7.1043|70|0 +1.3.6.1.2.1.31.1.1.1.7.1044|70|0 +1.3.6.1.2.1.31.1.1.1.7.1045|70|0 +1.3.6.1.2.1.31.1.1.1.7.1046|70|0 +1.3.6.1.2.1.31.1.1.1.7.1047|70|0 +1.3.6.1.2.1.31.1.1.1.7.3000|70|0 +1.3.6.1.2.1.31.1.1.1.7.3001|70|0 +1.3.6.1.2.1.31.1.1.1.7.3002|70|0 +1.3.6.1.2.1.31.1.1.1.7.3003|70|0 +1.3.6.1.2.1.31.1.1.1.7.3004|70|0 +1.3.6.1.2.1.31.1.1.1.7.3005|70|0 +1.3.6.1.2.1.31.1.1.1.7.3006|70|0 +1.3.6.1.2.1.31.1.1.1.7.3007|70|0 +1.3.6.1.2.1.31.1.1.1.7.3008|70|0 +1.3.6.1.2.1.31.1.1.1.7.3009|70|0 +1.3.6.1.2.1.31.1.1.1.7.3010|70|0 +1.3.6.1.2.1.31.1.1.1.7.3011|70|0 +1.3.6.1.2.1.31.1.1.1.7.3012|70|0 +1.3.6.1.2.1.31.1.1.1.7.3013|70|0 +1.3.6.1.2.1.31.1.1.1.7.3014|70|0 +1.3.6.1.2.1.31.1.1.1.7.3015|70|0 +1.3.6.1.2.1.31.1.1.1.7.7000|70|0 +1.3.6.1.2.1.31.1.1.1.7.7001|70|0 +1.3.6.1.2.1.31.1.1.1.7.7002|70|0 +1.3.6.1.2.1.31.1.1.1.7.7003|70|0 +1.3.6.1.2.1.31.1.1.1.7.7004|70|0 +1.3.6.1.2.1.31.1.1.1.7.7005|70|0 +1.3.6.1.2.1.31.1.1.1.7.7006|70|0 +1.3.6.1.2.1.31.1.1.1.7.7007|70|0 +1.3.6.1.2.1.31.1.1.1.7.7008|70|0 +1.3.6.1.2.1.31.1.1.1.7.7009|70|0 +1.3.6.1.2.1.31.1.1.1.7.7010|70|0 +1.3.6.1.2.1.31.1.1.1.7.7011|70|0 +1.3.6.1.2.1.31.1.1.1.7.7012|70|0 +1.3.6.1.2.1.31.1.1.1.7.7013|70|0 +1.3.6.1.2.1.31.1.1.1.7.7014|70|0 +1.3.6.1.2.1.31.1.1.1.7.7015|70|0 +1.3.6.1.2.1.31.1.1.1.7.7016|70|0 +1.3.6.1.2.1.31.1.1.1.7.7017|70|0 +1.3.6.1.2.1.31.1.1.1.7.7018|70|0 +1.3.6.1.2.1.31.1.1.1.7.7019|70|0 +1.3.6.1.2.1.31.1.1.1.7.7020|70|0 +1.3.6.1.2.1.31.1.1.1.7.7021|70|0 +1.3.6.1.2.1.31.1.1.1.7.7022|70|0 +1.3.6.1.2.1.31.1.1.1.7.7023|70|0 +1.3.6.1.2.1.31.1.1.1.7.7024|70|0 +1.3.6.1.2.1.31.1.1.1.7.7025|70|0 +1.3.6.1.2.1.31.1.1.1.7.7026|70|0 +1.3.6.1.2.1.31.1.1.1.7.7027|70|0 +1.3.6.1.2.1.31.1.1.1.7.7028|70|0 +1.3.6.1.2.1.31.1.1.1.7.7029|70|0 +1.3.6.1.2.1.31.1.1.1.7.7030|70|0 +1.3.6.1.2.1.31.1.1.1.7.7031|70|0 +1.3.6.1.2.1.31.1.1.1.7.7032|70|0 +1.3.6.1.2.1.31.1.1.1.7.7033|70|0 +1.3.6.1.2.1.31.1.1.1.7.7034|70|0 +1.3.6.1.2.1.31.1.1.1.7.7035|70|0 +1.3.6.1.2.1.31.1.1.1.7.7036|70|0 +1.3.6.1.2.1.31.1.1.1.7.7037|70|0 +1.3.6.1.2.1.31.1.1.1.7.7038|70|0 +1.3.6.1.2.1.31.1.1.1.7.7039|70|0 +1.3.6.1.2.1.31.1.1.1.7.7040|70|0 +1.3.6.1.2.1.31.1.1.1.7.7041|70|0 +1.3.6.1.2.1.31.1.1.1.7.7042|70|0 +1.3.6.1.2.1.31.1.1.1.7.7043|70|0 +1.3.6.1.2.1.31.1.1.1.7.7044|70|0 +1.3.6.1.2.1.31.1.1.1.7.7045|70|0 +1.3.6.1.2.1.31.1.1.1.7.7046|70|0 +1.3.6.1.2.1.31.1.1.1.7.7047|70|0 +1.3.6.1.2.1.31.1.1.1.7.7048|70|0 +1.3.6.1.2.1.31.1.1.1.7.7049|70|0 +1.3.6.1.2.1.31.1.1.1.7.7050|70|0 +1.3.6.1.2.1.31.1.1.1.7.7051|70|0 +1.3.6.1.2.1.31.1.1.1.7.7052|70|0 +1.3.6.1.2.1.31.1.1.1.7.7053|70|0 +1.3.6.1.2.1.31.1.1.1.7.7054|70|0 +1.3.6.1.2.1.31.1.1.1.7.7055|70|0 +1.3.6.1.2.1.31.1.1.1.7.7056|70|0 +1.3.6.1.2.1.31.1.1.1.7.7057|70|0 +1.3.6.1.2.1.31.1.1.1.7.7058|70|0 +1.3.6.1.2.1.31.1.1.1.7.7059|70|0 +1.3.6.1.2.1.31.1.1.1.7.7060|70|0 +1.3.6.1.2.1.31.1.1.1.7.7061|70|0 +1.3.6.1.2.1.31.1.1.1.7.7062|70|0 +1.3.6.1.2.1.31.1.1.1.7.7063|70|0 +1.3.6.1.2.1.31.1.1.1.7.9000|70|0 +1.3.6.1.2.1.31.1.1.1.7.20000|70|0 +1.3.6.1.2.1.31.1.1.1.7.100000|70|0 +1.3.6.1.2.1.31.1.1.1.7.100001|70|0 +1.3.6.1.2.1.31.1.1.1.7.100018|70|0 +1.3.6.1.2.1.31.1.1.1.7.100019|70|0 +1.3.6.1.2.1.31.1.1.1.7.100038|70|0 +1.3.6.1.2.1.31.1.1.1.7.100039|70|0 +1.3.6.1.2.1.31.1.1.1.7.100098|70|0 +1.3.6.1.2.1.31.1.1.1.7.100099|70|0 +1.3.6.1.2.1.31.1.1.1.7.100199|70|0 +1.3.6.1.2.1.31.1.1.1.7.100253|70|0 +1.3.6.1.2.1.31.1.1.1.7.100999|70|0 +1.3.6.1.2.1.31.1.1.1.7.102599|70|0 +1.3.6.1.2.1.31.1.1.1.7.103199|70|0 +1.3.6.1.2.1.31.1.1.1.8.49|70|804497 +1.3.6.1.2.1.31.1.1.1.8.50|70|1232837 +1.3.6.1.2.1.31.1.1.1.8.51|70|874882 +1.3.6.1.2.1.31.1.1.1.8.52|70|620733 +1.3.6.1.2.1.31.1.1.1.8.53|70|714781 +1.3.6.1.2.1.31.1.1.1.8.54|70|1219484 +1.3.6.1.2.1.31.1.1.1.8.55|70|1880875 +1.3.6.1.2.1.31.1.1.1.8.56|70|79379 +1.3.6.1.2.1.31.1.1.1.8.57|70|263560 +1.3.6.1.2.1.31.1.1.1.8.58|70|15979 +1.3.6.1.2.1.31.1.1.1.8.59|70|438685 +1.3.6.1.2.1.31.1.1.1.8.60|70|394480 +1.3.6.1.2.1.31.1.1.1.8.61|70|538 +1.3.6.1.2.1.31.1.1.1.8.62|70|21072 +1.3.6.1.2.1.31.1.1.1.8.63|70|127118 +1.3.6.1.2.1.31.1.1.1.8.64|70|270126 +1.3.6.1.2.1.31.1.1.1.8.65|70|293819 +1.3.6.1.2.1.31.1.1.1.8.66|70|0 +1.3.6.1.2.1.31.1.1.1.8.67|70|0 +1.3.6.1.2.1.31.1.1.1.8.68|70|0 +1.3.6.1.2.1.31.1.1.1.8.69|70|56500 +1.3.6.1.2.1.31.1.1.1.8.70|70|0 +1.3.6.1.2.1.31.1.1.1.8.71|70|3051865 +1.3.6.1.2.1.31.1.1.1.8.72|70|1088721 +1.3.6.1.2.1.31.1.1.1.8.105|70|0 +1.3.6.1.2.1.31.1.1.1.8.106|70|89941 +1.3.6.1.2.1.31.1.1.1.8.107|70|0 +1.3.6.1.2.1.31.1.1.1.8.108|70|0 +1.3.6.1.2.1.31.1.1.1.8.1000|70|4140586 +1.3.6.1.2.1.31.1.1.1.8.1001|70|833165 +1.3.6.1.2.1.31.1.1.1.8.1002|70|0 +1.3.6.1.2.1.31.1.1.1.8.1003|70|0 +1.3.6.1.2.1.31.1.1.1.8.1004|70|0 +1.3.6.1.2.1.31.1.1.1.8.1005|70|0 +1.3.6.1.2.1.31.1.1.1.8.1006|70|0 +1.3.6.1.2.1.31.1.1.1.8.1007|70|0 +1.3.6.1.2.1.31.1.1.1.8.1008|70|0 +1.3.6.1.2.1.31.1.1.1.8.1009|70|0 +1.3.6.1.2.1.31.1.1.1.8.1010|70|0 +1.3.6.1.2.1.31.1.1.1.8.1011|70|0 +1.3.6.1.2.1.31.1.1.1.8.1012|70|0 +1.3.6.1.2.1.31.1.1.1.8.1013|70|0 +1.3.6.1.2.1.31.1.1.1.8.1014|70|0 +1.3.6.1.2.1.31.1.1.1.8.1015|70|0 +1.3.6.1.2.1.31.1.1.1.8.1016|70|0 +1.3.6.1.2.1.31.1.1.1.8.1017|70|0 +1.3.6.1.2.1.31.1.1.1.8.1018|70|0 +1.3.6.1.2.1.31.1.1.1.8.1019|70|0 +1.3.6.1.2.1.31.1.1.1.8.1020|70|0 +1.3.6.1.2.1.31.1.1.1.8.1021|70|0 +1.3.6.1.2.1.31.1.1.1.8.1022|70|0 +1.3.6.1.2.1.31.1.1.1.8.1023|70|0 +1.3.6.1.2.1.31.1.1.1.8.1024|70|0 +1.3.6.1.2.1.31.1.1.1.8.1025|70|0 +1.3.6.1.2.1.31.1.1.1.8.1026|70|0 +1.3.6.1.2.1.31.1.1.1.8.1027|70|0 +1.3.6.1.2.1.31.1.1.1.8.1028|70|0 +1.3.6.1.2.1.31.1.1.1.8.1029|70|0 +1.3.6.1.2.1.31.1.1.1.8.1030|70|0 +1.3.6.1.2.1.31.1.1.1.8.1031|70|0 +1.3.6.1.2.1.31.1.1.1.8.1032|70|0 +1.3.6.1.2.1.31.1.1.1.8.1033|70|0 +1.3.6.1.2.1.31.1.1.1.8.1034|70|0 +1.3.6.1.2.1.31.1.1.1.8.1035|70|0 +1.3.6.1.2.1.31.1.1.1.8.1036|70|0 +1.3.6.1.2.1.31.1.1.1.8.1037|70|0 +1.3.6.1.2.1.31.1.1.1.8.1038|70|0 +1.3.6.1.2.1.31.1.1.1.8.1039|70|0 +1.3.6.1.2.1.31.1.1.1.8.1040|70|0 +1.3.6.1.2.1.31.1.1.1.8.1041|70|0 +1.3.6.1.2.1.31.1.1.1.8.1042|70|0 +1.3.6.1.2.1.31.1.1.1.8.1043|70|0 +1.3.6.1.2.1.31.1.1.1.8.1044|70|0 +1.3.6.1.2.1.31.1.1.1.8.1045|70|0 +1.3.6.1.2.1.31.1.1.1.8.1046|70|0 +1.3.6.1.2.1.31.1.1.1.8.1047|70|0 +1.3.6.1.2.1.31.1.1.1.8.3000|70|0 +1.3.6.1.2.1.31.1.1.1.8.3001|70|0 +1.3.6.1.2.1.31.1.1.1.8.3002|70|0 +1.3.6.1.2.1.31.1.1.1.8.3003|70|0 +1.3.6.1.2.1.31.1.1.1.8.3004|70|0 +1.3.6.1.2.1.31.1.1.1.8.3005|70|0 +1.3.6.1.2.1.31.1.1.1.8.3006|70|0 +1.3.6.1.2.1.31.1.1.1.8.3007|70|0 +1.3.6.1.2.1.31.1.1.1.8.3008|70|0 +1.3.6.1.2.1.31.1.1.1.8.3009|70|0 +1.3.6.1.2.1.31.1.1.1.8.3010|70|0 +1.3.6.1.2.1.31.1.1.1.8.3011|70|0 +1.3.6.1.2.1.31.1.1.1.8.3012|70|0 +1.3.6.1.2.1.31.1.1.1.8.3013|70|0 +1.3.6.1.2.1.31.1.1.1.8.3014|70|0 +1.3.6.1.2.1.31.1.1.1.8.3015|70|0 +1.3.6.1.2.1.31.1.1.1.8.7000|70|0 +1.3.6.1.2.1.31.1.1.1.8.7001|70|0 +1.3.6.1.2.1.31.1.1.1.8.7002|70|0 +1.3.6.1.2.1.31.1.1.1.8.7003|70|0 +1.3.6.1.2.1.31.1.1.1.8.7004|70|0 +1.3.6.1.2.1.31.1.1.1.8.7005|70|0 +1.3.6.1.2.1.31.1.1.1.8.7006|70|0 +1.3.6.1.2.1.31.1.1.1.8.7007|70|0 +1.3.6.1.2.1.31.1.1.1.8.7008|70|0 +1.3.6.1.2.1.31.1.1.1.8.7009|70|0 +1.3.6.1.2.1.31.1.1.1.8.7010|70|0 +1.3.6.1.2.1.31.1.1.1.8.7011|70|0 +1.3.6.1.2.1.31.1.1.1.8.7012|70|0 +1.3.6.1.2.1.31.1.1.1.8.7013|70|0 +1.3.6.1.2.1.31.1.1.1.8.7014|70|0 +1.3.6.1.2.1.31.1.1.1.8.7015|70|0 +1.3.6.1.2.1.31.1.1.1.8.7016|70|0 +1.3.6.1.2.1.31.1.1.1.8.7017|70|0 +1.3.6.1.2.1.31.1.1.1.8.7018|70|0 +1.3.6.1.2.1.31.1.1.1.8.7019|70|0 +1.3.6.1.2.1.31.1.1.1.8.7020|70|0 +1.3.6.1.2.1.31.1.1.1.8.7021|70|0 +1.3.6.1.2.1.31.1.1.1.8.7022|70|0 +1.3.6.1.2.1.31.1.1.1.8.7023|70|0 +1.3.6.1.2.1.31.1.1.1.8.7024|70|0 +1.3.6.1.2.1.31.1.1.1.8.7025|70|0 +1.3.6.1.2.1.31.1.1.1.8.7026|70|0 +1.3.6.1.2.1.31.1.1.1.8.7027|70|0 +1.3.6.1.2.1.31.1.1.1.8.7028|70|0 +1.3.6.1.2.1.31.1.1.1.8.7029|70|0 +1.3.6.1.2.1.31.1.1.1.8.7030|70|0 +1.3.6.1.2.1.31.1.1.1.8.7031|70|0 +1.3.6.1.2.1.31.1.1.1.8.7032|70|0 +1.3.6.1.2.1.31.1.1.1.8.7033|70|0 +1.3.6.1.2.1.31.1.1.1.8.7034|70|0 +1.3.6.1.2.1.31.1.1.1.8.7035|70|0 +1.3.6.1.2.1.31.1.1.1.8.7036|70|0 +1.3.6.1.2.1.31.1.1.1.8.7037|70|0 +1.3.6.1.2.1.31.1.1.1.8.7038|70|0 +1.3.6.1.2.1.31.1.1.1.8.7039|70|0 +1.3.6.1.2.1.31.1.1.1.8.7040|70|0 +1.3.6.1.2.1.31.1.1.1.8.7041|70|0 +1.3.6.1.2.1.31.1.1.1.8.7042|70|0 +1.3.6.1.2.1.31.1.1.1.8.7043|70|0 +1.3.6.1.2.1.31.1.1.1.8.7044|70|0 +1.3.6.1.2.1.31.1.1.1.8.7045|70|0 +1.3.6.1.2.1.31.1.1.1.8.7046|70|0 +1.3.6.1.2.1.31.1.1.1.8.7047|70|0 +1.3.6.1.2.1.31.1.1.1.8.7048|70|0 +1.3.6.1.2.1.31.1.1.1.8.7049|70|0 +1.3.6.1.2.1.31.1.1.1.8.7050|70|0 +1.3.6.1.2.1.31.1.1.1.8.7051|70|0 +1.3.6.1.2.1.31.1.1.1.8.7052|70|0 +1.3.6.1.2.1.31.1.1.1.8.7053|70|0 +1.3.6.1.2.1.31.1.1.1.8.7054|70|0 +1.3.6.1.2.1.31.1.1.1.8.7055|70|0 +1.3.6.1.2.1.31.1.1.1.8.7056|70|0 +1.3.6.1.2.1.31.1.1.1.8.7057|70|0 +1.3.6.1.2.1.31.1.1.1.8.7058|70|0 +1.3.6.1.2.1.31.1.1.1.8.7059|70|0 +1.3.6.1.2.1.31.1.1.1.8.7060|70|0 +1.3.6.1.2.1.31.1.1.1.8.7061|70|0 +1.3.6.1.2.1.31.1.1.1.8.7062|70|0 +1.3.6.1.2.1.31.1.1.1.8.7063|70|0 +1.3.6.1.2.1.31.1.1.1.8.9000|70|0 +1.3.6.1.2.1.31.1.1.1.8.20000|70|0 +1.3.6.1.2.1.31.1.1.1.8.100000|70|0 +1.3.6.1.2.1.31.1.1.1.8.100001|70|0 +1.3.6.1.2.1.31.1.1.1.8.100018|70|0 +1.3.6.1.2.1.31.1.1.1.8.100019|70|0 +1.3.6.1.2.1.31.1.1.1.8.100038|70|0 +1.3.6.1.2.1.31.1.1.1.8.100039|70|0 +1.3.6.1.2.1.31.1.1.1.8.100098|70|0 +1.3.6.1.2.1.31.1.1.1.8.100099|70|0 +1.3.6.1.2.1.31.1.1.1.8.100199|70|0 +1.3.6.1.2.1.31.1.1.1.8.100253|70|0 +1.3.6.1.2.1.31.1.1.1.8.100999|70|0 +1.3.6.1.2.1.31.1.1.1.8.102599|70|0 +1.3.6.1.2.1.31.1.1.1.8.103199|70|0 +1.3.6.1.2.1.31.1.1.1.9.49|70|4460968 +1.3.6.1.2.1.31.1.1.1.9.50|70|1197292 +1.3.6.1.2.1.31.1.1.1.9.51|70|3178118 +1.3.6.1.2.1.31.1.1.1.9.52|70|3298864 +1.3.6.1.2.1.31.1.1.1.9.53|70|2182908 +1.3.6.1.2.1.31.1.1.1.9.54|70|1953171 +1.3.6.1.2.1.31.1.1.1.9.55|70|2106126 +1.3.6.1.2.1.31.1.1.1.9.56|70|1140309 +1.3.6.1.2.1.31.1.1.1.9.57|70|1069912 +1.3.6.1.2.1.31.1.1.1.9.58|70|5512 +1.3.6.1.2.1.31.1.1.1.9.59|70|66094 +1.3.6.1.2.1.31.1.1.1.9.60|70|241339 +1.3.6.1.2.1.31.1.1.1.9.61|70|233945 +1.3.6.1.2.1.31.1.1.1.9.62|70|33865 +1.3.6.1.2.1.31.1.1.1.9.63|70|337890 +1.3.6.1.2.1.31.1.1.1.9.64|70|467524 +1.3.6.1.2.1.31.1.1.1.9.65|70|311123 +1.3.6.1.2.1.31.1.1.1.9.66|70|0 +1.3.6.1.2.1.31.1.1.1.9.67|70|0 +1.3.6.1.2.1.31.1.1.1.9.68|70|1233 +1.3.6.1.2.1.31.1.1.1.9.69|70|87 +1.3.6.1.2.1.31.1.1.1.9.70|70|0 +1.3.6.1.2.1.31.1.1.1.9.71|70|1043811 +1.3.6.1.2.1.31.1.1.1.9.72|70|8794123 +1.3.6.1.2.1.31.1.1.1.9.105|70|50307 +1.3.6.1.2.1.31.1.1.1.9.106|70|525261 +1.3.6.1.2.1.31.1.1.1.9.107|70|0 +1.3.6.1.2.1.31.1.1.1.9.108|70|0 +1.3.6.1.2.1.31.1.1.1.9.1000|70|9837934 +1.3.6.1.2.1.31.1.1.1.9.1001|70|307433 +1.3.6.1.2.1.31.1.1.1.9.1002|70|0 +1.3.6.1.2.1.31.1.1.1.9.1003|70|0 +1.3.6.1.2.1.31.1.1.1.9.1004|70|0 +1.3.6.1.2.1.31.1.1.1.9.1005|70|0 +1.3.6.1.2.1.31.1.1.1.9.1006|70|0 +1.3.6.1.2.1.31.1.1.1.9.1007|70|0 +1.3.6.1.2.1.31.1.1.1.9.1008|70|0 +1.3.6.1.2.1.31.1.1.1.9.1009|70|0 +1.3.6.1.2.1.31.1.1.1.9.1010|70|0 +1.3.6.1.2.1.31.1.1.1.9.1011|70|0 +1.3.6.1.2.1.31.1.1.1.9.1012|70|0 +1.3.6.1.2.1.31.1.1.1.9.1013|70|0 +1.3.6.1.2.1.31.1.1.1.9.1014|70|0 +1.3.6.1.2.1.31.1.1.1.9.1015|70|0 +1.3.6.1.2.1.31.1.1.1.9.1016|70|0 +1.3.6.1.2.1.31.1.1.1.9.1017|70|0 +1.3.6.1.2.1.31.1.1.1.9.1018|70|0 +1.3.6.1.2.1.31.1.1.1.9.1019|70|0 +1.3.6.1.2.1.31.1.1.1.9.1020|70|0 +1.3.6.1.2.1.31.1.1.1.9.1021|70|0 +1.3.6.1.2.1.31.1.1.1.9.1022|70|0 +1.3.6.1.2.1.31.1.1.1.9.1023|70|0 +1.3.6.1.2.1.31.1.1.1.9.1024|70|0 +1.3.6.1.2.1.31.1.1.1.9.1025|70|0 +1.3.6.1.2.1.31.1.1.1.9.1026|70|0 +1.3.6.1.2.1.31.1.1.1.9.1027|70|0 +1.3.6.1.2.1.31.1.1.1.9.1028|70|0 +1.3.6.1.2.1.31.1.1.1.9.1029|70|0 +1.3.6.1.2.1.31.1.1.1.9.1030|70|0 +1.3.6.1.2.1.31.1.1.1.9.1031|70|0 +1.3.6.1.2.1.31.1.1.1.9.1032|70|0 +1.3.6.1.2.1.31.1.1.1.9.1033|70|0 +1.3.6.1.2.1.31.1.1.1.9.1034|70|0 +1.3.6.1.2.1.31.1.1.1.9.1035|70|0 +1.3.6.1.2.1.31.1.1.1.9.1036|70|0 +1.3.6.1.2.1.31.1.1.1.9.1037|70|0 +1.3.6.1.2.1.31.1.1.1.9.1038|70|0 +1.3.6.1.2.1.31.1.1.1.9.1039|70|0 +1.3.6.1.2.1.31.1.1.1.9.1040|70|0 +1.3.6.1.2.1.31.1.1.1.9.1041|70|0 +1.3.6.1.2.1.31.1.1.1.9.1042|70|0 +1.3.6.1.2.1.31.1.1.1.9.1043|70|0 +1.3.6.1.2.1.31.1.1.1.9.1044|70|0 +1.3.6.1.2.1.31.1.1.1.9.1045|70|0 +1.3.6.1.2.1.31.1.1.1.9.1046|70|0 +1.3.6.1.2.1.31.1.1.1.9.1047|70|0 +1.3.6.1.2.1.31.1.1.1.9.3000|70|0 +1.3.6.1.2.1.31.1.1.1.9.3001|70|0 +1.3.6.1.2.1.31.1.1.1.9.3002|70|0 +1.3.6.1.2.1.31.1.1.1.9.3003|70|0 +1.3.6.1.2.1.31.1.1.1.9.3004|70|0 +1.3.6.1.2.1.31.1.1.1.9.3005|70|0 +1.3.6.1.2.1.31.1.1.1.9.3006|70|0 +1.3.6.1.2.1.31.1.1.1.9.3007|70|0 +1.3.6.1.2.1.31.1.1.1.9.3008|70|0 +1.3.6.1.2.1.31.1.1.1.9.3009|70|0 +1.3.6.1.2.1.31.1.1.1.9.3010|70|0 +1.3.6.1.2.1.31.1.1.1.9.3011|70|0 +1.3.6.1.2.1.31.1.1.1.9.3012|70|0 +1.3.6.1.2.1.31.1.1.1.9.3013|70|0 +1.3.6.1.2.1.31.1.1.1.9.3014|70|0 +1.3.6.1.2.1.31.1.1.1.9.3015|70|0 +1.3.6.1.2.1.31.1.1.1.9.7000|70|0 +1.3.6.1.2.1.31.1.1.1.9.7001|70|0 +1.3.6.1.2.1.31.1.1.1.9.7002|70|0 +1.3.6.1.2.1.31.1.1.1.9.7003|70|0 +1.3.6.1.2.1.31.1.1.1.9.7004|70|0 +1.3.6.1.2.1.31.1.1.1.9.7005|70|0 +1.3.6.1.2.1.31.1.1.1.9.7006|70|0 +1.3.6.1.2.1.31.1.1.1.9.7007|70|0 +1.3.6.1.2.1.31.1.1.1.9.7008|70|0 +1.3.6.1.2.1.31.1.1.1.9.7009|70|0 +1.3.6.1.2.1.31.1.1.1.9.7010|70|0 +1.3.6.1.2.1.31.1.1.1.9.7011|70|0 +1.3.6.1.2.1.31.1.1.1.9.7012|70|0 +1.3.6.1.2.1.31.1.1.1.9.7013|70|0 +1.3.6.1.2.1.31.1.1.1.9.7014|70|0 +1.3.6.1.2.1.31.1.1.1.9.7015|70|0 +1.3.6.1.2.1.31.1.1.1.9.7016|70|0 +1.3.6.1.2.1.31.1.1.1.9.7017|70|0 +1.3.6.1.2.1.31.1.1.1.9.7018|70|0 +1.3.6.1.2.1.31.1.1.1.9.7019|70|0 +1.3.6.1.2.1.31.1.1.1.9.7020|70|0 +1.3.6.1.2.1.31.1.1.1.9.7021|70|0 +1.3.6.1.2.1.31.1.1.1.9.7022|70|0 +1.3.6.1.2.1.31.1.1.1.9.7023|70|0 +1.3.6.1.2.1.31.1.1.1.9.7024|70|0 +1.3.6.1.2.1.31.1.1.1.9.7025|70|0 +1.3.6.1.2.1.31.1.1.1.9.7026|70|0 +1.3.6.1.2.1.31.1.1.1.9.7027|70|0 +1.3.6.1.2.1.31.1.1.1.9.7028|70|0 +1.3.6.1.2.1.31.1.1.1.9.7029|70|0 +1.3.6.1.2.1.31.1.1.1.9.7030|70|0 +1.3.6.1.2.1.31.1.1.1.9.7031|70|0 +1.3.6.1.2.1.31.1.1.1.9.7032|70|0 +1.3.6.1.2.1.31.1.1.1.9.7033|70|0 +1.3.6.1.2.1.31.1.1.1.9.7034|70|0 +1.3.6.1.2.1.31.1.1.1.9.7035|70|0 +1.3.6.1.2.1.31.1.1.1.9.7036|70|0 +1.3.6.1.2.1.31.1.1.1.9.7037|70|0 +1.3.6.1.2.1.31.1.1.1.9.7038|70|0 +1.3.6.1.2.1.31.1.1.1.9.7039|70|0 +1.3.6.1.2.1.31.1.1.1.9.7040|70|0 +1.3.6.1.2.1.31.1.1.1.9.7041|70|0 +1.3.6.1.2.1.31.1.1.1.9.7042|70|0 +1.3.6.1.2.1.31.1.1.1.9.7043|70|0 +1.3.6.1.2.1.31.1.1.1.9.7044|70|0 +1.3.6.1.2.1.31.1.1.1.9.7045|70|0 +1.3.6.1.2.1.31.1.1.1.9.7046|70|0 +1.3.6.1.2.1.31.1.1.1.9.7047|70|0 +1.3.6.1.2.1.31.1.1.1.9.7048|70|0 +1.3.6.1.2.1.31.1.1.1.9.7049|70|0 +1.3.6.1.2.1.31.1.1.1.9.7050|70|0 +1.3.6.1.2.1.31.1.1.1.9.7051|70|0 +1.3.6.1.2.1.31.1.1.1.9.7052|70|0 +1.3.6.1.2.1.31.1.1.1.9.7053|70|0 +1.3.6.1.2.1.31.1.1.1.9.7054|70|0 +1.3.6.1.2.1.31.1.1.1.9.7055|70|0 +1.3.6.1.2.1.31.1.1.1.9.7056|70|0 +1.3.6.1.2.1.31.1.1.1.9.7057|70|0 +1.3.6.1.2.1.31.1.1.1.9.7058|70|0 +1.3.6.1.2.1.31.1.1.1.9.7059|70|0 +1.3.6.1.2.1.31.1.1.1.9.7060|70|0 +1.3.6.1.2.1.31.1.1.1.9.7061|70|0 +1.3.6.1.2.1.31.1.1.1.9.7062|70|0 +1.3.6.1.2.1.31.1.1.1.9.7063|70|0 +1.3.6.1.2.1.31.1.1.1.9.9000|70|0 +1.3.6.1.2.1.31.1.1.1.9.20000|70|0 +1.3.6.1.2.1.31.1.1.1.9.100000|70|0 +1.3.6.1.2.1.31.1.1.1.9.100001|70|0 +1.3.6.1.2.1.31.1.1.1.9.100018|70|0 +1.3.6.1.2.1.31.1.1.1.9.100019|70|0 +1.3.6.1.2.1.31.1.1.1.9.100038|70|0 +1.3.6.1.2.1.31.1.1.1.9.100039|70|0 +1.3.6.1.2.1.31.1.1.1.9.100098|70|0 +1.3.6.1.2.1.31.1.1.1.9.100099|70|0 +1.3.6.1.2.1.31.1.1.1.9.100199|70|0 +1.3.6.1.2.1.31.1.1.1.9.100253|70|0 +1.3.6.1.2.1.31.1.1.1.9.100999|70|0 +1.3.6.1.2.1.31.1.1.1.9.102599|70|0 +1.3.6.1.2.1.31.1.1.1.9.103199|70|0 +1.3.6.1.2.1.31.1.1.1.10.49|70|275527604968 +1.3.6.1.2.1.31.1.1.1.10.50|70|186731202651 +1.3.6.1.2.1.31.1.1.1.10.51|70|158511495254 +1.3.6.1.2.1.31.1.1.1.10.52|70|104461744757 +1.3.6.1.2.1.31.1.1.1.10.53|70|180263786434 +1.3.6.1.2.1.31.1.1.1.10.54|70|157979129904 +1.3.6.1.2.1.31.1.1.1.10.55|70|175617078068 +1.3.6.1.2.1.31.1.1.1.10.56|70|1990049486661 +1.3.6.1.2.1.31.1.1.1.10.57|70|115728866414 +1.3.6.1.2.1.31.1.1.1.10.58|70|2798950430 +1.3.6.1.2.1.31.1.1.1.10.59|70|43646083939 +1.3.6.1.2.1.31.1.1.1.10.60|70|45866978818 +1.3.6.1.2.1.31.1.1.1.10.61|70|8666275263 +1.3.6.1.2.1.31.1.1.1.10.62|70|2049616857 +1.3.6.1.2.1.31.1.1.1.10.63|70|44297915446 +1.3.6.1.2.1.31.1.1.1.10.64|70|2534710249805 +1.3.6.1.2.1.31.1.1.1.10.65|70|41287549727 +1.3.6.1.2.1.31.1.1.1.10.66|70|0 +1.3.6.1.2.1.31.1.1.1.10.67|70|0 +1.3.6.1.2.1.31.1.1.1.10.68|70|3325199992 +1.3.6.1.2.1.31.1.1.1.10.69|70|3044652306 +1.3.6.1.2.1.31.1.1.1.10.70|70|0 +1.3.6.1.2.1.31.1.1.1.10.71|70|1664321522598 +1.3.6.1.2.1.31.1.1.1.10.72|70|1702024500028 +1.3.6.1.2.1.31.1.1.1.10.105|70|281820873636 +1.3.6.1.2.1.31.1.1.1.10.106|70|4859723912 +1.3.6.1.2.1.31.1.1.1.10.107|70|0 +1.3.6.1.2.1.31.1.1.1.10.108|70|0 +1.3.6.1.2.1.31.1.1.1.10.1000|70|3366346024453 +1.3.6.1.2.1.31.1.1.1.10.1001|70|89513063457 +1.3.6.1.2.1.31.1.1.1.10.1002|70|0 +1.3.6.1.2.1.31.1.1.1.10.1003|70|0 +1.3.6.1.2.1.31.1.1.1.10.1004|70|0 +1.3.6.1.2.1.31.1.1.1.10.1005|70|0 +1.3.6.1.2.1.31.1.1.1.10.1006|70|0 +1.3.6.1.2.1.31.1.1.1.10.1007|70|0 +1.3.6.1.2.1.31.1.1.1.10.1008|70|0 +1.3.6.1.2.1.31.1.1.1.10.1009|70|0 +1.3.6.1.2.1.31.1.1.1.10.1010|70|0 +1.3.6.1.2.1.31.1.1.1.10.1011|70|0 +1.3.6.1.2.1.31.1.1.1.10.1012|70|0 +1.3.6.1.2.1.31.1.1.1.10.1013|70|0 +1.3.6.1.2.1.31.1.1.1.10.1014|70|0 +1.3.6.1.2.1.31.1.1.1.10.1015|70|0 +1.3.6.1.2.1.31.1.1.1.10.1016|70|0 +1.3.6.1.2.1.31.1.1.1.10.1017|70|0 +1.3.6.1.2.1.31.1.1.1.10.1018|70|0 +1.3.6.1.2.1.31.1.1.1.10.1019|70|0 +1.3.6.1.2.1.31.1.1.1.10.1020|70|0 +1.3.6.1.2.1.31.1.1.1.10.1021|70|0 +1.3.6.1.2.1.31.1.1.1.10.1022|70|0 +1.3.6.1.2.1.31.1.1.1.10.1023|70|0 +1.3.6.1.2.1.31.1.1.1.10.1024|70|0 +1.3.6.1.2.1.31.1.1.1.10.1025|70|0 +1.3.6.1.2.1.31.1.1.1.10.1026|70|0 +1.3.6.1.2.1.31.1.1.1.10.1027|70|0 +1.3.6.1.2.1.31.1.1.1.10.1028|70|0 +1.3.6.1.2.1.31.1.1.1.10.1029|70|0 +1.3.6.1.2.1.31.1.1.1.10.1030|70|0 +1.3.6.1.2.1.31.1.1.1.10.1031|70|0 +1.3.6.1.2.1.31.1.1.1.10.1032|70|0 +1.3.6.1.2.1.31.1.1.1.10.1033|70|0 +1.3.6.1.2.1.31.1.1.1.10.1034|70|0 +1.3.6.1.2.1.31.1.1.1.10.1035|70|0 +1.3.6.1.2.1.31.1.1.1.10.1036|70|0 +1.3.6.1.2.1.31.1.1.1.10.1037|70|0 +1.3.6.1.2.1.31.1.1.1.10.1038|70|0 +1.3.6.1.2.1.31.1.1.1.10.1039|70|0 +1.3.6.1.2.1.31.1.1.1.10.1040|70|0 +1.3.6.1.2.1.31.1.1.1.10.1041|70|0 +1.3.6.1.2.1.31.1.1.1.10.1042|70|0 +1.3.6.1.2.1.31.1.1.1.10.1043|70|0 +1.3.6.1.2.1.31.1.1.1.10.1044|70|0 +1.3.6.1.2.1.31.1.1.1.10.1045|70|0 +1.3.6.1.2.1.31.1.1.1.10.1046|70|0 +1.3.6.1.2.1.31.1.1.1.10.1047|70|0 +1.3.6.1.2.1.31.1.1.1.10.3000|70|0 +1.3.6.1.2.1.31.1.1.1.10.3001|70|0 +1.3.6.1.2.1.31.1.1.1.10.3002|70|0 +1.3.6.1.2.1.31.1.1.1.10.3003|70|0 +1.3.6.1.2.1.31.1.1.1.10.3004|70|0 +1.3.6.1.2.1.31.1.1.1.10.3005|70|0 +1.3.6.1.2.1.31.1.1.1.10.3006|70|0 +1.3.6.1.2.1.31.1.1.1.10.3007|70|0 +1.3.6.1.2.1.31.1.1.1.10.3008|70|0 +1.3.6.1.2.1.31.1.1.1.10.3009|70|0 +1.3.6.1.2.1.31.1.1.1.10.3010|70|0 +1.3.6.1.2.1.31.1.1.1.10.3011|70|0 +1.3.6.1.2.1.31.1.1.1.10.3012|70|0 +1.3.6.1.2.1.31.1.1.1.10.3013|70|0 +1.3.6.1.2.1.31.1.1.1.10.3014|70|0 +1.3.6.1.2.1.31.1.1.1.10.3015|70|0 +1.3.6.1.2.1.31.1.1.1.10.7000|70|0 +1.3.6.1.2.1.31.1.1.1.10.7001|70|0 +1.3.6.1.2.1.31.1.1.1.10.7002|70|0 +1.3.6.1.2.1.31.1.1.1.10.7003|70|0 +1.3.6.1.2.1.31.1.1.1.10.7004|70|0 +1.3.6.1.2.1.31.1.1.1.10.7005|70|0 +1.3.6.1.2.1.31.1.1.1.10.7006|70|0 +1.3.6.1.2.1.31.1.1.1.10.7007|70|0 +1.3.6.1.2.1.31.1.1.1.10.7008|70|0 +1.3.6.1.2.1.31.1.1.1.10.7009|70|0 +1.3.6.1.2.1.31.1.1.1.10.7010|70|0 +1.3.6.1.2.1.31.1.1.1.10.7011|70|0 +1.3.6.1.2.1.31.1.1.1.10.7012|70|0 +1.3.6.1.2.1.31.1.1.1.10.7013|70|0 +1.3.6.1.2.1.31.1.1.1.10.7014|70|0 +1.3.6.1.2.1.31.1.1.1.10.7015|70|0 +1.3.6.1.2.1.31.1.1.1.10.7016|70|0 +1.3.6.1.2.1.31.1.1.1.10.7017|70|0 +1.3.6.1.2.1.31.1.1.1.10.7018|70|0 +1.3.6.1.2.1.31.1.1.1.10.7019|70|0 +1.3.6.1.2.1.31.1.1.1.10.7020|70|0 +1.3.6.1.2.1.31.1.1.1.10.7021|70|0 +1.3.6.1.2.1.31.1.1.1.10.7022|70|0 +1.3.6.1.2.1.31.1.1.1.10.7023|70|0 +1.3.6.1.2.1.31.1.1.1.10.7024|70|0 +1.3.6.1.2.1.31.1.1.1.10.7025|70|0 +1.3.6.1.2.1.31.1.1.1.10.7026|70|0 +1.3.6.1.2.1.31.1.1.1.10.7027|70|0 +1.3.6.1.2.1.31.1.1.1.10.7028|70|0 +1.3.6.1.2.1.31.1.1.1.10.7029|70|0 +1.3.6.1.2.1.31.1.1.1.10.7030|70|0 +1.3.6.1.2.1.31.1.1.1.10.7031|70|0 +1.3.6.1.2.1.31.1.1.1.10.7032|70|0 +1.3.6.1.2.1.31.1.1.1.10.7033|70|0 +1.3.6.1.2.1.31.1.1.1.10.7034|70|0 +1.3.6.1.2.1.31.1.1.1.10.7035|70|0 +1.3.6.1.2.1.31.1.1.1.10.7036|70|0 +1.3.6.1.2.1.31.1.1.1.10.7037|70|0 +1.3.6.1.2.1.31.1.1.1.10.7038|70|0 +1.3.6.1.2.1.31.1.1.1.10.7039|70|0 +1.3.6.1.2.1.31.1.1.1.10.7040|70|0 +1.3.6.1.2.1.31.1.1.1.10.7041|70|0 +1.3.6.1.2.1.31.1.1.1.10.7042|70|0 +1.3.6.1.2.1.31.1.1.1.10.7043|70|0 +1.3.6.1.2.1.31.1.1.1.10.7044|70|0 +1.3.6.1.2.1.31.1.1.1.10.7045|70|0 +1.3.6.1.2.1.31.1.1.1.10.7046|70|0 +1.3.6.1.2.1.31.1.1.1.10.7047|70|0 +1.3.6.1.2.1.31.1.1.1.10.7048|70|0 +1.3.6.1.2.1.31.1.1.1.10.7049|70|0 +1.3.6.1.2.1.31.1.1.1.10.7050|70|0 +1.3.6.1.2.1.31.1.1.1.10.7051|70|0 +1.3.6.1.2.1.31.1.1.1.10.7052|70|0 +1.3.6.1.2.1.31.1.1.1.10.7053|70|0 +1.3.6.1.2.1.31.1.1.1.10.7054|70|0 +1.3.6.1.2.1.31.1.1.1.10.7055|70|0 +1.3.6.1.2.1.31.1.1.1.10.7056|70|0 +1.3.6.1.2.1.31.1.1.1.10.7057|70|0 +1.3.6.1.2.1.31.1.1.1.10.7058|70|0 +1.3.6.1.2.1.31.1.1.1.10.7059|70|0 +1.3.6.1.2.1.31.1.1.1.10.7060|70|0 +1.3.6.1.2.1.31.1.1.1.10.7061|70|0 +1.3.6.1.2.1.31.1.1.1.10.7062|70|0 +1.3.6.1.2.1.31.1.1.1.10.7063|70|0 +1.3.6.1.2.1.31.1.1.1.10.9000|70|0 +1.3.6.1.2.1.31.1.1.1.10.20000|70|0 +1.3.6.1.2.1.31.1.1.1.10.100000|70|0 +1.3.6.1.2.1.31.1.1.1.10.100001|70|0 +1.3.6.1.2.1.31.1.1.1.10.100018|70|0 +1.3.6.1.2.1.31.1.1.1.10.100019|70|0 +1.3.6.1.2.1.31.1.1.1.10.100038|70|0 +1.3.6.1.2.1.31.1.1.1.10.100039|70|0 +1.3.6.1.2.1.31.1.1.1.10.100098|70|0 +1.3.6.1.2.1.31.1.1.1.10.100099|70|0 +1.3.6.1.2.1.31.1.1.1.10.100199|70|0 +1.3.6.1.2.1.31.1.1.1.10.100253|70|0 +1.3.6.1.2.1.31.1.1.1.10.100999|70|0 +1.3.6.1.2.1.31.1.1.1.10.102599|70|0 +1.3.6.1.2.1.31.1.1.1.10.103199|70|0 +1.3.6.1.2.1.31.1.1.1.11.49|70|351614181 +1.3.6.1.2.1.31.1.1.1.11.50|70|259360728 +1.3.6.1.2.1.31.1.1.1.11.51|70|155782045 +1.3.6.1.2.1.31.1.1.1.11.52|70|106994470 +1.3.6.1.2.1.31.1.1.1.11.53|70|166528526 +1.3.6.1.2.1.31.1.1.1.11.54|70|138638748 +1.3.6.1.2.1.31.1.1.1.11.55|70|139569797 +1.3.6.1.2.1.31.1.1.1.11.56|70|1724403259 +1.3.6.1.2.1.31.1.1.1.11.57|70|909608251 +1.3.6.1.2.1.31.1.1.1.11.58|70|2286891 +1.3.6.1.2.1.31.1.1.1.11.59|70|142879035 +1.3.6.1.2.1.31.1.1.1.11.60|70|153604682 +1.3.6.1.2.1.31.1.1.1.11.61|70|15551977 +1.3.6.1.2.1.31.1.1.1.11.62|70|14217107 +1.3.6.1.2.1.31.1.1.1.11.63|70|36238043 +1.3.6.1.2.1.31.1.1.1.11.64|70|1677214025 +1.3.6.1.2.1.31.1.1.1.11.65|70|158215921 +1.3.6.1.2.1.31.1.1.1.11.66|70|0 +1.3.6.1.2.1.31.1.1.1.11.67|70|0 +1.3.6.1.2.1.31.1.1.1.11.68|70|6210122 +1.3.6.1.2.1.31.1.1.1.11.69|70|2881802 +1.3.6.1.2.1.31.1.1.1.11.70|70|0 +1.3.6.1.2.1.31.1.1.1.11.71|70|2390376030 +1.3.6.1.2.1.31.1.1.1.11.72|70|2462056551 +1.3.6.1.2.1.31.1.1.1.11.105|70|1008482174 +1.3.6.1.2.1.31.1.1.1.11.106|70|629254 +1.3.6.1.2.1.31.1.1.1.11.107|70|0 +1.3.6.1.2.1.31.1.1.1.11.108|70|0 +1.3.6.1.2.1.31.1.1.1.11.1000|70|4852432587 +1.3.6.1.2.1.31.1.1.1.11.1001|70|296483721 +1.3.6.1.2.1.31.1.1.1.11.1002|70|0 +1.3.6.1.2.1.31.1.1.1.11.1003|70|0 +1.3.6.1.2.1.31.1.1.1.11.1004|70|0 +1.3.6.1.2.1.31.1.1.1.11.1005|70|0 +1.3.6.1.2.1.31.1.1.1.11.1006|70|0 +1.3.6.1.2.1.31.1.1.1.11.1007|70|0 +1.3.6.1.2.1.31.1.1.1.11.1008|70|0 +1.3.6.1.2.1.31.1.1.1.11.1009|70|0 +1.3.6.1.2.1.31.1.1.1.11.1010|70|0 +1.3.6.1.2.1.31.1.1.1.11.1011|70|0 +1.3.6.1.2.1.31.1.1.1.11.1012|70|0 +1.3.6.1.2.1.31.1.1.1.11.1013|70|0 +1.3.6.1.2.1.31.1.1.1.11.1014|70|0 +1.3.6.1.2.1.31.1.1.1.11.1015|70|0 +1.3.6.1.2.1.31.1.1.1.11.1016|70|0 +1.3.6.1.2.1.31.1.1.1.11.1017|70|0 +1.3.6.1.2.1.31.1.1.1.11.1018|70|0 +1.3.6.1.2.1.31.1.1.1.11.1019|70|0 +1.3.6.1.2.1.31.1.1.1.11.1020|70|0 +1.3.6.1.2.1.31.1.1.1.11.1021|70|0 +1.3.6.1.2.1.31.1.1.1.11.1022|70|0 +1.3.6.1.2.1.31.1.1.1.11.1023|70|0 +1.3.6.1.2.1.31.1.1.1.11.1024|70|0 +1.3.6.1.2.1.31.1.1.1.11.1025|70|0 +1.3.6.1.2.1.31.1.1.1.11.1026|70|0 +1.3.6.1.2.1.31.1.1.1.11.1027|70|0 +1.3.6.1.2.1.31.1.1.1.11.1028|70|0 +1.3.6.1.2.1.31.1.1.1.11.1029|70|0 +1.3.6.1.2.1.31.1.1.1.11.1030|70|0 +1.3.6.1.2.1.31.1.1.1.11.1031|70|0 +1.3.6.1.2.1.31.1.1.1.11.1032|70|0 +1.3.6.1.2.1.31.1.1.1.11.1033|70|0 +1.3.6.1.2.1.31.1.1.1.11.1034|70|0 +1.3.6.1.2.1.31.1.1.1.11.1035|70|0 +1.3.6.1.2.1.31.1.1.1.11.1036|70|0 +1.3.6.1.2.1.31.1.1.1.11.1037|70|0 +1.3.6.1.2.1.31.1.1.1.11.1038|70|0 +1.3.6.1.2.1.31.1.1.1.11.1039|70|0 +1.3.6.1.2.1.31.1.1.1.11.1040|70|0 +1.3.6.1.2.1.31.1.1.1.11.1041|70|0 +1.3.6.1.2.1.31.1.1.1.11.1042|70|0 +1.3.6.1.2.1.31.1.1.1.11.1043|70|0 +1.3.6.1.2.1.31.1.1.1.11.1044|70|0 +1.3.6.1.2.1.31.1.1.1.11.1045|70|0 +1.3.6.1.2.1.31.1.1.1.11.1046|70|0 +1.3.6.1.2.1.31.1.1.1.11.1047|70|0 +1.3.6.1.2.1.31.1.1.1.11.3000|70|0 +1.3.6.1.2.1.31.1.1.1.11.3001|70|0 +1.3.6.1.2.1.31.1.1.1.11.3002|70|0 +1.3.6.1.2.1.31.1.1.1.11.3003|70|0 +1.3.6.1.2.1.31.1.1.1.11.3004|70|0 +1.3.6.1.2.1.31.1.1.1.11.3005|70|0 +1.3.6.1.2.1.31.1.1.1.11.3006|70|0 +1.3.6.1.2.1.31.1.1.1.11.3007|70|0 +1.3.6.1.2.1.31.1.1.1.11.3008|70|0 +1.3.6.1.2.1.31.1.1.1.11.3009|70|0 +1.3.6.1.2.1.31.1.1.1.11.3010|70|0 +1.3.6.1.2.1.31.1.1.1.11.3011|70|0 +1.3.6.1.2.1.31.1.1.1.11.3012|70|0 +1.3.6.1.2.1.31.1.1.1.11.3013|70|0 +1.3.6.1.2.1.31.1.1.1.11.3014|70|0 +1.3.6.1.2.1.31.1.1.1.11.3015|70|0 +1.3.6.1.2.1.31.1.1.1.11.7000|70|0 +1.3.6.1.2.1.31.1.1.1.11.7001|70|0 +1.3.6.1.2.1.31.1.1.1.11.7002|70|0 +1.3.6.1.2.1.31.1.1.1.11.7003|70|0 +1.3.6.1.2.1.31.1.1.1.11.7004|70|0 +1.3.6.1.2.1.31.1.1.1.11.7005|70|0 +1.3.6.1.2.1.31.1.1.1.11.7006|70|0 +1.3.6.1.2.1.31.1.1.1.11.7007|70|0 +1.3.6.1.2.1.31.1.1.1.11.7008|70|0 +1.3.6.1.2.1.31.1.1.1.11.7009|70|0 +1.3.6.1.2.1.31.1.1.1.11.7010|70|0 +1.3.6.1.2.1.31.1.1.1.11.7011|70|0 +1.3.6.1.2.1.31.1.1.1.11.7012|70|0 +1.3.6.1.2.1.31.1.1.1.11.7013|70|0 +1.3.6.1.2.1.31.1.1.1.11.7014|70|0 +1.3.6.1.2.1.31.1.1.1.11.7015|70|0 +1.3.6.1.2.1.31.1.1.1.11.7016|70|0 +1.3.6.1.2.1.31.1.1.1.11.7017|70|0 +1.3.6.1.2.1.31.1.1.1.11.7018|70|0 +1.3.6.1.2.1.31.1.1.1.11.7019|70|0 +1.3.6.1.2.1.31.1.1.1.11.7020|70|0 +1.3.6.1.2.1.31.1.1.1.11.7021|70|0 +1.3.6.1.2.1.31.1.1.1.11.7022|70|0 +1.3.6.1.2.1.31.1.1.1.11.7023|70|0 +1.3.6.1.2.1.31.1.1.1.11.7024|70|0 +1.3.6.1.2.1.31.1.1.1.11.7025|70|0 +1.3.6.1.2.1.31.1.1.1.11.7026|70|0 +1.3.6.1.2.1.31.1.1.1.11.7027|70|0 +1.3.6.1.2.1.31.1.1.1.11.7028|70|0 +1.3.6.1.2.1.31.1.1.1.11.7029|70|0 +1.3.6.1.2.1.31.1.1.1.11.7030|70|0 +1.3.6.1.2.1.31.1.1.1.11.7031|70|0 +1.3.6.1.2.1.31.1.1.1.11.7032|70|0 +1.3.6.1.2.1.31.1.1.1.11.7033|70|0 +1.3.6.1.2.1.31.1.1.1.11.7034|70|0 +1.3.6.1.2.1.31.1.1.1.11.7035|70|0 +1.3.6.1.2.1.31.1.1.1.11.7036|70|0 +1.3.6.1.2.1.31.1.1.1.11.7037|70|0 +1.3.6.1.2.1.31.1.1.1.11.7038|70|0 +1.3.6.1.2.1.31.1.1.1.11.7039|70|0 +1.3.6.1.2.1.31.1.1.1.11.7040|70|0 +1.3.6.1.2.1.31.1.1.1.11.7041|70|0 +1.3.6.1.2.1.31.1.1.1.11.7042|70|0 +1.3.6.1.2.1.31.1.1.1.11.7043|70|0 +1.3.6.1.2.1.31.1.1.1.11.7044|70|0 +1.3.6.1.2.1.31.1.1.1.11.7045|70|0 +1.3.6.1.2.1.31.1.1.1.11.7046|70|0 +1.3.6.1.2.1.31.1.1.1.11.7047|70|0 +1.3.6.1.2.1.31.1.1.1.11.7048|70|0 +1.3.6.1.2.1.31.1.1.1.11.7049|70|0 +1.3.6.1.2.1.31.1.1.1.11.7050|70|0 +1.3.6.1.2.1.31.1.1.1.11.7051|70|0 +1.3.6.1.2.1.31.1.1.1.11.7052|70|0 +1.3.6.1.2.1.31.1.1.1.11.7053|70|0 +1.3.6.1.2.1.31.1.1.1.11.7054|70|0 +1.3.6.1.2.1.31.1.1.1.11.7055|70|0 +1.3.6.1.2.1.31.1.1.1.11.7056|70|0 +1.3.6.1.2.1.31.1.1.1.11.7057|70|0 +1.3.6.1.2.1.31.1.1.1.11.7058|70|0 +1.3.6.1.2.1.31.1.1.1.11.7059|70|0 +1.3.6.1.2.1.31.1.1.1.11.7060|70|0 +1.3.6.1.2.1.31.1.1.1.11.7061|70|0 +1.3.6.1.2.1.31.1.1.1.11.7062|70|0 +1.3.6.1.2.1.31.1.1.1.11.7063|70|0 +1.3.6.1.2.1.31.1.1.1.11.9000|70|0 +1.3.6.1.2.1.31.1.1.1.11.20000|70|0 +1.3.6.1.2.1.31.1.1.1.11.100000|70|0 +1.3.6.1.2.1.31.1.1.1.11.100001|70|0 +1.3.6.1.2.1.31.1.1.1.11.100018|70|0 +1.3.6.1.2.1.31.1.1.1.11.100019|70|0 +1.3.6.1.2.1.31.1.1.1.11.100038|70|0 +1.3.6.1.2.1.31.1.1.1.11.100039|70|0 +1.3.6.1.2.1.31.1.1.1.11.100098|70|0 +1.3.6.1.2.1.31.1.1.1.11.100099|70|0 +1.3.6.1.2.1.31.1.1.1.11.100199|70|0 +1.3.6.1.2.1.31.1.1.1.11.100253|70|0 +1.3.6.1.2.1.31.1.1.1.11.100999|70|0 +1.3.6.1.2.1.31.1.1.1.11.102599|70|0 +1.3.6.1.2.1.31.1.1.1.11.103199|70|0 +1.3.6.1.2.1.31.1.1.1.12.49|70|10714550 +1.3.6.1.2.1.31.1.1.1.12.50|70|10286305 +1.3.6.1.2.1.31.1.1.1.12.51|70|10644091 +1.3.6.1.2.1.31.1.1.1.12.52|70|10898324 +1.3.6.1.2.1.31.1.1.1.12.53|70|10804371 +1.3.6.1.2.1.31.1.1.1.12.54|70|10299889 +1.3.6.1.2.1.31.1.1.1.12.55|70|9625577 +1.3.6.1.2.1.31.1.1.1.12.56|70|11297820 +1.3.6.1.2.1.31.1.1.1.12.57|70|11130125 +1.3.6.1.2.1.31.1.1.1.12.58|70|2576929 +1.3.6.1.2.1.31.1.1.1.12.59|70|3099087 +1.3.6.1.2.1.31.1.1.1.12.60|70|995015 +1.3.6.1.2.1.31.1.1.1.12.61|70|2297484 +1.3.6.1.2.1.31.1.1.1.12.62|70|2277181 +1.3.6.1.2.1.31.1.1.1.12.63|70|6458819 +1.3.6.1.2.1.31.1.1.1.12.64|70|5111318 +1.3.6.1.2.1.31.1.1.1.12.65|70|3951357 +1.3.6.1.2.1.31.1.1.1.12.66|70|0 +1.3.6.1.2.1.31.1.1.1.12.67|70|0 +1.3.6.1.2.1.31.1.1.1.12.68|70|3158670 +1.3.6.1.2.1.31.1.1.1.12.69|70|3102191 +1.3.6.1.2.1.31.1.1.1.12.70|70|0 +1.3.6.1.2.1.31.1.1.1.12.71|70|4109234 +1.3.6.1.2.1.31.1.1.1.12.72|70|3983098 +1.3.6.1.2.1.31.1.1.1.12.105|70|1908144 +1.3.6.1.2.1.31.1.1.1.12.106|70|7595542 +1.3.6.1.2.1.31.1.1.1.12.107|70|0 +1.3.6.1.2.1.31.1.1.1.12.108|70|0 +1.3.6.1.2.1.31.1.1.1.12.1000|70|8092332 +1.3.6.1.2.1.31.1.1.1.12.1001|70|4094102 +1.3.6.1.2.1.31.1.1.1.12.1002|70|0 +1.3.6.1.2.1.31.1.1.1.12.1003|70|0 +1.3.6.1.2.1.31.1.1.1.12.1004|70|0 +1.3.6.1.2.1.31.1.1.1.12.1005|70|0 +1.3.6.1.2.1.31.1.1.1.12.1006|70|0 +1.3.6.1.2.1.31.1.1.1.12.1007|70|0 +1.3.6.1.2.1.31.1.1.1.12.1008|70|0 +1.3.6.1.2.1.31.1.1.1.12.1009|70|0 +1.3.6.1.2.1.31.1.1.1.12.1010|70|0 +1.3.6.1.2.1.31.1.1.1.12.1011|70|0 +1.3.6.1.2.1.31.1.1.1.12.1012|70|0 +1.3.6.1.2.1.31.1.1.1.12.1013|70|0 +1.3.6.1.2.1.31.1.1.1.12.1014|70|0 +1.3.6.1.2.1.31.1.1.1.12.1015|70|0 +1.3.6.1.2.1.31.1.1.1.12.1016|70|0 +1.3.6.1.2.1.31.1.1.1.12.1017|70|0 +1.3.6.1.2.1.31.1.1.1.12.1018|70|0 +1.3.6.1.2.1.31.1.1.1.12.1019|70|0 +1.3.6.1.2.1.31.1.1.1.12.1020|70|0 +1.3.6.1.2.1.31.1.1.1.12.1021|70|0 +1.3.6.1.2.1.31.1.1.1.12.1022|70|0 +1.3.6.1.2.1.31.1.1.1.12.1023|70|0 +1.3.6.1.2.1.31.1.1.1.12.1024|70|0 +1.3.6.1.2.1.31.1.1.1.12.1025|70|0 +1.3.6.1.2.1.31.1.1.1.12.1026|70|0 +1.3.6.1.2.1.31.1.1.1.12.1027|70|0 +1.3.6.1.2.1.31.1.1.1.12.1028|70|0 +1.3.6.1.2.1.31.1.1.1.12.1029|70|0 +1.3.6.1.2.1.31.1.1.1.12.1030|70|0 +1.3.6.1.2.1.31.1.1.1.12.1031|70|0 +1.3.6.1.2.1.31.1.1.1.12.1032|70|0 +1.3.6.1.2.1.31.1.1.1.12.1033|70|0 +1.3.6.1.2.1.31.1.1.1.12.1034|70|0 +1.3.6.1.2.1.31.1.1.1.12.1035|70|0 +1.3.6.1.2.1.31.1.1.1.12.1036|70|0 +1.3.6.1.2.1.31.1.1.1.12.1037|70|0 +1.3.6.1.2.1.31.1.1.1.12.1038|70|0 +1.3.6.1.2.1.31.1.1.1.12.1039|70|0 +1.3.6.1.2.1.31.1.1.1.12.1040|70|0 +1.3.6.1.2.1.31.1.1.1.12.1041|70|0 +1.3.6.1.2.1.31.1.1.1.12.1042|70|0 +1.3.6.1.2.1.31.1.1.1.12.1043|70|0 +1.3.6.1.2.1.31.1.1.1.12.1044|70|0 +1.3.6.1.2.1.31.1.1.1.12.1045|70|0 +1.3.6.1.2.1.31.1.1.1.12.1046|70|0 +1.3.6.1.2.1.31.1.1.1.12.1047|70|0 +1.3.6.1.2.1.31.1.1.1.12.3000|70|0 +1.3.6.1.2.1.31.1.1.1.12.3001|70|0 +1.3.6.1.2.1.31.1.1.1.12.3002|70|0 +1.3.6.1.2.1.31.1.1.1.12.3003|70|0 +1.3.6.1.2.1.31.1.1.1.12.3004|70|0 +1.3.6.1.2.1.31.1.1.1.12.3005|70|0 +1.3.6.1.2.1.31.1.1.1.12.3006|70|0 +1.3.6.1.2.1.31.1.1.1.12.3007|70|0 +1.3.6.1.2.1.31.1.1.1.12.3008|70|0 +1.3.6.1.2.1.31.1.1.1.12.3009|70|0 +1.3.6.1.2.1.31.1.1.1.12.3010|70|0 +1.3.6.1.2.1.31.1.1.1.12.3011|70|0 +1.3.6.1.2.1.31.1.1.1.12.3012|70|0 +1.3.6.1.2.1.31.1.1.1.12.3013|70|0 +1.3.6.1.2.1.31.1.1.1.12.3014|70|0 +1.3.6.1.2.1.31.1.1.1.12.3015|70|0 +1.3.6.1.2.1.31.1.1.1.12.7000|70|0 +1.3.6.1.2.1.31.1.1.1.12.7001|70|0 +1.3.6.1.2.1.31.1.1.1.12.7002|70|0 +1.3.6.1.2.1.31.1.1.1.12.7003|70|0 +1.3.6.1.2.1.31.1.1.1.12.7004|70|0 +1.3.6.1.2.1.31.1.1.1.12.7005|70|0 +1.3.6.1.2.1.31.1.1.1.12.7006|70|0 +1.3.6.1.2.1.31.1.1.1.12.7007|70|0 +1.3.6.1.2.1.31.1.1.1.12.7008|70|0 +1.3.6.1.2.1.31.1.1.1.12.7009|70|0 +1.3.6.1.2.1.31.1.1.1.12.7010|70|0 +1.3.6.1.2.1.31.1.1.1.12.7011|70|0 +1.3.6.1.2.1.31.1.1.1.12.7012|70|0 +1.3.6.1.2.1.31.1.1.1.12.7013|70|0 +1.3.6.1.2.1.31.1.1.1.12.7014|70|0 +1.3.6.1.2.1.31.1.1.1.12.7015|70|0 +1.3.6.1.2.1.31.1.1.1.12.7016|70|0 +1.3.6.1.2.1.31.1.1.1.12.7017|70|0 +1.3.6.1.2.1.31.1.1.1.12.7018|70|0 +1.3.6.1.2.1.31.1.1.1.12.7019|70|0 +1.3.6.1.2.1.31.1.1.1.12.7020|70|0 +1.3.6.1.2.1.31.1.1.1.12.7021|70|0 +1.3.6.1.2.1.31.1.1.1.12.7022|70|0 +1.3.6.1.2.1.31.1.1.1.12.7023|70|0 +1.3.6.1.2.1.31.1.1.1.12.7024|70|0 +1.3.6.1.2.1.31.1.1.1.12.7025|70|0 +1.3.6.1.2.1.31.1.1.1.12.7026|70|0 +1.3.6.1.2.1.31.1.1.1.12.7027|70|0 +1.3.6.1.2.1.31.1.1.1.12.7028|70|0 +1.3.6.1.2.1.31.1.1.1.12.7029|70|0 +1.3.6.1.2.1.31.1.1.1.12.7030|70|0 +1.3.6.1.2.1.31.1.1.1.12.7031|70|0 +1.3.6.1.2.1.31.1.1.1.12.7032|70|0 +1.3.6.1.2.1.31.1.1.1.12.7033|70|0 +1.3.6.1.2.1.31.1.1.1.12.7034|70|0 +1.3.6.1.2.1.31.1.1.1.12.7035|70|0 +1.3.6.1.2.1.31.1.1.1.12.7036|70|0 +1.3.6.1.2.1.31.1.1.1.12.7037|70|0 +1.3.6.1.2.1.31.1.1.1.12.7038|70|0 +1.3.6.1.2.1.31.1.1.1.12.7039|70|0 +1.3.6.1.2.1.31.1.1.1.12.7040|70|0 +1.3.6.1.2.1.31.1.1.1.12.7041|70|0 +1.3.6.1.2.1.31.1.1.1.12.7042|70|0 +1.3.6.1.2.1.31.1.1.1.12.7043|70|0 +1.3.6.1.2.1.31.1.1.1.12.7044|70|0 +1.3.6.1.2.1.31.1.1.1.12.7045|70|0 +1.3.6.1.2.1.31.1.1.1.12.7046|70|0 +1.3.6.1.2.1.31.1.1.1.12.7047|70|0 +1.3.6.1.2.1.31.1.1.1.12.7048|70|0 +1.3.6.1.2.1.31.1.1.1.12.7049|70|0 +1.3.6.1.2.1.31.1.1.1.12.7050|70|0 +1.3.6.1.2.1.31.1.1.1.12.7051|70|0 +1.3.6.1.2.1.31.1.1.1.12.7052|70|0 +1.3.6.1.2.1.31.1.1.1.12.7053|70|0 +1.3.6.1.2.1.31.1.1.1.12.7054|70|0 +1.3.6.1.2.1.31.1.1.1.12.7055|70|0 +1.3.6.1.2.1.31.1.1.1.12.7056|70|0 +1.3.6.1.2.1.31.1.1.1.12.7057|70|0 +1.3.6.1.2.1.31.1.1.1.12.7058|70|0 +1.3.6.1.2.1.31.1.1.1.12.7059|70|0 +1.3.6.1.2.1.31.1.1.1.12.7060|70|0 +1.3.6.1.2.1.31.1.1.1.12.7061|70|0 +1.3.6.1.2.1.31.1.1.1.12.7062|70|0 +1.3.6.1.2.1.31.1.1.1.12.7063|70|0 +1.3.6.1.2.1.31.1.1.1.12.9000|70|0 +1.3.6.1.2.1.31.1.1.1.12.20000|70|0 +1.3.6.1.2.1.31.1.1.1.12.100000|70|0 +1.3.6.1.2.1.31.1.1.1.12.100001|70|0 +1.3.6.1.2.1.31.1.1.1.12.100018|70|0 +1.3.6.1.2.1.31.1.1.1.12.100019|70|0 +1.3.6.1.2.1.31.1.1.1.12.100038|70|0 +1.3.6.1.2.1.31.1.1.1.12.100039|70|0 +1.3.6.1.2.1.31.1.1.1.12.100098|70|0 +1.3.6.1.2.1.31.1.1.1.12.100099|70|0 +1.3.6.1.2.1.31.1.1.1.12.100199|70|0 +1.3.6.1.2.1.31.1.1.1.12.100253|70|0 +1.3.6.1.2.1.31.1.1.1.12.100999|70|0 +1.3.6.1.2.1.31.1.1.1.12.102599|70|0 +1.3.6.1.2.1.31.1.1.1.12.103199|70|0 +1.3.6.1.2.1.31.1.1.1.13.49|70|28181169 +1.3.6.1.2.1.31.1.1.1.13.50|70|31444859 +1.3.6.1.2.1.31.1.1.1.13.51|70|29463940 +1.3.6.1.2.1.31.1.1.1.13.52|70|29343266 +1.3.6.1.2.1.31.1.1.1.13.53|70|30459234 +1.3.6.1.2.1.31.1.1.1.13.54|70|30688971 +1.3.6.1.2.1.31.1.1.1.13.55|70|30524198 +1.3.6.1.2.1.31.1.1.1.13.56|70|31487939 +1.3.6.1.2.1.31.1.1.1.13.57|70|31571947 +1.3.6.1.2.1.31.1.1.1.13.58|70|3388529 +1.3.6.1.2.1.31.1.1.1.13.59|70|1396563 +1.3.6.1.2.1.31.1.1.1.13.60|70|23111952 +1.3.6.1.2.1.31.1.1.1.13.61|70|4702229 +1.3.6.1.2.1.31.1.1.1.13.62|70|4902503 +1.3.6.1.2.1.31.1.1.1.13.63|70|26292596 +1.3.6.1.2.1.31.1.1.1.13.64|70|28057988 +1.3.6.1.2.1.31.1.1.1.13.65|70|24848484 +1.3.6.1.2.1.31.1.1.1.13.66|70|0 +1.3.6.1.2.1.31.1.1.1.13.67|70|0 +1.3.6.1.2.1.31.1.1.1.13.68|70|18417728 +1.3.6.1.2.1.31.1.1.1.13.69|70|18418892 +1.3.6.1.2.1.31.1.1.1.13.70|70|0 +1.3.6.1.2.1.31.1.1.1.13.71|70|6632132 +1.3.6.1.2.1.31.1.1.1.13.72|70|16226483 +1.3.6.1.2.1.31.1.1.1.13.105|70|1432 +1.3.6.1.2.1.31.1.1.1.13.106|70|20890140 +1.3.6.1.2.1.31.1.1.1.13.107|70|0 +1.3.6.1.2.1.31.1.1.1.13.108|70|0 +1.3.6.1.2.1.31.1.1.1.13.1000|70|22858615 +1.3.6.1.2.1.31.1.1.1.13.1001|70|24508515 +1.3.6.1.2.1.31.1.1.1.13.1002|70|0 +1.3.6.1.2.1.31.1.1.1.13.1003|70|0 +1.3.6.1.2.1.31.1.1.1.13.1004|70|0 +1.3.6.1.2.1.31.1.1.1.13.1005|70|0 +1.3.6.1.2.1.31.1.1.1.13.1006|70|0 +1.3.6.1.2.1.31.1.1.1.13.1007|70|0 +1.3.6.1.2.1.31.1.1.1.13.1008|70|0 +1.3.6.1.2.1.31.1.1.1.13.1009|70|0 +1.3.6.1.2.1.31.1.1.1.13.1010|70|0 +1.3.6.1.2.1.31.1.1.1.13.1011|70|0 +1.3.6.1.2.1.31.1.1.1.13.1012|70|0 +1.3.6.1.2.1.31.1.1.1.13.1013|70|0 +1.3.6.1.2.1.31.1.1.1.13.1014|70|0 +1.3.6.1.2.1.31.1.1.1.13.1015|70|0 +1.3.6.1.2.1.31.1.1.1.13.1016|70|0 +1.3.6.1.2.1.31.1.1.1.13.1017|70|0 +1.3.6.1.2.1.31.1.1.1.13.1018|70|0 +1.3.6.1.2.1.31.1.1.1.13.1019|70|0 +1.3.6.1.2.1.31.1.1.1.13.1020|70|0 +1.3.6.1.2.1.31.1.1.1.13.1021|70|0 +1.3.6.1.2.1.31.1.1.1.13.1022|70|0 +1.3.6.1.2.1.31.1.1.1.13.1023|70|0 +1.3.6.1.2.1.31.1.1.1.13.1024|70|0 +1.3.6.1.2.1.31.1.1.1.13.1025|70|0 +1.3.6.1.2.1.31.1.1.1.13.1026|70|0 +1.3.6.1.2.1.31.1.1.1.13.1027|70|0 +1.3.6.1.2.1.31.1.1.1.13.1028|70|0 +1.3.6.1.2.1.31.1.1.1.13.1029|70|0 +1.3.6.1.2.1.31.1.1.1.13.1030|70|0 +1.3.6.1.2.1.31.1.1.1.13.1031|70|0 +1.3.6.1.2.1.31.1.1.1.13.1032|70|0 +1.3.6.1.2.1.31.1.1.1.13.1033|70|0 +1.3.6.1.2.1.31.1.1.1.13.1034|70|0 +1.3.6.1.2.1.31.1.1.1.13.1035|70|0 +1.3.6.1.2.1.31.1.1.1.13.1036|70|0 +1.3.6.1.2.1.31.1.1.1.13.1037|70|0 +1.3.6.1.2.1.31.1.1.1.13.1038|70|0 +1.3.6.1.2.1.31.1.1.1.13.1039|70|0 +1.3.6.1.2.1.31.1.1.1.13.1040|70|0 +1.3.6.1.2.1.31.1.1.1.13.1041|70|0 +1.3.6.1.2.1.31.1.1.1.13.1042|70|0 +1.3.6.1.2.1.31.1.1.1.13.1043|70|0 +1.3.6.1.2.1.31.1.1.1.13.1044|70|0 +1.3.6.1.2.1.31.1.1.1.13.1045|70|0 +1.3.6.1.2.1.31.1.1.1.13.1046|70|0 +1.3.6.1.2.1.31.1.1.1.13.1047|70|0 +1.3.6.1.2.1.31.1.1.1.13.3000|70|0 +1.3.6.1.2.1.31.1.1.1.13.3001|70|0 +1.3.6.1.2.1.31.1.1.1.13.3002|70|0 +1.3.6.1.2.1.31.1.1.1.13.3003|70|0 +1.3.6.1.2.1.31.1.1.1.13.3004|70|0 +1.3.6.1.2.1.31.1.1.1.13.3005|70|0 +1.3.6.1.2.1.31.1.1.1.13.3006|70|0 +1.3.6.1.2.1.31.1.1.1.13.3007|70|0 +1.3.6.1.2.1.31.1.1.1.13.3008|70|0 +1.3.6.1.2.1.31.1.1.1.13.3009|70|0 +1.3.6.1.2.1.31.1.1.1.13.3010|70|0 +1.3.6.1.2.1.31.1.1.1.13.3011|70|0 +1.3.6.1.2.1.31.1.1.1.13.3012|70|0 +1.3.6.1.2.1.31.1.1.1.13.3013|70|0 +1.3.6.1.2.1.31.1.1.1.13.3014|70|0 +1.3.6.1.2.1.31.1.1.1.13.3015|70|0 +1.3.6.1.2.1.31.1.1.1.13.7000|70|0 +1.3.6.1.2.1.31.1.1.1.13.7001|70|0 +1.3.6.1.2.1.31.1.1.1.13.7002|70|0 +1.3.6.1.2.1.31.1.1.1.13.7003|70|0 +1.3.6.1.2.1.31.1.1.1.13.7004|70|0 +1.3.6.1.2.1.31.1.1.1.13.7005|70|0 +1.3.6.1.2.1.31.1.1.1.13.7006|70|0 +1.3.6.1.2.1.31.1.1.1.13.7007|70|0 +1.3.6.1.2.1.31.1.1.1.13.7008|70|0 +1.3.6.1.2.1.31.1.1.1.13.7009|70|0 +1.3.6.1.2.1.31.1.1.1.13.7010|70|0 +1.3.6.1.2.1.31.1.1.1.13.7011|70|0 +1.3.6.1.2.1.31.1.1.1.13.7012|70|0 +1.3.6.1.2.1.31.1.1.1.13.7013|70|0 +1.3.6.1.2.1.31.1.1.1.13.7014|70|0 +1.3.6.1.2.1.31.1.1.1.13.7015|70|0 +1.3.6.1.2.1.31.1.1.1.13.7016|70|0 +1.3.6.1.2.1.31.1.1.1.13.7017|70|0 +1.3.6.1.2.1.31.1.1.1.13.7018|70|0 +1.3.6.1.2.1.31.1.1.1.13.7019|70|0 +1.3.6.1.2.1.31.1.1.1.13.7020|70|0 +1.3.6.1.2.1.31.1.1.1.13.7021|70|0 +1.3.6.1.2.1.31.1.1.1.13.7022|70|0 +1.3.6.1.2.1.31.1.1.1.13.7023|70|0 +1.3.6.1.2.1.31.1.1.1.13.7024|70|0 +1.3.6.1.2.1.31.1.1.1.13.7025|70|0 +1.3.6.1.2.1.31.1.1.1.13.7026|70|0 +1.3.6.1.2.1.31.1.1.1.13.7027|70|0 +1.3.6.1.2.1.31.1.1.1.13.7028|70|0 +1.3.6.1.2.1.31.1.1.1.13.7029|70|0 +1.3.6.1.2.1.31.1.1.1.13.7030|70|0 +1.3.6.1.2.1.31.1.1.1.13.7031|70|0 +1.3.6.1.2.1.31.1.1.1.13.7032|70|0 +1.3.6.1.2.1.31.1.1.1.13.7033|70|0 +1.3.6.1.2.1.31.1.1.1.13.7034|70|0 +1.3.6.1.2.1.31.1.1.1.13.7035|70|0 +1.3.6.1.2.1.31.1.1.1.13.7036|70|0 +1.3.6.1.2.1.31.1.1.1.13.7037|70|0 +1.3.6.1.2.1.31.1.1.1.13.7038|70|0 +1.3.6.1.2.1.31.1.1.1.13.7039|70|0 +1.3.6.1.2.1.31.1.1.1.13.7040|70|0 +1.3.6.1.2.1.31.1.1.1.13.7041|70|0 +1.3.6.1.2.1.31.1.1.1.13.7042|70|0 +1.3.6.1.2.1.31.1.1.1.13.7043|70|0 +1.3.6.1.2.1.31.1.1.1.13.7044|70|0 +1.3.6.1.2.1.31.1.1.1.13.7045|70|0 +1.3.6.1.2.1.31.1.1.1.13.7046|70|0 +1.3.6.1.2.1.31.1.1.1.13.7047|70|0 +1.3.6.1.2.1.31.1.1.1.13.7048|70|0 +1.3.6.1.2.1.31.1.1.1.13.7049|70|0 +1.3.6.1.2.1.31.1.1.1.13.7050|70|0 +1.3.6.1.2.1.31.1.1.1.13.7051|70|0 +1.3.6.1.2.1.31.1.1.1.13.7052|70|0 +1.3.6.1.2.1.31.1.1.1.13.7053|70|0 +1.3.6.1.2.1.31.1.1.1.13.7054|70|0 +1.3.6.1.2.1.31.1.1.1.13.7055|70|0 +1.3.6.1.2.1.31.1.1.1.13.7056|70|0 +1.3.6.1.2.1.31.1.1.1.13.7057|70|0 +1.3.6.1.2.1.31.1.1.1.13.7058|70|0 +1.3.6.1.2.1.31.1.1.1.13.7059|70|0 +1.3.6.1.2.1.31.1.1.1.13.7060|70|0 +1.3.6.1.2.1.31.1.1.1.13.7061|70|0 +1.3.6.1.2.1.31.1.1.1.13.7062|70|0 +1.3.6.1.2.1.31.1.1.1.13.7063|70|0 +1.3.6.1.2.1.31.1.1.1.13.9000|70|0 +1.3.6.1.2.1.31.1.1.1.13.20000|70|0 +1.3.6.1.2.1.31.1.1.1.13.100000|70|0 +1.3.6.1.2.1.31.1.1.1.13.100001|70|0 +1.3.6.1.2.1.31.1.1.1.13.100018|70|0 +1.3.6.1.2.1.31.1.1.1.13.100019|70|0 +1.3.6.1.2.1.31.1.1.1.13.100038|70|0 +1.3.6.1.2.1.31.1.1.1.13.100039|70|0 +1.3.6.1.2.1.31.1.1.1.13.100098|70|0 +1.3.6.1.2.1.31.1.1.1.13.100099|70|0 +1.3.6.1.2.1.31.1.1.1.13.100199|70|0 +1.3.6.1.2.1.31.1.1.1.13.100253|70|0 +1.3.6.1.2.1.31.1.1.1.13.100999|70|0 +1.3.6.1.2.1.31.1.1.1.13.102599|70|0 +1.3.6.1.2.1.31.1.1.1.13.103199|70|0 +1.3.6.1.2.1.31.1.1.1.14.49|2|1 +1.3.6.1.2.1.31.1.1.1.14.50|2|1 +1.3.6.1.2.1.31.1.1.1.14.51|2|1 +1.3.6.1.2.1.31.1.1.1.14.52|2|1 +1.3.6.1.2.1.31.1.1.1.14.53|2|1 +1.3.6.1.2.1.31.1.1.1.14.54|2|1 +1.3.6.1.2.1.31.1.1.1.14.55|2|1 +1.3.6.1.2.1.31.1.1.1.14.56|2|1 +1.3.6.1.2.1.31.1.1.1.14.57|2|1 +1.3.6.1.2.1.31.1.1.1.14.58|2|1 +1.3.6.1.2.1.31.1.1.1.14.59|2|1 +1.3.6.1.2.1.31.1.1.1.14.60|2|1 +1.3.6.1.2.1.31.1.1.1.14.61|2|1 +1.3.6.1.2.1.31.1.1.1.14.62|2|1 +1.3.6.1.2.1.31.1.1.1.14.63|2|1 +1.3.6.1.2.1.31.1.1.1.14.64|2|1 +1.3.6.1.2.1.31.1.1.1.14.65|2|1 +1.3.6.1.2.1.31.1.1.1.14.66|2|1 +1.3.6.1.2.1.31.1.1.1.14.67|2|1 +1.3.6.1.2.1.31.1.1.1.14.68|2|1 +1.3.6.1.2.1.31.1.1.1.14.69|2|1 +1.3.6.1.2.1.31.1.1.1.14.70|2|1 +1.3.6.1.2.1.31.1.1.1.14.71|2|1 +1.3.6.1.2.1.31.1.1.1.14.72|2|1 +1.3.6.1.2.1.31.1.1.1.14.105|2|1 +1.3.6.1.2.1.31.1.1.1.14.106|2|1 +1.3.6.1.2.1.31.1.1.1.14.107|2|1 +1.3.6.1.2.1.31.1.1.1.14.108|2|1 +1.3.6.1.2.1.31.1.1.1.14.1000|2|1 +1.3.6.1.2.1.31.1.1.1.14.1001|2|1 +1.3.6.1.2.1.31.1.1.1.14.1002|2|1 +1.3.6.1.2.1.31.1.1.1.14.1003|2|1 +1.3.6.1.2.1.31.1.1.1.14.1004|2|1 +1.3.6.1.2.1.31.1.1.1.14.1005|2|1 +1.3.6.1.2.1.31.1.1.1.14.1006|2|1 +1.3.6.1.2.1.31.1.1.1.14.1007|2|1 +1.3.6.1.2.1.31.1.1.1.14.1008|2|1 +1.3.6.1.2.1.31.1.1.1.14.1009|2|1 +1.3.6.1.2.1.31.1.1.1.14.1010|2|1 +1.3.6.1.2.1.31.1.1.1.14.1011|2|1 +1.3.6.1.2.1.31.1.1.1.14.1012|2|1 +1.3.6.1.2.1.31.1.1.1.14.1013|2|1 +1.3.6.1.2.1.31.1.1.1.14.1014|2|1 +1.3.6.1.2.1.31.1.1.1.14.1015|2|1 +1.3.6.1.2.1.31.1.1.1.14.1016|2|1 +1.3.6.1.2.1.31.1.1.1.14.1017|2|1 +1.3.6.1.2.1.31.1.1.1.14.1018|2|1 +1.3.6.1.2.1.31.1.1.1.14.1019|2|1 +1.3.6.1.2.1.31.1.1.1.14.1020|2|1 +1.3.6.1.2.1.31.1.1.1.14.1021|2|1 +1.3.6.1.2.1.31.1.1.1.14.1022|2|1 +1.3.6.1.2.1.31.1.1.1.14.1023|2|1 +1.3.6.1.2.1.31.1.1.1.14.1024|2|1 +1.3.6.1.2.1.31.1.1.1.14.1025|2|1 +1.3.6.1.2.1.31.1.1.1.14.1026|2|1 +1.3.6.1.2.1.31.1.1.1.14.1027|2|1 +1.3.6.1.2.1.31.1.1.1.14.1028|2|1 +1.3.6.1.2.1.31.1.1.1.14.1029|2|1 +1.3.6.1.2.1.31.1.1.1.14.1030|2|1 +1.3.6.1.2.1.31.1.1.1.14.1031|2|1 +1.3.6.1.2.1.31.1.1.1.14.1032|2|1 +1.3.6.1.2.1.31.1.1.1.14.1033|2|1 +1.3.6.1.2.1.31.1.1.1.14.1034|2|1 +1.3.6.1.2.1.31.1.1.1.14.1035|2|1 +1.3.6.1.2.1.31.1.1.1.14.1036|2|1 +1.3.6.1.2.1.31.1.1.1.14.1037|2|1 +1.3.6.1.2.1.31.1.1.1.14.1038|2|1 +1.3.6.1.2.1.31.1.1.1.14.1039|2|1 +1.3.6.1.2.1.31.1.1.1.14.1040|2|1 +1.3.6.1.2.1.31.1.1.1.14.1041|2|1 +1.3.6.1.2.1.31.1.1.1.14.1042|2|1 +1.3.6.1.2.1.31.1.1.1.14.1043|2|1 +1.3.6.1.2.1.31.1.1.1.14.1044|2|1 +1.3.6.1.2.1.31.1.1.1.14.1045|2|1 +1.3.6.1.2.1.31.1.1.1.14.1046|2|1 +1.3.6.1.2.1.31.1.1.1.14.1047|2|1 +1.3.6.1.2.1.31.1.1.1.14.3000|2|1 +1.3.6.1.2.1.31.1.1.1.14.3001|2|1 +1.3.6.1.2.1.31.1.1.1.14.3002|2|1 +1.3.6.1.2.1.31.1.1.1.14.3003|2|1 +1.3.6.1.2.1.31.1.1.1.14.3004|2|1 +1.3.6.1.2.1.31.1.1.1.14.3005|2|1 +1.3.6.1.2.1.31.1.1.1.14.3006|2|1 +1.3.6.1.2.1.31.1.1.1.14.3007|2|1 +1.3.6.1.2.1.31.1.1.1.14.3008|2|1 +1.3.6.1.2.1.31.1.1.1.14.3009|2|1 +1.3.6.1.2.1.31.1.1.1.14.3010|2|1 +1.3.6.1.2.1.31.1.1.1.14.3011|2|1 +1.3.6.1.2.1.31.1.1.1.14.3012|2|1 +1.3.6.1.2.1.31.1.1.1.14.3013|2|1 +1.3.6.1.2.1.31.1.1.1.14.3014|2|1 +1.3.6.1.2.1.31.1.1.1.14.3015|2|1 +1.3.6.1.2.1.31.1.1.1.14.7000|2|2 +1.3.6.1.2.1.31.1.1.1.14.7001|2|2 +1.3.6.1.2.1.31.1.1.1.14.7002|2|2 +1.3.6.1.2.1.31.1.1.1.14.7003|2|2 +1.3.6.1.2.1.31.1.1.1.14.7004|2|2 +1.3.6.1.2.1.31.1.1.1.14.7005|2|2 +1.3.6.1.2.1.31.1.1.1.14.7006|2|2 +1.3.6.1.2.1.31.1.1.1.14.7007|2|2 +1.3.6.1.2.1.31.1.1.1.14.7008|2|2 +1.3.6.1.2.1.31.1.1.1.14.7009|2|2 +1.3.6.1.2.1.31.1.1.1.14.7010|2|2 +1.3.6.1.2.1.31.1.1.1.14.7011|2|2 +1.3.6.1.2.1.31.1.1.1.14.7012|2|2 +1.3.6.1.2.1.31.1.1.1.14.7013|2|2 +1.3.6.1.2.1.31.1.1.1.14.7014|2|2 +1.3.6.1.2.1.31.1.1.1.14.7015|2|2 +1.3.6.1.2.1.31.1.1.1.14.7016|2|2 +1.3.6.1.2.1.31.1.1.1.14.7017|2|2 +1.3.6.1.2.1.31.1.1.1.14.7018|2|2 +1.3.6.1.2.1.31.1.1.1.14.7019|2|2 +1.3.6.1.2.1.31.1.1.1.14.7020|2|2 +1.3.6.1.2.1.31.1.1.1.14.7021|2|2 +1.3.6.1.2.1.31.1.1.1.14.7022|2|2 +1.3.6.1.2.1.31.1.1.1.14.7023|2|2 +1.3.6.1.2.1.31.1.1.1.14.7024|2|2 +1.3.6.1.2.1.31.1.1.1.14.7025|2|2 +1.3.6.1.2.1.31.1.1.1.14.7026|2|2 +1.3.6.1.2.1.31.1.1.1.14.7027|2|2 +1.3.6.1.2.1.31.1.1.1.14.7028|2|2 +1.3.6.1.2.1.31.1.1.1.14.7029|2|2 +1.3.6.1.2.1.31.1.1.1.14.7030|2|2 +1.3.6.1.2.1.31.1.1.1.14.7031|2|2 +1.3.6.1.2.1.31.1.1.1.14.7032|2|2 +1.3.6.1.2.1.31.1.1.1.14.7033|2|2 +1.3.6.1.2.1.31.1.1.1.14.7034|2|2 +1.3.6.1.2.1.31.1.1.1.14.7035|2|2 +1.3.6.1.2.1.31.1.1.1.14.7036|2|2 +1.3.6.1.2.1.31.1.1.1.14.7037|2|2 +1.3.6.1.2.1.31.1.1.1.14.7038|2|2 +1.3.6.1.2.1.31.1.1.1.14.7039|2|2 +1.3.6.1.2.1.31.1.1.1.14.7040|2|2 +1.3.6.1.2.1.31.1.1.1.14.7041|2|2 +1.3.6.1.2.1.31.1.1.1.14.7042|2|2 +1.3.6.1.2.1.31.1.1.1.14.7043|2|2 +1.3.6.1.2.1.31.1.1.1.14.7044|2|2 +1.3.6.1.2.1.31.1.1.1.14.7045|2|2 +1.3.6.1.2.1.31.1.1.1.14.7046|2|2 +1.3.6.1.2.1.31.1.1.1.14.7047|2|2 +1.3.6.1.2.1.31.1.1.1.14.7048|2|2 +1.3.6.1.2.1.31.1.1.1.14.7049|2|2 +1.3.6.1.2.1.31.1.1.1.14.7050|2|2 +1.3.6.1.2.1.31.1.1.1.14.7051|2|2 +1.3.6.1.2.1.31.1.1.1.14.7052|2|2 +1.3.6.1.2.1.31.1.1.1.14.7053|2|2 +1.3.6.1.2.1.31.1.1.1.14.7054|2|2 +1.3.6.1.2.1.31.1.1.1.14.7055|2|2 +1.3.6.1.2.1.31.1.1.1.14.7056|2|2 +1.3.6.1.2.1.31.1.1.1.14.7057|2|2 +1.3.6.1.2.1.31.1.1.1.14.7058|2|2 +1.3.6.1.2.1.31.1.1.1.14.7059|2|2 +1.3.6.1.2.1.31.1.1.1.14.7060|2|2 +1.3.6.1.2.1.31.1.1.1.14.7061|2|2 +1.3.6.1.2.1.31.1.1.1.14.7062|2|2 +1.3.6.1.2.1.31.1.1.1.14.7063|2|2 +1.3.6.1.2.1.31.1.1.1.14.9000|2|2 +1.3.6.1.2.1.31.1.1.1.14.20000|2|2 +1.3.6.1.2.1.31.1.1.1.14.100000|2|1 +1.3.6.1.2.1.31.1.1.1.14.100001|2|1 +1.3.6.1.2.1.31.1.1.1.14.100018|2|1 +1.3.6.1.2.1.31.1.1.1.14.100019|2|1 +1.3.6.1.2.1.31.1.1.1.14.100038|2|1 +1.3.6.1.2.1.31.1.1.1.14.100039|2|1 +1.3.6.1.2.1.31.1.1.1.14.100098|2|1 +1.3.6.1.2.1.31.1.1.1.14.100099|2|1 +1.3.6.1.2.1.31.1.1.1.14.100199|2|1 +1.3.6.1.2.1.31.1.1.1.14.100253|2|1 +1.3.6.1.2.1.31.1.1.1.14.100999|2|1 +1.3.6.1.2.1.31.1.1.1.14.102599|2|1 +1.3.6.1.2.1.31.1.1.1.14.103199|2|1 +1.3.6.1.2.1.31.1.1.1.15.49|66|1000 +1.3.6.1.2.1.31.1.1.1.15.50|66|1000 +1.3.6.1.2.1.31.1.1.1.15.51|66|1000 +1.3.6.1.2.1.31.1.1.1.15.52|66|1000 +1.3.6.1.2.1.31.1.1.1.15.53|66|1000 +1.3.6.1.2.1.31.1.1.1.15.54|66|1000 +1.3.6.1.2.1.31.1.1.1.15.55|66|1000 +1.3.6.1.2.1.31.1.1.1.15.56|66|100 +1.3.6.1.2.1.31.1.1.1.15.57|66|1000 +1.3.6.1.2.1.31.1.1.1.15.58|66|1000 +1.3.6.1.2.1.31.1.1.1.15.59|66|1000 +1.3.6.1.2.1.31.1.1.1.15.60|66|1000 +1.3.6.1.2.1.31.1.1.1.15.61|66|100 +1.3.6.1.2.1.31.1.1.1.15.62|66|1000 +1.3.6.1.2.1.31.1.1.1.15.63|66|1000 +1.3.6.1.2.1.31.1.1.1.15.64|66|1000 +1.3.6.1.2.1.31.1.1.1.15.65|66|100 +1.3.6.1.2.1.31.1.1.1.15.66|66|0 +1.3.6.1.2.1.31.1.1.1.15.67|66|0 +1.3.6.1.2.1.31.1.1.1.15.68|66|100 +1.3.6.1.2.1.31.1.1.1.15.69|66|1000 +1.3.6.1.2.1.31.1.1.1.15.70|66|0 +1.3.6.1.2.1.31.1.1.1.15.71|66|1000 +1.3.6.1.2.1.31.1.1.1.15.72|66|1000 +1.3.6.1.2.1.31.1.1.1.15.105|66|1000 +1.3.6.1.2.1.31.1.1.1.15.106|66|0 +1.3.6.1.2.1.31.1.1.1.15.107|66|0 +1.3.6.1.2.1.31.1.1.1.15.108|66|0 +1.3.6.1.2.1.31.1.1.1.15.1000|66|2000 +1.3.6.1.2.1.31.1.1.1.15.1001|66|2000 +1.3.6.1.2.1.31.1.1.1.15.1002|66|0 +1.3.6.1.2.1.31.1.1.1.15.1003|66|0 +1.3.6.1.2.1.31.1.1.1.15.1004|66|0 +1.3.6.1.2.1.31.1.1.1.15.1005|66|0 +1.3.6.1.2.1.31.1.1.1.15.1006|66|0 +1.3.6.1.2.1.31.1.1.1.15.1007|66|0 +1.3.6.1.2.1.31.1.1.1.15.1008|66|0 +1.3.6.1.2.1.31.1.1.1.15.1009|66|0 +1.3.6.1.2.1.31.1.1.1.15.1010|66|0 +1.3.6.1.2.1.31.1.1.1.15.1011|66|0 +1.3.6.1.2.1.31.1.1.1.15.1012|66|0 +1.3.6.1.2.1.31.1.1.1.15.1013|66|0 +1.3.6.1.2.1.31.1.1.1.15.1014|66|0 +1.3.6.1.2.1.31.1.1.1.15.1015|66|0 +1.3.6.1.2.1.31.1.1.1.15.1016|66|0 +1.3.6.1.2.1.31.1.1.1.15.1017|66|0 +1.3.6.1.2.1.31.1.1.1.15.1018|66|0 +1.3.6.1.2.1.31.1.1.1.15.1019|66|0 +1.3.6.1.2.1.31.1.1.1.15.1020|66|0 +1.3.6.1.2.1.31.1.1.1.15.1021|66|0 +1.3.6.1.2.1.31.1.1.1.15.1022|66|0 +1.3.6.1.2.1.31.1.1.1.15.1023|66|0 +1.3.6.1.2.1.31.1.1.1.15.1024|66|0 +1.3.6.1.2.1.31.1.1.1.15.1025|66|0 +1.3.6.1.2.1.31.1.1.1.15.1026|66|0 +1.3.6.1.2.1.31.1.1.1.15.1027|66|0 +1.3.6.1.2.1.31.1.1.1.15.1028|66|0 +1.3.6.1.2.1.31.1.1.1.15.1029|66|0 +1.3.6.1.2.1.31.1.1.1.15.1030|66|0 +1.3.6.1.2.1.31.1.1.1.15.1031|66|0 +1.3.6.1.2.1.31.1.1.1.15.1032|66|0 +1.3.6.1.2.1.31.1.1.1.15.1033|66|0 +1.3.6.1.2.1.31.1.1.1.15.1034|66|0 +1.3.6.1.2.1.31.1.1.1.15.1035|66|0 +1.3.6.1.2.1.31.1.1.1.15.1036|66|0 +1.3.6.1.2.1.31.1.1.1.15.1037|66|0 +1.3.6.1.2.1.31.1.1.1.15.1038|66|0 +1.3.6.1.2.1.31.1.1.1.15.1039|66|0 +1.3.6.1.2.1.31.1.1.1.15.1040|66|0 +1.3.6.1.2.1.31.1.1.1.15.1041|66|0 +1.3.6.1.2.1.31.1.1.1.15.1042|66|0 +1.3.6.1.2.1.31.1.1.1.15.1043|66|0 +1.3.6.1.2.1.31.1.1.1.15.1044|66|0 +1.3.6.1.2.1.31.1.1.1.15.1045|66|0 +1.3.6.1.2.1.31.1.1.1.15.1046|66|0 +1.3.6.1.2.1.31.1.1.1.15.1047|66|0 +1.3.6.1.2.1.31.1.1.1.15.3000|66|0 +1.3.6.1.2.1.31.1.1.1.15.3001|66|0 +1.3.6.1.2.1.31.1.1.1.15.3002|66|0 +1.3.6.1.2.1.31.1.1.1.15.3003|66|0 +1.3.6.1.2.1.31.1.1.1.15.3004|66|0 +1.3.6.1.2.1.31.1.1.1.15.3005|66|0 +1.3.6.1.2.1.31.1.1.1.15.3006|66|0 +1.3.6.1.2.1.31.1.1.1.15.3007|66|0 +1.3.6.1.2.1.31.1.1.1.15.3008|66|0 +1.3.6.1.2.1.31.1.1.1.15.3009|66|0 +1.3.6.1.2.1.31.1.1.1.15.3010|66|0 +1.3.6.1.2.1.31.1.1.1.15.3011|66|0 +1.3.6.1.2.1.31.1.1.1.15.3012|66|0 +1.3.6.1.2.1.31.1.1.1.15.3013|66|0 +1.3.6.1.2.1.31.1.1.1.15.3014|66|0 +1.3.6.1.2.1.31.1.1.1.15.3015|66|0 +1.3.6.1.2.1.31.1.1.1.15.7000|66|100 +1.3.6.1.2.1.31.1.1.1.15.7001|66|100 +1.3.6.1.2.1.31.1.1.1.15.7002|66|100 +1.3.6.1.2.1.31.1.1.1.15.7003|66|100 +1.3.6.1.2.1.31.1.1.1.15.7004|66|100 +1.3.6.1.2.1.31.1.1.1.15.7005|66|100 +1.3.6.1.2.1.31.1.1.1.15.7006|66|100 +1.3.6.1.2.1.31.1.1.1.15.7007|66|100 +1.3.6.1.2.1.31.1.1.1.15.7008|66|100 +1.3.6.1.2.1.31.1.1.1.15.7009|66|100 +1.3.6.1.2.1.31.1.1.1.15.7010|66|100 +1.3.6.1.2.1.31.1.1.1.15.7011|66|100 +1.3.6.1.2.1.31.1.1.1.15.7012|66|100 +1.3.6.1.2.1.31.1.1.1.15.7013|66|100 +1.3.6.1.2.1.31.1.1.1.15.7014|66|100 +1.3.6.1.2.1.31.1.1.1.15.7015|66|100 +1.3.6.1.2.1.31.1.1.1.15.7016|66|100 +1.3.6.1.2.1.31.1.1.1.15.7017|66|100 +1.3.6.1.2.1.31.1.1.1.15.7018|66|100 +1.3.6.1.2.1.31.1.1.1.15.7019|66|100 +1.3.6.1.2.1.31.1.1.1.15.7020|66|100 +1.3.6.1.2.1.31.1.1.1.15.7021|66|100 +1.3.6.1.2.1.31.1.1.1.15.7022|66|100 +1.3.6.1.2.1.31.1.1.1.15.7023|66|100 +1.3.6.1.2.1.31.1.1.1.15.7024|66|100 +1.3.6.1.2.1.31.1.1.1.15.7025|66|100 +1.3.6.1.2.1.31.1.1.1.15.7026|66|100 +1.3.6.1.2.1.31.1.1.1.15.7027|66|100 +1.3.6.1.2.1.31.1.1.1.15.7028|66|100 +1.3.6.1.2.1.31.1.1.1.15.7029|66|100 +1.3.6.1.2.1.31.1.1.1.15.7030|66|100 +1.3.6.1.2.1.31.1.1.1.15.7031|66|100 +1.3.6.1.2.1.31.1.1.1.15.7032|66|100 +1.3.6.1.2.1.31.1.1.1.15.7033|66|100 +1.3.6.1.2.1.31.1.1.1.15.7034|66|100 +1.3.6.1.2.1.31.1.1.1.15.7035|66|100 +1.3.6.1.2.1.31.1.1.1.15.7036|66|100 +1.3.6.1.2.1.31.1.1.1.15.7037|66|100 +1.3.6.1.2.1.31.1.1.1.15.7038|66|100 +1.3.6.1.2.1.31.1.1.1.15.7039|66|100 +1.3.6.1.2.1.31.1.1.1.15.7040|66|100 +1.3.6.1.2.1.31.1.1.1.15.7041|66|100 +1.3.6.1.2.1.31.1.1.1.15.7042|66|100 +1.3.6.1.2.1.31.1.1.1.15.7043|66|100 +1.3.6.1.2.1.31.1.1.1.15.7044|66|100 +1.3.6.1.2.1.31.1.1.1.15.7045|66|100 +1.3.6.1.2.1.31.1.1.1.15.7046|66|100 +1.3.6.1.2.1.31.1.1.1.15.7047|66|100 +1.3.6.1.2.1.31.1.1.1.15.7048|66|100 +1.3.6.1.2.1.31.1.1.1.15.7049|66|100 +1.3.6.1.2.1.31.1.1.1.15.7050|66|100 +1.3.6.1.2.1.31.1.1.1.15.7051|66|100 +1.3.6.1.2.1.31.1.1.1.15.7052|66|100 +1.3.6.1.2.1.31.1.1.1.15.7053|66|100 +1.3.6.1.2.1.31.1.1.1.15.7054|66|100 +1.3.6.1.2.1.31.1.1.1.15.7055|66|100 +1.3.6.1.2.1.31.1.1.1.15.7056|66|100 +1.3.6.1.2.1.31.1.1.1.15.7057|66|100 +1.3.6.1.2.1.31.1.1.1.15.7058|66|100 +1.3.6.1.2.1.31.1.1.1.15.7059|66|100 +1.3.6.1.2.1.31.1.1.1.15.7060|66|100 +1.3.6.1.2.1.31.1.1.1.15.7061|66|100 +1.3.6.1.2.1.31.1.1.1.15.7062|66|100 +1.3.6.1.2.1.31.1.1.1.15.7063|66|100 +1.3.6.1.2.1.31.1.1.1.15.9000|66|0 +1.3.6.1.2.1.31.1.1.1.15.20000|66|0 +1.3.6.1.2.1.31.1.1.1.15.100000|66|0 +1.3.6.1.2.1.31.1.1.1.15.100001|66|0 +1.3.6.1.2.1.31.1.1.1.15.100018|66|0 +1.3.6.1.2.1.31.1.1.1.15.100019|66|0 +1.3.6.1.2.1.31.1.1.1.15.100038|66|0 +1.3.6.1.2.1.31.1.1.1.15.100039|66|0 +1.3.6.1.2.1.31.1.1.1.15.100098|66|0 +1.3.6.1.2.1.31.1.1.1.15.100099|66|0 +1.3.6.1.2.1.31.1.1.1.15.100199|66|0 +1.3.6.1.2.1.31.1.1.1.15.100253|66|0 +1.3.6.1.2.1.31.1.1.1.15.100999|66|0 +1.3.6.1.2.1.31.1.1.1.15.102599|66|0 +1.3.6.1.2.1.31.1.1.1.15.103199|66|0 +1.3.6.1.2.1.31.1.1.1.16.49|2|1 +1.3.6.1.2.1.31.1.1.1.16.50|2|1 +1.3.6.1.2.1.31.1.1.1.16.51|2|1 +1.3.6.1.2.1.31.1.1.1.16.52|2|1 +1.3.6.1.2.1.31.1.1.1.16.53|2|1 +1.3.6.1.2.1.31.1.1.1.16.54|2|1 +1.3.6.1.2.1.31.1.1.1.16.55|2|1 +1.3.6.1.2.1.31.1.1.1.16.56|2|1 +1.3.6.1.2.1.31.1.1.1.16.57|2|1 +1.3.6.1.2.1.31.1.1.1.16.58|2|1 +1.3.6.1.2.1.31.1.1.1.16.59|2|1 +1.3.6.1.2.1.31.1.1.1.16.60|2|1 +1.3.6.1.2.1.31.1.1.1.16.61|2|1 +1.3.6.1.2.1.31.1.1.1.16.62|2|1 +1.3.6.1.2.1.31.1.1.1.16.63|2|1 +1.3.6.1.2.1.31.1.1.1.16.64|2|1 +1.3.6.1.2.1.31.1.1.1.16.65|2|1 +1.3.6.1.2.1.31.1.1.1.16.66|2|1 +1.3.6.1.2.1.31.1.1.1.16.67|2|1 +1.3.6.1.2.1.31.1.1.1.16.68|2|1 +1.3.6.1.2.1.31.1.1.1.16.69|2|1 +1.3.6.1.2.1.31.1.1.1.16.70|2|1 +1.3.6.1.2.1.31.1.1.1.16.71|2|1 +1.3.6.1.2.1.31.1.1.1.16.72|2|1 +1.3.6.1.2.1.31.1.1.1.16.105|2|1 +1.3.6.1.2.1.31.1.1.1.16.106|2|1 +1.3.6.1.2.1.31.1.1.1.16.107|2|1 +1.3.6.1.2.1.31.1.1.1.16.108|2|1 +1.3.6.1.2.1.31.1.1.1.16.1000|2|1 +1.3.6.1.2.1.31.1.1.1.16.1001|2|1 +1.3.6.1.2.1.31.1.1.1.16.1002|2|1 +1.3.6.1.2.1.31.1.1.1.16.1003|2|1 +1.3.6.1.2.1.31.1.1.1.16.1004|2|1 +1.3.6.1.2.1.31.1.1.1.16.1005|2|1 +1.3.6.1.2.1.31.1.1.1.16.1006|2|1 +1.3.6.1.2.1.31.1.1.1.16.1007|2|1 +1.3.6.1.2.1.31.1.1.1.16.1008|2|1 +1.3.6.1.2.1.31.1.1.1.16.1009|2|1 +1.3.6.1.2.1.31.1.1.1.16.1010|2|1 +1.3.6.1.2.1.31.1.1.1.16.1011|2|1 +1.3.6.1.2.1.31.1.1.1.16.1012|2|1 +1.3.6.1.2.1.31.1.1.1.16.1013|2|1 +1.3.6.1.2.1.31.1.1.1.16.1014|2|1 +1.3.6.1.2.1.31.1.1.1.16.1015|2|1 +1.3.6.1.2.1.31.1.1.1.16.1016|2|1 +1.3.6.1.2.1.31.1.1.1.16.1017|2|1 +1.3.6.1.2.1.31.1.1.1.16.1018|2|1 +1.3.6.1.2.1.31.1.1.1.16.1019|2|1 +1.3.6.1.2.1.31.1.1.1.16.1020|2|1 +1.3.6.1.2.1.31.1.1.1.16.1021|2|1 +1.3.6.1.2.1.31.1.1.1.16.1022|2|1 +1.3.6.1.2.1.31.1.1.1.16.1023|2|1 +1.3.6.1.2.1.31.1.1.1.16.1024|2|1 +1.3.6.1.2.1.31.1.1.1.16.1025|2|1 +1.3.6.1.2.1.31.1.1.1.16.1026|2|1 +1.3.6.1.2.1.31.1.1.1.16.1027|2|1 +1.3.6.1.2.1.31.1.1.1.16.1028|2|1 +1.3.6.1.2.1.31.1.1.1.16.1029|2|1 +1.3.6.1.2.1.31.1.1.1.16.1030|2|1 +1.3.6.1.2.1.31.1.1.1.16.1031|2|1 +1.3.6.1.2.1.31.1.1.1.16.1032|2|1 +1.3.6.1.2.1.31.1.1.1.16.1033|2|1 +1.3.6.1.2.1.31.1.1.1.16.1034|2|1 +1.3.6.1.2.1.31.1.1.1.16.1035|2|1 +1.3.6.1.2.1.31.1.1.1.16.1036|2|1 +1.3.6.1.2.1.31.1.1.1.16.1037|2|1 +1.3.6.1.2.1.31.1.1.1.16.1038|2|1 +1.3.6.1.2.1.31.1.1.1.16.1039|2|1 +1.3.6.1.2.1.31.1.1.1.16.1040|2|1 +1.3.6.1.2.1.31.1.1.1.16.1041|2|1 +1.3.6.1.2.1.31.1.1.1.16.1042|2|1 +1.3.6.1.2.1.31.1.1.1.16.1043|2|1 +1.3.6.1.2.1.31.1.1.1.16.1044|2|1 +1.3.6.1.2.1.31.1.1.1.16.1045|2|1 +1.3.6.1.2.1.31.1.1.1.16.1046|2|1 +1.3.6.1.2.1.31.1.1.1.16.1047|2|1 +1.3.6.1.2.1.31.1.1.1.16.3000|2|1 +1.3.6.1.2.1.31.1.1.1.16.3001|2|1 +1.3.6.1.2.1.31.1.1.1.16.3002|2|1 +1.3.6.1.2.1.31.1.1.1.16.3003|2|1 +1.3.6.1.2.1.31.1.1.1.16.3004|2|1 +1.3.6.1.2.1.31.1.1.1.16.3005|2|1 +1.3.6.1.2.1.31.1.1.1.16.3006|2|1 +1.3.6.1.2.1.31.1.1.1.16.3007|2|1 +1.3.6.1.2.1.31.1.1.1.16.3008|2|1 +1.3.6.1.2.1.31.1.1.1.16.3009|2|1 +1.3.6.1.2.1.31.1.1.1.16.3010|2|1 +1.3.6.1.2.1.31.1.1.1.16.3011|2|1 +1.3.6.1.2.1.31.1.1.1.16.3012|2|1 +1.3.6.1.2.1.31.1.1.1.16.3013|2|1 +1.3.6.1.2.1.31.1.1.1.16.3014|2|1 +1.3.6.1.2.1.31.1.1.1.16.3015|2|1 +1.3.6.1.2.1.31.1.1.1.16.7000|2|1 +1.3.6.1.2.1.31.1.1.1.16.7001|2|1 +1.3.6.1.2.1.31.1.1.1.16.7002|2|1 +1.3.6.1.2.1.31.1.1.1.16.7003|2|1 +1.3.6.1.2.1.31.1.1.1.16.7004|2|1 +1.3.6.1.2.1.31.1.1.1.16.7005|2|1 +1.3.6.1.2.1.31.1.1.1.16.7006|2|1 +1.3.6.1.2.1.31.1.1.1.16.7007|2|1 +1.3.6.1.2.1.31.1.1.1.16.7008|2|1 +1.3.6.1.2.1.31.1.1.1.16.7009|2|1 +1.3.6.1.2.1.31.1.1.1.16.7010|2|1 +1.3.6.1.2.1.31.1.1.1.16.7011|2|1 +1.3.6.1.2.1.31.1.1.1.16.7012|2|1 +1.3.6.1.2.1.31.1.1.1.16.7013|2|1 +1.3.6.1.2.1.31.1.1.1.16.7014|2|1 +1.3.6.1.2.1.31.1.1.1.16.7015|2|1 +1.3.6.1.2.1.31.1.1.1.16.7016|2|1 +1.3.6.1.2.1.31.1.1.1.16.7017|2|1 +1.3.6.1.2.1.31.1.1.1.16.7018|2|1 +1.3.6.1.2.1.31.1.1.1.16.7019|2|1 +1.3.6.1.2.1.31.1.1.1.16.7020|2|1 +1.3.6.1.2.1.31.1.1.1.16.7021|2|1 +1.3.6.1.2.1.31.1.1.1.16.7022|2|1 +1.3.6.1.2.1.31.1.1.1.16.7023|2|1 +1.3.6.1.2.1.31.1.1.1.16.7024|2|1 +1.3.6.1.2.1.31.1.1.1.16.7025|2|1 +1.3.6.1.2.1.31.1.1.1.16.7026|2|1 +1.3.6.1.2.1.31.1.1.1.16.7027|2|1 +1.3.6.1.2.1.31.1.1.1.16.7028|2|1 +1.3.6.1.2.1.31.1.1.1.16.7029|2|1 +1.3.6.1.2.1.31.1.1.1.16.7030|2|1 +1.3.6.1.2.1.31.1.1.1.16.7031|2|1 +1.3.6.1.2.1.31.1.1.1.16.7032|2|1 +1.3.6.1.2.1.31.1.1.1.16.7033|2|1 +1.3.6.1.2.1.31.1.1.1.16.7034|2|1 +1.3.6.1.2.1.31.1.1.1.16.7035|2|1 +1.3.6.1.2.1.31.1.1.1.16.7036|2|1 +1.3.6.1.2.1.31.1.1.1.16.7037|2|1 +1.3.6.1.2.1.31.1.1.1.16.7038|2|1 +1.3.6.1.2.1.31.1.1.1.16.7039|2|1 +1.3.6.1.2.1.31.1.1.1.16.7040|2|1 +1.3.6.1.2.1.31.1.1.1.16.7041|2|1 +1.3.6.1.2.1.31.1.1.1.16.7042|2|1 +1.3.6.1.2.1.31.1.1.1.16.7043|2|1 +1.3.6.1.2.1.31.1.1.1.16.7044|2|1 +1.3.6.1.2.1.31.1.1.1.16.7045|2|1 +1.3.6.1.2.1.31.1.1.1.16.7046|2|1 +1.3.6.1.2.1.31.1.1.1.16.7047|2|1 +1.3.6.1.2.1.31.1.1.1.16.7048|2|1 +1.3.6.1.2.1.31.1.1.1.16.7049|2|1 +1.3.6.1.2.1.31.1.1.1.16.7050|2|1 +1.3.6.1.2.1.31.1.1.1.16.7051|2|1 +1.3.6.1.2.1.31.1.1.1.16.7052|2|1 +1.3.6.1.2.1.31.1.1.1.16.7053|2|1 +1.3.6.1.2.1.31.1.1.1.16.7054|2|1 +1.3.6.1.2.1.31.1.1.1.16.7055|2|1 +1.3.6.1.2.1.31.1.1.1.16.7056|2|1 +1.3.6.1.2.1.31.1.1.1.16.7057|2|1 +1.3.6.1.2.1.31.1.1.1.16.7058|2|1 +1.3.6.1.2.1.31.1.1.1.16.7059|2|1 +1.3.6.1.2.1.31.1.1.1.16.7060|2|1 +1.3.6.1.2.1.31.1.1.1.16.7061|2|1 +1.3.6.1.2.1.31.1.1.1.16.7062|2|1 +1.3.6.1.2.1.31.1.1.1.16.7063|2|1 +1.3.6.1.2.1.31.1.1.1.16.9000|2|1 +1.3.6.1.2.1.31.1.1.1.16.20000|2|1 +1.3.6.1.2.1.31.1.1.1.16.100000|2|1 +1.3.6.1.2.1.31.1.1.1.16.100001|2|1 +1.3.6.1.2.1.31.1.1.1.16.100018|2|1 +1.3.6.1.2.1.31.1.1.1.16.100019|2|1 +1.3.6.1.2.1.31.1.1.1.16.100038|2|1 +1.3.6.1.2.1.31.1.1.1.16.100039|2|1 +1.3.6.1.2.1.31.1.1.1.16.100098|2|1 +1.3.6.1.2.1.31.1.1.1.16.100099|2|1 +1.3.6.1.2.1.31.1.1.1.16.100199|2|1 +1.3.6.1.2.1.31.1.1.1.16.100253|2|1 +1.3.6.1.2.1.31.1.1.1.16.100999|2|1 +1.3.6.1.2.1.31.1.1.1.16.102599|2|1 +1.3.6.1.2.1.31.1.1.1.16.103199|2|1 +1.3.6.1.2.1.31.1.1.1.17.49|2|1 +1.3.6.1.2.1.31.1.1.1.17.50|2|1 +1.3.6.1.2.1.31.1.1.1.17.51|2|1 +1.3.6.1.2.1.31.1.1.1.17.52|2|1 +1.3.6.1.2.1.31.1.1.1.17.53|2|1 +1.3.6.1.2.1.31.1.1.1.17.54|2|1 +1.3.6.1.2.1.31.1.1.1.17.55|2|1 +1.3.6.1.2.1.31.1.1.1.17.56|2|1 +1.3.6.1.2.1.31.1.1.1.17.57|2|1 +1.3.6.1.2.1.31.1.1.1.17.58|2|1 +1.3.6.1.2.1.31.1.1.1.17.59|2|1 +1.3.6.1.2.1.31.1.1.1.17.60|2|1 +1.3.6.1.2.1.31.1.1.1.17.61|2|1 +1.3.6.1.2.1.31.1.1.1.17.62|2|1 +1.3.6.1.2.1.31.1.1.1.17.63|2|1 +1.3.6.1.2.1.31.1.1.1.17.64|2|1 +1.3.6.1.2.1.31.1.1.1.17.65|2|1 +1.3.6.1.2.1.31.1.1.1.17.66|2|1 +1.3.6.1.2.1.31.1.1.1.17.67|2|1 +1.3.6.1.2.1.31.1.1.1.17.68|2|1 +1.3.6.1.2.1.31.1.1.1.17.69|2|1 +1.3.6.1.2.1.31.1.1.1.17.70|2|1 +1.3.6.1.2.1.31.1.1.1.17.71|2|1 +1.3.6.1.2.1.31.1.1.1.17.72|2|1 +1.3.6.1.2.1.31.1.1.1.17.105|2|1 +1.3.6.1.2.1.31.1.1.1.17.106|2|1 +1.3.6.1.2.1.31.1.1.1.17.107|2|1 +1.3.6.1.2.1.31.1.1.1.17.108|2|1 +1.3.6.1.2.1.31.1.1.1.17.1000|2|1 +1.3.6.1.2.1.31.1.1.1.17.1001|2|1 +1.3.6.1.2.1.31.1.1.1.17.1002|2|1 +1.3.6.1.2.1.31.1.1.1.17.1003|2|1 +1.3.6.1.2.1.31.1.1.1.17.1004|2|1 +1.3.6.1.2.1.31.1.1.1.17.1005|2|1 +1.3.6.1.2.1.31.1.1.1.17.1006|2|1 +1.3.6.1.2.1.31.1.1.1.17.1007|2|1 +1.3.6.1.2.1.31.1.1.1.17.1008|2|1 +1.3.6.1.2.1.31.1.1.1.17.1009|2|1 +1.3.6.1.2.1.31.1.1.1.17.1010|2|1 +1.3.6.1.2.1.31.1.1.1.17.1011|2|1 +1.3.6.1.2.1.31.1.1.1.17.1012|2|1 +1.3.6.1.2.1.31.1.1.1.17.1013|2|1 +1.3.6.1.2.1.31.1.1.1.17.1014|2|1 +1.3.6.1.2.1.31.1.1.1.17.1015|2|1 +1.3.6.1.2.1.31.1.1.1.17.1016|2|1 +1.3.6.1.2.1.31.1.1.1.17.1017|2|1 +1.3.6.1.2.1.31.1.1.1.17.1018|2|1 +1.3.6.1.2.1.31.1.1.1.17.1019|2|1 +1.3.6.1.2.1.31.1.1.1.17.1020|2|1 +1.3.6.1.2.1.31.1.1.1.17.1021|2|1 +1.3.6.1.2.1.31.1.1.1.17.1022|2|1 +1.3.6.1.2.1.31.1.1.1.17.1023|2|1 +1.3.6.1.2.1.31.1.1.1.17.1024|2|1 +1.3.6.1.2.1.31.1.1.1.17.1025|2|1 +1.3.6.1.2.1.31.1.1.1.17.1026|2|1 +1.3.6.1.2.1.31.1.1.1.17.1027|2|1 +1.3.6.1.2.1.31.1.1.1.17.1028|2|1 +1.3.6.1.2.1.31.1.1.1.17.1029|2|1 +1.3.6.1.2.1.31.1.1.1.17.1030|2|1 +1.3.6.1.2.1.31.1.1.1.17.1031|2|1 +1.3.6.1.2.1.31.1.1.1.17.1032|2|1 +1.3.6.1.2.1.31.1.1.1.17.1033|2|1 +1.3.6.1.2.1.31.1.1.1.17.1034|2|1 +1.3.6.1.2.1.31.1.1.1.17.1035|2|1 +1.3.6.1.2.1.31.1.1.1.17.1036|2|1 +1.3.6.1.2.1.31.1.1.1.17.1037|2|1 +1.3.6.1.2.1.31.1.1.1.17.1038|2|1 +1.3.6.1.2.1.31.1.1.1.17.1039|2|1 +1.3.6.1.2.1.31.1.1.1.17.1040|2|1 +1.3.6.1.2.1.31.1.1.1.17.1041|2|1 +1.3.6.1.2.1.31.1.1.1.17.1042|2|1 +1.3.6.1.2.1.31.1.1.1.17.1043|2|1 +1.3.6.1.2.1.31.1.1.1.17.1044|2|1 +1.3.6.1.2.1.31.1.1.1.17.1045|2|1 +1.3.6.1.2.1.31.1.1.1.17.1046|2|1 +1.3.6.1.2.1.31.1.1.1.17.1047|2|1 +1.3.6.1.2.1.31.1.1.1.17.3000|2|2 +1.3.6.1.2.1.31.1.1.1.17.3001|2|2 +1.3.6.1.2.1.31.1.1.1.17.3002|2|2 +1.3.6.1.2.1.31.1.1.1.17.3003|2|2 +1.3.6.1.2.1.31.1.1.1.17.3004|2|2 +1.3.6.1.2.1.31.1.1.1.17.3005|2|2 +1.3.6.1.2.1.31.1.1.1.17.3006|2|2 +1.3.6.1.2.1.31.1.1.1.17.3007|2|2 +1.3.6.1.2.1.31.1.1.1.17.3008|2|2 +1.3.6.1.2.1.31.1.1.1.17.3009|2|2 +1.3.6.1.2.1.31.1.1.1.17.3010|2|2 +1.3.6.1.2.1.31.1.1.1.17.3011|2|2 +1.3.6.1.2.1.31.1.1.1.17.3012|2|2 +1.3.6.1.2.1.31.1.1.1.17.3013|2|2 +1.3.6.1.2.1.31.1.1.1.17.3014|2|2 +1.3.6.1.2.1.31.1.1.1.17.3015|2|2 +1.3.6.1.2.1.31.1.1.1.17.7000|2|2 +1.3.6.1.2.1.31.1.1.1.17.7001|2|2 +1.3.6.1.2.1.31.1.1.1.17.7002|2|2 +1.3.6.1.2.1.31.1.1.1.17.7003|2|2 +1.3.6.1.2.1.31.1.1.1.17.7004|2|2 +1.3.6.1.2.1.31.1.1.1.17.7005|2|2 +1.3.6.1.2.1.31.1.1.1.17.7006|2|2 +1.3.6.1.2.1.31.1.1.1.17.7007|2|2 +1.3.6.1.2.1.31.1.1.1.17.7008|2|2 +1.3.6.1.2.1.31.1.1.1.17.7009|2|2 +1.3.6.1.2.1.31.1.1.1.17.7010|2|2 +1.3.6.1.2.1.31.1.1.1.17.7011|2|2 +1.3.6.1.2.1.31.1.1.1.17.7012|2|2 +1.3.6.1.2.1.31.1.1.1.17.7013|2|2 +1.3.6.1.2.1.31.1.1.1.17.7014|2|2 +1.3.6.1.2.1.31.1.1.1.17.7015|2|2 +1.3.6.1.2.1.31.1.1.1.17.7016|2|2 +1.3.6.1.2.1.31.1.1.1.17.7017|2|2 +1.3.6.1.2.1.31.1.1.1.17.7018|2|2 +1.3.6.1.2.1.31.1.1.1.17.7019|2|2 +1.3.6.1.2.1.31.1.1.1.17.7020|2|2 +1.3.6.1.2.1.31.1.1.1.17.7021|2|2 +1.3.6.1.2.1.31.1.1.1.17.7022|2|2 +1.3.6.1.2.1.31.1.1.1.17.7023|2|2 +1.3.6.1.2.1.31.1.1.1.17.7024|2|2 +1.3.6.1.2.1.31.1.1.1.17.7025|2|2 +1.3.6.1.2.1.31.1.1.1.17.7026|2|2 +1.3.6.1.2.1.31.1.1.1.17.7027|2|2 +1.3.6.1.2.1.31.1.1.1.17.7028|2|2 +1.3.6.1.2.1.31.1.1.1.17.7029|2|2 +1.3.6.1.2.1.31.1.1.1.17.7030|2|2 +1.3.6.1.2.1.31.1.1.1.17.7031|2|2 +1.3.6.1.2.1.31.1.1.1.17.7032|2|2 +1.3.6.1.2.1.31.1.1.1.17.7033|2|2 +1.3.6.1.2.1.31.1.1.1.17.7034|2|2 +1.3.6.1.2.1.31.1.1.1.17.7035|2|2 +1.3.6.1.2.1.31.1.1.1.17.7036|2|2 +1.3.6.1.2.1.31.1.1.1.17.7037|2|2 +1.3.6.1.2.1.31.1.1.1.17.7038|2|2 +1.3.6.1.2.1.31.1.1.1.17.7039|2|2 +1.3.6.1.2.1.31.1.1.1.17.7040|2|2 +1.3.6.1.2.1.31.1.1.1.17.7041|2|2 +1.3.6.1.2.1.31.1.1.1.17.7042|2|2 +1.3.6.1.2.1.31.1.1.1.17.7043|2|2 +1.3.6.1.2.1.31.1.1.1.17.7044|2|2 +1.3.6.1.2.1.31.1.1.1.17.7045|2|2 +1.3.6.1.2.1.31.1.1.1.17.7046|2|2 +1.3.6.1.2.1.31.1.1.1.17.7047|2|2 +1.3.6.1.2.1.31.1.1.1.17.7048|2|2 +1.3.6.1.2.1.31.1.1.1.17.7049|2|2 +1.3.6.1.2.1.31.1.1.1.17.7050|2|2 +1.3.6.1.2.1.31.1.1.1.17.7051|2|2 +1.3.6.1.2.1.31.1.1.1.17.7052|2|2 +1.3.6.1.2.1.31.1.1.1.17.7053|2|2 +1.3.6.1.2.1.31.1.1.1.17.7054|2|2 +1.3.6.1.2.1.31.1.1.1.17.7055|2|2 +1.3.6.1.2.1.31.1.1.1.17.7056|2|2 +1.3.6.1.2.1.31.1.1.1.17.7057|2|2 +1.3.6.1.2.1.31.1.1.1.17.7058|2|2 +1.3.6.1.2.1.31.1.1.1.17.7059|2|2 +1.3.6.1.2.1.31.1.1.1.17.7060|2|2 +1.3.6.1.2.1.31.1.1.1.17.7061|2|2 +1.3.6.1.2.1.31.1.1.1.17.7062|2|2 +1.3.6.1.2.1.31.1.1.1.17.7063|2|2 +1.3.6.1.2.1.31.1.1.1.17.9000|2|2 +1.3.6.1.2.1.31.1.1.1.17.20000|2|2 +1.3.6.1.2.1.31.1.1.1.17.100000|2|2 +1.3.6.1.2.1.31.1.1.1.17.100001|2|2 +1.3.6.1.2.1.31.1.1.1.17.100018|2|2 +1.3.6.1.2.1.31.1.1.1.17.100019|2|2 +1.3.6.1.2.1.31.1.1.1.17.100038|2|2 +1.3.6.1.2.1.31.1.1.1.17.100039|2|2 +1.3.6.1.2.1.31.1.1.1.17.100098|2|2 +1.3.6.1.2.1.31.1.1.1.17.100099|2|2 +1.3.6.1.2.1.31.1.1.1.17.100199|2|2 +1.3.6.1.2.1.31.1.1.1.17.100253|2|2 +1.3.6.1.2.1.31.1.1.1.17.100999|2|2 +1.3.6.1.2.1.31.1.1.1.17.102599|2|2 +1.3.6.1.2.1.31.1.1.1.17.103199|2|2 +1.3.6.1.2.1.31.1.1.1.18.49|4|Trunk-K35-SW +1.3.6.1.2.1.31.1.1.1.18.50|4|Trunk-K27-SW +1.3.6.1.2.1.31.1.1.1.18.51|4|Trunk-K07-SW +1.3.6.1.2.1.31.1.1.1.18.52|4|Trunk-K17-SW +1.3.6.1.2.1.31.1.1.1.18.53|4|Trunk-K39-SW +1.3.6.1.2.1.31.1.1.1.18.54|4|Trunk-K26-SW +1.3.6.1.2.1.31.1.1.1.18.55|4|Trunk-K13-SW +1.3.6.1.2.1.31.1.1.1.18.56|4|Trunk-K31-AP +1.3.6.1.2.1.31.1.1.1.18.57|4|Trunk-K22-AP +1.3.6.1.2.1.31.1.1.1.18.58|4|Trunk-K20-SW +1.3.6.1.2.1.31.1.1.1.18.59|4|LAG-2-11 +1.3.6.1.2.1.31.1.1.1.18.60|4|LAG-2-12 +1.3.6.1.2.1.31.1.1.1.18.61|4|L1000-Srv-P +1.3.6.1.2.1.31.1.1.1.18.62|4|L1000-Srv-M +1.3.6.1.2.1.31.1.1.1.18.63|4|Tr-Srv-J +1.3.6.1.2.1.31.1.1.1.18.64|4|Tr-Srv-B +1.3.6.1.2.1.31.1.1.1.18.65|4|Tr-Srv-NMS +1.3.6.1.2.1.31.1.1.1.18.66|4|blank +1.3.6.1.2.1.31.1.1.1.18.67|4|blank +1.3.6.1.2.1.31.1.1.1.18.68|4|L254-UPS +1.3.6.1.2.1.31.1.1.1.18.69|4|L254-iLO +1.3.6.1.2.1.31.1.1.1.18.70|4|blank +1.3.6.1.2.1.31.1.1.1.18.71|4|LAG-1-23 +1.3.6.1.2.1.31.1.1.1.18.72|4|LAG-1-24 +1.3.6.1.2.1.31.1.1.1.18.105|4|Trunk-Telekom +1.3.6.1.2.1.31.1.1.1.18.106|4|Trunk-Test +1.3.6.1.2.1.31.1.1.1.18.107|4| +1.3.6.1.2.1.31.1.1.1.18.108|4| +1.3.6.1.2.1.31.1.1.1.18.1000|4|Bond1-UP +1.3.6.1.2.1.31.1.1.1.18.1001|4|Bond2-SRV_V +1.3.6.1.2.1.31.1.1.1.18.1002|4| +1.3.6.1.2.1.31.1.1.1.18.1003|4| +1.3.6.1.2.1.31.1.1.1.18.1004|4| +1.3.6.1.2.1.31.1.1.1.18.1005|4| +1.3.6.1.2.1.31.1.1.1.18.1006|4| +1.3.6.1.2.1.31.1.1.1.18.1007|4| +1.3.6.1.2.1.31.1.1.1.18.1008|4| +1.3.6.1.2.1.31.1.1.1.18.1009|4| +1.3.6.1.2.1.31.1.1.1.18.1010|4| +1.3.6.1.2.1.31.1.1.1.18.1011|4| +1.3.6.1.2.1.31.1.1.1.18.1012|4| +1.3.6.1.2.1.31.1.1.1.18.1013|4| +1.3.6.1.2.1.31.1.1.1.18.1014|4| +1.3.6.1.2.1.31.1.1.1.18.1015|4| +1.3.6.1.2.1.31.1.1.1.18.1016|4| +1.3.6.1.2.1.31.1.1.1.18.1017|4| +1.3.6.1.2.1.31.1.1.1.18.1018|4| +1.3.6.1.2.1.31.1.1.1.18.1019|4| +1.3.6.1.2.1.31.1.1.1.18.1020|4| +1.3.6.1.2.1.31.1.1.1.18.1021|4| +1.3.6.1.2.1.31.1.1.1.18.1022|4| +1.3.6.1.2.1.31.1.1.1.18.1023|4| +1.3.6.1.2.1.31.1.1.1.18.1024|4| +1.3.6.1.2.1.31.1.1.1.18.1025|4| +1.3.6.1.2.1.31.1.1.1.18.1026|4| +1.3.6.1.2.1.31.1.1.1.18.1027|4| +1.3.6.1.2.1.31.1.1.1.18.1028|4| +1.3.6.1.2.1.31.1.1.1.18.1029|4| +1.3.6.1.2.1.31.1.1.1.18.1030|4| +1.3.6.1.2.1.31.1.1.1.18.1031|4| +1.3.6.1.2.1.31.1.1.1.18.1032|4| +1.3.6.1.2.1.31.1.1.1.18.1033|4| +1.3.6.1.2.1.31.1.1.1.18.1034|4| +1.3.6.1.2.1.31.1.1.1.18.1035|4| +1.3.6.1.2.1.31.1.1.1.18.1036|4| +1.3.6.1.2.1.31.1.1.1.18.1037|4| +1.3.6.1.2.1.31.1.1.1.18.1038|4| +1.3.6.1.2.1.31.1.1.1.18.1039|4| +1.3.6.1.2.1.31.1.1.1.18.1040|4| +1.3.6.1.2.1.31.1.1.1.18.1041|4| +1.3.6.1.2.1.31.1.1.1.18.1042|4| +1.3.6.1.2.1.31.1.1.1.18.1043|4| +1.3.6.1.2.1.31.1.1.1.18.1044|4| +1.3.6.1.2.1.31.1.1.1.18.1045|4| +1.3.6.1.2.1.31.1.1.1.18.1046|4| +1.3.6.1.2.1.31.1.1.1.18.1047|4| +1.3.6.1.2.1.31.1.1.1.18.3000|4| +1.3.6.1.2.1.31.1.1.1.18.3001|4| +1.3.6.1.2.1.31.1.1.1.18.3002|4| +1.3.6.1.2.1.31.1.1.1.18.3003|4| +1.3.6.1.2.1.31.1.1.1.18.3004|4| +1.3.6.1.2.1.31.1.1.1.18.3005|4| +1.3.6.1.2.1.31.1.1.1.18.3006|4| +1.3.6.1.2.1.31.1.1.1.18.3007|4| +1.3.6.1.2.1.31.1.1.1.18.3008|4| +1.3.6.1.2.1.31.1.1.1.18.3009|4| +1.3.6.1.2.1.31.1.1.1.18.3010|4| +1.3.6.1.2.1.31.1.1.1.18.3011|4| +1.3.6.1.2.1.31.1.1.1.18.3012|4| +1.3.6.1.2.1.31.1.1.1.18.3013|4| +1.3.6.1.2.1.31.1.1.1.18.3014|4| +1.3.6.1.2.1.31.1.1.1.18.3015|4| +1.3.6.1.2.1.31.1.1.1.18.7000|4| +1.3.6.1.2.1.31.1.1.1.18.7001|4| +1.3.6.1.2.1.31.1.1.1.18.7002|4| +1.3.6.1.2.1.31.1.1.1.18.7003|4| +1.3.6.1.2.1.31.1.1.1.18.7004|4| +1.3.6.1.2.1.31.1.1.1.18.7005|4| +1.3.6.1.2.1.31.1.1.1.18.7006|4| +1.3.6.1.2.1.31.1.1.1.18.7007|4| +1.3.6.1.2.1.31.1.1.1.18.7008|4| +1.3.6.1.2.1.31.1.1.1.18.7009|4| +1.3.6.1.2.1.31.1.1.1.18.7010|4| +1.3.6.1.2.1.31.1.1.1.18.7011|4| +1.3.6.1.2.1.31.1.1.1.18.7012|4| +1.3.6.1.2.1.31.1.1.1.18.7013|4| +1.3.6.1.2.1.31.1.1.1.18.7014|4| +1.3.6.1.2.1.31.1.1.1.18.7015|4| +1.3.6.1.2.1.31.1.1.1.18.7016|4| +1.3.6.1.2.1.31.1.1.1.18.7017|4| +1.3.6.1.2.1.31.1.1.1.18.7018|4| +1.3.6.1.2.1.31.1.1.1.18.7019|4| +1.3.6.1.2.1.31.1.1.1.18.7020|4| +1.3.6.1.2.1.31.1.1.1.18.7021|4| +1.3.6.1.2.1.31.1.1.1.18.7022|4| +1.3.6.1.2.1.31.1.1.1.18.7023|4| +1.3.6.1.2.1.31.1.1.1.18.7024|4| +1.3.6.1.2.1.31.1.1.1.18.7025|4| +1.3.6.1.2.1.31.1.1.1.18.7026|4| +1.3.6.1.2.1.31.1.1.1.18.7027|4| +1.3.6.1.2.1.31.1.1.1.18.7028|4| +1.3.6.1.2.1.31.1.1.1.18.7029|4| +1.3.6.1.2.1.31.1.1.1.18.7030|4| +1.3.6.1.2.1.31.1.1.1.18.7031|4| +1.3.6.1.2.1.31.1.1.1.18.7032|4| +1.3.6.1.2.1.31.1.1.1.18.7033|4| +1.3.6.1.2.1.31.1.1.1.18.7034|4| +1.3.6.1.2.1.31.1.1.1.18.7035|4| +1.3.6.1.2.1.31.1.1.1.18.7036|4| +1.3.6.1.2.1.31.1.1.1.18.7037|4| +1.3.6.1.2.1.31.1.1.1.18.7038|4| +1.3.6.1.2.1.31.1.1.1.18.7039|4| +1.3.6.1.2.1.31.1.1.1.18.7040|4| +1.3.6.1.2.1.31.1.1.1.18.7041|4| +1.3.6.1.2.1.31.1.1.1.18.7042|4| +1.3.6.1.2.1.31.1.1.1.18.7043|4| +1.3.6.1.2.1.31.1.1.1.18.7044|4| +1.3.6.1.2.1.31.1.1.1.18.7045|4| +1.3.6.1.2.1.31.1.1.1.18.7046|4| +1.3.6.1.2.1.31.1.1.1.18.7047|4| +1.3.6.1.2.1.31.1.1.1.18.7048|4| +1.3.6.1.2.1.31.1.1.1.18.7049|4| +1.3.6.1.2.1.31.1.1.1.18.7050|4| +1.3.6.1.2.1.31.1.1.1.18.7051|4| +1.3.6.1.2.1.31.1.1.1.18.7052|4| +1.3.6.1.2.1.31.1.1.1.18.7053|4| +1.3.6.1.2.1.31.1.1.1.18.7054|4| +1.3.6.1.2.1.31.1.1.1.18.7055|4| +1.3.6.1.2.1.31.1.1.1.18.7056|4| +1.3.6.1.2.1.31.1.1.1.18.7057|4| +1.3.6.1.2.1.31.1.1.1.18.7058|4| +1.3.6.1.2.1.31.1.1.1.18.7059|4| +1.3.6.1.2.1.31.1.1.1.18.7060|4| +1.3.6.1.2.1.31.1.1.1.18.7061|4| +1.3.6.1.2.1.31.1.1.1.18.7062|4| +1.3.6.1.2.1.31.1.1.1.18.7063|4| +1.3.6.1.2.1.31.1.1.1.18.9000|4| +1.3.6.1.2.1.31.1.1.1.18.20000|4| +1.3.6.1.2.1.31.1.1.1.18.100000|4| +1.3.6.1.2.1.31.1.1.1.18.100001|4| +1.3.6.1.2.1.31.1.1.1.18.100018|4| +1.3.6.1.2.1.31.1.1.1.18.100019|4| +1.3.6.1.2.1.31.1.1.1.18.100038|4| +1.3.6.1.2.1.31.1.1.1.18.100039|4| +1.3.6.1.2.1.31.1.1.1.18.100098|4| +1.3.6.1.2.1.31.1.1.1.18.100099|4| +1.3.6.1.2.1.31.1.1.1.18.100199|4| +1.3.6.1.2.1.31.1.1.1.18.100253|4| +1.3.6.1.2.1.31.1.1.1.18.100999|4| +1.3.6.1.2.1.31.1.1.1.18.102599|4| +1.3.6.1.2.1.31.1.1.1.18.103199|4| +1.3.6.1.2.1.31.1.1.1.19.49|67|0 +1.3.6.1.2.1.31.1.1.1.19.50|67|0 +1.3.6.1.2.1.31.1.1.1.19.51|67|0 +1.3.6.1.2.1.31.1.1.1.19.52|67|0 +1.3.6.1.2.1.31.1.1.1.19.53|67|0 +1.3.6.1.2.1.31.1.1.1.19.54|67|0 +1.3.6.1.2.1.31.1.1.1.19.55|67|0 +1.3.6.1.2.1.31.1.1.1.19.56|67|0 +1.3.6.1.2.1.31.1.1.1.19.57|67|0 +1.3.6.1.2.1.31.1.1.1.19.58|67|0 +1.3.6.1.2.1.31.1.1.1.19.59|67|0 +1.3.6.1.2.1.31.1.1.1.19.60|67|0 +1.3.6.1.2.1.31.1.1.1.19.61|67|0 +1.3.6.1.2.1.31.1.1.1.19.62|67|0 +1.3.6.1.2.1.31.1.1.1.19.63|67|0 +1.3.6.1.2.1.31.1.1.1.19.64|67|0 +1.3.6.1.2.1.31.1.1.1.19.65|67|0 +1.3.6.1.2.1.31.1.1.1.19.66|67|0 +1.3.6.1.2.1.31.1.1.1.19.67|67|0 +1.3.6.1.2.1.31.1.1.1.19.68|67|0 +1.3.6.1.2.1.31.1.1.1.19.69|67|0 +1.3.6.1.2.1.31.1.1.1.19.70|67|0 +1.3.6.1.2.1.31.1.1.1.19.71|67|0 +1.3.6.1.2.1.31.1.1.1.19.72|67|0 +1.3.6.1.2.1.31.1.1.1.19.105|67|0 +1.3.6.1.2.1.31.1.1.1.19.106|67|0 +1.3.6.1.2.1.31.1.1.1.19.107|67|0 +1.3.6.1.2.1.31.1.1.1.19.108|67|0 +1.3.6.1.2.1.31.1.1.1.19.1000|67|0 +1.3.6.1.2.1.31.1.1.1.19.1001|67|0 +1.3.6.1.2.1.31.1.1.1.19.1002|67|0 +1.3.6.1.2.1.31.1.1.1.19.1003|67|0 +1.3.6.1.2.1.31.1.1.1.19.1004|67|0 +1.3.6.1.2.1.31.1.1.1.19.1005|67|0 +1.3.6.1.2.1.31.1.1.1.19.1006|67|0 +1.3.6.1.2.1.31.1.1.1.19.1007|67|0 +1.3.6.1.2.1.31.1.1.1.19.1008|67|0 +1.3.6.1.2.1.31.1.1.1.19.1009|67|0 +1.3.6.1.2.1.31.1.1.1.19.1010|67|0 +1.3.6.1.2.1.31.1.1.1.19.1011|67|0 +1.3.6.1.2.1.31.1.1.1.19.1012|67|0 +1.3.6.1.2.1.31.1.1.1.19.1013|67|0 +1.3.6.1.2.1.31.1.1.1.19.1014|67|0 +1.3.6.1.2.1.31.1.1.1.19.1015|67|0 +1.3.6.1.2.1.31.1.1.1.19.1016|67|0 +1.3.6.1.2.1.31.1.1.1.19.1017|67|0 +1.3.6.1.2.1.31.1.1.1.19.1018|67|0 +1.3.6.1.2.1.31.1.1.1.19.1019|67|0 +1.3.6.1.2.1.31.1.1.1.19.1020|67|0 +1.3.6.1.2.1.31.1.1.1.19.1021|67|0 +1.3.6.1.2.1.31.1.1.1.19.1022|67|0 +1.3.6.1.2.1.31.1.1.1.19.1023|67|0 +1.3.6.1.2.1.31.1.1.1.19.1024|67|0 +1.3.6.1.2.1.31.1.1.1.19.1025|67|0 +1.3.6.1.2.1.31.1.1.1.19.1026|67|0 +1.3.6.1.2.1.31.1.1.1.19.1027|67|0 +1.3.6.1.2.1.31.1.1.1.19.1028|67|0 +1.3.6.1.2.1.31.1.1.1.19.1029|67|0 +1.3.6.1.2.1.31.1.1.1.19.1030|67|0 +1.3.6.1.2.1.31.1.1.1.19.1031|67|0 +1.3.6.1.2.1.31.1.1.1.19.1032|67|0 +1.3.6.1.2.1.31.1.1.1.19.1033|67|0 +1.3.6.1.2.1.31.1.1.1.19.1034|67|0 +1.3.6.1.2.1.31.1.1.1.19.1035|67|0 +1.3.6.1.2.1.31.1.1.1.19.1036|67|0 +1.3.6.1.2.1.31.1.1.1.19.1037|67|0 +1.3.6.1.2.1.31.1.1.1.19.1038|67|0 +1.3.6.1.2.1.31.1.1.1.19.1039|67|0 +1.3.6.1.2.1.31.1.1.1.19.1040|67|0 +1.3.6.1.2.1.31.1.1.1.19.1041|67|0 +1.3.6.1.2.1.31.1.1.1.19.1042|67|0 +1.3.6.1.2.1.31.1.1.1.19.1043|67|0 +1.3.6.1.2.1.31.1.1.1.19.1044|67|0 +1.3.6.1.2.1.31.1.1.1.19.1045|67|0 +1.3.6.1.2.1.31.1.1.1.19.1046|67|0 +1.3.6.1.2.1.31.1.1.1.19.1047|67|0 +1.3.6.1.2.1.31.1.1.1.19.3000|67|0 +1.3.6.1.2.1.31.1.1.1.19.3001|67|0 +1.3.6.1.2.1.31.1.1.1.19.3002|67|0 +1.3.6.1.2.1.31.1.1.1.19.3003|67|0 +1.3.6.1.2.1.31.1.1.1.19.3004|67|0 +1.3.6.1.2.1.31.1.1.1.19.3005|67|0 +1.3.6.1.2.1.31.1.1.1.19.3006|67|0 +1.3.6.1.2.1.31.1.1.1.19.3007|67|0 +1.3.6.1.2.1.31.1.1.1.19.3008|67|0 +1.3.6.1.2.1.31.1.1.1.19.3009|67|0 +1.3.6.1.2.1.31.1.1.1.19.3010|67|0 +1.3.6.1.2.1.31.1.1.1.19.3011|67|0 +1.3.6.1.2.1.31.1.1.1.19.3012|67|0 +1.3.6.1.2.1.31.1.1.1.19.3013|67|0 +1.3.6.1.2.1.31.1.1.1.19.3014|67|0 +1.3.6.1.2.1.31.1.1.1.19.3015|67|0 +1.3.6.1.2.1.31.1.1.1.19.7000|67|0 +1.3.6.1.2.1.31.1.1.1.19.7001|67|0 +1.3.6.1.2.1.31.1.1.1.19.7002|67|0 +1.3.6.1.2.1.31.1.1.1.19.7003|67|0 +1.3.6.1.2.1.31.1.1.1.19.7004|67|0 +1.3.6.1.2.1.31.1.1.1.19.7005|67|0 +1.3.6.1.2.1.31.1.1.1.19.7006|67|0 +1.3.6.1.2.1.31.1.1.1.19.7007|67|0 +1.3.6.1.2.1.31.1.1.1.19.7008|67|0 +1.3.6.1.2.1.31.1.1.1.19.7009|67|0 +1.3.6.1.2.1.31.1.1.1.19.7010|67|0 +1.3.6.1.2.1.31.1.1.1.19.7011|67|0 +1.3.6.1.2.1.31.1.1.1.19.7012|67|0 +1.3.6.1.2.1.31.1.1.1.19.7013|67|0 +1.3.6.1.2.1.31.1.1.1.19.7014|67|0 +1.3.6.1.2.1.31.1.1.1.19.7015|67|0 +1.3.6.1.2.1.31.1.1.1.19.7016|67|0 +1.3.6.1.2.1.31.1.1.1.19.7017|67|0 +1.3.6.1.2.1.31.1.1.1.19.7018|67|0 +1.3.6.1.2.1.31.1.1.1.19.7019|67|0 +1.3.6.1.2.1.31.1.1.1.19.7020|67|0 +1.3.6.1.2.1.31.1.1.1.19.7021|67|0 +1.3.6.1.2.1.31.1.1.1.19.7022|67|0 +1.3.6.1.2.1.31.1.1.1.19.7023|67|0 +1.3.6.1.2.1.31.1.1.1.19.7024|67|0 +1.3.6.1.2.1.31.1.1.1.19.7025|67|0 +1.3.6.1.2.1.31.1.1.1.19.7026|67|0 +1.3.6.1.2.1.31.1.1.1.19.7027|67|0 +1.3.6.1.2.1.31.1.1.1.19.7028|67|0 +1.3.6.1.2.1.31.1.1.1.19.7029|67|0 +1.3.6.1.2.1.31.1.1.1.19.7030|67|0 +1.3.6.1.2.1.31.1.1.1.19.7031|67|0 +1.3.6.1.2.1.31.1.1.1.19.7032|67|0 +1.3.6.1.2.1.31.1.1.1.19.7033|67|0 +1.3.6.1.2.1.31.1.1.1.19.7034|67|0 +1.3.6.1.2.1.31.1.1.1.19.7035|67|0 +1.3.6.1.2.1.31.1.1.1.19.7036|67|0 +1.3.6.1.2.1.31.1.1.1.19.7037|67|0 +1.3.6.1.2.1.31.1.1.1.19.7038|67|0 +1.3.6.1.2.1.31.1.1.1.19.7039|67|0 +1.3.6.1.2.1.31.1.1.1.19.7040|67|0 +1.3.6.1.2.1.31.1.1.1.19.7041|67|0 +1.3.6.1.2.1.31.1.1.1.19.7042|67|0 +1.3.6.1.2.1.31.1.1.1.19.7043|67|0 +1.3.6.1.2.1.31.1.1.1.19.7044|67|0 +1.3.6.1.2.1.31.1.1.1.19.7045|67|0 +1.3.6.1.2.1.31.1.1.1.19.7046|67|0 +1.3.6.1.2.1.31.1.1.1.19.7047|67|0 +1.3.6.1.2.1.31.1.1.1.19.7048|67|0 +1.3.6.1.2.1.31.1.1.1.19.7049|67|0 +1.3.6.1.2.1.31.1.1.1.19.7050|67|0 +1.3.6.1.2.1.31.1.1.1.19.7051|67|0 +1.3.6.1.2.1.31.1.1.1.19.7052|67|0 +1.3.6.1.2.1.31.1.1.1.19.7053|67|0 +1.3.6.1.2.1.31.1.1.1.19.7054|67|0 +1.3.6.1.2.1.31.1.1.1.19.7055|67|0 +1.3.6.1.2.1.31.1.1.1.19.7056|67|0 +1.3.6.1.2.1.31.1.1.1.19.7057|67|0 +1.3.6.1.2.1.31.1.1.1.19.7058|67|0 +1.3.6.1.2.1.31.1.1.1.19.7059|67|0 +1.3.6.1.2.1.31.1.1.1.19.7060|67|0 +1.3.6.1.2.1.31.1.1.1.19.7061|67|0 +1.3.6.1.2.1.31.1.1.1.19.7062|67|0 +1.3.6.1.2.1.31.1.1.1.19.7063|67|0 +1.3.6.1.2.1.31.1.1.1.19.9000|67|0 +1.3.6.1.2.1.31.1.1.1.19.20000|67|0 +1.3.6.1.2.1.31.1.1.1.19.100000|67|0 +1.3.6.1.2.1.31.1.1.1.19.100001|67|0 +1.3.6.1.2.1.31.1.1.1.19.100018|67|0 +1.3.6.1.2.1.31.1.1.1.19.100019|67|0 +1.3.6.1.2.1.31.1.1.1.19.100038|67|0 +1.3.6.1.2.1.31.1.1.1.19.100039|67|0 +1.3.6.1.2.1.31.1.1.1.19.100098|67|0 +1.3.6.1.2.1.31.1.1.1.19.100099|67|0 +1.3.6.1.2.1.31.1.1.1.19.100199|67|0 +1.3.6.1.2.1.31.1.1.1.19.100253|67|0 +1.3.6.1.2.1.31.1.1.1.19.100999|67|0 +1.3.6.1.2.1.31.1.1.1.19.102599|67|0 +1.3.6.1.2.1.31.1.1.1.19.103199|67|0 +1.3.6.1.2.1.31.1.2.1.3.100000.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.63|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.64|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.65|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.66|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.67|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.70|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.107|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.108|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.157|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.158|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.159|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.160|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.161|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.162|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.163|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.164|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.165|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.166|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.167|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.168|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.169|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.170|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.171|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.172|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.173|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.174|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.175|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.176|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.177|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.178|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.179|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.180|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.213|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.214|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.215|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.216|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.265|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.266|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.267|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.268|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.269|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.270|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.271|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.272|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.273|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.274|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.275|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.276|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.277|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.278|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.279|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.280|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.281|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.282|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.283|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.284|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.285|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.286|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.287|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.288|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.321|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.322|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.323|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.324|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.373|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.374|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.375|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.376|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.377|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.378|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.379|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.380|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.381|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.382|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.383|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.384|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.385|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.386|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.387|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.388|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.389|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.390|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.391|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.392|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.393|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.394|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.395|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.396|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.429|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.430|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.431|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.432|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.481|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.482|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.483|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.484|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.485|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.486|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.487|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.488|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.489|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.490|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.491|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.492|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.493|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.494|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.495|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.496|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.497|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.498|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.499|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.500|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.501|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.502|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.503|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.504|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.537|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.538|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.539|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.540|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.589|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.590|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.591|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.592|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.593|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.594|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.595|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.596|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.597|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.598|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.599|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.600|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.601|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.602|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.603|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.604|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.605|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.606|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.607|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.608|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.609|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.610|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.611|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.612|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.645|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.646|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.647|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.648|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.697|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.698|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.699|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.700|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.701|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.702|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.703|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.704|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.705|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.706|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.707|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.708|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.709|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.710|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.711|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.712|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.713|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.714|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.715|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.716|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.717|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.718|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.719|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.720|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.753|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.754|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.755|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.756|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.805|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.806|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.807|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.808|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.809|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.810|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.811|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.812|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.813|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.814|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.815|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.816|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.817|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.818|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.819|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.820|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.821|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.822|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.823|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.824|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.825|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.826|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.827|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.828|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.861|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.862|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.863|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.864|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1001|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1002|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1003|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1004|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1005|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1006|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1007|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1008|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1009|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1010|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1011|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1012|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1013|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1014|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1015|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1016|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1017|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1018|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1019|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1020|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1021|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1022|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1023|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1024|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1025|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1026|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1027|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1028|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1029|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1030|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1031|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1032|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1033|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1034|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1035|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1036|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1037|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1038|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1039|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1040|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1041|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1042|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1043|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1044|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1045|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1046|2|1 +1.3.6.1.2.1.31.1.2.1.3.100000.1047|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100001.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.63|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.64|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.65|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100018.1001|2|1 +1.3.6.1.2.1.31.1.2.1.3.100019.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100019.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100038.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.63|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.64|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.65|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100039.1001|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100098.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.64|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100099.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.63|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100199.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.58|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.63|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.64|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.65|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.68|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.69|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100253.1001|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.49|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.50|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.51|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.52|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.53|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.55|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.56|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.57|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.61|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.62|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.63|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.64|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.65|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.106|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.100999.1001|2|1 +1.3.6.1.2.1.31.1.2.1.3.102599.105|2|1 +1.3.6.1.2.1.31.1.2.1.3.102599.1000|2|1 +1.3.6.1.2.1.31.1.2.1.3.103199.105|2|1 +1.3.6.1.2.1.31.1.2.1.3.103199.1000|2|1 +1.3.6.1.2.1.47.1.1.1.1.2.64|4|Stack +1.3.6.1.2.1.47.1.1.1.1.2.67108992|4|28-port 1G/10G Managed Switch +1.3.6.1.2.1.47.1.1.1.1.2.67109185|4|PowerSupply +1.3.6.1.2.1.47.1.1.1.1.2.67109186|4|PowerSupply +1.3.6.1.2.1.47.1.1.1.1.2.68157952|4|Slot +1.3.6.1.2.1.47.1.1.1.1.2.68420288|4|CPU Card +1.3.6.1.2.1.47.1.1.1.1.2.68420352|4|motherboard +1.3.6.1.2.1.47.1.1.1.1.2.68420481|4|Thermal Sensor +1.3.6.1.2.1.47.1.1.1.1.2.68420736|4|System RAM +1.3.6.1.2.1.47.1.1.1.1.2.68420801|4|System NAND flash +1.3.6.1.2.1.47.1.1.1.1.2.68424640|4|CPU +1.3.6.1.2.1.47.1.1.1.1.2.68424704|4|switch processor +1.3.6.1.2.1.47.1.1.1.1.2.68424769|4|gigabitethernet1/0/13 +1.3.6.1.2.1.47.1.1.1.1.2.68424770|4|gigabitethernet1/0/1 +1.3.6.1.2.1.47.1.1.1.1.2.68424771|4|gigabitethernet1/0/14 +1.3.6.1.2.1.47.1.1.1.1.2.68424772|4|gigabitethernet1/0/2 +1.3.6.1.2.1.47.1.1.1.1.2.68424773|4|gigabitethernet1/0/15 +1.3.6.1.2.1.47.1.1.1.1.2.68424774|4|gigabitethernet1/0/3 +1.3.6.1.2.1.47.1.1.1.1.2.68424775|4|gigabitethernet1/0/16 +1.3.6.1.2.1.47.1.1.1.1.2.68424776|4|gigabitethernet1/0/4 +1.3.6.1.2.1.47.1.1.1.1.2.68424777|4|gigabitethernet1/0/17 +1.3.6.1.2.1.47.1.1.1.1.2.68424778|4|gigabitethernet1/0/5 +1.3.6.1.2.1.47.1.1.1.1.2.68424779|4|gigabitethernet1/0/18 +1.3.6.1.2.1.47.1.1.1.1.2.68424780|4|gigabitethernet1/0/6 +1.3.6.1.2.1.47.1.1.1.1.2.68424781|4|gigabitethernet1/0/19 +1.3.6.1.2.1.47.1.1.1.1.2.68424782|4|gigabitethernet1/0/7 +1.3.6.1.2.1.47.1.1.1.1.2.68424783|4|gigabitethernet1/0/20 +1.3.6.1.2.1.47.1.1.1.1.2.68424784|4|gigabitethernet1/0/8 +1.3.6.1.2.1.47.1.1.1.1.2.68424785|4|gigabitethernet1/0/21 +1.3.6.1.2.1.47.1.1.1.1.2.68424786|4|gigabitethernet1/0/9 +1.3.6.1.2.1.47.1.1.1.1.2.68424787|4|gigabitethernet1/0/22 +1.3.6.1.2.1.47.1.1.1.1.2.68424788|4|gigabitethernet1/0/10 +1.3.6.1.2.1.47.1.1.1.1.2.68424789|4|gigabitethernet1/0/23 +1.3.6.1.2.1.47.1.1.1.1.2.68424790|4|gigabitethernet1/0/11 +1.3.6.1.2.1.47.1.1.1.1.2.68424791|4|gigabitethernet1/0/24 +1.3.6.1.2.1.47.1.1.1.1.2.68424792|4|gigabitethernet1/0/12 +1.3.6.1.2.1.47.1.1.1.1.2.68424793|4|tengigabitethernet1/0/1 +1.3.6.1.2.1.47.1.1.1.1.2.68424794|4|tengigabitethernet1/0/2 +1.3.6.1.2.1.47.1.1.1.1.2.68424795|4|tengigabitethernet1/0/3 +1.3.6.1.2.1.47.1.1.1.1.2.68424796|4|tengigabitethernet1/0/4 +1.3.6.1.2.1.47.1.1.1.1.2.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.2.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.2.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.2.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.2.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.2.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.2.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.3.64|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.67108992|6|1.3.6.1.4.1.9.12.3.1.3 +1.3.6.1.2.1.47.1.1.1.1.3.67109185|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.67109186|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68157952|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68420288|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68420352|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68420481|6|1.3.6.1.4.1.9.12.3.1.8.31 +1.3.6.1.2.1.47.1.1.1.1.3.68420736|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68420801|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68424640|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68424704|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.68424769|6|1.3.6.1.4.1.9.12.3.1.10.61 +1.3.6.1.2.1.47.1.1.1.1.3.68424770|6|1.3.6.1.4.1.9.12.3.1.10.49 +1.3.6.1.2.1.47.1.1.1.1.3.68424771|6|1.3.6.1.4.1.9.12.3.1.10.62 +1.3.6.1.2.1.47.1.1.1.1.3.68424772|6|1.3.6.1.4.1.9.12.3.1.10.50 +1.3.6.1.2.1.47.1.1.1.1.3.68424773|6|1.3.6.1.4.1.9.12.3.1.10.63 +1.3.6.1.2.1.47.1.1.1.1.3.68424774|6|1.3.6.1.4.1.9.12.3.1.10.51 +1.3.6.1.2.1.47.1.1.1.1.3.68424775|6|1.3.6.1.4.1.9.12.3.1.10.64 +1.3.6.1.2.1.47.1.1.1.1.3.68424776|6|1.3.6.1.4.1.9.12.3.1.10.52 +1.3.6.1.2.1.47.1.1.1.1.3.68424777|6|1.3.6.1.4.1.9.12.3.1.10.65 +1.3.6.1.2.1.47.1.1.1.1.3.68424778|6|1.3.6.1.4.1.9.12.3.1.10.53 +1.3.6.1.2.1.47.1.1.1.1.3.68424779|6|1.3.6.1.4.1.9.12.3.1.10.66 +1.3.6.1.2.1.47.1.1.1.1.3.68424780|6|1.3.6.1.4.1.9.12.3.1.10.54 +1.3.6.1.2.1.47.1.1.1.1.3.68424781|6|1.3.6.1.4.1.9.12.3.1.10.67 +1.3.6.1.2.1.47.1.1.1.1.3.68424782|6|1.3.6.1.4.1.9.12.3.1.10.55 +1.3.6.1.2.1.47.1.1.1.1.3.68424783|6|1.3.6.1.4.1.9.12.3.1.10.68 +1.3.6.1.2.1.47.1.1.1.1.3.68424784|6|1.3.6.1.4.1.9.12.3.1.10.56 +1.3.6.1.2.1.47.1.1.1.1.3.68424785|6|1.3.6.1.4.1.9.12.3.1.10.69 +1.3.6.1.2.1.47.1.1.1.1.3.68424786|6|1.3.6.1.4.1.9.12.3.1.10.57 +1.3.6.1.2.1.47.1.1.1.1.3.68424787|6|1.3.6.1.4.1.9.12.3.1.10.70 +1.3.6.1.2.1.47.1.1.1.1.3.68424788|6|1.3.6.1.4.1.9.12.3.1.10.58 +1.3.6.1.2.1.47.1.1.1.1.3.68424789|6|1.3.6.1.4.1.9.12.3.1.10.71 +1.3.6.1.2.1.47.1.1.1.1.3.68424790|6|1.3.6.1.4.1.9.12.3.1.10.59 +1.3.6.1.2.1.47.1.1.1.1.3.68424791|6|1.3.6.1.4.1.9.12.3.1.10.72 +1.3.6.1.2.1.47.1.1.1.1.3.68424792|6|1.3.6.1.4.1.9.12.3.1.10.60 +1.3.6.1.2.1.47.1.1.1.1.3.68424793|6|1.3.6.1.4.1.9.12.3.1.10.105 +1.3.6.1.2.1.47.1.1.1.1.3.68424794|6|1.3.6.1.4.1.9.12.3.1.10.106 +1.3.6.1.2.1.47.1.1.1.1.3.68424795|6|1.3.6.1.4.1.9.12.3.1.10.107 +1.3.6.1.2.1.47.1.1.1.1.3.68424796|6|1.3.6.1.4.1.9.12.3.1.10.108 +1.3.6.1.2.1.47.1.1.1.1.3.134217856|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.201326720|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.268435584|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.335544448|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.402653312|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.469762176|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.536871040|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.4.64|2|0 +1.3.6.1.2.1.47.1.1.1.1.4.67108992|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.67109185|2|67108992 +1.3.6.1.2.1.47.1.1.1.1.4.67109186|2|67108992 +1.3.6.1.2.1.47.1.1.1.1.4.68157952|2|67108992 +1.3.6.1.2.1.47.1.1.1.1.4.68420288|2|68157952 +1.3.6.1.2.1.47.1.1.1.1.4.68420352|2|68157952 +1.3.6.1.2.1.47.1.1.1.1.4.68420481|2|68420352 +1.3.6.1.2.1.47.1.1.1.1.4.68420736|2|68420288 +1.3.6.1.2.1.47.1.1.1.1.4.68420801|2|68420288 +1.3.6.1.2.1.47.1.1.1.1.4.68424640|2|68420288 +1.3.6.1.2.1.47.1.1.1.1.4.68424704|2|68420352 +1.3.6.1.2.1.47.1.1.1.1.4.68424769|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424770|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424771|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424772|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424773|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424774|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424775|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424776|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424777|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424778|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424779|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424780|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424781|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424782|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424783|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424784|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424785|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424786|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424787|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424788|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424789|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424790|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424791|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424792|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424793|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424794|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424795|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.68424796|2|68424704 +1.3.6.1.2.1.47.1.1.1.1.4.134217856|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.201326720|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.268435584|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.335544448|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.402653312|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.469762176|2|64 +1.3.6.1.2.1.47.1.1.1.1.4.536871040|2|64 +1.3.6.1.2.1.47.1.1.1.1.5.64|2|11 +1.3.6.1.2.1.47.1.1.1.1.5.67108992|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.67109185|2|6 +1.3.6.1.2.1.47.1.1.1.1.5.67109186|2|6 +1.3.6.1.2.1.47.1.1.1.1.5.68157952|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.68420288|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.68420352|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.68420481|2|8 +1.3.6.1.2.1.47.1.1.1.1.5.68420736|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.68420801|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.68424640|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.68424704|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.68424769|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424770|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424771|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424772|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424773|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424774|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424775|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424776|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424777|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424778|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424779|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424780|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424781|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424782|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424783|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424784|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424785|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424786|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424787|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424788|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424789|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424790|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424791|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424792|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424793|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424794|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424795|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.68424796|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.134217856|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.201326720|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.268435584|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.335544448|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.402653312|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.469762176|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.536871040|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.64|2|-1 +1.3.6.1.2.1.47.1.1.1.1.6.67108992|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.67109185|2|31 +1.3.6.1.2.1.47.1.1.1.1.6.67109186|2|32 +1.3.6.1.2.1.47.1.1.1.1.6.68157952|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68420288|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68420352|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68420481|2|21 +1.3.6.1.2.1.47.1.1.1.1.6.68420736|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68420801|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68424640|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68424704|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68424769|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.68424770|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.68424771|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.68424772|2|4 +1.3.6.1.2.1.47.1.1.1.1.6.68424773|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.68424774|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.68424775|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.68424776|2|8 +1.3.6.1.2.1.47.1.1.1.1.6.68424777|2|9 +1.3.6.1.2.1.47.1.1.1.1.6.68424778|2|10 +1.3.6.1.2.1.47.1.1.1.1.6.68424779|2|11 +1.3.6.1.2.1.47.1.1.1.1.6.68424780|2|12 +1.3.6.1.2.1.47.1.1.1.1.6.68424781|2|13 +1.3.6.1.2.1.47.1.1.1.1.6.68424782|2|14 +1.3.6.1.2.1.47.1.1.1.1.6.68424783|2|15 +1.3.6.1.2.1.47.1.1.1.1.6.68424784|2|16 +1.3.6.1.2.1.47.1.1.1.1.6.68424785|2|17 +1.3.6.1.2.1.47.1.1.1.1.6.68424786|2|18 +1.3.6.1.2.1.47.1.1.1.1.6.68424787|2|19 +1.3.6.1.2.1.47.1.1.1.1.6.68424788|2|20 +1.3.6.1.2.1.47.1.1.1.1.6.68424789|2|21 +1.3.6.1.2.1.47.1.1.1.1.6.68424790|2|22 +1.3.6.1.2.1.47.1.1.1.1.6.68424791|2|23 +1.3.6.1.2.1.47.1.1.1.1.6.68424792|2|24 +1.3.6.1.2.1.47.1.1.1.1.6.68424793|2|25 +1.3.6.1.2.1.47.1.1.1.1.6.68424794|2|26 +1.3.6.1.2.1.47.1.1.1.1.6.68424795|2|27 +1.3.6.1.2.1.47.1.1.1.1.6.68424796|2|28 +1.3.6.1.2.1.47.1.1.1.1.6.134217856|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.201326720|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.268435584|2|4 +1.3.6.1.2.1.47.1.1.1.1.6.335544448|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.402653312|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.469762176|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.536871040|2|8 +1.3.6.1.2.1.47.1.1.1.1.7.64|4|Stack +1.3.6.1.2.1.47.1.1.1.1.7.67108992|4|MES2324B Stack Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.67109185|4|Main PowerSupply +1.3.6.1.2.1.47.1.1.1.1.7.67109186|4|Redundant PowerSupply +1.3.6.1.2.1.47.1.1.1.1.7.68157952|4|Slot +1.3.6.1.2.1.47.1.1.1.1.7.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.7.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.7.68420481|4|Thermal Sensor 1 +1.3.6.1.2.1.47.1.1.1.1.7.68420736|4|RAM +1.3.6.1.2.1.47.1.1.1.1.7.68420801|4|Raw NAND1 +1.3.6.1.2.1.47.1.1.1.1.7.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.7.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.7.68424769|4|gi1/0/13 +1.3.6.1.2.1.47.1.1.1.1.7.68424770|4|gi1/0/1 +1.3.6.1.2.1.47.1.1.1.1.7.68424771|4|gi1/0/14 +1.3.6.1.2.1.47.1.1.1.1.7.68424772|4|gi1/0/2 +1.3.6.1.2.1.47.1.1.1.1.7.68424773|4|gi1/0/15 +1.3.6.1.2.1.47.1.1.1.1.7.68424774|4|gi1/0/3 +1.3.6.1.2.1.47.1.1.1.1.7.68424775|4|gi1/0/16 +1.3.6.1.2.1.47.1.1.1.1.7.68424776|4|gi1/0/4 +1.3.6.1.2.1.47.1.1.1.1.7.68424777|4|gi1/0/17 +1.3.6.1.2.1.47.1.1.1.1.7.68424778|4|gi1/0/5 +1.3.6.1.2.1.47.1.1.1.1.7.68424779|4|gi1/0/18 +1.3.6.1.2.1.47.1.1.1.1.7.68424780|4|gi1/0/6 +1.3.6.1.2.1.47.1.1.1.1.7.68424781|4|gi1/0/19 +1.3.6.1.2.1.47.1.1.1.1.7.68424782|4|gi1/0/7 +1.3.6.1.2.1.47.1.1.1.1.7.68424783|4|gi1/0/20 +1.3.6.1.2.1.47.1.1.1.1.7.68424784|4|gi1/0/8 +1.3.6.1.2.1.47.1.1.1.1.7.68424785|4|gi1/0/21 +1.3.6.1.2.1.47.1.1.1.1.7.68424786|4|gi1/0/9 +1.3.6.1.2.1.47.1.1.1.1.7.68424787|4|gi1/0/22 +1.3.6.1.2.1.47.1.1.1.1.7.68424788|4|gi1/0/10 +1.3.6.1.2.1.47.1.1.1.1.7.68424789|4|gi1/0/23 +1.3.6.1.2.1.47.1.1.1.1.7.68424790|4|gi1/0/11 +1.3.6.1.2.1.47.1.1.1.1.7.68424791|4|gi1/0/24 +1.3.6.1.2.1.47.1.1.1.1.7.68424792|4|gi1/0/12 +1.3.6.1.2.1.47.1.1.1.1.7.68424793|4|te1/0/1 +1.3.6.1.2.1.47.1.1.1.1.7.68424794|4|te1/0/2 +1.3.6.1.2.1.47.1.1.1.1.7.68424795|4|te1/0/3 +1.3.6.1.2.1.47.1.1.1.1.7.68424796|4|te1/0/4 +1.3.6.1.2.1.47.1.1.1.1.7.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.7.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.7.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.7.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.7.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.7.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.7.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.8.64|4| +1.3.6.1.2.1.47.1.1.1.1.8.67108992|4|03.01.03 +1.3.6.1.2.1.47.1.1.1.1.8.67109185|4| +1.3.6.1.2.1.47.1.1.1.1.8.67109186|4| +1.3.6.1.2.1.47.1.1.1.1.8.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.8.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424777|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424778|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424779|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424780|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424781|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424782|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424783|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424784|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424785|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424786|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424787|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424788|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424789|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424790|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424791|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424792|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424795|4| +1.3.6.1.2.1.47.1.1.1.1.8.68424796|4| +1.3.6.1.2.1.47.1.1.1.1.8.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.8.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.8.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.8.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.8.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.8.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.8.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.9.64|4| +1.3.6.1.2.1.47.1.1.1.1.9.67108992|4|1.0.0.0 +1.3.6.1.2.1.47.1.1.1.1.9.67109185|4| +1.3.6.1.2.1.47.1.1.1.1.9.67109186|4| +1.3.6.1.2.1.47.1.1.1.1.9.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.9.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424777|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424778|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424779|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424780|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424781|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424782|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424783|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424784|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424785|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424786|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424787|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424788|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424789|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424790|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424791|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424792|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424795|4| +1.3.6.1.2.1.47.1.1.1.1.9.68424796|4| +1.3.6.1.2.1.47.1.1.1.1.9.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.9.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.9.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.9.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.9.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.9.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.9.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.10.64|4| +1.3.6.1.2.1.47.1.1.1.1.10.67108992|4|4.0.16 +1.3.6.1.2.1.47.1.1.1.1.10.67109185|4| +1.3.6.1.2.1.47.1.1.1.1.10.67109186|4| +1.3.6.1.2.1.47.1.1.1.1.10.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.10.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424777|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424778|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424779|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424780|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424781|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424782|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424783|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424784|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424785|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424786|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424787|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424788|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424789|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424790|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424791|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424792|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424795|4| +1.3.6.1.2.1.47.1.1.1.1.10.68424796|4| +1.3.6.1.2.1.47.1.1.1.1.10.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.10.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.10.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.10.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.10.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.10.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.10.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.11.64|4| +1.3.6.1.2.1.47.1.1.1.1.11.67108992|4|ES32012706 +1.3.6.1.2.1.47.1.1.1.1.11.67109185|4| +1.3.6.1.2.1.47.1.1.1.1.11.67109186|4| +1.3.6.1.2.1.47.1.1.1.1.11.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.11.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424777|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424778|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424779|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424780|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424781|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424782|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424783|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424784|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424785|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424786|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424787|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424788|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424789|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424790|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424791|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424792|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424795|4| +1.3.6.1.2.1.47.1.1.1.1.11.68424796|4| +1.3.6.1.2.1.47.1.1.1.1.11.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.11.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.11.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.11.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.11.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.11.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.11.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.12.64|4| +1.3.6.1.2.1.47.1.1.1.1.12.67108992|4|Eltex +1.3.6.1.2.1.47.1.1.1.1.12.67109185|4| +1.3.6.1.2.1.47.1.1.1.1.12.67109186|4| +1.3.6.1.2.1.47.1.1.1.1.12.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.12.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424777|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424778|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424779|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424780|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424781|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424782|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424783|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424784|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424785|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424786|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424787|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424788|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424789|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424790|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424791|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424792|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424795|4| +1.3.6.1.2.1.47.1.1.1.1.12.68424796|4| +1.3.6.1.2.1.47.1.1.1.1.12.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.12.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.12.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.12.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.12.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.12.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.12.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.13.64|4| +1.3.6.1.2.1.47.1.1.1.1.13.67108992|4|MES2324B +1.3.6.1.2.1.47.1.1.1.1.13.67109185|4| +1.3.6.1.2.1.47.1.1.1.1.13.67109186|4| +1.3.6.1.2.1.47.1.1.1.1.13.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.13.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424777|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424778|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424779|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424780|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424781|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424782|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424783|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424784|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424785|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424786|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424787|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424788|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424789|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424790|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424791|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424792|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424795|4| +1.3.6.1.2.1.47.1.1.1.1.13.68424796|4| +1.3.6.1.2.1.47.1.1.1.1.13.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.13.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.13.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.13.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.13.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.13.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.13.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.14.64|4| +1.3.6.1.2.1.47.1.1.1.1.14.67108992|4| +1.3.6.1.2.1.47.1.1.1.1.14.67109185|4| +1.3.6.1.2.1.47.1.1.1.1.14.67109186|4| +1.3.6.1.2.1.47.1.1.1.1.14.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.14.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424777|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424778|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424779|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424780|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424781|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424782|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424783|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424784|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424785|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424786|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424787|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424788|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424789|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424790|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424791|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424792|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424795|4| +1.3.6.1.2.1.47.1.1.1.1.14.68424796|4| +1.3.6.1.2.1.47.1.1.1.1.14.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.14.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.14.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.14.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.14.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.14.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.14.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.15.64|4| +1.3.6.1.2.1.47.1.1.1.1.15.67108992|4| +1.3.6.1.2.1.47.1.1.1.1.15.67109185|4| +1.3.6.1.2.1.47.1.1.1.1.15.67109186|4| +1.3.6.1.2.1.47.1.1.1.1.15.68157952|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420288|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420352|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420481|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420736|4| +1.3.6.1.2.1.47.1.1.1.1.15.68420801|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424640|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424704|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424769|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424770|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424771|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424772|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424773|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424774|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424775|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424776|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424777|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424778|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424779|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424780|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424781|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424782|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424783|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424784|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424785|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424786|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424787|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424788|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424789|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424790|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424791|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424792|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424793|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424794|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424795|4| +1.3.6.1.2.1.47.1.1.1.1.15.68424796|4| +1.3.6.1.2.1.47.1.1.1.1.15.134217856|4| +1.3.6.1.2.1.47.1.1.1.1.15.201326720|4| +1.3.6.1.2.1.47.1.1.1.1.15.268435584|4| +1.3.6.1.2.1.47.1.1.1.1.15.335544448|4| +1.3.6.1.2.1.47.1.1.1.1.15.402653312|4| +1.3.6.1.2.1.47.1.1.1.1.15.469762176|4| +1.3.6.1.2.1.47.1.1.1.1.15.536871040|4| +1.3.6.1.2.1.47.1.1.1.1.16.64|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.67108992|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.67109185|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.67109186|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.68157952|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420288|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420352|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420481|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420736|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68420801|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424640|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424704|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424769|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424770|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424771|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424772|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424773|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424774|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424775|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424776|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424777|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424778|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424779|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424780|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424781|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424782|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424783|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424784|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424785|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424786|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424787|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424788|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424789|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424790|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424791|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424792|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424793|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424794|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424795|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.68424796|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.134217856|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.201326720|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.268435584|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.335544448|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.402653312|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.469762176|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.536871040|2|2 +1.3.6.1.2.1.47.1.3.2.1.2.68424769.0|6|1.3.6.1.2.1.2.2.1.1.61 +1.3.6.1.2.1.47.1.3.2.1.2.68424770.0|6|1.3.6.1.2.1.2.2.1.1.49 +1.3.6.1.2.1.47.1.3.2.1.2.68424771.0|6|1.3.6.1.2.1.2.2.1.1.62 +1.3.6.1.2.1.47.1.3.2.1.2.68424772.0|6|1.3.6.1.2.1.2.2.1.1.50 +1.3.6.1.2.1.47.1.3.2.1.2.68424773.0|6|1.3.6.1.2.1.2.2.1.1.63 +1.3.6.1.2.1.47.1.3.2.1.2.68424774.0|6|1.3.6.1.2.1.2.2.1.1.51 +1.3.6.1.2.1.47.1.3.2.1.2.68424775.0|6|1.3.6.1.2.1.2.2.1.1.64 +1.3.6.1.2.1.47.1.3.2.1.2.68424776.0|6|1.3.6.1.2.1.2.2.1.1.52 +1.3.6.1.2.1.47.1.3.2.1.2.68424777.0|6|1.3.6.1.2.1.2.2.1.1.65 +1.3.6.1.2.1.47.1.3.2.1.2.68424778.0|6|1.3.6.1.2.1.2.2.1.1.53 +1.3.6.1.2.1.47.1.3.2.1.2.68424779.0|6|1.3.6.1.2.1.2.2.1.1.66 +1.3.6.1.2.1.47.1.3.2.1.2.68424780.0|6|1.3.6.1.2.1.2.2.1.1.54 +1.3.6.1.2.1.47.1.3.2.1.2.68424781.0|6|1.3.6.1.2.1.2.2.1.1.67 +1.3.6.1.2.1.47.1.3.2.1.2.68424782.0|6|1.3.6.1.2.1.2.2.1.1.55 +1.3.6.1.2.1.47.1.3.2.1.2.68424783.0|6|1.3.6.1.2.1.2.2.1.1.68 +1.3.6.1.2.1.47.1.3.2.1.2.68424784.0|6|1.3.6.1.2.1.2.2.1.1.56 +1.3.6.1.2.1.47.1.3.2.1.2.68424785.0|6|1.3.6.1.2.1.2.2.1.1.69 +1.3.6.1.2.1.47.1.3.2.1.2.68424786.0|6|1.3.6.1.2.1.2.2.1.1.57 +1.3.6.1.2.1.47.1.3.2.1.2.68424787.0|6|1.3.6.1.2.1.2.2.1.1.70 +1.3.6.1.2.1.47.1.3.2.1.2.68424788.0|6|1.3.6.1.2.1.2.2.1.1.58 +1.3.6.1.2.1.47.1.3.2.1.2.68424789.0|6|1.3.6.1.2.1.2.2.1.1.71 +1.3.6.1.2.1.47.1.3.2.1.2.68424790.0|6|1.3.6.1.2.1.2.2.1.1.59 +1.3.6.1.2.1.47.1.3.2.1.2.68424791.0|6|1.3.6.1.2.1.2.2.1.1.72 +1.3.6.1.2.1.47.1.3.2.1.2.68424792.0|6|1.3.6.1.2.1.2.2.1.1.60 +1.3.6.1.2.1.47.1.3.2.1.2.68424793.0|6|1.3.6.1.2.1.2.2.1.1.105 +1.3.6.1.2.1.47.1.3.2.1.2.68424794.0|6|1.3.6.1.2.1.2.2.1.1.106 +1.3.6.1.2.1.47.1.3.2.1.2.68424795.0|6|1.3.6.1.2.1.2.2.1.1.107 +1.3.6.1.2.1.47.1.3.2.1.2.68424796.0|6|1.3.6.1.2.1.2.2.1.1.108 +1.3.6.1.4.1.89.1.9.0|2|9 +1.3.6.1.4.1.89.53.15.1.1.1|2|1 +1.3.6.1.4.1.89.53.15.1.2.1|2|1 +1.3.6.1.4.1.89.53.15.1.3.1|2|1 +1.3.6.1.4.1.89.53.15.1.4.1|2|5 +1.3.6.1.4.1.89.53.15.1.5.1|2|5 +1.3.6.1.4.1.89.53.15.1.6.1|2|5 +1.3.6.1.4.1.89.53.15.1.7.1|2|5 +1.3.6.1.4.1.89.53.15.1.8.1|2|5 +1.3.6.1.4.1.89.53.15.1.9.1|2|5 +1.3.6.1.4.1.89.53.15.1.10.1|2|45 +1.3.6.1.4.1.89.53.15.1.11.1|2|1 +1.3.6.1.4.1.89.53.15.1.12.1|2|80 +1.3.6.1.4.1.89.53.15.1.13.1|2|90 +1.3.6.1.4.1.89.53.15.1.14.1|67|381809600 +1.3.6.1.4.1.89.53.15.1.15.1|2|1 +1.3.6.1.4.1.89.53.15.1.16.1|2|1 +1.3.6.1.4.1.89.53.15.1.17.1|2|2 +1.3.6.1.4.1.89.83.1.1.1.2.67109249|4|fan1_unit1 +1.3.6.1.4.1.89.83.1.1.1.2.67109250|4|fan2_unit1 +1.3.6.1.4.1.89.83.1.1.1.2.67109251|4|fan3_unit1 +1.3.6.1.4.1.89.83.1.1.1.2.67109252|4|fan4_unit1 +1.3.6.1.4.1.89.83.1.1.1.3.67109249|2|5 +1.3.6.1.4.1.89.83.1.1.1.3.67109250|2|5 +1.3.6.1.4.1.89.83.1.1.1.3.67109251|2|5 +1.3.6.1.4.1.89.83.1.1.1.3.67109252|2|5 +1.3.6.1.4.1.89.90.1.2.1.3.49.4|2|7 +1.3.6.1.4.1.89.90.1.2.1.3.49.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.49.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.49.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.49.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.49.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.49.22|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.49.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.49.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.50.4|2|5 +1.3.6.1.4.1.89.90.1.2.1.3.50.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.50.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.50.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.50.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.50.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.50.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.50.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.50.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.50.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.50.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.50.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.50.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.51.4|2|7 +1.3.6.1.4.1.89.90.1.2.1.3.51.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.51.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.51.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.51.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.51.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.51.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.51.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.51.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.51.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.51.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.51.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.51.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.52.4|2|6 +1.3.6.1.4.1.89.90.1.2.1.3.52.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.52.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.52.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.52.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.52.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.52.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.52.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.52.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.52.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.52.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.52.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.52.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.53.4|2|6 +1.3.6.1.4.1.89.90.1.2.1.3.53.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.53.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.53.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.53.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.53.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.53.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.53.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.53.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.53.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.53.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.53.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.53.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.4|2|5 +1.3.6.1.4.1.89.90.1.2.1.3.54.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.54.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.4|2|32 +1.3.6.1.4.1.89.90.1.2.1.3.55.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.55.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.55.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.55.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.55.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.55.22|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.55.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.55.24|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.56.4|2|57 +1.3.6.1.4.1.89.90.1.2.1.3.56.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.56.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.4|2|14 +1.3.6.1.4.1.89.90.1.2.1.3.57.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.57.21|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.57.22|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.57.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.57.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.4|2|38 +1.3.6.1.4.1.89.90.1.2.1.3.58.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.58.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.58.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.58.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.58.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.20|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.58.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.58.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.59.4|2|17 +1.3.6.1.4.1.89.90.1.2.1.3.59.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.59.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.59.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.59.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.59.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.59.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.59.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.59.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.59.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.59.22|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.59.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.59.24|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.60.4|2|17 +1.3.6.1.4.1.89.90.1.2.1.3.60.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.60.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.60.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.60.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.60.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.60.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.60.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.60.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.60.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.60.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.60.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.60.24|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.61.4|2|34 +1.3.6.1.4.1.89.90.1.2.1.3.61.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.61.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.62.4|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.62.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.62.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.62.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.62.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.62.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.62.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.62.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.62.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.62.21|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.62.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.62.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.62.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.4|2|4 +1.3.6.1.4.1.89.90.1.2.1.3.63.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.63.22|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.63.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.63.24|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.64.4|2|2 +1.3.6.1.4.1.89.90.1.2.1.3.64.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.64.24|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.65.4|2|33 +1.3.6.1.4.1.89.90.1.2.1.3.65.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.65.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.4|2|35 +1.3.6.1.4.1.89.90.1.2.1.3.68.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.68.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.4|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.69.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.21|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.22|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.69.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.69.24|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.71.4|2|50 +1.3.6.1.4.1.89.90.1.2.1.3.71.13|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.71.14|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.71.15|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.71.16|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.71.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.71.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.71.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.71.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.71.21|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.71.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.71.23|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.71.24|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.72.4|2|50 +1.3.6.1.4.1.89.90.1.2.1.3.72.13|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.72.14|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.72.15|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.72.16|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.72.17|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.72.18|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.72.19|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.72.20|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.72.21|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.72.22|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.72.23|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.72.24|2|8 +1.3.6.1.4.1.89.90.1.2.1.3.105.5|2|58 +1.3.6.1.4.1.89.90.1.2.1.3.105.6|2|3284300 +1.3.6.1.4.1.89.90.1.2.1.3.105.7|2|5890 +1.3.6.1.4.1.89.90.1.2.1.3.105.8|2|-6002 +1.3.6.1.4.1.89.90.1.2.1.3.105.9|2|-12933 +1.3.6.1.4.1.89.90.1.2.1.3.105.10|2|1 +1.3.6.1.4.1.89.90.1.2.1.3.105.11|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.105.12|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.105.26|2|2 +1.3.6.1.4.1.89.90.1.2.1.3.105.27|2|-12933 +1.3.6.1.4.1.89.90.1.2.1.3.105.28|2|-12933 +1.3.6.1.4.1.89.90.1.2.1.3.105.29|2|-12933 +1.3.6.1.4.1.89.90.1.2.1.3.105.30|2|5890 +1.3.6.1.4.1.89.90.1.2.1.3.105.31|2|5890 +1.3.6.1.4.1.89.90.1.2.1.3.105.32|2|5890 +1.3.6.1.4.1.89.90.1.2.1.3.105.33|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.105.34|2|0 +1.3.6.1.4.1.89.90.1.2.1.3.105.35|2|0 +1.3.6.1.4.1.89.96.4.0|2|465456 +1.3.6.1.4.1.89.96.5.0|2|410440 +1.3.6.1.4.1.35265.1.23.11.1.1.2.67109186|2|1 +1.3.6.1.4.1.35265.1.23.11.1.1.3.67109186|2|100 +1.3.6.1.4.1.35265.41.1.2.1.1.3.0|66|536870912 +1.3.6.1.4.1.35265.41.1.2.1.1.7.0|66|107650404 +1.3.6.1.6.3.10.2.1.3.0|2|3818080