From 80f31b48317d04f9ade9a024b33b7ac3826bd9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Rosiak?= Date: Thu, 7 Feb 2019 18:37:46 +0100 Subject: [PATCH] Fix Arista interface bias current divisor (#9728) * Remove exception * Add test data * Update arista_eos.json --- .../discovery/sensors/entity-sensor.inc.php | 7 - tests/data/arista_eos.json | 5110 +++++++++++++++++ tests/snmpsim/arista_eos.snmprec | 2985 ++++++++++ 3 files changed, 8095 insertions(+), 7 deletions(-) diff --git a/includes/discovery/sensors/entity-sensor.inc.php b/includes/discovery/sensors/entity-sensor.inc.php index 5dfdb87296..791bdda4d0 100644 --- a/includes/discovery/sensors/entity-sensor.inc.php +++ b/includes/discovery/sensors/entity-sensor.inc.php @@ -110,13 +110,6 @@ if (!empty($entity_oids)) { $divisor = $divisor.str_pad('', $entry['entPhySensorPrecision'], '0'); } - if ($device['os'] === 'arista_eos') { - if ($entry['entPhySensorScale'] == 'milli' && $entry['entPhySensorType'] == 'amperes') { - $divisor = '1'; - $multiplier = '1'; - } - } - $current = ($current * $multiplier / $divisor); if ($type == 'temperature') { if ($current > '200') { diff --git a/tests/data/arista_eos.json b/tests/data/arista_eos.json index 18a7488cfc..c851e7d6d9 100644 --- a/tests/data/arista_eos.json +++ b/tests/data/arista_eos.json @@ -1,4 +1,5114 @@ { + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.30065.1.3011.7050.1958.128", + "sysDescr": "Arista Networks EOS version 4.15.3F running on an Arista Networks DCS-7050TX-128", + "sysContact": null, + "version": null, + "hardware": null, + "features": null, + "os": "arista_eos", + "type": "network", + "serial": null, + "icon": "arista.svg", + "location": null + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.30065.1.3011.7050.1958.128", + "sysDescr": "Arista Networks EOS version 4.15.3F running on an Arista Networks DCS-7050TX-128", + "sysContact": "", + "version": "4.15.3F", + "hardware": "DCS-7050TX-128", + "features": null, + "os": "arista_eos", + "type": "network", + "serial": null, + "icon": "arista.svg", + "location": "" + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100301211", + "sensor_index": "100301211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet1", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.03345, + "sensor_limit": 0.11, + "sensor_limit_warn": 0.1, + "sensor_limit_low": 0.001, + "sensor_limit_low_warn": 0.001, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100301211", + "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.2.1.99.1.1.1.4.100302211", + "sensor_index": "100302211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet2", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0182, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100302211", + "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.2.1.99.1.1.1.4.100303211", + "sensor_index": "100303211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet3", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.02265, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100303211", + "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.2.1.99.1.1.1.4.100304211", + "sensor_index": "100304211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet4", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0225, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100304211", + "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.2.1.99.1.1.1.4.100305211", + "sensor_index": "100305211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet5", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.02225, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100305211", + "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.2.1.99.1.1.1.4.100306211", + "sensor_index": "100306211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet6", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.01915, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100306211", + "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.2.1.99.1.1.1.4.100307211", + "sensor_index": "100307211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet7", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.02, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100307211", + "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.2.1.99.1.1.1.4.100308211", + "sensor_index": "100308211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet8", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.01835, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100308211", + "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.2.1.99.1.1.1.4.100309211", + "sensor_index": "100309211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet9", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0206, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100309211", + "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.2.1.99.1.1.1.4.100310211", + "sensor_index": "100310211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet10", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.024, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100310211", + "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.2.1.99.1.1.1.4.100311211", + "sensor_index": "100311211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet11", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0238, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100311211", + "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.2.1.99.1.1.1.4.100312211", + "sensor_index": "100312211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet12", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0151, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100312211", + "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.2.1.99.1.1.1.4.100313211", + "sensor_index": "100313211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet13", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0224, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100313211", + "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.2.1.99.1.1.1.4.100314211", + "sensor_index": "100314211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet14", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.02395, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100314211", + "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.2.1.99.1.1.1.4.100315211", + "sensor_index": "100315211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet15", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0175, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100315211", + "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.2.1.99.1.1.1.4.100316211", + "sensor_index": "100316211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet16", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0207, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100316211", + "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.2.1.99.1.1.1.4.100317211", + "sensor_index": "100317211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet17", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.01915, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100317211", + "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.2.1.99.1.1.1.4.100318211", + "sensor_index": "100318211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet18", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0145, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100318211", + "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.2.1.99.1.1.1.4.100319211", + "sensor_index": "100319211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet19", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0228, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100319211", + "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.2.1.99.1.1.1.4.100320211", + "sensor_index": "100320211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet20", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.02135, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100320211", + "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.2.1.99.1.1.1.4.100321211", + "sensor_index": "100321211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet21", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.02435, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100321211", + "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.2.1.99.1.1.1.4.100322211", + "sensor_index": "100322211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet22", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0296, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100322211", + "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.2.1.99.1.1.1.4.100323211", + "sensor_index": "100323211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet23", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.02255, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100323211", + "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.2.1.99.1.1.1.4.100324211", + "sensor_index": "100324211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet24", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0276, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100324211", + "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.2.1.99.1.1.1.4.100325211", + "sensor_index": "100325211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet25", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.018, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100325211", + "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.2.1.99.1.1.1.4.100326211", + "sensor_index": "100326211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet26", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.02275, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100326211", + "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.2.1.99.1.1.1.4.100327211", + "sensor_index": "100327211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet27", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.0306, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100327211", + "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.2.1.99.1.1.1.4.100328211", + "sensor_index": "100328211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet28", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.026, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100328211", + "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.2.1.99.1.1.1.4.100329211", + "sensor_index": "100329211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet29", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.018, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100329211", + "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.2.1.99.1.1.1.4.100330211", + "sensor_index": "100330211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet30", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.02365, + "sensor_limit": 0.09, + "sensor_limit_warn": 0.085, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100330211", + "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.2.1.99.1.1.1.4.100347211", + "sensor_index": "100347211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet47", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.03678, + "sensor_limit": 0.11, + "sensor_limit_warn": 0.1, + "sensor_limit_low": 0.001, + "sensor_limit_low_warn": 0.001, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100347211", + "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.2.1.99.1.1.1.4.100348211", + "sensor_index": "100348211", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Bias for Ethernet48", + "group": null, + "sensor_divisor": 100000, + "sensor_multiplier": 1, + "sensor_current": 0.03646, + "sensor_limit": 0.11, + "sensor_limit_warn": 0.1, + "sensor_limit_low": 0.001, + "sensor_limit_low_warn": 0.001, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100348211", + "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.2.1.99.1.1.1.4.100711103", + "sensor_index": "100711103", + "sensor_type": "entity-sensor", + "sensor_descr": "Input current sensor", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.66, + "sensor_limit": 0.99, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100711103", + "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.2.1.99.1.1.1.4.100711104", + "sensor_index": "100711104", + "sensor_type": "entity-sensor", + "sensor_descr": "Output current sensor", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 10.66, + "sensor_limit": 15.99, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100711104", + "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.2.1.99.1.1.1.4.100721103", + "sensor_index": "100721103", + "sensor_type": "entity-sensor", + "sensor_descr": "Input current sensor", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.63, + "sensor_limit": 0.945, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100721103", + "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.2.1.99.1.1.1.4.100721104", + "sensor_index": "100721104", + "sensor_type": "entity-sensor", + "sensor_descr": "Output current sensor", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 10.34, + "sensor_limit": 15.51, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100721104", + "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.2.1.99.1.1.1.4.100301212", + "sensor_index": "100301212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -1.991, + "sensor_limit": 3.5, + "sensor_limit_warn": 2.5, + "sensor_limit_low": -10.2, + "sensor_limit_low_warn": -8.2, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100301212", + "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.2.1.99.1.1.1.4.100301213", + "sensor_index": "100301213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "sensor_limit": 3.5, + "sensor_limit_warn": 2.5, + "sensor_limit_low": -16.4, + "sensor_limit_low_warn": -14.4, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100301213", + "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.2.1.99.1.1.1.4.100302212", + "sensor_index": "100302212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet2", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.071, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100302212", + "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.2.1.99.1.1.1.4.100302213", + "sensor_index": "100302213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet2", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100302213", + "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.2.1.99.1.1.1.4.100303212", + "sensor_index": "100303212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet3", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.057, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100303212", + "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.2.1.99.1.1.1.4.100303213", + "sensor_index": "100303213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet3", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100303213", + "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.2.1.99.1.1.1.4.100304212", + "sensor_index": "100304212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.133, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100304212", + "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.2.1.99.1.1.1.4.100304213", + "sensor_index": "100304213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100304213", + "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.2.1.99.1.1.1.4.100305212", + "sensor_index": "100305212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet5", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.119, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100305212", + "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.2.1.99.1.1.1.4.100305213", + "sensor_index": "100305213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet5", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100305213", + "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.2.1.99.1.1.1.4.100306212", + "sensor_index": "100306212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet6", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.078, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100306212", + "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.2.1.99.1.1.1.4.100306213", + "sensor_index": "100306213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet6", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100306213", + "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.2.1.99.1.1.1.4.100307212", + "sensor_index": "100307212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet7", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.019, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100307212", + "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.2.1.99.1.1.1.4.100307213", + "sensor_index": "100307213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet7", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100307213", + "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.2.1.99.1.1.1.4.100308212", + "sensor_index": "100308212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet8", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.038, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100308212", + "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.2.1.99.1.1.1.4.100308213", + "sensor_index": "100308213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet8", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100308213", + "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.2.1.99.1.1.1.4.100309212", + "sensor_index": "100309212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet9", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.064, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100309212", + "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.2.1.99.1.1.1.4.100309213", + "sensor_index": "100309213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet9", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100309213", + "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.2.1.99.1.1.1.4.100310212", + "sensor_index": "100310212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet10", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.291, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100310212", + "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.2.1.99.1.1.1.4.100310213", + "sensor_index": "100310213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet10", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100310213", + "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.2.1.99.1.1.1.4.100311212", + "sensor_index": "100311212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet11", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.068, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100311212", + "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.2.1.99.1.1.1.4.100311213", + "sensor_index": "100311213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet11", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100311213", + "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.2.1.99.1.1.1.4.100312212", + "sensor_index": "100312212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet12", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.038, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100312212", + "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.2.1.99.1.1.1.4.100312213", + "sensor_index": "100312213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet12", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100312213", + "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.2.1.99.1.1.1.4.100313212", + "sensor_index": "100313212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet13", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -5.95, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100313212", + "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.2.1.99.1.1.1.4.100313213", + "sensor_index": "100313213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet13", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100313213", + "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.2.1.99.1.1.1.4.100314212", + "sensor_index": "100314212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet14", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.128, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100314212", + "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.2.1.99.1.1.1.4.100314213", + "sensor_index": "100314213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet14", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100314213", + "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.2.1.99.1.1.1.4.100315212", + "sensor_index": "100315212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet15", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.091, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100315212", + "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.2.1.99.1.1.1.4.100315213", + "sensor_index": "100315213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet15", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100315213", + "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.2.1.99.1.1.1.4.100316212", + "sensor_index": "100316212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet16", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -5.998, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100316212", + "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.2.1.99.1.1.1.4.100316213", + "sensor_index": "100316213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet16", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100316213", + "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.2.1.99.1.1.1.4.100317212", + "sensor_index": "100317212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet17", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.101, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100317212", + "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.2.1.99.1.1.1.4.100317213", + "sensor_index": "100317213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet17", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100317213", + "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.2.1.99.1.1.1.4.100318212", + "sensor_index": "100318212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet18", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.045, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100318212", + "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.2.1.99.1.1.1.4.100318213", + "sensor_index": "100318213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet18", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100318213", + "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.2.1.99.1.1.1.4.100319212", + "sensor_index": "100319212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet19", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.203, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100319212", + "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.2.1.99.1.1.1.4.100319213", + "sensor_index": "100319213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet19", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100319213", + "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.2.1.99.1.1.1.4.100320212", + "sensor_index": "100320212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet20", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.173, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100320212", + "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.2.1.99.1.1.1.4.100320213", + "sensor_index": "100320213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet20", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -29.21, + "sensor_limit_low_warn": -27.21, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100320213", + "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.2.1.99.1.1.1.4.100321212", + "sensor_index": "100321212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet21", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.026, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100321212", + "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.2.1.99.1.1.1.4.100321213", + "sensor_index": "100321213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet21", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100321213", + "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.2.1.99.1.1.1.4.100322212", + "sensor_index": "100322212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet22", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.174, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100322212", + "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.2.1.99.1.1.1.4.100322213", + "sensor_index": "100322213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet22", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100322213", + "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.2.1.99.1.1.1.4.100323212", + "sensor_index": "100323212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet23", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -5.938, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100323212", + "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.2.1.99.1.1.1.4.100323213", + "sensor_index": "100323213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet23", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100323213", + "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.2.1.99.1.1.1.4.100324212", + "sensor_index": "100324212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet24", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.254, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100324212", + "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.2.1.99.1.1.1.4.100324213", + "sensor_index": "100324213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet24", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100324213", + "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.2.1.99.1.1.1.4.100325212", + "sensor_index": "100325212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet25", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.207, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100325212", + "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.2.1.99.1.1.1.4.100325213", + "sensor_index": "100325213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet25", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100325213", + "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.2.1.99.1.1.1.4.100326212", + "sensor_index": "100326212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet26", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.085, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100326212", + "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.2.1.99.1.1.1.4.100326213", + "sensor_index": "100326213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet26", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100326213", + "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.2.1.99.1.1.1.4.100327212", + "sensor_index": "100327212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet27", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.114, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100327212", + "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.2.1.99.1.1.1.4.100327213", + "sensor_index": "100327213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet27", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100327213", + "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.2.1.99.1.1.1.4.100328212", + "sensor_index": "100328212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet28", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.103, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100328212", + "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.2.1.99.1.1.1.4.100328213", + "sensor_index": "100328213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet28", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100328213", + "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.2.1.99.1.1.1.4.100329212", + "sensor_index": "100329212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet29", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.167, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100329212", + "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.2.1.99.1.1.1.4.100329213", + "sensor_index": "100329213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet29", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100329213", + "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.2.1.99.1.1.1.4.100330212", + "sensor_index": "100330212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet30", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -6.278, + "sensor_limit": -1.5, + "sensor_limit_warn": -3, + "sensor_limit_low": -10.5, + "sensor_limit_low_warn": -9, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100330212", + "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.2.1.99.1.1.1.4.100330213", + "sensor_index": "100330213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet30", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": null, + "sensor_limit": 1, + "sensor_limit_warn": -1, + "sensor_limit_low": -27.96, + "sensor_limit_low_warn": -26.02, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100330213", + "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.2.1.99.1.1.1.4.100347212", + "sensor_index": "100347212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet47", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -1.19, + "sensor_limit": 3.5, + "sensor_limit_warn": 2.5, + "sensor_limit_low": -10.2, + "sensor_limit_low_warn": -8.2, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100347212", + "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.2.1.99.1.1.1.4.100347213", + "sensor_index": "100347213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet47", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "sensor_limit": 3.5, + "sensor_limit_warn": 2.5, + "sensor_limit_low": -16.4, + "sensor_limit_low_warn": -14.4, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100347213", + "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.2.1.99.1.1.1.4.100348212", + "sensor_index": "100348212", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM TX Power for Ethernet48", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -1.558, + "sensor_limit": 3.5, + "sensor_limit_warn": 2.5, + "sensor_limit_low": -10.2, + "sensor_limit_low_warn": -8.2, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100348212", + "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.2.1.99.1.1.1.4.100348213", + "sensor_index": "100348213", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM RX Power for Ethernet48", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "sensor_limit": 3.5, + "sensor_limit_warn": 2.5, + "sensor_limit_low": -16.4, + "sensor_limit_low_warn": -14.4, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100348213", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100601111", + "sensor_index": "100601111", + "sensor_type": "entity-sensor", + "sensor_descr": "Fan Tray 1 Fan 1 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 8426, + "sensor_limit": 15166.800000000001, + "sensor_limit_warn": null, + "sensor_limit_low": 6740.8, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100601111", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100602111", + "sensor_index": "100602111", + "sensor_type": "entity-sensor", + "sensor_descr": "Fan Tray 2 Fan 1 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 8287, + "sensor_limit": 14916.6, + "sensor_limit_warn": null, + "sensor_limit_low": 6629.6, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100602111", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100603111", + "sensor_index": "100603111", + "sensor_type": "entity-sensor", + "sensor_descr": "Fan Tray 3 Fan 1 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 8450, + "sensor_limit": 15210, + "sensor_limit_warn": null, + "sensor_limit_low": 6760, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100603111", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100604111", + "sensor_index": "100604111", + "sensor_type": "entity-sensor", + "sensor_descr": "Fan Tray 4 Fan 1 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 8310, + "sensor_limit": 14958, + "sensor_limit_warn": null, + "sensor_limit_low": 6648, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100604111", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100711211", + "sensor_index": "100711211", + "sensor_type": "entity-sensor", + "sensor_descr": "PowerSupply1 Fan 1 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 7968, + "sensor_limit": 14342.4, + "sensor_limit_warn": null, + "sensor_limit_low": 6374.4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100711211", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100721211", + "sensor_index": "100721211", + "sensor_type": "entity-sensor", + "sensor_descr": "PowerSupply2 Fan 1 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 8304, + "sensor_limit": 14947.2, + "sensor_limit_warn": null, + "sensor_limit_low": 6643.2, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100721211", + "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.2.1.99.1.1.1.4.100006001", + "sensor_index": "100006001", + "sensor_type": "entity-sensor", + "sensor_descr": "Cpu temp sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 53.3, + "sensor_limit": 95, + "sensor_limit_warn": 90, + "sensor_limit_low": 43.3, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006001", + "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.2.1.99.1.1.1.4.100006014", + "sensor_index": "100006014", + "sensor_type": "entity-sensor", + "sensor_descr": "CPU board temp sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 42, + "sensor_limit": 80, + "sensor_limit_warn": 75, + "sensor_limit_low": 32, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006014", + "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.2.1.99.1.1.1.4.100006015", + "sensor_index": "100006015", + "sensor_type": "entity-sensor", + "sensor_descr": "Back-panel temp sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.5, + "sensor_limit": 85, + "sensor_limit_warn": 75, + "sensor_limit_low": 26.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006015", + "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.2.1.99.1.1.1.4.100006016", + "sensor_index": "100006016", + "sensor_type": "entity-sensor", + "sensor_descr": "Front-panel temp sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 24.6, + "sensor_limit": 70, + "sensor_limit_warn": 65, + "sensor_limit_low": 14.6, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006016", + "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.2.1.99.1.1.1.4.100006017", + "sensor_index": "100006017", + "sensor_type": "entity-sensor", + "sensor_descr": "Jericho0 ambient temp sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 43, + "sensor_limit": 90, + "sensor_limit_warn": 75, + "sensor_limit_low": 33, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006017", + "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.2.1.99.1.1.1.4.100006018", + "sensor_index": "100006018", + "sensor_type": "entity-sensor", + "sensor_descr": "Jericho0 on-die temp sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 64.8, + "sensor_limit": 110, + "sensor_limit_warn": 100, + "sensor_limit_low": 54.8, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006018", + "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.2.1.99.1.1.1.4.100006019", + "sensor_index": "100006019", + "sensor_type": "entity-sensor", + "sensor_descr": "Jericho1 ambient temp sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 52, + "sensor_limit": 90, + "sensor_limit_warn": 75, + "sensor_limit_low": 42, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006019", + "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.2.1.99.1.1.1.4.100006020", + "sensor_index": "100006020", + "sensor_type": "entity-sensor", + "sensor_descr": "Jericho1 on-die temp sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 64, + "sensor_limit": 110, + "sensor_limit_warn": 100, + "sensor_limit_low": 54, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006020", + "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.2.1.99.1.1.1.4.100301201", + "sensor_index": "100301201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet1", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 25.8, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100301201", + "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.2.1.99.1.1.1.4.100302201", + "sensor_index": "100302201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet2", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 33.7, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100302201", + "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.2.1.99.1.1.1.4.100303201", + "sensor_index": "100303201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet3", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 35.8, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100303201", + "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.2.1.99.1.1.1.4.100304201", + "sensor_index": "100304201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet4", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 37.9, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100304201", + "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.2.1.99.1.1.1.4.100305201", + "sensor_index": "100305201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet5", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.5, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100305201", + "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.2.1.99.1.1.1.4.100306201", + "sensor_index": "100306201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet6", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.5, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100306201", + "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.2.1.99.1.1.1.4.100307201", + "sensor_index": "100307201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet7", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 34.8, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100307201", + "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.2.1.99.1.1.1.4.100308201", + "sensor_index": "100308201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet8", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.9, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100308201", + "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.2.1.99.1.1.1.4.100309201", + "sensor_index": "100309201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet9", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 35.1, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100309201", + "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.2.1.99.1.1.1.4.100310201", + "sensor_index": "100310201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet10", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 39.3, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100310201", + "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.2.1.99.1.1.1.4.100311201", + "sensor_index": "100311201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet11", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.5, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100311201", + "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.2.1.99.1.1.1.4.100312201", + "sensor_index": "100312201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet12", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 34.4, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100312201", + "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.2.1.99.1.1.1.4.100313201", + "sensor_index": "100313201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet13", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.2, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100313201", + "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.2.1.99.1.1.1.4.100314201", + "sensor_index": "100314201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet14", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 39.3, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100314201", + "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.2.1.99.1.1.1.4.100315201", + "sensor_index": "100315201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet15", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 34.4, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100315201", + "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.2.1.99.1.1.1.4.100316201", + "sensor_index": "100316201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet16", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 38.3, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100316201", + "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.2.1.99.1.1.1.4.100317201", + "sensor_index": "100317201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet17", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 34.8, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100317201", + "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.2.1.99.1.1.1.4.100318201", + "sensor_index": "100318201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet18", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 33, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100318201", + "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.2.1.99.1.1.1.4.100319201", + "sensor_index": "100319201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet19", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.5, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100319201", + "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.2.1.99.1.1.1.4.100320201", + "sensor_index": "100320201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet20", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 38.3, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100320201", + "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.2.1.99.1.1.1.4.100321201", + "sensor_index": "100321201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet21", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 33.4, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100321201", + "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.2.1.99.1.1.1.4.100322201", + "sensor_index": "100322201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet22", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 37.9, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100322201", + "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.2.1.99.1.1.1.4.100323201", + "sensor_index": "100323201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet23", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 32, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100323201", + "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.2.1.99.1.1.1.4.100324201", + "sensor_index": "100324201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet24", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.5, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100324201", + "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.2.1.99.1.1.1.4.100325201", + "sensor_index": "100325201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet25", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 29.9, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100325201", + "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.2.1.99.1.1.1.4.100326201", + "sensor_index": "100326201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet26", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.5, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100326201", + "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.2.1.99.1.1.1.4.100327201", + "sensor_index": "100327201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet27", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 37.9, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100327201", + "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.2.1.99.1.1.1.4.100328201", + "sensor_index": "100328201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet28", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 37.6, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100328201", + "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.2.1.99.1.1.1.4.100329201", + "sensor_index": "100329201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet29", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 30.9, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100329201", + "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.2.1.99.1.1.1.4.100330201", + "sensor_index": "100330201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet30", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 34.4, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100330201", + "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.2.1.99.1.1.1.4.100347201", + "sensor_index": "100347201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet47", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 25.4, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100347201", + "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.2.1.99.1.1.1.4.100348201", + "sensor_index": "100348201", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Temperature for Ethernet48", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 24.8, + "sensor_limit": 100, + "sensor_limit_warn": 85, + "sensor_limit_low": -50, + "sensor_limit_low_warn": -40, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100348201", + "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.2.1.99.1.1.1.4.100711101", + "sensor_index": "100711101", + "sensor_type": "entity-sensor", + "sensor_descr": "Hotspot temperature sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 47, + "sensor_limit": 100, + "sensor_limit_warn": 95, + "sensor_limit_low": 37, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100711101", + "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.2.1.99.1.1.1.4.100711102", + "sensor_index": "100711102", + "sensor_type": "entity-sensor", + "sensor_descr": "Inlet temperature sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 75, + "sensor_limit_warn": 70, + "sensor_limit_low": 26, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100711102", + "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.2.1.99.1.1.1.4.100721101", + "sensor_index": "100721101", + "sensor_type": "entity-sensor", + "sensor_descr": "Hotspot temperature sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 48, + "sensor_limit": 100, + "sensor_limit_warn": 95, + "sensor_limit_low": 38, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100721101", + "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.2.1.99.1.1.1.4.100721102", + "sensor_index": "100721102", + "sensor_type": "entity-sensor", + "sensor_descr": "Inlet temperature sensor", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 38, + "sensor_limit": 75, + "sensor_limit_warn": 70, + "sensor_limit_low": 28, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100721102", + "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.2.1.99.1.1.1.4.100006002", + "sensor_index": "100006002", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail1 12V standby", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 11.98, + "sensor_limit": 13.777, + "sensor_limit_warn": null, + "sensor_limit_low": 10.183, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006002", + "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.2.1.99.1.1.1.4.100006003", + "sensor_index": "100006003", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail2 5V", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 5.05, + "sensor_limit": 5.8075, + "sensor_limit_warn": null, + "sensor_limit_low": 4.2925, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006003", + "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.2.1.99.1.1.1.4.100006004", + "sensor_index": "100006004", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail3 3V3", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.3, + "sensor_limit": 3.795, + "sensor_limit_warn": null, + "sensor_limit_low": 2.805, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006004", + "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.2.1.99.1.1.1.4.100006005", + "sensor_index": "100006005", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail4 1V8", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.8, + "sensor_limit": 2.07, + "sensor_limit_warn": null, + "sensor_limit_low": 1.53, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006005", + "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.2.1.99.1.1.1.4.100006006", + "sensor_index": "100006006", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail5 1V5", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.5, + "sensor_limit": 1.725, + "sensor_limit_warn": null, + "sensor_limit_low": 1.275, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006006", + "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.2.1.99.1.1.1.4.100006007", + "sensor_index": "100006007", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail6 1V5", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.49, + "sensor_limit": 1.7135, + "sensor_limit_warn": null, + "sensor_limit_low": 1.2665, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006007", + "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.2.1.99.1.1.1.4.100006008", + "sensor_index": "100006008", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail7 0V75", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.75, + "sensor_limit": 0.8625, + "sensor_limit_warn": null, + "sensor_limit_low": 0.6375, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006008", + "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.2.1.99.1.1.1.4.100006009", + "sensor_index": "100006009", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail8 0V95", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.94, + "sensor_limit": 1.081, + "sensor_limit_warn": null, + "sensor_limit_low": 0.799, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006009", + "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.2.1.99.1.1.1.4.100006010", + "sensor_index": "100006010", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail9 1V8", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.8, + "sensor_limit": 2.07, + "sensor_limit_warn": null, + "sensor_limit_low": 1.53, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006010", + "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.2.1.99.1.1.1.4.100006011", + "sensor_index": "100006011", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail10 3V3", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.3, + "sensor_limit": 3.795, + "sensor_limit_warn": null, + "sensor_limit_low": 2.805, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006011", + "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.2.1.99.1.1.1.4.100006012", + "sensor_index": "100006012", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail11 0V95", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.94, + "sensor_limit": 1.081, + "sensor_limit_warn": null, + "sensor_limit_low": 0.799, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006012", + "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.2.1.99.1.1.1.4.100006013", + "sensor_index": "100006013", + "sensor_type": "entity-sensor", + "sensor_descr": "CpucardPwrCon Rail12 1V2", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.22, + "sensor_limit": 1.403, + "sensor_limit_warn": null, + "sensor_limit_low": 1.037, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006013", + "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.2.1.99.1.1.1.4.100006021", + "sensor_index": "100006021", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail1 POS1V0_JE0", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.04, + "sensor_limit": 1.196, + "sensor_limit_warn": null, + "sensor_limit_low": 0.884, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006021", + "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.2.1.99.1.1.1.4.100006022", + "sensor_index": "100006022", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail2 POS1V0_JE1", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.04, + "sensor_limit": 1.196, + "sensor_limit_warn": null, + "sensor_limit_low": 0.884, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006022", + "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.2.1.99.1.1.1.4.100006023", + "sensor_index": "100006023", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail3 POS1V0A_JE01", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1.15, + "sensor_limit_warn": null, + "sensor_limit_low": 0.85, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006023", + "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.2.1.99.1.1.1.4.100006024", + "sensor_index": "100006024", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail7 POS1V2", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.2, + "sensor_limit": 1.38, + "sensor_limit_warn": null, + "sensor_limit_low": 1.02, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006024", + "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.2.1.99.1.1.1.4.100006025", + "sensor_index": "100006025", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail8 POS1V25", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.25, + "sensor_limit": 1.4375, + "sensor_limit_warn": null, + "sensor_limit_low": 1.0625, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006025", + "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.2.1.99.1.1.1.4.100006026", + "sensor_index": "100006026", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail9 POS1V35_JE0", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.35, + "sensor_limit": 1.5525, + "sensor_limit_warn": null, + "sensor_limit_low": 1.1475, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006026", + "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.2.1.99.1.1.1.4.100006027", + "sensor_index": "100006027", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail10 POS1V35_JE1", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.35, + "sensor_limit": 1.5525, + "sensor_limit_warn": null, + "sensor_limit_low": 1.1475, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006027", + "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.2.1.99.1.1.1.4.100006028", + "sensor_index": "100006028", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail11 POS1V8", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.8, + "sensor_limit": 2.07, + "sensor_limit_warn": null, + "sensor_limit_low": 1.53, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006028", + "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.2.1.99.1.1.1.4.100006029", + "sensor_index": "100006029", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail12 POS2V5", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 2.5, + "sensor_limit": 2.875, + "sensor_limit_warn": null, + "sensor_limit_low": 2.125, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006029", + "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.2.1.99.1.1.1.4.100006030", + "sensor_index": "100006030", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail13 POS3V3", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.3, + "sensor_limit": 3.795, + "sensor_limit_warn": null, + "sensor_limit_low": 2.805, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006030", + "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.2.1.99.1.1.1.4.100006031", + "sensor_index": "100006031", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail14 POS3V3_SFP", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.28, + "sensor_limit": 3.772, + "sensor_limit_warn": null, + "sensor_limit_low": 2.788, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006031", + "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.2.1.99.1.1.1.4.100006032", + "sensor_index": "100006032", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail15 POS12V_STDBY", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 11.87, + "sensor_limit": 13.6505, + "sensor_limit_warn": null, + "sensor_limit_low": 10.0895, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006032", + "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.2.1.99.1.1.1.4.100006033", + "sensor_index": "100006033", + "sensor_type": "entity-sensor", + "sensor_descr": "PwrCon1 Rail16 POS12V", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 11.99, + "sensor_limit": 13.7885, + "sensor_limit_warn": null, + "sensor_limit_low": 10.1915, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100006033", + "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.2.1.99.1.1.1.4.100301202", + "sensor_index": "100301202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet1", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.31, + "sensor_limit": 3.63, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.97, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100301202", + "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.2.1.99.1.1.1.4.100302202", + "sensor_index": "100302202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet2", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100302202", + "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.2.1.99.1.1.1.4.100303202", + "sensor_index": "100303202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet3", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100303202", + "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.2.1.99.1.1.1.4.100304202", + "sensor_index": "100304202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet4", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100304202", + "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.2.1.99.1.1.1.4.100305202", + "sensor_index": "100305202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet5", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100305202", + "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.2.1.99.1.1.1.4.100306202", + "sensor_index": "100306202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet6", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100306202", + "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.2.1.99.1.1.1.4.100307202", + "sensor_index": "100307202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet7", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100307202", + "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.2.1.99.1.1.1.4.100308202", + "sensor_index": "100308202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet8", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100308202", + "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.2.1.99.1.1.1.4.100309202", + "sensor_index": "100309202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet9", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100309202", + "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.2.1.99.1.1.1.4.100310202", + "sensor_index": "100310202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet10", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100310202", + "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.2.1.99.1.1.1.4.100311202", + "sensor_index": "100311202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet11", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100311202", + "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.2.1.99.1.1.1.4.100312202", + "sensor_index": "100312202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet12", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100312202", + "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.2.1.99.1.1.1.4.100313202", + "sensor_index": "100313202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet13", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100313202", + "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.2.1.99.1.1.1.4.100314202", + "sensor_index": "100314202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet14", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100314202", + "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.2.1.99.1.1.1.4.100315202", + "sensor_index": "100315202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet15", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100315202", + "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.2.1.99.1.1.1.4.100316202", + "sensor_index": "100316202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet16", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100316202", + "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.2.1.99.1.1.1.4.100317202", + "sensor_index": "100317202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet17", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100317202", + "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.2.1.99.1.1.1.4.100318202", + "sensor_index": "100318202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet18", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100318202", + "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.2.1.99.1.1.1.4.100319202", + "sensor_index": "100319202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet19", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100319202", + "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.2.1.99.1.1.1.4.100320202", + "sensor_index": "100320202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet20", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100320202", + "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.2.1.99.1.1.1.4.100321202", + "sensor_index": "100321202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet21", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100321202", + "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.2.1.99.1.1.1.4.100322202", + "sensor_index": "100322202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet22", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100322202", + "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.2.1.99.1.1.1.4.100323202", + "sensor_index": "100323202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet23", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100323202", + "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.2.1.99.1.1.1.4.100324202", + "sensor_index": "100324202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet24", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.36, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100324202", + "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.2.1.99.1.1.1.4.100325202", + "sensor_index": "100325202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet25", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.35, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100325202", + "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.2.1.99.1.1.1.4.100326202", + "sensor_index": "100326202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet26", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100326202", + "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.2.1.99.1.1.1.4.100327202", + "sensor_index": "100327202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet27", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.32, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100327202", + "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.2.1.99.1.1.1.4.100328202", + "sensor_index": "100328202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet28", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100328202", + "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.2.1.99.1.1.1.4.100329202", + "sensor_index": "100329202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet29", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.34, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100329202", + "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.2.1.99.1.1.1.4.100330202", + "sensor_index": "100330202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet30", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.35, + "sensor_limit": 3.8, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.81, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100330202", + "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.2.1.99.1.1.1.4.100347202", + "sensor_index": "100347202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet47", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.32, + "sensor_limit": 3.63, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.97, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100347202", + "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.2.1.99.1.1.1.4.100348202", + "sensor_index": "100348202", + "sensor_type": "entity-sensor", + "sensor_descr": "DOM Voltage for Ethernet48", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 3.32, + "sensor_limit": 3.63, + "sensor_limit_warn": 3.47, + "sensor_limit_low": 2.97, + "sensor_limit_low_warn": 3.14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100348202", + "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.2.1.99.1.1.1.4.100711105", + "sensor_index": "100711105", + "sensor_type": "entity-sensor", + "sensor_descr": "Input voltage sensor", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 229.25, + "sensor_limit": 263.6375, + "sensor_limit_warn": null, + "sensor_limit_low": 194.8625, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100711105", + "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.2.1.99.1.1.1.4.100711106", + "sensor_index": "100711106", + "sensor_type": "entity-sensor", + "sensor_descr": "Output voltage sensor", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 11.97, + "sensor_limit": 13.7655, + "sensor_limit_warn": null, + "sensor_limit_low": 10.1745, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100711106", + "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.2.1.99.1.1.1.4.100721105", + "sensor_index": "100721105", + "sensor_type": "entity-sensor", + "sensor_descr": "Input voltage sensor", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 230.25, + "sensor_limit": 264.7875, + "sensor_limit_warn": null, + "sensor_limit_low": 195.7125, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100721105", + "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.2.1.99.1.1.1.4.100721106", + "sensor_index": "100721106", + "sensor_type": "entity-sensor", + "sensor_descr": "Output voltage sensor", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 12, + "sensor_limit": 13.8, + "sensor_limit_warn": null, + "sensor_limit_low": 10.2, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "100721106", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [] + }, + "poller": "matches discovery" + }, "bgp-peers": { "discovery": { "bgpPeers": [ diff --git a/tests/snmpsim/arista_eos.snmprec b/tests/snmpsim/arista_eos.snmprec index a8efc58395..ca5b69dfac 100644 --- a/tests/snmpsim/arista_eos.snmprec +++ b/tests/snmpsim/arista_eos.snmprec @@ -1,10 +1,2995 @@ 1.3.6.1.2.1.1.1.0|4|Arista Networks EOS version 4.15.3F running on an Arista Networks DCS-7050TX-128 1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.30065.1.3011.7050.1958.128 1.3.6.1.2.1.1.3.0|67|2793316199 +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.15.2.0|2|65000 1.3.6.1.2.1.25.1.1.0|67|2793326600 +1.3.6.1.2.1.47.1.1.1.1.2.1|4|48x25GbE (SFP) & 6x100GbE (QSFP) Ethernet Switch +1.3.6.1.2.1.47.1.1.1.1.2.100004000|4|Scd Chip 0 +1.3.6.1.2.1.47.1.1.1.1.2.100004196|4|Standby Cpld Chip 196 +1.3.6.1.2.1.47.1.1.1.1.2.100006001|4|Cpu temp sensor +1.3.6.1.2.1.47.1.1.1.1.2.100006002|4|CpucardPwrCon Rail1 12V standby +1.3.6.1.2.1.47.1.1.1.1.2.100006003|4|CpucardPwrCon Rail2 5V +1.3.6.1.2.1.47.1.1.1.1.2.100006004|4|CpucardPwrCon Rail3 3V3 +1.3.6.1.2.1.47.1.1.1.1.2.100006005|4|CpucardPwrCon Rail4 1V8 +1.3.6.1.2.1.47.1.1.1.1.2.100006006|4|CpucardPwrCon Rail5 1V5 +1.3.6.1.2.1.47.1.1.1.1.2.100006007|4|CpucardPwrCon Rail6 1V5 +1.3.6.1.2.1.47.1.1.1.1.2.100006008|4|CpucardPwrCon Rail7 0V75 +1.3.6.1.2.1.47.1.1.1.1.2.100006009|4|CpucardPwrCon Rail8 0V95 +1.3.6.1.2.1.47.1.1.1.1.2.100006010|4|CpucardPwrCon Rail9 1V8 +1.3.6.1.2.1.47.1.1.1.1.2.100006011|4|CpucardPwrCon Rail10 3V3 +1.3.6.1.2.1.47.1.1.1.1.2.100006012|4|CpucardPwrCon Rail11 0V95 +1.3.6.1.2.1.47.1.1.1.1.2.100006013|4|CpucardPwrCon Rail12 1V2 +1.3.6.1.2.1.47.1.1.1.1.2.100006014|4|CPU board temp sensor +1.3.6.1.2.1.47.1.1.1.1.2.100006015|4|Back-panel temp sensor +1.3.6.1.2.1.47.1.1.1.1.2.100006016|4|Front-panel temp sensor +1.3.6.1.2.1.47.1.1.1.1.2.100006017|4|Jericho0 ambient temp sensor +1.3.6.1.2.1.47.1.1.1.1.2.100006018|4|Jericho0 on-die temp sensor +1.3.6.1.2.1.47.1.1.1.1.2.100006019|4|Jericho1 ambient temp sensor +1.3.6.1.2.1.47.1.1.1.1.2.100006020|4|Jericho1 on-die temp sensor +1.3.6.1.2.1.47.1.1.1.1.2.100006021|4|PwrCon1 Rail1 POS1V0_JE0 +1.3.6.1.2.1.47.1.1.1.1.2.100006022|4|PwrCon1 Rail2 POS1V0_JE1 +1.3.6.1.2.1.47.1.1.1.1.2.100006023|4|PwrCon1 Rail3 POS1V0A_JE01 +1.3.6.1.2.1.47.1.1.1.1.2.100006024|4|PwrCon1 Rail7 POS1V2 +1.3.6.1.2.1.47.1.1.1.1.2.100006025|4|PwrCon1 Rail8 POS1V25 +1.3.6.1.2.1.47.1.1.1.1.2.100006026|4|PwrCon1 Rail9 POS1V35_JE0 +1.3.6.1.2.1.47.1.1.1.1.2.100006027|4|PwrCon1 Rail10 POS1V35_JE1 +1.3.6.1.2.1.47.1.1.1.1.2.100006028|4|PwrCon1 Rail11 POS1V8 +1.3.6.1.2.1.47.1.1.1.1.2.100006029|4|PwrCon1 Rail12 POS2V5 +1.3.6.1.2.1.47.1.1.1.1.2.100006030|4|PwrCon1 Rail13 POS3V3 +1.3.6.1.2.1.47.1.1.1.1.2.100006031|4|PwrCon1 Rail14 POS3V3_SFP +1.3.6.1.2.1.47.1.1.1.1.2.100006032|4|PwrCon1 Rail15 POS12V_STDBY +1.3.6.1.2.1.47.1.1.1.1.2.100006033|4|PwrCon1 Rail16 POS12V +1.3.6.1.2.1.47.1.1.1.1.2.100015001|4|Ucd Chip 11001 +1.3.6.1.2.1.47.1.1.1.1.2.100015002|4|Ucd Chip 11002 +1.3.6.1.2.1.47.1.1.1.1.2.100054101|4|Switching ASIC Chip 50101 +1.3.6.1.2.1.47.1.1.1.1.2.100054102|4|Switching ASIC Chip 50102 +1.3.6.1.2.1.47.1.1.1.1.2.100100001|4|Ethernet1 +1.3.6.1.2.1.47.1.1.1.1.2.100100002|4|Ethernet2 +1.3.6.1.2.1.47.1.1.1.1.2.100100003|4|Ethernet3 +1.3.6.1.2.1.47.1.1.1.1.2.100100004|4|Ethernet4 +1.3.6.1.2.1.47.1.1.1.1.2.100100005|4|Ethernet5 +1.3.6.1.2.1.47.1.1.1.1.2.100100006|4|Ethernet6 +1.3.6.1.2.1.47.1.1.1.1.2.100100007|4|Ethernet7 +1.3.6.1.2.1.47.1.1.1.1.2.100100008|4|Ethernet8 +1.3.6.1.2.1.47.1.1.1.1.2.100100009|4|Ethernet9 +1.3.6.1.2.1.47.1.1.1.1.2.100100010|4|Ethernet10 +1.3.6.1.2.1.47.1.1.1.1.2.100100011|4|Ethernet11 +1.3.6.1.2.1.47.1.1.1.1.2.100100012|4|Ethernet12 +1.3.6.1.2.1.47.1.1.1.1.2.100100013|4|Ethernet13 +1.3.6.1.2.1.47.1.1.1.1.2.100100014|4|Ethernet14 +1.3.6.1.2.1.47.1.1.1.1.2.100100015|4|Ethernet15 +1.3.6.1.2.1.47.1.1.1.1.2.100100016|4|Ethernet16 +1.3.6.1.2.1.47.1.1.1.1.2.100100017|4|Ethernet17 +1.3.6.1.2.1.47.1.1.1.1.2.100100018|4|Ethernet18 +1.3.6.1.2.1.47.1.1.1.1.2.100100019|4|Ethernet19 +1.3.6.1.2.1.47.1.1.1.1.2.100100020|4|Ethernet20 +1.3.6.1.2.1.47.1.1.1.1.2.100100021|4|Ethernet21 +1.3.6.1.2.1.47.1.1.1.1.2.100100022|4|Ethernet22 +1.3.6.1.2.1.47.1.1.1.1.2.100100023|4|Ethernet23 +1.3.6.1.2.1.47.1.1.1.1.2.100100024|4|Ethernet24 +1.3.6.1.2.1.47.1.1.1.1.2.100100025|4|Ethernet25 +1.3.6.1.2.1.47.1.1.1.1.2.100100026|4|Ethernet26 +1.3.6.1.2.1.47.1.1.1.1.2.100100027|4|Ethernet27 +1.3.6.1.2.1.47.1.1.1.1.2.100100028|4|Ethernet28 +1.3.6.1.2.1.47.1.1.1.1.2.100100029|4|Ethernet29 +1.3.6.1.2.1.47.1.1.1.1.2.100100030|4|Ethernet30 +1.3.6.1.2.1.47.1.1.1.1.2.100100031|4|Ethernet31 +1.3.6.1.2.1.47.1.1.1.1.2.100100032|4|Ethernet32 +1.3.6.1.2.1.47.1.1.1.1.2.100100033|4|Ethernet33 +1.3.6.1.2.1.47.1.1.1.1.2.100100034|4|Ethernet34 +1.3.6.1.2.1.47.1.1.1.1.2.100100035|4|Ethernet35 +1.3.6.1.2.1.47.1.1.1.1.2.100100036|4|Ethernet36 +1.3.6.1.2.1.47.1.1.1.1.2.100100037|4|Ethernet37 +1.3.6.1.2.1.47.1.1.1.1.2.100100038|4|Ethernet38 +1.3.6.1.2.1.47.1.1.1.1.2.100100039|4|Ethernet39 +1.3.6.1.2.1.47.1.1.1.1.2.100100040|4|Ethernet40 +1.3.6.1.2.1.47.1.1.1.1.2.100100041|4|Ethernet41 +1.3.6.1.2.1.47.1.1.1.1.2.100100042|4|Ethernet42 +1.3.6.1.2.1.47.1.1.1.1.2.100100043|4|Ethernet43 +1.3.6.1.2.1.47.1.1.1.1.2.100100044|4|Ethernet44 +1.3.6.1.2.1.47.1.1.1.1.2.100100045|4|Ethernet45 +1.3.6.1.2.1.47.1.1.1.1.2.100100046|4|Ethernet46 +1.3.6.1.2.1.47.1.1.1.1.2.100100047|4|Ethernet47 +1.3.6.1.2.1.47.1.1.1.1.2.100100048|4|Ethernet48 +1.3.6.1.2.1.47.1.1.1.1.2.100100049|4|Ethernet49/1 +1.3.6.1.2.1.47.1.1.1.1.2.100100050|4|Ethernet49/2 +1.3.6.1.2.1.47.1.1.1.1.2.100100051|4|Ethernet49/3 +1.3.6.1.2.1.47.1.1.1.1.2.100100052|4|Ethernet49/4 +1.3.6.1.2.1.47.1.1.1.1.2.100100053|4|Ethernet50/1 +1.3.6.1.2.1.47.1.1.1.1.2.100100054|4|Ethernet50/2 +1.3.6.1.2.1.47.1.1.1.1.2.100100055|4|Ethernet50/3 +1.3.6.1.2.1.47.1.1.1.1.2.100100056|4|Ethernet50/4 +1.3.6.1.2.1.47.1.1.1.1.2.100100057|4|Ethernet51/1 +1.3.6.1.2.1.47.1.1.1.1.2.100100058|4|Ethernet51/2 +1.3.6.1.2.1.47.1.1.1.1.2.100100059|4|Ethernet51/3 +1.3.6.1.2.1.47.1.1.1.1.2.100100060|4|Ethernet51/4 +1.3.6.1.2.1.47.1.1.1.1.2.100100061|4|Ethernet52/1 +1.3.6.1.2.1.47.1.1.1.1.2.100100062|4|Ethernet52/2 +1.3.6.1.2.1.47.1.1.1.1.2.100100063|4|Ethernet52/3 +1.3.6.1.2.1.47.1.1.1.1.2.100100064|4|Ethernet52/4 +1.3.6.1.2.1.47.1.1.1.1.2.100100065|4|Ethernet53/1 +1.3.6.1.2.1.47.1.1.1.1.2.100100066|4|Ethernet53/2 +1.3.6.1.2.1.47.1.1.1.1.2.100100067|4|Ethernet53/3 +1.3.6.1.2.1.47.1.1.1.1.2.100100068|4|Ethernet53/4 +1.3.6.1.2.1.47.1.1.1.1.2.100100069|4|Ethernet54/1 +1.3.6.1.2.1.47.1.1.1.1.2.100100070|4|Ethernet54/2 +1.3.6.1.2.1.47.1.1.1.1.2.100100071|4|Ethernet54/3 +1.3.6.1.2.1.47.1.1.1.1.2.100100072|4|Ethernet54/4 +1.3.6.1.2.1.47.1.1.1.1.2.100110073|4|Management1 +1.3.6.1.2.1.47.1.1.1.1.2.100301000|4|Xcvr Slot 1 +1.3.6.1.2.1.47.1.1.1.1.2.100301100|4|Xcvr for Ethernet1 +1.3.6.1.2.1.47.1.1.1.1.2.100301201|4|DOM Temperature Sensor for Ethernet1 +1.3.6.1.2.1.47.1.1.1.1.2.100301202|4|DOM Voltage Sensor for Ethernet1 +1.3.6.1.2.1.47.1.1.1.1.2.100301210|4|Lane 0 for Xcvr for Ethernet1 +1.3.6.1.2.1.47.1.1.1.1.2.100301211|4|DOM TX Bias Sensor for Ethernet1 +1.3.6.1.2.1.47.1.1.1.1.2.100301212|4|DOM TX Power Sensor for Ethernet1 +1.3.6.1.2.1.47.1.1.1.1.2.100301213|4|DOM RX Power Sensor for Ethernet1 +1.3.6.1.2.1.47.1.1.1.1.2.100302000|4|Xcvr Slot 2 +1.3.6.1.2.1.47.1.1.1.1.2.100302100|4|Xcvr for Ethernet2 +1.3.6.1.2.1.47.1.1.1.1.2.100302201|4|DOM Temperature Sensor for Ethernet2 +1.3.6.1.2.1.47.1.1.1.1.2.100302202|4|DOM Voltage Sensor for Ethernet2 +1.3.6.1.2.1.47.1.1.1.1.2.100302210|4|Lane 0 for Xcvr for Ethernet2 +1.3.6.1.2.1.47.1.1.1.1.2.100302211|4|DOM TX Bias Sensor for Ethernet2 +1.3.6.1.2.1.47.1.1.1.1.2.100302212|4|DOM TX Power Sensor for Ethernet2 +1.3.6.1.2.1.47.1.1.1.1.2.100302213|4|DOM RX Power Sensor for Ethernet2 +1.3.6.1.2.1.47.1.1.1.1.2.100303000|4|Xcvr Slot 3 +1.3.6.1.2.1.47.1.1.1.1.2.100303100|4|Xcvr for Ethernet3 +1.3.6.1.2.1.47.1.1.1.1.2.100303201|4|DOM Temperature Sensor for Ethernet3 +1.3.6.1.2.1.47.1.1.1.1.2.100303202|4|DOM Voltage Sensor for Ethernet3 +1.3.6.1.2.1.47.1.1.1.1.2.100303210|4|Lane 0 for Xcvr for Ethernet3 +1.3.6.1.2.1.47.1.1.1.1.2.100303211|4|DOM TX Bias Sensor for Ethernet3 +1.3.6.1.2.1.47.1.1.1.1.2.100303212|4|DOM TX Power Sensor for Ethernet3 +1.3.6.1.2.1.47.1.1.1.1.2.100303213|4|DOM RX Power Sensor for Ethernet3 +1.3.6.1.2.1.47.1.1.1.1.2.100304000|4|Xcvr Slot 4 +1.3.6.1.2.1.47.1.1.1.1.2.100304100|4|Xcvr for Ethernet4 +1.3.6.1.2.1.47.1.1.1.1.2.100304201|4|DOM Temperature Sensor for Ethernet4 +1.3.6.1.2.1.47.1.1.1.1.2.100304202|4|DOM Voltage Sensor for Ethernet4 +1.3.6.1.2.1.47.1.1.1.1.2.100304210|4|Lane 0 for Xcvr for Ethernet4 +1.3.6.1.2.1.47.1.1.1.1.2.100304211|4|DOM TX Bias Sensor for Ethernet4 +1.3.6.1.2.1.47.1.1.1.1.2.100304212|4|DOM TX Power Sensor for Ethernet4 +1.3.6.1.2.1.47.1.1.1.1.2.100304213|4|DOM RX Power Sensor for Ethernet4 +1.3.6.1.2.1.47.1.1.1.1.2.100305000|4|Xcvr Slot 5 +1.3.6.1.2.1.47.1.1.1.1.2.100305100|4|Xcvr for Ethernet5 +1.3.6.1.2.1.47.1.1.1.1.2.100305201|4|DOM Temperature Sensor for Ethernet5 +1.3.6.1.2.1.47.1.1.1.1.2.100305202|4|DOM Voltage Sensor for Ethernet5 +1.3.6.1.2.1.47.1.1.1.1.2.100305210|4|Lane 0 for Xcvr for Ethernet5 +1.3.6.1.2.1.47.1.1.1.1.2.100305211|4|DOM TX Bias Sensor for Ethernet5 +1.3.6.1.2.1.47.1.1.1.1.2.100305212|4|DOM TX Power Sensor for Ethernet5 +1.3.6.1.2.1.47.1.1.1.1.2.100305213|4|DOM RX Power Sensor for Ethernet5 +1.3.6.1.2.1.47.1.1.1.1.2.100306000|4|Xcvr Slot 6 +1.3.6.1.2.1.47.1.1.1.1.2.100306100|4|Xcvr for Ethernet6 +1.3.6.1.2.1.47.1.1.1.1.2.100306201|4|DOM Temperature Sensor for Ethernet6 +1.3.6.1.2.1.47.1.1.1.1.2.100306202|4|DOM Voltage Sensor for Ethernet6 +1.3.6.1.2.1.47.1.1.1.1.2.100306210|4|Lane 0 for Xcvr for Ethernet6 +1.3.6.1.2.1.47.1.1.1.1.2.100306211|4|DOM TX Bias Sensor for Ethernet6 +1.3.6.1.2.1.47.1.1.1.1.2.100306212|4|DOM TX Power Sensor for Ethernet6 +1.3.6.1.2.1.47.1.1.1.1.2.100306213|4|DOM RX Power Sensor for Ethernet6 +1.3.6.1.2.1.47.1.1.1.1.2.100307000|4|Xcvr Slot 7 +1.3.6.1.2.1.47.1.1.1.1.2.100307100|4|Xcvr for Ethernet7 +1.3.6.1.2.1.47.1.1.1.1.2.100307201|4|DOM Temperature Sensor for Ethernet7 +1.3.6.1.2.1.47.1.1.1.1.2.100307202|4|DOM Voltage Sensor for Ethernet7 +1.3.6.1.2.1.47.1.1.1.1.2.100307210|4|Lane 0 for Xcvr for Ethernet7 +1.3.6.1.2.1.47.1.1.1.1.2.100307211|4|DOM TX Bias Sensor for Ethernet7 +1.3.6.1.2.1.47.1.1.1.1.2.100307212|4|DOM TX Power Sensor for Ethernet7 +1.3.6.1.2.1.47.1.1.1.1.2.100307213|4|DOM RX Power Sensor for Ethernet7 +1.3.6.1.2.1.47.1.1.1.1.2.100308000|4|Xcvr Slot 8 +1.3.6.1.2.1.47.1.1.1.1.2.100308100|4|Xcvr for Ethernet8 +1.3.6.1.2.1.47.1.1.1.1.2.100308201|4|DOM Temperature Sensor for Ethernet8 +1.3.6.1.2.1.47.1.1.1.1.2.100308202|4|DOM Voltage Sensor for Ethernet8 +1.3.6.1.2.1.47.1.1.1.1.2.100308210|4|Lane 0 for Xcvr for Ethernet8 +1.3.6.1.2.1.47.1.1.1.1.2.100308211|4|DOM TX Bias Sensor for Ethernet8 +1.3.6.1.2.1.47.1.1.1.1.2.100308212|4|DOM TX Power Sensor for Ethernet8 +1.3.6.1.2.1.47.1.1.1.1.2.100308213|4|DOM RX Power Sensor for Ethernet8 +1.3.6.1.2.1.47.1.1.1.1.2.100309000|4|Xcvr Slot 9 +1.3.6.1.2.1.47.1.1.1.1.2.100309100|4|Xcvr for Ethernet9 +1.3.6.1.2.1.47.1.1.1.1.2.100309201|4|DOM Temperature Sensor for Ethernet9 +1.3.6.1.2.1.47.1.1.1.1.2.100309202|4|DOM Voltage Sensor for Ethernet9 +1.3.6.1.2.1.47.1.1.1.1.2.100309210|4|Lane 0 for Xcvr for Ethernet9 +1.3.6.1.2.1.47.1.1.1.1.2.100309211|4|DOM TX Bias Sensor for Ethernet9 +1.3.6.1.2.1.47.1.1.1.1.2.100309212|4|DOM TX Power Sensor for Ethernet9 +1.3.6.1.2.1.47.1.1.1.1.2.100309213|4|DOM RX Power Sensor for Ethernet9 +1.3.6.1.2.1.47.1.1.1.1.2.100310000|4|Xcvr Slot 10 +1.3.6.1.2.1.47.1.1.1.1.2.100310100|4|Xcvr for Ethernet10 +1.3.6.1.2.1.47.1.1.1.1.2.100310201|4|DOM Temperature Sensor for Ethernet10 +1.3.6.1.2.1.47.1.1.1.1.2.100310202|4|DOM Voltage Sensor for Ethernet10 +1.3.6.1.2.1.47.1.1.1.1.2.100310210|4|Lane 0 for Xcvr for Ethernet10 +1.3.6.1.2.1.47.1.1.1.1.2.100310211|4|DOM TX Bias Sensor for Ethernet10 +1.3.6.1.2.1.47.1.1.1.1.2.100310212|4|DOM TX Power Sensor for Ethernet10 +1.3.6.1.2.1.47.1.1.1.1.2.100310213|4|DOM RX Power Sensor for Ethernet10 +1.3.6.1.2.1.47.1.1.1.1.2.100311000|4|Xcvr Slot 11 +1.3.6.1.2.1.47.1.1.1.1.2.100311100|4|Xcvr for Ethernet11 +1.3.6.1.2.1.47.1.1.1.1.2.100311201|4|DOM Temperature Sensor for Ethernet11 +1.3.6.1.2.1.47.1.1.1.1.2.100311202|4|DOM Voltage Sensor for Ethernet11 +1.3.6.1.2.1.47.1.1.1.1.2.100311210|4|Lane 0 for Xcvr for Ethernet11 +1.3.6.1.2.1.47.1.1.1.1.2.100311211|4|DOM TX Bias Sensor for Ethernet11 +1.3.6.1.2.1.47.1.1.1.1.2.100311212|4|DOM TX Power Sensor for Ethernet11 +1.3.6.1.2.1.47.1.1.1.1.2.100311213|4|DOM RX Power Sensor for Ethernet11 +1.3.6.1.2.1.47.1.1.1.1.2.100312000|4|Xcvr Slot 12 +1.3.6.1.2.1.47.1.1.1.1.2.100312100|4|Xcvr for Ethernet12 +1.3.6.1.2.1.47.1.1.1.1.2.100312201|4|DOM Temperature Sensor for Ethernet12 +1.3.6.1.2.1.47.1.1.1.1.2.100312202|4|DOM Voltage Sensor for Ethernet12 +1.3.6.1.2.1.47.1.1.1.1.2.100312210|4|Lane 0 for Xcvr for Ethernet12 +1.3.6.1.2.1.47.1.1.1.1.2.100312211|4|DOM TX Bias Sensor for Ethernet12 +1.3.6.1.2.1.47.1.1.1.1.2.100312212|4|DOM TX Power Sensor for Ethernet12 +1.3.6.1.2.1.47.1.1.1.1.2.100312213|4|DOM RX Power Sensor for Ethernet12 +1.3.6.1.2.1.47.1.1.1.1.2.100313000|4|Xcvr Slot 13 +1.3.6.1.2.1.47.1.1.1.1.2.100313100|4|Xcvr for Ethernet13 +1.3.6.1.2.1.47.1.1.1.1.2.100313201|4|DOM Temperature Sensor for Ethernet13 +1.3.6.1.2.1.47.1.1.1.1.2.100313202|4|DOM Voltage Sensor for Ethernet13 +1.3.6.1.2.1.47.1.1.1.1.2.100313210|4|Lane 0 for Xcvr for Ethernet13 +1.3.6.1.2.1.47.1.1.1.1.2.100313211|4|DOM TX Bias Sensor for Ethernet13 +1.3.6.1.2.1.47.1.1.1.1.2.100313212|4|DOM TX Power Sensor for Ethernet13 +1.3.6.1.2.1.47.1.1.1.1.2.100313213|4|DOM RX Power Sensor for Ethernet13 +1.3.6.1.2.1.47.1.1.1.1.2.100314000|4|Xcvr Slot 14 +1.3.6.1.2.1.47.1.1.1.1.2.100314100|4|Xcvr for Ethernet14 +1.3.6.1.2.1.47.1.1.1.1.2.100314201|4|DOM Temperature Sensor for Ethernet14 +1.3.6.1.2.1.47.1.1.1.1.2.100314202|4|DOM Voltage Sensor for Ethernet14 +1.3.6.1.2.1.47.1.1.1.1.2.100314210|4|Lane 0 for Xcvr for Ethernet14 +1.3.6.1.2.1.47.1.1.1.1.2.100314211|4|DOM TX Bias Sensor for Ethernet14 +1.3.6.1.2.1.47.1.1.1.1.2.100314212|4|DOM TX Power Sensor for Ethernet14 +1.3.6.1.2.1.47.1.1.1.1.2.100314213|4|DOM RX Power Sensor for Ethernet14 +1.3.6.1.2.1.47.1.1.1.1.2.100315000|4|Xcvr Slot 15 +1.3.6.1.2.1.47.1.1.1.1.2.100315100|4|Xcvr for Ethernet15 +1.3.6.1.2.1.47.1.1.1.1.2.100315201|4|DOM Temperature Sensor for Ethernet15 +1.3.6.1.2.1.47.1.1.1.1.2.100315202|4|DOM Voltage Sensor for Ethernet15 +1.3.6.1.2.1.47.1.1.1.1.2.100315210|4|Lane 0 for Xcvr for Ethernet15 +1.3.6.1.2.1.47.1.1.1.1.2.100315211|4|DOM TX Bias Sensor for Ethernet15 +1.3.6.1.2.1.47.1.1.1.1.2.100315212|4|DOM TX Power Sensor for Ethernet15 +1.3.6.1.2.1.47.1.1.1.1.2.100315213|4|DOM RX Power Sensor for Ethernet15 +1.3.6.1.2.1.47.1.1.1.1.2.100316000|4|Xcvr Slot 16 +1.3.6.1.2.1.47.1.1.1.1.2.100316100|4|Xcvr for Ethernet16 +1.3.6.1.2.1.47.1.1.1.1.2.100316201|4|DOM Temperature Sensor for Ethernet16 +1.3.6.1.2.1.47.1.1.1.1.2.100316202|4|DOM Voltage Sensor for Ethernet16 +1.3.6.1.2.1.47.1.1.1.1.2.100316210|4|Lane 0 for Xcvr for Ethernet16 +1.3.6.1.2.1.47.1.1.1.1.2.100316211|4|DOM TX Bias Sensor for Ethernet16 +1.3.6.1.2.1.47.1.1.1.1.2.100316212|4|DOM TX Power Sensor for Ethernet16 +1.3.6.1.2.1.47.1.1.1.1.2.100316213|4|DOM RX Power Sensor for Ethernet16 +1.3.6.1.2.1.47.1.1.1.1.2.100317000|4|Xcvr Slot 17 +1.3.6.1.2.1.47.1.1.1.1.2.100317100|4|Xcvr for Ethernet17 +1.3.6.1.2.1.47.1.1.1.1.2.100317201|4|DOM Temperature Sensor for Ethernet17 +1.3.6.1.2.1.47.1.1.1.1.2.100317202|4|DOM Voltage Sensor for Ethernet17 +1.3.6.1.2.1.47.1.1.1.1.2.100317210|4|Lane 0 for Xcvr for Ethernet17 +1.3.6.1.2.1.47.1.1.1.1.2.100317211|4|DOM TX Bias Sensor for Ethernet17 +1.3.6.1.2.1.47.1.1.1.1.2.100317212|4|DOM TX Power Sensor for Ethernet17 +1.3.6.1.2.1.47.1.1.1.1.2.100317213|4|DOM RX Power Sensor for Ethernet17 +1.3.6.1.2.1.47.1.1.1.1.2.100318000|4|Xcvr Slot 18 +1.3.6.1.2.1.47.1.1.1.1.2.100318100|4|Xcvr for Ethernet18 +1.3.6.1.2.1.47.1.1.1.1.2.100318201|4|DOM Temperature Sensor for Ethernet18 +1.3.6.1.2.1.47.1.1.1.1.2.100318202|4|DOM Voltage Sensor for Ethernet18 +1.3.6.1.2.1.47.1.1.1.1.2.100318210|4|Lane 0 for Xcvr for Ethernet18 +1.3.6.1.2.1.47.1.1.1.1.2.100318211|4|DOM TX Bias Sensor for Ethernet18 +1.3.6.1.2.1.47.1.1.1.1.2.100318212|4|DOM TX Power Sensor for Ethernet18 +1.3.6.1.2.1.47.1.1.1.1.2.100318213|4|DOM RX Power Sensor for Ethernet18 +1.3.6.1.2.1.47.1.1.1.1.2.100319000|4|Xcvr Slot 19 +1.3.6.1.2.1.47.1.1.1.1.2.100319100|4|Xcvr for Ethernet19 +1.3.6.1.2.1.47.1.1.1.1.2.100319201|4|DOM Temperature Sensor for Ethernet19 +1.3.6.1.2.1.47.1.1.1.1.2.100319202|4|DOM Voltage Sensor for Ethernet19 +1.3.6.1.2.1.47.1.1.1.1.2.100319210|4|Lane 0 for Xcvr for Ethernet19 +1.3.6.1.2.1.47.1.1.1.1.2.100319211|4|DOM TX Bias Sensor for Ethernet19 +1.3.6.1.2.1.47.1.1.1.1.2.100319212|4|DOM TX Power Sensor for Ethernet19 +1.3.6.1.2.1.47.1.1.1.1.2.100319213|4|DOM RX Power Sensor for Ethernet19 +1.3.6.1.2.1.47.1.1.1.1.2.100320000|4|Xcvr Slot 20 +1.3.6.1.2.1.47.1.1.1.1.2.100320100|4|Xcvr for Ethernet20 +1.3.6.1.2.1.47.1.1.1.1.2.100320201|4|DOM Temperature Sensor for Ethernet20 +1.3.6.1.2.1.47.1.1.1.1.2.100320202|4|DOM Voltage Sensor for Ethernet20 +1.3.6.1.2.1.47.1.1.1.1.2.100320210|4|Lane 0 for Xcvr for Ethernet20 +1.3.6.1.2.1.47.1.1.1.1.2.100320211|4|DOM TX Bias Sensor for Ethernet20 +1.3.6.1.2.1.47.1.1.1.1.2.100320212|4|DOM TX Power Sensor for Ethernet20 +1.3.6.1.2.1.47.1.1.1.1.2.100320213|4|DOM RX Power Sensor for Ethernet20 +1.3.6.1.2.1.47.1.1.1.1.2.100321000|4|Xcvr Slot 21 +1.3.6.1.2.1.47.1.1.1.1.2.100321100|4|Xcvr for Ethernet21 +1.3.6.1.2.1.47.1.1.1.1.2.100321201|4|DOM Temperature Sensor for Ethernet21 +1.3.6.1.2.1.47.1.1.1.1.2.100321202|4|DOM Voltage Sensor for Ethernet21 +1.3.6.1.2.1.47.1.1.1.1.2.100321210|4|Lane 0 for Xcvr for Ethernet21 +1.3.6.1.2.1.47.1.1.1.1.2.100321211|4|DOM TX Bias Sensor for Ethernet21 +1.3.6.1.2.1.47.1.1.1.1.2.100321212|4|DOM TX Power Sensor for Ethernet21 +1.3.6.1.2.1.47.1.1.1.1.2.100321213|4|DOM RX Power Sensor for Ethernet21 +1.3.6.1.2.1.47.1.1.1.1.2.100322000|4|Xcvr Slot 22 +1.3.6.1.2.1.47.1.1.1.1.2.100322100|4|Xcvr for Ethernet22 +1.3.6.1.2.1.47.1.1.1.1.2.100322201|4|DOM Temperature Sensor for Ethernet22 +1.3.6.1.2.1.47.1.1.1.1.2.100322202|4|DOM Voltage Sensor for Ethernet22 +1.3.6.1.2.1.47.1.1.1.1.2.100322210|4|Lane 0 for Xcvr for Ethernet22 +1.3.6.1.2.1.47.1.1.1.1.2.100322211|4|DOM TX Bias Sensor for Ethernet22 +1.3.6.1.2.1.47.1.1.1.1.2.100322212|4|DOM TX Power Sensor for Ethernet22 +1.3.6.1.2.1.47.1.1.1.1.2.100322213|4|DOM RX Power Sensor for Ethernet22 +1.3.6.1.2.1.47.1.1.1.1.2.100323000|4|Xcvr Slot 23 +1.3.6.1.2.1.47.1.1.1.1.2.100323100|4|Xcvr for Ethernet23 +1.3.6.1.2.1.47.1.1.1.1.2.100323201|4|DOM Temperature Sensor for Ethernet23 +1.3.6.1.2.1.47.1.1.1.1.2.100323202|4|DOM Voltage Sensor for Ethernet23 +1.3.6.1.2.1.47.1.1.1.1.2.100323210|4|Lane 0 for Xcvr for Ethernet23 +1.3.6.1.2.1.47.1.1.1.1.2.100323211|4|DOM TX Bias Sensor for Ethernet23 +1.3.6.1.2.1.47.1.1.1.1.2.100323212|4|DOM TX Power Sensor for Ethernet23 +1.3.6.1.2.1.47.1.1.1.1.2.100323213|4|DOM RX Power Sensor for Ethernet23 +1.3.6.1.2.1.47.1.1.1.1.2.100324000|4|Xcvr Slot 24 +1.3.6.1.2.1.47.1.1.1.1.2.100324100|4|Xcvr for Ethernet24 +1.3.6.1.2.1.47.1.1.1.1.2.100324201|4|DOM Temperature Sensor for Ethernet24 +1.3.6.1.2.1.47.1.1.1.1.2.100324202|4|DOM Voltage Sensor for Ethernet24 +1.3.6.1.2.1.47.1.1.1.1.2.100324210|4|Lane 0 for Xcvr for Ethernet24 +1.3.6.1.2.1.47.1.1.1.1.2.100324211|4|DOM TX Bias Sensor for Ethernet24 +1.3.6.1.2.1.47.1.1.1.1.2.100324212|4|DOM TX Power Sensor for Ethernet24 +1.3.6.1.2.1.47.1.1.1.1.2.100324213|4|DOM RX Power Sensor for Ethernet24 +1.3.6.1.2.1.47.1.1.1.1.2.100325000|4|Xcvr Slot 25 +1.3.6.1.2.1.47.1.1.1.1.2.100325100|4|Xcvr for Ethernet25 +1.3.6.1.2.1.47.1.1.1.1.2.100325201|4|DOM Temperature Sensor for Ethernet25 +1.3.6.1.2.1.47.1.1.1.1.2.100325202|4|DOM Voltage Sensor for Ethernet25 +1.3.6.1.2.1.47.1.1.1.1.2.100325210|4|Lane 0 for Xcvr for Ethernet25 +1.3.6.1.2.1.47.1.1.1.1.2.100325211|4|DOM TX Bias Sensor for Ethernet25 +1.3.6.1.2.1.47.1.1.1.1.2.100325212|4|DOM TX Power Sensor for Ethernet25 +1.3.6.1.2.1.47.1.1.1.1.2.100325213|4|DOM RX Power Sensor for Ethernet25 +1.3.6.1.2.1.47.1.1.1.1.2.100326000|4|Xcvr Slot 26 +1.3.6.1.2.1.47.1.1.1.1.2.100326100|4|Xcvr for Ethernet26 +1.3.6.1.2.1.47.1.1.1.1.2.100326201|4|DOM Temperature Sensor for Ethernet26 +1.3.6.1.2.1.47.1.1.1.1.2.100326202|4|DOM Voltage Sensor for Ethernet26 +1.3.6.1.2.1.47.1.1.1.1.2.100326210|4|Lane 0 for Xcvr for Ethernet26 +1.3.6.1.2.1.47.1.1.1.1.2.100326211|4|DOM TX Bias Sensor for Ethernet26 +1.3.6.1.2.1.47.1.1.1.1.2.100326212|4|DOM TX Power Sensor for Ethernet26 +1.3.6.1.2.1.47.1.1.1.1.2.100326213|4|DOM RX Power Sensor for Ethernet26 +1.3.6.1.2.1.47.1.1.1.1.2.100327000|4|Xcvr Slot 27 +1.3.6.1.2.1.47.1.1.1.1.2.100327100|4|Xcvr for Ethernet27 +1.3.6.1.2.1.47.1.1.1.1.2.100327201|4|DOM Temperature Sensor for Ethernet27 +1.3.6.1.2.1.47.1.1.1.1.2.100327202|4|DOM Voltage Sensor for Ethernet27 +1.3.6.1.2.1.47.1.1.1.1.2.100327210|4|Lane 0 for Xcvr for Ethernet27 +1.3.6.1.2.1.47.1.1.1.1.2.100327211|4|DOM TX Bias Sensor for Ethernet27 +1.3.6.1.2.1.47.1.1.1.1.2.100327212|4|DOM TX Power Sensor for Ethernet27 +1.3.6.1.2.1.47.1.1.1.1.2.100327213|4|DOM RX Power Sensor for Ethernet27 +1.3.6.1.2.1.47.1.1.1.1.2.100328000|4|Xcvr Slot 28 +1.3.6.1.2.1.47.1.1.1.1.2.100328100|4|Xcvr for Ethernet28 +1.3.6.1.2.1.47.1.1.1.1.2.100328201|4|DOM Temperature Sensor for Ethernet28 +1.3.6.1.2.1.47.1.1.1.1.2.100328202|4|DOM Voltage Sensor for Ethernet28 +1.3.6.1.2.1.47.1.1.1.1.2.100328210|4|Lane 0 for Xcvr for Ethernet28 +1.3.6.1.2.1.47.1.1.1.1.2.100328211|4|DOM TX Bias Sensor for Ethernet28 +1.3.6.1.2.1.47.1.1.1.1.2.100328212|4|DOM TX Power Sensor for Ethernet28 +1.3.6.1.2.1.47.1.1.1.1.2.100328213|4|DOM RX Power Sensor for Ethernet28 +1.3.6.1.2.1.47.1.1.1.1.2.100329000|4|Xcvr Slot 29 +1.3.6.1.2.1.47.1.1.1.1.2.100329100|4|Xcvr for Ethernet29 +1.3.6.1.2.1.47.1.1.1.1.2.100329201|4|DOM Temperature Sensor for Ethernet29 +1.3.6.1.2.1.47.1.1.1.1.2.100329202|4|DOM Voltage Sensor for Ethernet29 +1.3.6.1.2.1.47.1.1.1.1.2.100329210|4|Lane 0 for Xcvr for Ethernet29 +1.3.6.1.2.1.47.1.1.1.1.2.100329211|4|DOM TX Bias Sensor for Ethernet29 +1.3.6.1.2.1.47.1.1.1.1.2.100329212|4|DOM TX Power Sensor for Ethernet29 +1.3.6.1.2.1.47.1.1.1.1.2.100329213|4|DOM RX Power Sensor for Ethernet29 +1.3.6.1.2.1.47.1.1.1.1.2.100330000|4|Xcvr Slot 30 +1.3.6.1.2.1.47.1.1.1.1.2.100330100|4|Xcvr for Ethernet30 +1.3.6.1.2.1.47.1.1.1.1.2.100330201|4|DOM Temperature Sensor for Ethernet30 +1.3.6.1.2.1.47.1.1.1.1.2.100330202|4|DOM Voltage Sensor for Ethernet30 +1.3.6.1.2.1.47.1.1.1.1.2.100330210|4|Lane 0 for Xcvr for Ethernet30 +1.3.6.1.2.1.47.1.1.1.1.2.100330211|4|DOM TX Bias Sensor for Ethernet30 +1.3.6.1.2.1.47.1.1.1.1.2.100330212|4|DOM TX Power Sensor for Ethernet30 +1.3.6.1.2.1.47.1.1.1.1.2.100330213|4|DOM RX Power Sensor for Ethernet30 +1.3.6.1.2.1.47.1.1.1.1.2.100331000|4|Xcvr Slot 31 +1.3.6.1.2.1.47.1.1.1.1.2.100332000|4|Xcvr Slot 32 +1.3.6.1.2.1.47.1.1.1.1.2.100333000|4|Xcvr Slot 33 +1.3.6.1.2.1.47.1.1.1.1.2.100334000|4|Xcvr Slot 34 +1.3.6.1.2.1.47.1.1.1.1.2.100335000|4|Xcvr Slot 35 +1.3.6.1.2.1.47.1.1.1.1.2.100336000|4|Xcvr Slot 36 +1.3.6.1.2.1.47.1.1.1.1.2.100337000|4|Xcvr Slot 37 +1.3.6.1.2.1.47.1.1.1.1.2.100338000|4|Xcvr Slot 38 +1.3.6.1.2.1.47.1.1.1.1.2.100339000|4|Xcvr Slot 39 +1.3.6.1.2.1.47.1.1.1.1.2.100340000|4|Xcvr Slot 40 +1.3.6.1.2.1.47.1.1.1.1.2.100341000|4|Xcvr Slot 41 +1.3.6.1.2.1.47.1.1.1.1.2.100342000|4|Xcvr Slot 42 +1.3.6.1.2.1.47.1.1.1.1.2.100343000|4|Xcvr Slot 43 +1.3.6.1.2.1.47.1.1.1.1.2.100344000|4|Xcvr Slot 44 +1.3.6.1.2.1.47.1.1.1.1.2.100345000|4|Xcvr Slot 45 +1.3.6.1.2.1.47.1.1.1.1.2.100346000|4|Xcvr Slot 46 +1.3.6.1.2.1.47.1.1.1.1.2.100347000|4|Xcvr Slot 47 +1.3.6.1.2.1.47.1.1.1.1.2.100347100|4|Xcvr for Ethernet47 +1.3.6.1.2.1.47.1.1.1.1.2.100347201|4|DOM Temperature Sensor for Ethernet47 +1.3.6.1.2.1.47.1.1.1.1.2.100347202|4|DOM Voltage Sensor for Ethernet47 +1.3.6.1.2.1.47.1.1.1.1.2.100347210|4|Lane 0 for Xcvr for Ethernet47 +1.3.6.1.2.1.47.1.1.1.1.2.100347211|4|DOM TX Bias Sensor for Ethernet47 +1.3.6.1.2.1.47.1.1.1.1.2.100347212|4|DOM TX Power Sensor for Ethernet47 +1.3.6.1.2.1.47.1.1.1.1.2.100347213|4|DOM RX Power Sensor for Ethernet47 +1.3.6.1.2.1.47.1.1.1.1.2.100348000|4|Xcvr Slot 48 +1.3.6.1.2.1.47.1.1.1.1.2.100348100|4|Xcvr for Ethernet48 +1.3.6.1.2.1.47.1.1.1.1.2.100348201|4|DOM Temperature Sensor for Ethernet48 +1.3.6.1.2.1.47.1.1.1.1.2.100348202|4|DOM Voltage Sensor for Ethernet48 +1.3.6.1.2.1.47.1.1.1.1.2.100348210|4|Lane 0 for Xcvr for Ethernet48 +1.3.6.1.2.1.47.1.1.1.1.2.100348211|4|DOM TX Bias Sensor for Ethernet48 +1.3.6.1.2.1.47.1.1.1.1.2.100348212|4|DOM TX Power Sensor for Ethernet48 +1.3.6.1.2.1.47.1.1.1.1.2.100348213|4|DOM RX Power Sensor for Ethernet48 +1.3.6.1.2.1.47.1.1.1.1.2.100349000|4|Xcvr Slot 49 +1.3.6.1.2.1.47.1.1.1.1.2.100350000|4|Xcvr Slot 50 +1.3.6.1.2.1.47.1.1.1.1.2.100351000|4|Xcvr Slot 51 +1.3.6.1.2.1.47.1.1.1.1.2.100352000|4|Xcvr Slot 52 +1.3.6.1.2.1.47.1.1.1.1.2.100353000|4|Xcvr Slot 53 +1.3.6.1.2.1.47.1.1.1.1.2.100354000|4|Xcvr Slot 54 +1.3.6.1.2.1.47.1.1.1.1.2.100601000|4|Fan Tray Slot 1 +1.3.6.1.2.1.47.1.1.1.1.2.100601100|4|Fan Tray 1 +1.3.6.1.2.1.47.1.1.1.1.2.100601110|4|Fan Tray 1 Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.100601111|4|Fan Tray 1 Fan 1 Sensor 1 +1.3.6.1.2.1.47.1.1.1.1.2.100602000|4|Fan Tray Slot 2 +1.3.6.1.2.1.47.1.1.1.1.2.100602100|4|Fan Tray 2 +1.3.6.1.2.1.47.1.1.1.1.2.100602110|4|Fan Tray 2 Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.100602111|4|Fan Tray 2 Fan 1 Sensor 1 +1.3.6.1.2.1.47.1.1.1.1.2.100603000|4|Fan Tray Slot 3 +1.3.6.1.2.1.47.1.1.1.1.2.100603100|4|Fan Tray 3 +1.3.6.1.2.1.47.1.1.1.1.2.100603110|4|Fan Tray 3 Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.100603111|4|Fan Tray 3 Fan 1 Sensor 1 +1.3.6.1.2.1.47.1.1.1.1.2.100604000|4|Fan Tray Slot 4 +1.3.6.1.2.1.47.1.1.1.1.2.100604100|4|Fan Tray 4 +1.3.6.1.2.1.47.1.1.1.1.2.100604110|4|Fan Tray 4 Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.100604111|4|Fan Tray 4 Fan 1 Sensor 1 +1.3.6.1.2.1.47.1.1.1.1.2.100710000|4|Power Supply Slot 1 +1.3.6.1.2.1.47.1.1.1.1.2.100711000|4|PowerSupply1 +1.3.6.1.2.1.47.1.1.1.1.2.100711101|4|Hotspot temperature sensor +1.3.6.1.2.1.47.1.1.1.1.2.100711102|4|Inlet temperature sensor +1.3.6.1.2.1.47.1.1.1.1.2.100711103|4|Input current sensor +1.3.6.1.2.1.47.1.1.1.1.2.100711104|4|Output current sensor +1.3.6.1.2.1.47.1.1.1.1.2.100711105|4|Input voltage sensor +1.3.6.1.2.1.47.1.1.1.1.2.100711106|4|Output voltage sensor +1.3.6.1.2.1.47.1.1.1.1.2.100711210|4|PowerSupply1 Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.100711211|4|PowerSupply1 Fan 1 Sensor 1 +1.3.6.1.2.1.47.1.1.1.1.2.100720000|4|Power Supply Slot 2 +1.3.6.1.2.1.47.1.1.1.1.2.100721000|4|PowerSupply2 +1.3.6.1.2.1.47.1.1.1.1.2.100721101|4|Hotspot temperature sensor +1.3.6.1.2.1.47.1.1.1.1.2.100721102|4|Inlet temperature sensor +1.3.6.1.2.1.47.1.1.1.1.2.100721103|4|Input current sensor +1.3.6.1.2.1.47.1.1.1.1.2.100721104|4|Output current sensor +1.3.6.1.2.1.47.1.1.1.1.2.100721105|4|Input voltage sensor +1.3.6.1.2.1.47.1.1.1.1.2.100721106|4|Output voltage sensor +1.3.6.1.2.1.47.1.1.1.1.2.100721210|4|PowerSupply2 Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.100721211|4|PowerSupply2 Fan 1 Sensor 1 +1.3.6.1.2.1.47.1.1.1.1.2.1100004000|4|Chip Container +1.3.6.1.2.1.47.1.1.1.1.2.1100006000|4|Sensor Container +1.3.6.1.2.1.47.1.1.1.1.2.1100140000|4|Port Container +1.3.6.1.2.1.47.1.1.1.1.2.1100300000|4|Xcvr Slot Container +1.3.6.1.2.1.47.1.1.1.1.2.1100600000|4|Fan Tray Slot Container +1.3.6.1.2.1.47.1.1.1.1.2.1100700000|4|Power Supply Slot Container +1.3.6.1.2.1.47.1.1.1.1.2.1100711100|4|Power Supply Sensor Container +1.3.6.1.2.1.47.1.1.1.1.2.1100711200|4|Power Supply Fan Container +1.3.6.1.2.1.47.1.1.1.1.2.1100721100|4|Power Supply Sensor Container +1.3.6.1.2.1.47.1.1.1.1.2.1100721200|4|Power Supply Fan Container +1.3.6.1.2.1.47.1.1.1.1.7.1|4| +1.3.6.1.2.1.47.1.1.1.1.7.100004000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100004196|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006001|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006002|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006003|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006004|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006005|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006006|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006007|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006008|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006009|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006010|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006011|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006012|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006013|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006014|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006015|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006016|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006017|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006018|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006019|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006020|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006021|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006022|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006023|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006024|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006025|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006026|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006027|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006028|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006029|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006030|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006031|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006032|4| +1.3.6.1.2.1.47.1.1.1.1.7.100006033|4| +1.3.6.1.2.1.47.1.1.1.1.7.100015001|4| +1.3.6.1.2.1.47.1.1.1.1.7.100015002|4| +1.3.6.1.2.1.47.1.1.1.1.7.100054101|4| +1.3.6.1.2.1.47.1.1.1.1.7.100054102|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100001|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100002|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100003|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100004|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100005|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100006|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100007|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100008|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100009|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100010|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100011|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100012|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100013|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100014|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100015|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100016|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100017|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100018|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100019|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100020|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100021|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100022|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100023|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100024|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100025|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100026|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100027|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100028|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100029|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100030|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100031|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100032|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100033|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100034|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100035|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100036|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100037|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100038|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100039|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100040|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100041|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100042|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100043|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100044|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100045|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100046|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100047|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100048|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100049|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100050|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100051|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100052|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100053|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100054|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100055|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100056|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100057|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100058|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100059|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100060|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100061|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100062|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100063|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100064|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100065|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100066|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100067|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100068|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100069|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100070|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100071|4| +1.3.6.1.2.1.47.1.1.1.1.7.100100072|4| +1.3.6.1.2.1.47.1.1.1.1.7.100110073|4| +1.3.6.1.2.1.47.1.1.1.1.7.100301000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100301100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100301201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100301202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100301210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100301211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100301212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100301213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100302000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100302100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100302201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100302202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100302210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100302211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100302212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100302213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100303000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100303100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100303201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100303202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100303210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100303211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100303212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100303213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100304000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100304100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100304201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100304202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100304210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100304211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100304212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100304213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100305000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100305100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100305201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100305202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100305210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100305211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100305212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100305213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100306000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100306100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100306201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100306202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100306210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100306211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100306212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100306213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100307000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100307100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100307201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100307202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100307210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100307211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100307212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100307213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100308000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100308100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100308201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100308202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100308210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100308211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100308212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100308213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100309000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100309100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100309201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100309202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100309210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100309211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100309212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100309213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100310000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100310100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100310201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100310202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100310210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100310211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100310212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100310213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100311000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100311100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100311201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100311202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100311210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100311211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100311212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100311213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100312000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100312100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100312201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100312202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100312210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100312211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100312212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100312213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100313000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100313100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100313201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100313202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100313210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100313211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100313212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100313213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100314000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100314100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100314201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100314202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100314210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100314211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100314212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100314213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100315000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100315100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100315201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100315202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100315210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100315211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100315212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100315213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100316000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100316100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100316201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100316202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100316210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100316211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100316212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100316213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100317000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100317100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100317201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100317202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100317210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100317211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100317212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100317213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100318000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100318100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100318201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100318202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100318210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100318211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100318212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100318213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100319000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100319100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100319201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100319202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100319210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100319211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100319212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100319213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100320000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100320100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100320201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100320202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100320210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100320211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100320212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100320213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100321000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100321100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100321201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100321202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100321210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100321211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100321212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100321213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100322000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100322100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100322201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100322202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100322210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100322211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100322212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100322213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100323000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100323100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100323201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100323202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100323210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100323211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100323212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100323213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100324000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100324100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100324201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100324202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100324210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100324211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100324212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100324213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100325000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100325100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100325201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100325202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100325210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100325211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100325212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100325213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100326000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100326100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100326201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100326202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100326210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100326211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100326212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100326213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100327000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100327100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100327201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100327202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100327210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100327211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100327212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100327213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100328000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100328100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100328201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100328202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100328210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100328211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100328212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100328213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100329000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100329100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100329201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100329202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100329210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100329211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100329212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100329213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100330000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100330100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100330201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100330202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100330210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100330211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100330212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100330213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100331000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100332000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100333000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100334000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100335000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100336000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100337000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100338000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100339000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100340000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100341000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100342000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100343000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100344000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100345000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100346000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100347000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100347100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100347201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100347202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100347210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100347211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100347212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100347213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100348000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100348100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100348201|4| +1.3.6.1.2.1.47.1.1.1.1.7.100348202|4| +1.3.6.1.2.1.47.1.1.1.1.7.100348210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100348211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100348212|4| +1.3.6.1.2.1.47.1.1.1.1.7.100348213|4| +1.3.6.1.2.1.47.1.1.1.1.7.100349000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100350000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100351000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100352000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100353000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100354000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100601000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100601100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100601110|4| +1.3.6.1.2.1.47.1.1.1.1.7.100601111|4| +1.3.6.1.2.1.47.1.1.1.1.7.100602000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100602100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100602110|4| +1.3.6.1.2.1.47.1.1.1.1.7.100602111|4| +1.3.6.1.2.1.47.1.1.1.1.7.100603000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100603100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100603110|4| +1.3.6.1.2.1.47.1.1.1.1.7.100603111|4| +1.3.6.1.2.1.47.1.1.1.1.7.100604000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100604100|4| +1.3.6.1.2.1.47.1.1.1.1.7.100604110|4| +1.3.6.1.2.1.47.1.1.1.1.7.100604111|4| +1.3.6.1.2.1.47.1.1.1.1.7.100710000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100711000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100711101|4| +1.3.6.1.2.1.47.1.1.1.1.7.100711102|4| +1.3.6.1.2.1.47.1.1.1.1.7.100711103|4| +1.3.6.1.2.1.47.1.1.1.1.7.100711104|4| +1.3.6.1.2.1.47.1.1.1.1.7.100711105|4| +1.3.6.1.2.1.47.1.1.1.1.7.100711106|4| +1.3.6.1.2.1.47.1.1.1.1.7.100711210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100711211|4| +1.3.6.1.2.1.47.1.1.1.1.7.100720000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100721000|4| +1.3.6.1.2.1.47.1.1.1.1.7.100721101|4| +1.3.6.1.2.1.47.1.1.1.1.7.100721102|4| +1.3.6.1.2.1.47.1.1.1.1.7.100721103|4| +1.3.6.1.2.1.47.1.1.1.1.7.100721104|4| +1.3.6.1.2.1.47.1.1.1.1.7.100721105|4| +1.3.6.1.2.1.47.1.1.1.1.7.100721106|4| +1.3.6.1.2.1.47.1.1.1.1.7.100721210|4| +1.3.6.1.2.1.47.1.1.1.1.7.100721211|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100004000|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100006000|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100140000|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100300000|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100600000|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100700000|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100711100|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100711200|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100721100|4| +1.3.6.1.2.1.47.1.1.1.1.7.1100721200|4| +1.3.6.1.2.1.99.1.1.1.1.100006001|2|8 +1.3.6.1.2.1.99.1.1.1.1.100006002|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006003|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006004|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006005|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006006|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006007|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006008|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006009|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006010|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006011|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006012|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006013|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006014|2|8 +1.3.6.1.2.1.99.1.1.1.1.100006015|2|8 +1.3.6.1.2.1.99.1.1.1.1.100006016|2|8 +1.3.6.1.2.1.99.1.1.1.1.100006017|2|8 +1.3.6.1.2.1.99.1.1.1.1.100006018|2|8 +1.3.6.1.2.1.99.1.1.1.1.100006019|2|8 +1.3.6.1.2.1.99.1.1.1.1.100006020|2|8 +1.3.6.1.2.1.99.1.1.1.1.100006021|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006022|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006023|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006024|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006025|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006026|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006027|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006028|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006029|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006030|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006031|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006032|2|3 +1.3.6.1.2.1.99.1.1.1.1.100006033|2|3 +1.3.6.1.2.1.99.1.1.1.1.100301201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100301202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100301211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100301212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100301213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100302201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100302202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100302211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100302212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100302213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100303201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100303202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100303211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100303212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100303213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100304201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100304202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100304211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100304212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100304213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100305201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100305202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100305211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100305212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100305213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100306201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100306202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100306211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100306212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100306213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100307201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100307202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100307211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100307212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100307213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100308201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100308202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100308211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100308212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100308213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100309201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100309202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100309211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100309212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100309213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100310201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100310202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100310211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100310212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100310213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100311201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100311202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100311211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100311212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100311213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100312201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100312202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100312211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100312212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100312213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100313201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100313202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100313211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100313212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100313213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100314201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100314202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100314211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100314212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100314213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100315201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100315202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100315211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100315212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100315213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100316201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100316202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100316211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100316212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100316213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100317201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100317202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100317211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100317212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100317213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100318201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100318202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100318211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100318212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100318213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100319201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100319202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100319211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100319212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100319213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100320201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100320202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100320211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100320212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100320213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100321201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100321202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100321211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100321212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100321213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100322201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100322202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100322211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100322212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100322213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100323201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100323202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100323211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100323212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100323213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100324201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100324202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100324211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100324212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100324213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100325201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100325202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100325211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100325212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100325213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100326201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100326202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100326211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100326212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100326213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100327201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100327202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100327211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100327212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100327213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100328201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100328202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100328211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100328212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100328213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100329201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100329202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100329211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100329212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100329213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100330201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100330202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100330211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100330212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100330213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100347201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100347202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100347211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100347212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100347213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100348201|2|8 +1.3.6.1.2.1.99.1.1.1.1.100348202|2|4 +1.3.6.1.2.1.99.1.1.1.1.100348211|2|5 +1.3.6.1.2.1.99.1.1.1.1.100348212|2|6 +1.3.6.1.2.1.99.1.1.1.1.100348213|2|6 +1.3.6.1.2.1.99.1.1.1.1.100601111|2|10 +1.3.6.1.2.1.99.1.1.1.1.100602111|2|10 +1.3.6.1.2.1.99.1.1.1.1.100603111|2|10 +1.3.6.1.2.1.99.1.1.1.1.100604111|2|10 +1.3.6.1.2.1.99.1.1.1.1.100711101|2|8 +1.3.6.1.2.1.99.1.1.1.1.100711102|2|8 +1.3.6.1.2.1.99.1.1.1.1.100711103|2|5 +1.3.6.1.2.1.99.1.1.1.1.100711104|2|5 +1.3.6.1.2.1.99.1.1.1.1.100711105|2|3 +1.3.6.1.2.1.99.1.1.1.1.100711106|2|3 +1.3.6.1.2.1.99.1.1.1.1.100711211|2|10 +1.3.6.1.2.1.99.1.1.1.1.100721101|2|8 +1.3.6.1.2.1.99.1.1.1.1.100721102|2|8 +1.3.6.1.2.1.99.1.1.1.1.100721103|2|5 +1.3.6.1.2.1.99.1.1.1.1.100721104|2|5 +1.3.6.1.2.1.99.1.1.1.1.100721105|2|3 +1.3.6.1.2.1.99.1.1.1.1.100721106|2|3 +1.3.6.1.2.1.99.1.1.1.1.100721211|2|10 +1.3.6.1.2.1.99.1.1.1.2.100006001|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006002|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006003|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006004|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006005|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006006|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006007|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006008|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006009|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006010|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006011|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006012|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006013|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006014|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006015|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006016|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006017|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006018|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006019|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006020|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006021|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006022|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006023|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006024|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006025|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006026|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006027|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006028|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006029|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006030|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006031|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006032|2|9 +1.3.6.1.2.1.99.1.1.1.2.100006033|2|9 +1.3.6.1.2.1.99.1.1.1.2.100301201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100301202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100301211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100301212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100301213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100302201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100302202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100302211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100302212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100302213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100303201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100303202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100303211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100303212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100303213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100304201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100304202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100304211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100304212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100304213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100305201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100305202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100305211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100305212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100305213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100306201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100306202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100306211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100306212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100306213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100307201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100307202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100307211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100307212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100307213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100308201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100308202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100308211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100308212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100308213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100309201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100309202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100309211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100309212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100309213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100310201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100310202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100310211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100310212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100310213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100311201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100311202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100311211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100311212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100311213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100312201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100312202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100312211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100312212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100312213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100313201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100313202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100313211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100313212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100313213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100314201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100314202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100314211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100314212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100314213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100315201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100315202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100315211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100315212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100315213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100316201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100316202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100316211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100316212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100316213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100317201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100317202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100317211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100317212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100317213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100318201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100318202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100318211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100318212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100318213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100319201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100319202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100319211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100319212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100319213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100320201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100320202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100320211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100320212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100320213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100321201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100321202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100321211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100321212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100321213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100322201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100322202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100322211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100322212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100322213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100323201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100323202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100323211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100323212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100323213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100324201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100324202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100324211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100324212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100324213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100325201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100325202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100325211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100325212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100325213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100326201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100326202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100326211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100326212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100326213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100327201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100327202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100327211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100327212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100327213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100328201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100328202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100328211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100328212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100328213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100329201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100329202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100329211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100329212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100329213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100330201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100330202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100330211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100330212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100330213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100347201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100347202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100347211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100347212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100347213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100348201|2|9 +1.3.6.1.2.1.99.1.1.1.2.100348202|2|9 +1.3.6.1.2.1.99.1.1.1.2.100348211|2|8 +1.3.6.1.2.1.99.1.1.1.2.100348212|2|8 +1.3.6.1.2.1.99.1.1.1.2.100348213|2|8 +1.3.6.1.2.1.99.1.1.1.2.100601111|2|9 +1.3.6.1.2.1.99.1.1.1.2.100602111|2|9 +1.3.6.1.2.1.99.1.1.1.2.100603111|2|9 +1.3.6.1.2.1.99.1.1.1.2.100604111|2|9 +1.3.6.1.2.1.99.1.1.1.2.100711101|2|9 +1.3.6.1.2.1.99.1.1.1.2.100711102|2|9 +1.3.6.1.2.1.99.1.1.1.2.100711103|2|9 +1.3.6.1.2.1.99.1.1.1.2.100711104|2|9 +1.3.6.1.2.1.99.1.1.1.2.100711105|2|9 +1.3.6.1.2.1.99.1.1.1.2.100711106|2|9 +1.3.6.1.2.1.99.1.1.1.2.100711211|2|9 +1.3.6.1.2.1.99.1.1.1.2.100721101|2|9 +1.3.6.1.2.1.99.1.1.1.2.100721102|2|9 +1.3.6.1.2.1.99.1.1.1.2.100721103|2|9 +1.3.6.1.2.1.99.1.1.1.2.100721104|2|9 +1.3.6.1.2.1.99.1.1.1.2.100721105|2|9 +1.3.6.1.2.1.99.1.1.1.2.100721106|2|9 +1.3.6.1.2.1.99.1.1.1.2.100721211|2|9 +1.3.6.1.2.1.99.1.1.1.3.100006001|2|1 +1.3.6.1.2.1.99.1.1.1.3.100006002|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006003|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006004|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006005|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006006|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006007|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006008|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006009|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006010|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006011|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006012|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006013|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006014|2|1 +1.3.6.1.2.1.99.1.1.1.3.100006015|2|1 +1.3.6.1.2.1.99.1.1.1.3.100006016|2|1 +1.3.6.1.2.1.99.1.1.1.3.100006017|2|1 +1.3.6.1.2.1.99.1.1.1.3.100006018|2|1 +1.3.6.1.2.1.99.1.1.1.3.100006019|2|1 +1.3.6.1.2.1.99.1.1.1.3.100006020|2|1 +1.3.6.1.2.1.99.1.1.1.3.100006021|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006022|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006023|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006024|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006025|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006026|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006027|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006028|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006029|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006030|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006031|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006032|2|2 +1.3.6.1.2.1.99.1.1.1.3.100006033|2|2 +1.3.6.1.2.1.99.1.1.1.3.100301201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100301202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100301211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100301212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100301213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100302201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100302202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100302211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100302212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100302213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100303201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100303202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100303211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100303212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100303213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100304201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100304202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100304211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100304212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100304213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100305201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100305202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100305211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100305212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100305213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100306201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100306202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100306211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100306212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100306213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100307201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100307202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100307211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100307212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100307213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100308201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100308202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100308211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100308212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100308213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100309201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100309202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100309211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100309212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100309213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100310201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100310202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100310211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100310212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100310213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100311201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100311202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100311211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100311212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100311213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100312201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100312202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100312211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100312212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100312213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100313201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100313202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100313211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100313212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100313213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100314201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100314202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100314211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100314212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100314213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100315201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100315202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100315211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100315212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100315213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100316201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100316202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100316211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100316212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100316213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100317201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100317202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100317211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100317212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100317213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100318201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100318202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100318211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100318212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100318213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100319201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100319202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100319211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100319212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100319213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100320201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100320202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100320211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100320212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100320213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100321201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100321202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100321211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100321212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100321213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100322201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100322202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100322211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100322212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100322213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100323201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100323202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100323211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100323212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100323213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100324201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100324202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100324211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100324212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100324213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100325201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100325202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100325211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100325212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100325213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100326201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100326202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100326211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100326212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100326213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100327201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100327202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100327211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100327212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100327213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100328201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100328202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100328211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100328212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100328213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100329201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100329202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100329211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100329212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100329213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100330201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100330202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100330211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100330212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100330213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100347201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100347202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100347211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100347212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100347213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100348201|2|1 +1.3.6.1.2.1.99.1.1.1.3.100348202|2|2 +1.3.6.1.2.1.99.1.1.1.3.100348211|2|2 +1.3.6.1.2.1.99.1.1.1.3.100348212|2|4 +1.3.6.1.2.1.99.1.1.1.3.100348213|2|4 +1.3.6.1.2.1.99.1.1.1.3.100601111|2|0 +1.3.6.1.2.1.99.1.1.1.3.100602111|2|0 +1.3.6.1.2.1.99.1.1.1.3.100603111|2|0 +1.3.6.1.2.1.99.1.1.1.3.100604111|2|0 +1.3.6.1.2.1.99.1.1.1.3.100711101|2|1 +1.3.6.1.2.1.99.1.1.1.3.100711102|2|1 +1.3.6.1.2.1.99.1.1.1.3.100711103|2|2 +1.3.6.1.2.1.99.1.1.1.3.100711104|2|2 +1.3.6.1.2.1.99.1.1.1.3.100711105|2|2 +1.3.6.1.2.1.99.1.1.1.3.100711106|2|2 +1.3.6.1.2.1.99.1.1.1.3.100711211|2|0 +1.3.6.1.2.1.99.1.1.1.3.100721101|2|1 +1.3.6.1.2.1.99.1.1.1.3.100721102|2|1 +1.3.6.1.2.1.99.1.1.1.3.100721103|2|2 +1.3.6.1.2.1.99.1.1.1.3.100721104|2|2 +1.3.6.1.2.1.99.1.1.1.3.100721105|2|2 +1.3.6.1.2.1.99.1.1.1.3.100721106|2|2 +1.3.6.1.2.1.99.1.1.1.3.100721211|2|0 +1.3.6.1.2.1.99.1.1.1.4.100006001|2|533 +1.3.6.1.2.1.99.1.1.1.4.100006002|2|1198 +1.3.6.1.2.1.99.1.1.1.4.100006003|2|505 +1.3.6.1.2.1.99.1.1.1.4.100006004|2|330 +1.3.6.1.2.1.99.1.1.1.4.100006005|2|180 +1.3.6.1.2.1.99.1.1.1.4.100006006|2|150 +1.3.6.1.2.1.99.1.1.1.4.100006007|2|149 +1.3.6.1.2.1.99.1.1.1.4.100006008|2|75 +1.3.6.1.2.1.99.1.1.1.4.100006009|2|94 +1.3.6.1.2.1.99.1.1.1.4.100006010|2|180 +1.3.6.1.2.1.99.1.1.1.4.100006011|2|330 +1.3.6.1.2.1.99.1.1.1.4.100006012|2|94 +1.3.6.1.2.1.99.1.1.1.4.100006013|2|122 +1.3.6.1.2.1.99.1.1.1.4.100006014|2|420 +1.3.6.1.2.1.99.1.1.1.4.100006015|2|365 +1.3.6.1.2.1.99.1.1.1.4.100006016|2|246 +1.3.6.1.2.1.99.1.1.1.4.100006017|2|430 +1.3.6.1.2.1.99.1.1.1.4.100006018|2|648 +1.3.6.1.2.1.99.1.1.1.4.100006019|2|520 +1.3.6.1.2.1.99.1.1.1.4.100006020|2|640 +1.3.6.1.2.1.99.1.1.1.4.100006021|2|104 +1.3.6.1.2.1.99.1.1.1.4.100006022|2|104 +1.3.6.1.2.1.99.1.1.1.4.100006023|2|100 +1.3.6.1.2.1.99.1.1.1.4.100006024|2|120 +1.3.6.1.2.1.99.1.1.1.4.100006025|2|125 +1.3.6.1.2.1.99.1.1.1.4.100006026|2|135 +1.3.6.1.2.1.99.1.1.1.4.100006027|2|135 +1.3.6.1.2.1.99.1.1.1.4.100006028|2|180 +1.3.6.1.2.1.99.1.1.1.4.100006029|2|250 +1.3.6.1.2.1.99.1.1.1.4.100006030|2|330 +1.3.6.1.2.1.99.1.1.1.4.100006031|2|328 +1.3.6.1.2.1.99.1.1.1.4.100006032|2|1187 +1.3.6.1.2.1.99.1.1.1.4.100006033|2|1199 +1.3.6.1.2.1.99.1.1.1.4.100301201|2|258 +1.3.6.1.2.1.99.1.1.1.4.100301202|2|331 +1.3.6.1.2.1.99.1.1.1.4.100301211|2|3345 +1.3.6.1.2.1.99.1.1.1.4.100301212|2|6322 +1.3.6.1.2.1.99.1.1.1.4.100301213|2|1 +1.3.6.1.2.1.99.1.1.1.4.100302201|2|337 +1.3.6.1.2.1.99.1.1.1.4.100302202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100302211|2|1820 +1.3.6.1.2.1.99.1.1.1.4.100302212|2|2471 +1.3.6.1.2.1.99.1.1.1.4.100302213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100303201|2|358 +1.3.6.1.2.1.99.1.1.1.4.100303202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100303211|2|2265 +1.3.6.1.2.1.99.1.1.1.4.100303212|2|2479 +1.3.6.1.2.1.99.1.1.1.4.100303213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100304201|2|379 +1.3.6.1.2.1.99.1.1.1.4.100304202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100304211|2|2250 +1.3.6.1.2.1.99.1.1.1.4.100304212|2|2436 +1.3.6.1.2.1.99.1.1.1.4.100304213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100305201|2|365 +1.3.6.1.2.1.99.1.1.1.4.100305202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100305211|2|2225 +1.3.6.1.2.1.99.1.1.1.4.100305212|2|2444 +1.3.6.1.2.1.99.1.1.1.4.100305213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100306201|2|365 +1.3.6.1.2.1.99.1.1.1.4.100306202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100306211|2|1915 +1.3.6.1.2.1.99.1.1.1.4.100306212|2|2467 +1.3.6.1.2.1.99.1.1.1.4.100306213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100307201|2|348 +1.3.6.1.2.1.99.1.1.1.4.100307202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100307211|2|2000 +1.3.6.1.2.1.99.1.1.1.4.100307212|2|2501 +1.3.6.1.2.1.99.1.1.1.4.100307213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100308201|2|369 +1.3.6.1.2.1.99.1.1.1.4.100308202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100308211|2|1835 +1.3.6.1.2.1.99.1.1.1.4.100308212|2|2490 +1.3.6.1.2.1.99.1.1.1.4.100308213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100309201|2|351 +1.3.6.1.2.1.99.1.1.1.4.100309202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100309211|2|2060 +1.3.6.1.2.1.99.1.1.1.4.100309212|2|2475 +1.3.6.1.2.1.99.1.1.1.4.100309213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100310201|2|393 +1.3.6.1.2.1.99.1.1.1.4.100310202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100310211|2|2400 +1.3.6.1.2.1.99.1.1.1.4.100310212|2|2349 +1.3.6.1.2.1.99.1.1.1.4.100310213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100311201|2|365 +1.3.6.1.2.1.99.1.1.1.4.100311202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100311211|2|2380 +1.3.6.1.2.1.99.1.1.1.4.100311212|2|2473 +1.3.6.1.2.1.99.1.1.1.4.100311213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100312201|2|344 +1.3.6.1.2.1.99.1.1.1.4.100312202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100312211|2|1510 +1.3.6.1.2.1.99.1.1.1.4.100312212|2|2490 +1.3.6.1.2.1.99.1.1.1.4.100312213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100313201|2|362 +1.3.6.1.2.1.99.1.1.1.4.100313202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100313211|2|2240 +1.3.6.1.2.1.99.1.1.1.4.100313212|2|2541 +1.3.6.1.2.1.99.1.1.1.4.100313213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100314201|2|393 +1.3.6.1.2.1.99.1.1.1.4.100314202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100314211|2|2395 +1.3.6.1.2.1.99.1.1.1.4.100314212|2|2439 +1.3.6.1.2.1.99.1.1.1.4.100314213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100315201|2|344 +1.3.6.1.2.1.99.1.1.1.4.100315202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100315211|2|1750 +1.3.6.1.2.1.99.1.1.1.4.100315212|2|2460 +1.3.6.1.2.1.99.1.1.1.4.100315213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100316201|2|383 +1.3.6.1.2.1.99.1.1.1.4.100316202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100316211|2|2070 +1.3.6.1.2.1.99.1.1.1.4.100316212|2|2513 +1.3.6.1.2.1.99.1.1.1.4.100316213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100317201|2|348 +1.3.6.1.2.1.99.1.1.1.4.100317202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100317211|2|1915 +1.3.6.1.2.1.99.1.1.1.4.100317212|2|2454 +1.3.6.1.2.1.99.1.1.1.4.100317213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100318201|2|330 +1.3.6.1.2.1.99.1.1.1.4.100318202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100318211|2|1450 +1.3.6.1.2.1.99.1.1.1.4.100318212|2|2486 +1.3.6.1.2.1.99.1.1.1.4.100318213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100319201|2|365 +1.3.6.1.2.1.99.1.1.1.4.100319202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100319211|2|2280 +1.3.6.1.2.1.99.1.1.1.4.100319212|2|2397 +1.3.6.1.2.1.99.1.1.1.4.100319213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100320201|2|383 +1.3.6.1.2.1.99.1.1.1.4.100320202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100320211|2|2135 +1.3.6.1.2.1.99.1.1.1.4.100320212|2|2414 +1.3.6.1.2.1.99.1.1.1.4.100320213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100321201|2|334 +1.3.6.1.2.1.99.1.1.1.4.100321202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100321211|2|2435 +1.3.6.1.2.1.99.1.1.1.4.100321212|2|2497 +1.3.6.1.2.1.99.1.1.1.4.100321213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100322201|2|379 +1.3.6.1.2.1.99.1.1.1.4.100322202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100322211|2|2960 +1.3.6.1.2.1.99.1.1.1.4.100322212|2|2413 +1.3.6.1.2.1.99.1.1.1.4.100322213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100323201|2|320 +1.3.6.1.2.1.99.1.1.1.4.100323202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100323211|2|2255 +1.3.6.1.2.1.99.1.1.1.4.100323212|2|2548 +1.3.6.1.2.1.99.1.1.1.4.100323213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100324201|2|365 +1.3.6.1.2.1.99.1.1.1.4.100324202|2|336 +1.3.6.1.2.1.99.1.1.1.4.100324211|2|2760 +1.3.6.1.2.1.99.1.1.1.4.100324212|2|2369 +1.3.6.1.2.1.99.1.1.1.4.100324213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100325201|2|299 +1.3.6.1.2.1.99.1.1.1.4.100325202|2|335 +1.3.6.1.2.1.99.1.1.1.4.100325211|2|1800 +1.3.6.1.2.1.99.1.1.1.4.100325212|2|2395 +1.3.6.1.2.1.99.1.1.1.4.100325213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100326201|2|365 +1.3.6.1.2.1.99.1.1.1.4.100326202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100326211|2|2275 +1.3.6.1.2.1.99.1.1.1.4.100326212|2|2463 +1.3.6.1.2.1.99.1.1.1.4.100326213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100327201|2|379 +1.3.6.1.2.1.99.1.1.1.4.100327202|2|332 +1.3.6.1.2.1.99.1.1.1.4.100327211|2|3060 +1.3.6.1.2.1.99.1.1.1.4.100327212|2|2447 +1.3.6.1.2.1.99.1.1.1.4.100327213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100328201|2|376 +1.3.6.1.2.1.99.1.1.1.4.100328202|2|333 +1.3.6.1.2.1.99.1.1.1.4.100328211|2|2600 +1.3.6.1.2.1.99.1.1.1.4.100328212|2|2453 +1.3.6.1.2.1.99.1.1.1.4.100328213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100329201|2|309 +1.3.6.1.2.1.99.1.1.1.4.100329202|2|334 +1.3.6.1.2.1.99.1.1.1.4.100329211|2|1800 +1.3.6.1.2.1.99.1.1.1.4.100329212|2|2417 +1.3.6.1.2.1.99.1.1.1.4.100329213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100330201|2|344 +1.3.6.1.2.1.99.1.1.1.4.100330202|2|335 +1.3.6.1.2.1.99.1.1.1.4.100330211|2|2365 +1.3.6.1.2.1.99.1.1.1.4.100330212|2|2356 +1.3.6.1.2.1.99.1.1.1.4.100330213|2|-1000000000 +1.3.6.1.2.1.99.1.1.1.4.100347201|2|254 +1.3.6.1.2.1.99.1.1.1.4.100347202|2|332 +1.3.6.1.2.1.99.1.1.1.4.100347211|2|3678 +1.3.6.1.2.1.99.1.1.1.4.100347212|2|7604 +1.3.6.1.2.1.99.1.1.1.4.100347213|2|1 +1.3.6.1.2.1.99.1.1.1.4.100348201|2|248 +1.3.6.1.2.1.99.1.1.1.4.100348202|2|332 +1.3.6.1.2.1.99.1.1.1.4.100348211|2|3646 +1.3.6.1.2.1.99.1.1.1.4.100348212|2|6985 +1.3.6.1.2.1.99.1.1.1.4.100348213|2|1 +1.3.6.1.2.1.99.1.1.1.4.100601111|2|8426 +1.3.6.1.2.1.99.1.1.1.4.100602111|2|8287 +1.3.6.1.2.1.99.1.1.1.4.100603111|2|8450 +1.3.6.1.2.1.99.1.1.1.4.100604111|2|8310 +1.3.6.1.2.1.99.1.1.1.4.100711101|2|470 +1.3.6.1.2.1.99.1.1.1.4.100711102|2|360 +1.3.6.1.2.1.99.1.1.1.4.100711103|2|66 +1.3.6.1.2.1.99.1.1.1.4.100711104|2|1066 +1.3.6.1.2.1.99.1.1.1.4.100711105|2|22925 +1.3.6.1.2.1.99.1.1.1.4.100711106|2|1197 +1.3.6.1.2.1.99.1.1.1.4.100711211|2|7968 +1.3.6.1.2.1.99.1.1.1.4.100721101|2|480 +1.3.6.1.2.1.99.1.1.1.4.100721102|2|380 +1.3.6.1.2.1.99.1.1.1.4.100721103|2|63 +1.3.6.1.2.1.99.1.1.1.4.100721104|2|1034 +1.3.6.1.2.1.99.1.1.1.4.100721105|2|23025 +1.3.6.1.2.1.99.1.1.1.4.100721106|2|1200 +1.3.6.1.2.1.99.1.1.1.4.100721211|2|8304 +1.3.6.1.2.1.99.1.1.1.5.100006001|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006002|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006003|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006004|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006005|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006006|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006007|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006008|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006009|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006010|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006011|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006012|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006013|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006014|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006015|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006016|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006017|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006018|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006019|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006020|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006021|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006022|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006023|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006024|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006025|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006026|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006027|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006028|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006029|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006030|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006031|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006032|2|1 +1.3.6.1.2.1.99.1.1.1.5.100006033|2|1 +1.3.6.1.2.1.99.1.1.1.5.100301201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100301202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100301211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100301212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100301213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100302201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100302202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100302211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100302212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100302213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100303201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100303202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100303211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100303212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100303213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100304201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100304202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100304211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100304212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100304213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100305201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100305202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100305211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100305212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100305213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100306201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100306202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100306211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100306212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100306213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100307201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100307202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100307211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100307212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100307213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100308201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100308202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100308211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100308212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100308213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100309201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100309202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100309211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100309212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100309213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100310201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100310202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100310211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100310212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100310213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100311201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100311202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100311211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100311212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100311213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100312201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100312202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100312211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100312212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100312213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100313201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100313202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100313211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100313212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100313213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100314201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100314202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100314211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100314212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100314213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100315201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100315202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100315211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100315212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100315213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100316201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100316202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100316211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100316212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100316213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100317201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100317202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100317211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100317212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100317213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100318201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100318202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100318211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100318212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100318213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100319201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100319202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100319211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100319212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100319213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100320201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100320202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100320211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100320212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100320213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100321201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100321202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100321211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100321212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100321213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100322201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100322202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100322211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100322212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100322213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100323201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100323202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100323211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100323212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100323213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100324201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100324202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100324211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100324212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100324213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100325201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100325202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100325211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100325212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100325213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100326201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100326202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100326211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100326212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100326213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100327201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100327202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100327211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100327212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100327213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100328201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100328202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100328211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100328212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100328213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100329201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100329202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100329211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100329212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100329213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100330201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100330202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100330211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100330212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100330213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100347201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100347202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100347211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100347212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100347213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100348201|2|1 +1.3.6.1.2.1.99.1.1.1.5.100348202|2|1 +1.3.6.1.2.1.99.1.1.1.5.100348211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100348212|2|1 +1.3.6.1.2.1.99.1.1.1.5.100348213|2|1 +1.3.6.1.2.1.99.1.1.1.5.100601111|2|1 +1.3.6.1.2.1.99.1.1.1.5.100602111|2|1 +1.3.6.1.2.1.99.1.1.1.5.100603111|2|1 +1.3.6.1.2.1.99.1.1.1.5.100604111|2|1 +1.3.6.1.2.1.99.1.1.1.5.100711101|2|1 +1.3.6.1.2.1.99.1.1.1.5.100711102|2|1 +1.3.6.1.2.1.99.1.1.1.5.100711103|2|1 +1.3.6.1.2.1.99.1.1.1.5.100711104|2|1 +1.3.6.1.2.1.99.1.1.1.5.100711105|2|1 +1.3.6.1.2.1.99.1.1.1.5.100711106|2|1 +1.3.6.1.2.1.99.1.1.1.5.100711211|2|1 +1.3.6.1.2.1.99.1.1.1.5.100721101|2|1 +1.3.6.1.2.1.99.1.1.1.5.100721102|2|1 +1.3.6.1.2.1.99.1.1.1.5.100721103|2|1 +1.3.6.1.2.1.99.1.1.1.5.100721104|2|1 +1.3.6.1.2.1.99.1.1.1.5.100721105|2|1 +1.3.6.1.2.1.99.1.1.1.5.100721106|2|1 +1.3.6.1.2.1.99.1.1.1.5.100721211|2|1 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006001|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006002|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006003|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006004|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006005|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006006|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006007|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006008|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006009|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006010|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006011|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006012|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006013|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006014|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006015|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006016|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006017|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006018|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006019|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006020|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006021|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006022|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006023|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006024|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006025|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006026|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006027|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006028|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006029|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006030|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006031|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006032|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100006033|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100301201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100301202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100301211|2|100 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100301212|2|1514 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100301213|2|363 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100302201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100302202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100302211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100302212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100302213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100303201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100303202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100303211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100303212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100303213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100304201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100304202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100304211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100304212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100304213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100305201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100305202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100305211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100305212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100305213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100306201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100306202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100306211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100306212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100306213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100307201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100307202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100307211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100307212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100307213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100308201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100308202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100308211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100308212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100308213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100309201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100309202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100309211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100309212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100309213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100310201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100310202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100310211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100310212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100310213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100311201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100311202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100311211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100311212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100311213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100312201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100312202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100312211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100312212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100312213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100313201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100313202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100313211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100313212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100313213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100314201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100314202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100314211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100314212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100314213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100315201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100315202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100315211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100315212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100315213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100316201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100316202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100316211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100316212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100316213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100317201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100317202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100317211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100317212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100317213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100318201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100318202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100318211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100318212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100318213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100319201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100319202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100319211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100319212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100319213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100320201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100320202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100320211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100320212|2|1258 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100320213|2|19 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100321201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100321202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100321211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100321212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100321213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100322201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100322202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100322211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100322212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100322213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100323201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100323202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100323211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100323212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100323213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100324201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100324202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100324211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100324212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100324213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100325201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100325202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100325211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100325212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100325213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100326201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100326202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100326211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100326212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100326213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100327201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100327202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100327211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100327212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100327213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100328201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100328202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100328211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100328212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100328213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100329201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100329202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100329211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100329212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100329213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100330201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100330202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100330211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100330212|2|1259 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100330213|2|25 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100347201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100347202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100347211|2|100 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100347212|2|1514 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100347213|2|363 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100348201|2|-400 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100348202|2|314 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100348211|2|100 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100348212|2|1514 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100348213|2|363 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100601111|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100602111|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100603111|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100604111|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100711101|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100711102|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100711103|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100711104|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100711105|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100711106|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100711211|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100721101|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100721102|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100721103|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100721104|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100721105|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100721106|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.1.100721211|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006001|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006002|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006003|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006004|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006005|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006006|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006007|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006008|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006009|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006010|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006011|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006012|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006013|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006014|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006015|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006016|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006017|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006018|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006019|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006020|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006021|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006022|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006023|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006024|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006025|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006026|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006027|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006028|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006029|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006030|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006031|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006032|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100006033|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100301201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100301202|2|297 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100301211|2|100 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100301212|2|955 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100301213|2|229 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100302201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100302202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100302211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100302212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100302213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100303201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100303202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100303211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100303212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100303213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100304201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100304202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100304211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100304212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100304213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100305201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100305202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100305211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100305212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100305213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100306201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100306202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100306211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100306212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100306213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100307201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100307202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100307211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100307212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100307213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100308201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100308202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100308211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100308212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100308213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100309201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100309202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100309211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100309212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100309213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100310201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100310202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100310211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100310212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100310213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100311201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100311202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100311211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100311212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100311213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100312201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100312202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100312211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100312212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100312213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100313201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100313202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100313211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100313212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100313213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100314201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100314202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100314211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100314212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100314213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100315201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100315202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100315211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100315212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100315213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100316201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100316202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100316211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100316212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100316213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100317201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100317202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100317211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100317212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100317213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100318201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100318202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100318211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100318212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100318213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100319201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100319202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100319211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100319212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100319213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100320201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100320202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100320211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100320212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100320213|2|12 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100321201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100321202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100321211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100321212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100321213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100322201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100322202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100322211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100322212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100322213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100323201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100323202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100323211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100323212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100323213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100324201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100324202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100324211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100324212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100324213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100325201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100325202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100325211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100325212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100325213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100326201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100326202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100326211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100326212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100326213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100327201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100327202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100327211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100327212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100327213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100328201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100328202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100328211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100328212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100328213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100329201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100329202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100329211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100329212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100329213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100330201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100330202|2|281 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100330211|2|0 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100330212|2|891 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100330213|2|16 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100347201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100347202|2|297 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100347211|2|100 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100347212|2|955 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100347213|2|229 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100348201|2|-500 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100348202|2|297 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100348211|2|100 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100348212|2|955 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100348213|2|229 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100601111|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100602111|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100603111|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100604111|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100711101|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100711102|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100711103|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100711104|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100711105|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100711106|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100711211|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100721101|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100721102|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100721103|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100721104|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100721105|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100721106|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.2.100721211|2|-1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006001|2|900 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006002|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006003|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006004|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006005|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006006|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006007|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006008|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006009|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006010|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006011|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006012|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006013|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006014|2|750 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006015|2|750 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006016|2|650 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006017|2|750 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006018|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006019|2|750 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006020|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006021|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006022|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006023|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006024|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006025|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006026|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006027|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006028|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006029|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006030|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006031|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006032|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100006033|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100301201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100301202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100301211|2|10000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100301212|2|17783 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100301213|2|17783 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100302201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100302202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100302211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100302212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100302213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100303201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100303202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100303211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100303212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100303213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100304201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100304202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100304211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100304212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100304213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100305201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100305202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100305211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100305212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100305213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100306201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100306202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100306211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100306212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100306213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100307201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100307202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100307211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100307212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100307213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100308201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100308202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100308211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100308212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100308213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100309201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100309202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100309211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100309212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100309213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100310201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100310202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100310211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100310212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100310213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100311201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100311202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100311211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100311212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100311213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100312201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100312202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100312211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100312212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100312213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100313201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100313202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100313211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100313212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100313213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100314201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100314202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100314211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100314212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100314213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100315201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100315202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100315211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100315212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100315213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100316201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100316202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100316211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100316212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100316213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100317201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100317202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100317211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100317212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100317213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100318201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100318202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100318211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100318212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100318213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100319201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100319202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100319211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100319212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100319213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100320201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100320202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100320211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100320212|2|5011 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100320213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100321201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100321202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100321211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100321212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100321213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100322201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100322202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100322211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100322212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100322213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100323201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100323202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100323211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100323212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100323213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100324201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100324202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100324211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100324212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100324213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100325201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100325202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100325211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100325212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100325213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100326201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100326202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100326211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100326212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100326213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100327201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100327202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100327211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100327212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100327213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100328201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100328202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100328211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100328212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100328213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100329201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100329202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100329211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100329212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100329213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100330201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100330202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100330211|2|8500 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100330212|2|5012 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100330213|2|7943 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100347201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100347202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100347211|2|10000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100347212|2|17783 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100347213|2|17783 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100348201|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100348202|2|347 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100348211|2|10000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100348212|2|17783 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100348213|2|17783 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100601111|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100602111|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100603111|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100604111|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100711101|2|950 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100711102|2|700 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100711103|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100711104|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100711105|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100711106|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100711211|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100721101|2|950 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100721102|2|700 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100721103|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100721104|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100721105|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100721106|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.3.100721211|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006001|2|950 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006002|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006003|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006004|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006005|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006006|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006007|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006008|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006009|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006010|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006011|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006012|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006013|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006014|2|800 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006015|2|850 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006016|2|700 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006017|2|900 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006018|2|1100 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006019|2|900 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006020|2|1100 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006021|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006022|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006023|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006024|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006025|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006026|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006027|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006028|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006029|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006030|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006031|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006032|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100006033|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100301201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100301202|2|363 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100301211|2|11000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100301212|2|22387 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100301213|2|22387 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100302201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100302202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100302211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100302212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100302213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100303201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100303202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100303211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100303212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100303213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100304201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100304202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100304211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100304212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100304213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100305201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100305202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100305211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100305212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100305213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100306201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100306202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100306211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100306212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100306213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100307201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100307202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100307211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100307212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100307213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100308201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100308202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100308211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100308212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100308213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100309201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100309202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100309211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100309212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100309213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100310201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100310202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100310211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100310212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100310213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100311201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100311202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100311211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100311212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100311213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100312201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100312202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100312211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100312212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100312213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100313201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100313202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100313211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100313212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100313213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100314201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100314202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100314211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100314212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100314213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100315201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100315202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100315211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100315212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100315213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100316201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100316202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100316211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100316212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100316213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100317201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100317202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100317211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100317212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100317213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100318201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100318202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100318211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100318212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100318213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100319201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100319202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100319211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100319212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100319213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100320201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100320202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100320211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100320212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100320213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100321201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100321202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100321211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100321212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100321213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100322201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100322202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100322211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100322212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100322213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100323201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100323202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100323211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100323212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100323213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100324201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100324202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100324211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100324212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100324213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100325201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100325202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100325211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100325212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100325213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100326201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100326202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100326211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100326212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100326213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100327201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100327202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100327211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100327212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100327213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100328201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100328202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100328211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100328212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100328213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100329201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100329202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100329211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100329212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100329213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100330201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100330202|2|380 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100330211|2|9000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100330212|2|7079 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100330213|2|12589 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100347201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100347202|2|363 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100347211|2|11000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100347212|2|22387 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100347213|2|22387 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100348201|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100348202|2|363 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100348211|2|11000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100348212|2|22387 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100348213|2|22387 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100601111|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100602111|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100603111|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100604111|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100711101|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100711102|2|750 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100711103|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100711104|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100711105|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100711106|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100711211|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100721101|2|1000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100721102|2|750 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100721103|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100721104|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100721105|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100721106|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.4.100721211|2|1000000000 +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006001|4|Sensor value 532 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006002|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006003|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006004|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006005|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006006|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006007|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006008|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006009|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006010|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006011|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006012|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006013|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006014|4|Sensor value 420 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006015|4|Sensor value 366 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006016|4|Sensor value 246 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006017|4|Sensor value 430 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006018|4|Sensor value 649 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006019|4|Sensor value 510 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006020|4|Sensor value 641 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006021|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006022|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006023|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006024|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006025|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006026|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006027|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006028|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006029|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006030|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006031|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006032|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100006033|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100301201|4|Sensor value 258 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100301202|4|Sensor value 331 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100301211|4|Sensor value 3345 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100301212|4|Sensor value 6318 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100301213|4|Sensor value 1 is below the low critical threshold (229) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100302201|4|Sensor value 337 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100302202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100302211|4|Sensor value 1820 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100302212|4|Sensor value 2492 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100302213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100303201|4|Sensor value 355 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100303202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100303211|4|Sensor value 2265 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100303212|4|Sensor value 2479 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100303213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100304201|4|Sensor value 379 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100304202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100304211|4|Sensor value 2250 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100304212|4|Sensor value 2436 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100304213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100305201|4|Sensor value 365 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100305202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100305211|4|Sensor value 2220 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100305212|4|Sensor value 2457 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100305213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100306201|4|Sensor value 365 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100306202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100306211|4|Sensor value 1915 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100306212|4|Sensor value 2490 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100306213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100307201|4|Sensor value 348 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100307202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100307211|4|Sensor value 2000 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100307212|4|Sensor value 2479 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100307213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100308201|4|Sensor value 369 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100308202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100308211|4|Sensor value 1835 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100308212|4|Sensor value 2512 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100308213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100309201|4|Sensor value 351 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100309202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100309211|4|Sensor value 2060 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100309212|4|Sensor value 2482 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100309213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100310201|4|Sensor value 393 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100310202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100310211|4|Sensor value 2405 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100310212|4|Sensor value 2349 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100310213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100311201|4|Sensor value 365 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100311202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100311211|4|Sensor value 2380 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100311212|4|Sensor value 2473 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100311213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100312201|4|Sensor value 344 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100312202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100312211|4|Sensor value 1520 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100312212|4|Sensor value 2464 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100312213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100313201|4|Sensor value 362 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100313202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100313211|4|Sensor value 2240 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100313212|4|Sensor value 2541 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100313213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100314201|4|Sensor value 393 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100314202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100314211|4|Sensor value 2385 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100314212|4|Sensor value 2426 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100314213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100315201|4|Sensor value 344 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100315202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100315211|4|Sensor value 1740 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100315212|4|Sensor value 2465 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100315213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100316201|4|Sensor value 383 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100316202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100316211|4|Sensor value 2075 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100316212|4|Sensor value 2513 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100316213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100317201|4|Sensor value 344 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100317202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100317211|4|Sensor value 1915 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100317212|4|Sensor value 2446 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100317213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100318201|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100318202|4|Sensor value 335 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100318211|4|Sensor value 1450 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100318212|4|Sensor value 2449 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100318213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100319201|4|Sensor value 369 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100319202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100319211|4|Sensor value 2280 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100319212|4|Sensor value 2409 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100319213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100320201|4|Sensor value 383 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100320202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100320211|4|Sensor value 2140 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100320212|4|Sensor value 2428 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100320213|4|Sensor value -1000000000 is below the low critical threshold (12) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100321201|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100321202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100321211|4|Sensor value 2435 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100321212|4|Sensor value 2485 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100321213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100322201|4|Sensor value 379 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100322202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100322211|4|Sensor value 2960 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100322212|4|Sensor value 2424 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100322213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100323201|4|Sensor value 320 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100323202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100323211|4|Sensor value 2255 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100323212|4|Sensor value 2565 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100323213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100324201|4|Sensor value 362 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100324202|4|Sensor value 336 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100324211|4|Sensor value 2780 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100324212|4|Sensor value 2380 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100324213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100325201|4|Sensor value 299 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100325202|4|Sensor value 335 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100325211|4|Sensor value 1800 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100325212|4|Sensor value 2395 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100325213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100326201|4|Sensor value 365 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100326202|4|Sensor value 335 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100326211|4|Sensor value 2270 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100326212|4|Sensor value 2463 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100326213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100327201|4|Sensor value 379 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100327202|4|Sensor value 332 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100327211|4|Sensor value 3060 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100327212|4|Sensor value 2459 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100327213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100328201|4|Sensor value 376 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100328202|4|Sensor value 333 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100328211|4|Sensor value 2600 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100328212|4|Sensor value 2463 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100328213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100329201|4|Sensor value 309 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100329202|4|Sensor value 334 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100329211|4|Sensor value 1790 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100329212|4|Sensor value 2417 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100329213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100330201|4|Sensor value 344 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100330202|4|Sensor value 336 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100330211|4|Sensor value 2370 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100330212|4|Sensor value 2366 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100330213|4|Sensor value -1000000000 is below the low critical threshold (16) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100347201|4|Sensor value 254 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100347202|4|Sensor value 332 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100347211|4|Sensor value 3680 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100347212|4|Sensor value 7604 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100347213|4|Sensor value 1 is below the low critical threshold (229) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100348201|4|Sensor value 248 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100348202|4|Sensor value 332 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100348211|4|Sensor value 3645 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100348212|4|Sensor value 6985 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100348213|4|Sensor value 1 is below the low critical threshold (229) +1.3.6.1.4.1.30065.3.12.1.1.1.5.100601111|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100602111|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100603111|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100604111|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100711101|4|Sensor value 460 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100711102|4|Sensor value 360 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100711103|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100711104|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100711105|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100711106|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100711211|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100721101|4|Sensor value 480 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100721102|4|Sensor value 380 is within bounds +1.3.6.1.4.1.30065.3.12.1.1.1.5.100721103|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100721104|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100721105|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100721106|4|No thresholds are defined +1.3.6.1.4.1.30065.3.12.1.1.1.5.100721211|4|No thresholds are defined 1.3.6.1.4.1.30065.4.1.1.2.1.3.1.1.4.192.168.0.2|4x|C0A80001 1.3.6.1.4.1.30065.4.1.1.2.1.3.1.2.16.32.1.5.80.0.2.0.47.0.0.0.0.0.51.0.1|4x|200105500002002F0000000000330002 1.3.6.1.4.1.30065.4.1.1.2.1.10.1.1.4.192.168.0.2|66|65000