diff --git a/includes/definitions/discovery/vrp.yaml b/includes/definitions/discovery/vrp.yaml index bc75089eae..a81f0704e7 100644 --- a/includes/definitions/discovery/vrp.yaml +++ b/includes/definitions/discovery/vrp.yaml @@ -33,7 +33,9 @@ modules: - oid: - entPhysicalName + - hwEntityStateTable - hwEntityAdminStatus + - hwPwrStatusTable - hwStackPortTable - hw3GTable temperature: @@ -72,6 +74,16 @@ modules: oid: hwEntityTemperature op: '>=' value: '2147483646' + - + oid: hwTemperatureThresholdTable + value: hwEntityTempValue + index: '{{ $index }}' + num_oid: '.1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.{{ $index }}' + descr: 'TempSensor {{ $subindex0 }}.{{ $subindex1 }}.{{ $subindex2 }}.{{ $subindex3 }}' + group: 'Slot-{{ $subindex0 }}' + warn_limit: hwEntityTempMinorAlmThreshold + high_limit: hwEntityTempMajorAlmThreshold + divisor: 1 count: data: - @@ -233,6 +245,8 @@ modules: index: 'rx-{{ $index }}' user_func: 'uw_to_dbm' group: '{{ $entPhysicalName }}' + low_limit: hwEntityOpticalRxLowWarnThreshold + high_limit: hwEntityOpticalRxHighWarnThreshold skip_values: - oid: hwEntityOpticalRxPower @@ -375,6 +389,41 @@ modules: oid: hwEntityOpticalMode op: '=' value: '1' + - + oid: hwEntityStateTable + value: hwEntityVoltage + num_oid: '.1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.{{ $index }}' + descr: '{{ $entPhysicalName }}' + index: '{{ $index }}' + divisor: 1000 + skip_values: + - + oid: hwEntityVoltage + op: '=' + value: '0' + - + oid: hwEntityVoltage + op: '>=' + value: '2147483646' + - + oid: hwPwrStatusTable + value: hwEntityPwrVoltage + num_oid: '.1.3.6.1.4.1.2011.5.25.31.1.1.18.1.8.{{ $index }}' + descr: 'PWR{{ $hwEntityPwrSlot }}' + index: '{{ $index }}' + divisor: 1000 + - + oid: hwVoltageInfoTable + value: hwEntityVolCurValue + index: '{{ $index }}' + num_oid: '.1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.{{ $index }}' + descr: 'VoltSensor {{ $subindex0 }}.{{ $subindex1 }}.{{ $subindex2 }}.{{ $subindex3 }}' + group: 'Slot-{{ $subindex0 }}' + low_limit: hwEntityVolLowAlmFatal + low_warn_limit: hwEntityVolLowAlmMajor + warn_limit: hwEntityVolHighAlmMajor + high_limit: hwEntityVolHighAlmFatal + divisor: 1000 current: data: - @@ -393,6 +442,37 @@ modules: oid: hwEntityOpticalMode op: '=' value: '1' + - + oid: hwEntityOpticalBiasCurrent + op: '<' + value: '1000' + - + oid: hwOpticalModuleInfoTable + value: hwEntityOpticalBiasCurrent + num_oid: '.1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.{{ $index }}' + descr: '{{ $entPhysicalName }}' + index: '{{ $index }}' + divisor: 1000 + skip_values: + - + oid: hwEntityOpticalBiasCurrent + op: '=' + value: '-1' + - + oid: hwEntityOpticalMode + op: '=' + value: '1' + - + oid: hwEntityOpticalBiasCurrent + op: '>=' + value: '1000' + - + oid: hwPwrStatusTable + value: hwEntityPwrCurrent + num_oid: '.1.3.6.1.4.1.2011.5.25.31.1.1.18.1.7.{{ $index }}' + descr: 'PWR{{ $hwEntityPwrSlot }}' + index: '{{ $index }}' + divisor: 1000 power: data: - @@ -407,6 +487,24 @@ modules: descr: 'Current Power Consumption' index: 1 divisor: 1000 + - + oid: hwBoardCurrentPower + num_oid: '.1.3.6.1.4.1.2011.6.157.2.1.1.4.{{ $index }}' + descr: '{{ $entPhysicalName }}' + index: '{{ $index }}' + divisor: 1000 + skip_values: + - + oid: hwBoardCurrentPower + op: '=' + value: '-1' + percent: + data: + - + oid: hwFanStatusTable + value: hwEntityFanSpeed + num_oid: '.1.3.6.1.4.1.2011.5.25.31.1.1.10.1.5.{{ $index }}' + descr: 'Slot {{ $subindex0 }} Fan {{ $subindex1 }} Speed' state: data: - @@ -520,7 +618,6 @@ modules: - { descr: 'serviceAvailable', graph: 1, value: 2, generic: 0 } - { descr: 'regionEmergency', graph: 1, value: 3, generic: 2 } - { descr: 'savingStatus', graph: 1, value: 4, generic: 3 } - skip_values: - oid: hw3GDeviceNumber @@ -530,3 +627,27 @@ modules: oid: hw3GIMEI op: '=' value: '' + - + oid: hwVoltageInfoTable + value: hwEntityVolStatus + index: '{{ $index }}' + num_oid: '.1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.{{ $index }}' + group: 'Slot-{{ $subindex0 }}' + descr: 'VoltStatus {{ $subindex0 }}.{{ $subindex1 }}.{{ $subindex2 }}.{{ $subindex3 }}' + states: + - { descr: 'Normal', graph: 1, value: 1, generic: 0 } + - { descr: 'Minor', graph: 1, value: 2, generic: 1 } + - { descr: 'Major', graph: 1, value: 3, generic: 2 } + - { descr: 'Fatal', graph: 1, value: 4, generic: 2 } + - + oid: hwTemperatureThresholdTable + value: hwEntityTempStatus + index: '{{ $index }}' + num_oid: '.1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.{{ $index }}' + group: 'Slot-{{ $subindex0 }}' + descr: 'TempStatus {{ $subindex0 }}.{{ $subindex1 }}.{{ $subindex2 }}.{{ $subindex3 }}' + states: + - { descr: 'Normal', graph: 1, value: 1, generic: 0 } + - { descr: 'Minor', graph: 1, value: 2, generic: 1 } + - { descr: 'Major', graph: 1, value: 3, generic: 2 } + - { descr: 'Fatal', graph: 1, value: 4, generic: 2 } diff --git a/includes/polling/bgp-peers.inc.php b/includes/polling/bgp-peers.inc.php index 6b2e4ddb53..0f9148fdce 100644 --- a/includes/polling/bgp-peers.inc.php +++ b/includes/polling/bgp-peers.inc.php @@ -444,6 +444,8 @@ if (\LibreNMS\Config::get('enable_bgp')) { $peer_data['bgpPeerFsmEstablishedTime'] = set_numeric($peer_data['bgpPeerFsmEstablishedTime']); $peer_data['bgpPeerInUpdates'] = set_numeric($peer_data['bgpPeerInUpdates']); $peer_data['bgpPeerOutUpdates'] = set_numeric($peer_data['bgpPeerOutUpdates']); + $peer_data['bgpPeerInTotalMessages'] = set_numeric($peer_data['bgpPeerInTotalMessages']); + $peer_data['bgpPeerOutTotalMessages'] = set_numeric($peer_data['bgpPeerOutTotalMessages']); $fields = [ 'bgpPeerOutUpdates' => $peer_data['bgpPeerOutUpdates'], diff --git a/tests/data/vrp_5720-32x-ei.json b/tests/data/vrp_5720-32x-ei.json index 85eb60adfd..2a9868ac4b 100644 --- a/tests/data/vrp_5720-32x-ei.json +++ b/tests/data/vrp_5720-32x-ei.json @@ -11256,7 +11256,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -3.4008379993015, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -12572,7 +12572,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -3.4008379993015, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, diff --git a/tests/data/vrp_5720-vrf.json b/tests/data/vrp_5720-vrf.json index 539babb1e5..9686e7bd89 100644 --- a/tests/data/vrp_5720-vrf.json +++ b/tests/data/vrp_5720-vrf.json @@ -34454,7 +34454,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.2184874961636, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -34478,7 +34478,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.580609222708, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -34502,7 +34502,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -3.0364361126667, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -35071,7 +35071,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.2184874961636, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -35095,7 +35095,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.580609222708, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -35119,7 +35119,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -3.0364361126667, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, diff --git a/tests/data/vrp_5720.json b/tests/data/vrp_5720.json index b780643e08..a60e466650 100644 --- a/tests/data/vrp_5720.json +++ b/tests/data/vrp_5720.json @@ -13812,7 +13812,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.7083521030723, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -13836,7 +13836,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.1896306137887, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -13860,7 +13860,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.4033215531037, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -14200,7 +14200,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.7083521030723, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -14224,7 +14224,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.1896306137887, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, @@ -14248,7 +14248,7 @@ "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": -2.4033215531037, - "sensor_limit": null, + "sensor_limit": -13.098039199715, "sensor_limit_warn": null, "sensor_limit_low": null, "sensor_limit_low_warn": null, diff --git a/tests/data/vrp_ac6605-26.json b/tests/data/vrp_ac6605-26.json index 18fa73ad94..fa2d6275e0 100644 --- a/tests/data/vrp_ac6605-26.json +++ b/tests/data/vrp_ac6605-26.json @@ -7151,6 +7151,30 @@ "sensor_prev": null, "user_func": null, "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.9", + "sensor_index": "9", + "sensor_type": "vrp", + "sensor_descr": "SRU Board 0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.003, + "sensor_limit": 0.00345, + "sensor_limit_warn": null, + "sensor_limit_low": 0.00255, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null } ], "state_indexes": [ @@ -7242,6 +7266,104 @@ }, "poller": "matches discovery" }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "vrp", + "storage_index": "1", + "storage_type": "dsk", + "storage_descr": "System Flash", + "storage_size": 211275776, + "storage_units": 1024, + "storage_used": 163139584, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "vrp", + "storage_index": "1", + "storage_type": "dsk", + "storage_descr": "System Flash", + "storage_size": 211275776, + "storage_units": 1024, + "storage_used": 163139584, + "storage_free": 48136192, + "storage_perc": 77, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + }, + "vlans": { + "discovery": { + "vlans": [ + { + "vlan_vlan": 1, + "vlan_domain": 1, + "vlan_name": "VLAN 1", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 70, + "vlan_domain": 1, + "vlan_name": "VLAN 70", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 71, + "vlan_domain": 1, + "vlan_name": "VLAN 71", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 391, + "vlan_domain": 1, + "vlan_name": "VLAN 391", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 392, + "vlan_domain": 1, + "vlan_name": "VLAN 392", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 393, + "vlan_domain": 1, + "vlan_name": "VLAN 393", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 395, + "vlan_domain": 1, + "vlan_name": "VLAN 395", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 419, + "vlan_domain": 1, + "vlan_name": "VLAN 419", + "vlan_type": null, + "vlan_mtu": null + } + ] + } + }, "wireless": { "discovery": { "wireless_sensors": [ diff --git a/tests/data/vrp_ar169sfp.json b/tests/data/vrp_ar169sfp.json index 7be2edd18a..bfc706a406 100644 --- a/tests/data/vrp_ar169sfp.json +++ b/tests/data/vrp_ar169sfp.json @@ -3581,6 +3581,30 @@ "sensor_prev": null, "user_func": null, "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.9", + "sensor_index": "9", + "sensor_type": "vrp", + "sensor_descr": "SRU Board 0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.003, + "sensor_limit": 0.00345, + "sensor_limit_warn": null, + "sensor_limit_low": 0.00255, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null } ] }, diff --git a/tests/data/vrp_ce12804-withvrf.json b/tests/data/vrp_ce12804-withvrf.json index 393e11971e..11099eea9b 100644 --- a/tests/data/vrp_ce12804-withvrf.json +++ b/tests/data/vrp_ce12804-withvrf.json @@ -12217,8 +12217,8 @@ "ifName": "NULL0", "portName": null, "ifIndex": 4, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": "false", "ifPromiscuousMode": "false", "ifOperStatus": "up", @@ -12322,8 +12322,8 @@ "ifName": "InLoopBack0", "portName": null, "ifIndex": 5, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": "false", "ifPromiscuousMode": "false", "ifOperStatus": "up", @@ -24187,8 +24187,8 @@ "ifName": "LoopBack2", "portName": null, "ifIndex": 182, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": "false", "ifPromiscuousMode": "false", "ifOperStatus": "up", @@ -24292,8 +24292,8 @@ "ifName": "LoopBack200", "portName": null, "ifIndex": 198, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": "false", "ifPromiscuousMode": "false", "ifOperStatus": "up", @@ -24390,20 +24390,6 @@ ] } }, - "vrf": { - "discovery": { - "vrfs": [ - { - "vrf_oid": "5.116.101.115.116.49", - "vrf_name": "test1", - "bgpLocalAs": null, - "mplsVpnVrfRouteDistinguisher": "65301:1", - "mplsVpnVrfDescription": "", - "ifIndices": "198" - } - ] - } - }, "bgp-peers": { "discovery": { "bgpPeers": [ @@ -24465,8 +24451,8 @@ "bgpPeerRemoteAs": 64512, "bgpPeerState": "established", "bgpPeerAdminStatus": "", - "bgpPeerLastErrorCode": null, - "bgpPeerLastErrorSubCode": null, + "bgpPeerLastErrorCode": 2, + "bgpPeerLastErrorSubCode": 2, "bgpPeerLastErrorText": null, "bgpLocalAddr": "0.0.0.0", "bgpPeerRemoteAddr": "192.168.189.96", @@ -24509,5 +24495,19 @@ } ] } + }, + "vrf": { + "discovery": { + "vrfs": [ + { + "vrf_oid": "5.116.101.115.116.49", + "vrf_name": "test1", + "bgpLocalAs": null, + "mplsVpnVrfRouteDistinguisher": "65301:1", + "mplsVpnVrfDescription": "", + "ifIndices": "198" + } + ] + } } } diff --git a/tests/data/vrp_nac.json b/tests/data/vrp_nac.json index b77fb99a5b..87285e135e 100644 --- a/tests/data/vrp_nac.json +++ b/tests/data/vrp_nac.json @@ -1,4 +1,25 @@ { + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.2011.2.23.291", + "sysDescr": "S5720-56C-PWR-EI-AC\nHuawei Versatile Routing Platform Software \r\n VRP (R) software,Version 5.170 (S5720 V200R010C00SPC600) \r\n Copyright (C) 2007 Huawei Technologies Co., Ltd.", + "sysContact": "", + "version": "5.170 (V200R010C00SPC600) [1]", + "hardware": "S5720-56C-PWR-EI-AC", + "features": null, + "os": "vrp", + "type": "network", + "serial": null, + "icon": "huawei.svg", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, "ports": { "discovery": { "ports": [ @@ -28051,8 +28072,8 @@ "ifName": "InLoopBack0", "portName": null, "ifIndex": 1, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": null, "ifPromiscuousMode": null, "ifOperStatus": "up", @@ -28156,8 +28177,8 @@ "ifName": "NULL0", "portName": null, "ifIndex": 2, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": null, "ifPromiscuousMode": null, "ifOperStatus": "up", @@ -28261,8 +28282,8 @@ "ifName": "Console9/0/0", "portName": null, "ifIndex": 3, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": null, "ifPromiscuousMode": null, "ifOperStatus": "up", @@ -56078,627 +56099,5 @@ } ] } - }, - "nac": { - "poller": { - "ports_nac": [ - { - "auth_id": "436", - "domain": "ACME", - "username": "host/PC5778.int.ACME.test", - "mac_address": "702084041dae", - "ip_address": "10.11.2.10", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "145802", - "ifIndex": 7 - }, - { - "auth_id": "240", - "domain": "ACME", - "username": "host/LT5221.int.ACME.test", - "mac_address": "0050b6cd5372", - "ip_address": "10.11.2.178", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "1869785", - "ifIndex": 11 - }, - { - "auth_id": "563", - "domain": "ACME", - "username": "host/PC5721.int.ACME.test", - "mac_address": "6c0b84e236d6", - "ip_address": "10.11.1.15", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "1869752", - "ifIndex": 14 - }, - { - "auth_id": "113", - "domain": "ACME", - "username": "host/PC5719.int.ACME.test", - "mac_address": "6c0b84e236d7", - "ip_address": "10.11.1.32", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "141526", - "ifIndex": 20 - }, - { - "auth_id": "513", - "domain": "ACME", - "username": "host/LT5697.int.ACME.test", - "mac_address": "0050b666e3f8", - "ip_address": "10.11.1.177", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "27778", - "ifIndex": 23 - }, - { - "auth_id": "319", - "domain": "ACME", - "username": "host/PC5784.int.ACME.test", - "mac_address": "309c2337f197", - "ip_address": "10.11.1.176", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "1869325", - "ifIndex": 25 - }, - { - "auth_id": "541", - "domain": "ACME", - "username": "host/LT5195.int.ACME.test", - "mac_address": "0050b6c5501b", - "ip_address": "10.11.1.17", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "30384", - "ifIndex": 26 - }, - { - "auth_id": "334", - "domain": "ACME", - "username": "host/PC5787.int.ACME.test", - "mac_address": "309c23367a1f", - "ip_address": "10.11.1.183", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "116888", - "ifIndex": 27 - }, - { - "auth_id": "305", - "domain": "ACME", - "username": "host/PC5805.int.ACME.test", - "mac_address": "309c2350d064", - "ip_address": "10.11.1.28", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "144551", - "ifIndex": 28 - }, - { - "auth_id": "441", - "domain": "ACME", - "username": "host/PC5718.int.ACME.test", - "mac_address": "6c0b84e2375c", - "ip_address": "10.11.1.173", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "1869746", - "ifIndex": 36 - }, - { - "auth_id": "957", - "domain": "ACME", - "username": "host/PC5722.int.ACME.test", - "mac_address": "6c0b84e236fb", - "ip_address": "10.11.1.181", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "141709", - "ifIndex": 37 - }, - { - "auth_id": "997", - "domain": "ACME", - "username": "host/PC5720.int.ACME.test", - "mac_address": "6c0b84e237bf", - "ip_address": "10.11.1.23", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "494722", - "ifIndex": 38 - }, - { - "auth_id": "451", - "domain": "ACME", - "username": "host/LT5813.int.ACME.test", - "mac_address": "0050b692bb25", - "ip_address": "10.11.1.25", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "28485", - "ifIndex": 42 - }, - { - "auth_id": "613", - "domain": "ACME", - "username": "host/PC5782.int.ACME.test", - "mac_address": "309c2336799e", - "ip_address": "10.11.1.29", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "143678", - "ifIndex": 44 - }, - { - "auth_id": "544", - "domain": "ACME", - "username": "host/PC5788.int.ACME.test", - "mac_address": "309c2337f18d", - "ip_address": "10.11.1.180", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "1869330", - "ifIndex": 49 - }, - { - "auth_id": "428", - "domain": "ACME", - "username": "host/PC5277.int.ACME.test", - "mac_address": "d8cb8a8aa832", - "ip_address": "10.11.2.28", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "128457", - "ifIndex": 58 - }, - { - "auth_id": "453", - "domain": "ACME", - "username": "host/PC5094.int.ACME.test", - "mac_address": "4439c453d053", - "ip_address": "10.11.2.24", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "495085", - "ifIndex": 59 - }, - { - "auth_id": "192", - "domain": "ACME", - "username": "host/PC5713.int.ACME.test", - "mac_address": "6c0b84e234df", - "ip_address": "10.11.2.11", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "143869", - "ifIndex": 63 - }, - { - "auth_id": "590", - "domain": "ACME", - "username": "host/PC5767.int.ACME.test", - "mac_address": "7020840420ef", - "ip_address": "10.11.2.21", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "1614917", - "ifIndex": 64 - }, - { - "auth_id": "139", - "domain": "ACME", - "username": "host/PC5061.int.ACME.test", - "mac_address": "4439c453d066", - "ip_address": "10.11.2.15", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "1871293", - "ifIndex": 65 - }, - { - "auth_id": "316", - "domain": "ACME", - "username": "host/PC5714.int.ACME.test", - "mac_address": "6c0b84e2274d", - "ip_address": "10.11.1.22", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "1869739", - "ifIndex": 66 - }, - { - "auth_id": "585", - "domain": "ACME", - "username": "host/PC5712.int.ACME.test", - "mac_address": "6c0b84e237ba", - "ip_address": "10.11.1.24", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "1869750", - "ifIndex": 69 - }, - { - "auth_id": "742", - "domain": "ACME", - "username": "host/PC5679.int.ACME.test", - "mac_address": "4ccc6aa7705f", - "ip_address": "10.11.2.22", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "1604770", - "ifIndex": 70 - }, - { - "auth_id": "321", - "domain": "ACME", - "username": "host/PC5783.int.ACME.test", - "mac_address": "309c2337f192", - "ip_address": "10.11.1.27", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "142463", - "ifIndex": 72 - }, - { - "auth_id": "169", - "domain": "ACME", - "username": "host/PC5710.int.ACME.test", - "mac_address": "6c0b84e2442e", - "ip_address": "10.11.2.175", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "490548", - "ifIndex": 74 - }, - { - "auth_id": "1022", - "domain": "ACME", - "username": "host/PC5689.int.ACME.test", - "mac_address": "4ccc6aa77523", - "ip_address": "10.11.2.27", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "974609", - "ifIndex": 75 - }, - { - "auth_id": "249", - "domain": "ACME", - "username": "host/PC5717.int.ACME.test", - "mac_address": "6c0b84e24429", - "ip_address": "10.11.1.174", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "138942", - "ifIndex": 81 - }, - { - "auth_id": "867", - "domain": "ACME", - "username": "host/LT5731.int.ACME.test", - "mac_address": "0050b68aae3d", - "ip_address": "10.11.2.18", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "376109", - "ifIndex": 84 - }, - { - "auth_id": "185", - "domain": "ACME", - "username": "host/PC5231.int.ACME.test", - "mac_address": "002324ac0ed2", - "ip_address": "10.11.1.30", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "490234", - "ifIndex": 97 - }, - { - "auth_id": "757", - "domain": "ACME", - "username": "host/PC5368.int.ACME.test", - "mac_address": "002324bcffa1", - "ip_address": "10.13.1.23", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 331, - "time_elapsed": "39895", - "ifIndex": 175 - }, - { - "auth_id": "618", - "domain": "ACME", - "username": "host/PC5680.int.ACME.test", - "mac_address": "4ccc6aa77530", - "ip_address": "10.11.2.16", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "402193", - "ifIndex": 195 - }, - { - "auth_id": "626", - "domain": "ACME", - "username": "host/LT5730.int.ACME.test", - "mac_address": "0050b68b75cf", - "ip_address": "10.11.2.26", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "1869777", - "ifIndex": 203 - }, - { - "auth_id": "64", - "domain": "ACME", - "username": "host/PC5059.int.ACME.test", - "mac_address": "4439c453cd32", - "ip_address": "10.11.2.19", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 312, - "time_elapsed": "147961", - "ifIndex": 225 - }, - { - "auth_id": "411", - "domain": "ACME", - "username": "host/PC5709.int.ACME.test", - "mac_address": "6c0b84e21fe2", - "ip_address": "10.11.1.178", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "143380", - "ifIndex": 239 - }, - { - "auth_id": "90", - "domain": "ACME", - "username": "host/PC5708.int.ACME.test", - "mac_address": "6c0b84e21fb3", - "ip_address": "10.11.1.171", - "host_mode": "default", - "authz_status": "sussess", - "authz_by": "eap", - "authc_status": "radius", - "method": "dot1x", - "timeout": "7200", - "time_left": null, - "vlan": 311, - "time_elapsed": "144268", - "ifIndex": 240 - } - ] - } - }, - "os": { - "discovery": { - "devices": [ - { - "sysName": "", - "sysObjectID": ".1.3.6.1.4.1.2011.2.23.291", - "sysDescr": "S5720-56C-PWR-EI-AC\nHuawei Versatile Routing Platform Software \r\n VRP (R) software,Version 5.170 (S5720 V200R010C00SPC600) \r\n Copyright (C) 2007 Huawei Technologies Co., Ltd.", - "sysContact": "", - "version": "5.170 (V200R010C00SPC600) [1]", - "hardware": "S5720-56C-PWR-EI-AC", - "features": null, - "os": "vrp", - "type": "network", - "serial": null, - "icon": "huawei.svg", - "location": "" - } - ] - }, - "poller": "matches discovery" } } diff --git a/tests/data/vrp_ne8000-m8.json b/tests/data/vrp_ne8000-m8.json new file mode 100644 index 0000000000..48645918bc --- /dev/null +++ b/tests/data/vrp_ne8000-m8.json @@ -0,0 +1,12965 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.2011.2.360.1.9", + "sysDescr": "Huawei Versatile Routing Platform Software\nVRP (R) software, Version 8.200 (NetEngine 8000 V800R012C10SPC300) \r\nCopyright (C) 2012-2020 Huawei Technologies Co., Ltd. \r\nHUAWEI NetEngine 8000 M8", + "sysContact": "", + "version": "8.200 (V800R012C10SPC300) [V800R012SPH065]", + "hardware": "NetEngine 8000", + "features": null, + "os": "vrp", + "type": "network", + "serial": null, + "icon": "huawei.svg", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "NULL0", + "ifName": "NULL0", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "other", + "ifAlias": "NULL0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "InLoopBack0", + "ifName": "InLoopBack0", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "InLoopBack0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet0/0/0", + "ifName": "Ethernet0/0/0", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet0/0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/0", + "ifName": "GigabitEthernet0/8/0", + "portName": null, + "ifIndex": 16, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/1", + "ifName": "GigabitEthernet0/8/1", + "portName": null, + "ifIndex": 17, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/2", + "ifName": "GigabitEthernet0/8/2", + "portName": null, + "ifIndex": 18, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/3", + "ifName": "GigabitEthernet0/8/3", + "portName": null, + "ifIndex": 19, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/3", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/4", + "ifName": "GigabitEthernet0/8/4", + "portName": null, + "ifIndex": 20, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/4", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/5", + "ifName": "GigabitEthernet0/8/5", + "portName": null, + "ifIndex": 21, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/5", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/6", + "ifName": "GigabitEthernet0/8/6", + "portName": null, + "ifIndex": 22, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/6", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/7", + "ifName": "GigabitEthernet0/8/7", + "portName": null, + "ifIndex": 23, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/7", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/8", + "ifName": "GigabitEthernet0/8/8", + "portName": null, + "ifIndex": 24, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/8", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/9", + "ifName": "GigabitEthernet0/8/9", + "portName": null, + "ifIndex": 25, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/9", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "NULL0", + "ifName": "NULL0", + "portName": null, + "ifIndex": 2, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "other", + "ifAlias": "NULL0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 187243894, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "InLoopBack0", + "ifName": "InLoopBack0", + "portName": null, + "ifIndex": 3, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "softwareLoopback", + "ifAlias": "InLoopBack0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet0/0/0", + "ifName": "Ethernet0/0/0", + "portName": null, + "ifIndex": 4, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet0/0/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 13926323, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 11300084, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 11102899, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 9875547166, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 7697821978, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 90962986, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 5496, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 17256038, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/0", + "ifName": "GigabitEthernet0/8/0", + "portName": null, + "ifIndex": 16, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 44040655, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 542975079060, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 263348427092, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 693535429685628, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 63608115640178, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 1, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 6, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 90195, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 180142, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/1", + "ifName": "GigabitEthernet0/8/1", + "portName": null, + "ifIndex": 17, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 44040655, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 542522816289, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 262556403838, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 692952789083995, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 63343114171592, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 7363, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 2, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 90251, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 180135, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/2", + "ifName": "GigabitEthernet0/8/2", + "portName": null, + "ifIndex": 18, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/3", + "ifName": "GigabitEthernet0/8/3", + "portName": null, + "ifIndex": 19, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/3", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/4", + "ifName": "GigabitEthernet0/8/4", + "portName": null, + "ifIndex": 20, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/4", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/5", + "ifName": "GigabitEthernet0/8/5", + "portName": null, + "ifIndex": 21, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/5", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/6", + "ifName": "GigabitEthernet0/8/6", + "portName": null, + "ifIndex": 22, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/6", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 212687836, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 68800825, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 16388050, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 59984, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 796990, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 46823, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/7", + "ifName": "GigabitEthernet0/8/7", + "portName": null, + "ifIndex": 23, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/7", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 900552, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 538137921917, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1093850689696, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 132481838536757, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1389465395596187, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 69760588, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 24078388, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 17105568, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 575927, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/8", + "ifName": "GigabitEthernet0/8/8", + "portName": null, + "ifIndex": 24, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/8", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 357798, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 6881, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 8260, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1733055, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 1, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 13800, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 63, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 233, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/8/9", + "ifName": "GigabitEthernet0/8/9", + "portName": null, + "ifIndex": 25, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet0/8/9", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 900591, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 612101, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 13452, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 9351057171, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 33751934, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 93993532, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 9545, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 17722541, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 91117, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.16777216", + "processor_index": "16777216", + "processor_type": "vrp", + "processor_usage": 58, + "processor_descr": "NetEngine 8000 M8 frame Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17432577", + "processor_index": "17432577", + "processor_type": "vrp", + "processor_usage": 58, + "processor_descr": "CR81IPU480AS 10 Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "16777216", + "entPhysicalIndex": null, + "mempool_type": "vrp", + "mempool_class": "system", + "mempool_precision": 1, + "mempool_descr": "NetEngine 8000 M8 frame Memory", + "mempool_perc": 54, + "mempool_perc_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.16777216", + "mempool_used": 2319282339, + "mempool_used_oid": null, + "mempool_free": 1975684956, + "mempool_free_oid": null, + "mempool_total": 4294967295, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + }, + { + "mempool_index": "17432577", + "entPhysicalIndex": null, + "mempool_type": "vrp", + "mempool_class": "system", + "mempool_precision": 1048576, + "mempool_descr": "CR81IPU480AS 10 Memory", + "mempool_perc": 54, + "mempool_perc_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17432577", + "mempool_used": 4638564680, + "mempool_used_oid": null, + "mempool_free": 3951369912, + "mempool_free_oid": null, + "mempool_total": 8589934592, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.18.1.7.11.0", + "sensor_index": "11.0", + "sensor_type": "vrp", + "sensor_descr": "PWR11", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.524, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.18.1.7.12.0", + "sensor_index": "12.0", + "sensor_type": "vrp", + "sensor_descr": "PWR12", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.762, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240321", + "sensor_index": "17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.034, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240322", + "sensor_index": "17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.042, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240324", + "sensor_index": "17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.036, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240329", + "sensor_index": "17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240330", + "sensor_index": "17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305857", + "sensor_index": "17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305858", + "sensor_index": "17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305864", + "sensor_index": "17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305866", + "sensor_index": "17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240321", + "sensor_index": "lane-rx-17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0 Rx", + "group": "GigabitEthernet0/7/0", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -2.9, + "sensor_limit": 0, + "sensor_limit_warn": null, + "sensor_limit_low": -16, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240321", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240322", + "sensor_index": "lane-rx-17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1 Rx", + "group": "GigabitEthernet0/7/1", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -16.84, + "sensor_limit": -6, + "sensor_limit_warn": null, + "sensor_limit_low": -26.02, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240322", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240324", + "sensor_index": "lane-rx-17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3 Rx", + "group": "GigabitEthernet0/7/3", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -40, + "sensor_limit": -6, + "sensor_limit_warn": null, + "sensor_limit_low": -26.02, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240324", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240329", + "sensor_index": "lane-rx-17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8 Rx", + "group": "GigabitEthernet0/7/8", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.31, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240329", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240330", + "sensor_index": "lane-rx-17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9 Rx", + "group": "GigabitEthernet0/7/9", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.78, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240330", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305857", + "sensor_index": "lane-rx-17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0 Rx", + "group": "GigabitEthernet0/8/0", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.48, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305857", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305858", + "sensor_index": "lane-rx-17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1 Rx", + "group": "GigabitEthernet0/8/1", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.78, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305858", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305864", + "sensor_index": "lane-rx-17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7 Rx", + "group": "GigabitEthernet0/8/7", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.61, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305864", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305866", + "sensor_index": "lane-rx-17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9 Rx", + "group": "GigabitEthernet0/8/9", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -2.06, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305866", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17240329", + "sensor_index": "lane-tx-17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8 Tx", + "group": "GigabitEthernet0/7/8", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.27, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240329", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17240330", + "sensor_index": "lane-tx-17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9 Tx", + "group": "GigabitEthernet0/7/9", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.07, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240330", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305857", + "sensor_index": "lane-tx-17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0 Tx", + "group": "GigabitEthernet0/8/0", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -0.96, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305857", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305858", + "sensor_index": "lane-tx-17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1 Tx", + "group": "GigabitEthernet0/8/1", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -0.68, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305858", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305864", + "sensor_index": "lane-tx-17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7 Tx", + "group": "GigabitEthernet0/8/7", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -0.77, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305864", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305866", + "sensor_index": "lane-tx-17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9 Tx", + "group": "GigabitEthernet0/8/9", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -0.8, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305866", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240321", + "sensor_index": "tx-17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0 Tx", + "group": "GigabitEthernet0/7/0", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -5.9176003468815, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240321", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": "uw_to_dbm", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240322", + "sensor_index": "tx-17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1 Tx", + "group": "GigabitEthernet0/7/1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -5.7348873863542, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240322", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": "uw_to_dbm", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240324", + "sensor_index": "tx-17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3 Tx", + "group": "GigabitEthernet0/7/3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -4.6852108295774, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240324", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": "uw_to_dbm", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "percent", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.10.1.5.13.1", + "sensor_index": "13.1", + "sensor_type": "vrp", + "sensor_descr": "Slot 13 Fan 1 Speed", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 20, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.1.3.0", + "sensor_index": "0", + "sensor_type": "vrp", + "sensor_descr": "Average Power Consumption", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 183, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.1.6.0", + "sensor_index": "1", + "sensor_type": "vrp", + "sensor_descr": "Current Power Consumption", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 187, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.2.1.1.4.17432577", + "sensor_index": "17432577", + "sensor_type": "vrp", + "sensor_descr": "CR81IPU480AS 10", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 113, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.2.1.1.4.17498113", + "sensor_index": "17498113", + "sensor_type": "vrp", + "sensor_descr": "POWER 11", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 79, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.2.1.1.4.17563649", + "sensor_index": "17563649", + "sensor_type": "vrp", + "sensor_descr": "POWER 12", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 85, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.2.1.1.4.17629185", + "sensor_index": "17629185", + "sensor_type": "vrp", + "sensor_descr": "FAN 13", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 15, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.10.1.7.13.1", + "sensor_index": "13.1", + "sensor_type": "hwEntityFanState", + "sensor_descr": "Slot 13 Fan 1 Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwEntityFanState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17301503.7.255.1", + "sensor_index": "17301503.7.255.1", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17301503.7.255.1", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17301503.7.255.2", + "sensor_index": "17301503.7.255.2", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17301503.7.255.2", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17301503.7.76.0", + "sensor_index": "17301503.7.76.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17301503.7.76.0", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17367039.8.255.1", + "sensor_index": "17367039.8.255.1", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17367039.8.255.1", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17367039.8.255.2", + "sensor_index": "17367039.8.255.2", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17367039.8.255.2", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17367039.8.76.0", + "sensor_index": "17367039.8.76.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17367039.8.76.0", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.0", + "sensor_index": "17498111.255.255.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.1", + "sensor_index": "17498111.255.255.1", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.1", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.2", + "sensor_index": "17498111.255.255.2", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.2", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.3", + "sensor_index": "17498111.255.255.3", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.3", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.4", + "sensor_index": "17498111.255.255.4", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.4", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.5", + "sensor_index": "17498111.255.255.5", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.5", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.6", + "sensor_index": "17498111.255.255.6", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.6", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.7", + "sensor_index": "17498111.255.255.7", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.7", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.8", + "sensor_index": "17498111.255.255.8", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.8", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.73.0", + "sensor_index": "17498111.255.73.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.73.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.75.0", + "sensor_index": "17498111.255.75.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.75.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17563647.11.72.0", + "sensor_index": "17563647.11.72.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17563647.11.72.0", + "group": "Slot-17563647", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17629183.12.72.0", + "sensor_index": "17629183.12.72.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17629183.12.72.0", + "group": "Slot-17629183", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.0", + "sensor_index": "17301503.7.255.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.0", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.1", + "sensor_index": "17301503.7.255.1", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.1", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.10", + "sensor_index": "17301503.7.255.10", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.10", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.11", + "sensor_index": "17301503.7.255.11", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.11", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.12", + "sensor_index": "17301503.7.255.12", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.12", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.13", + "sensor_index": "17301503.7.255.13", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.13", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.14", + "sensor_index": "17301503.7.255.14", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.14", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.2", + "sensor_index": "17301503.7.255.2", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.2", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.3", + "sensor_index": "17301503.7.255.3", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.3", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.6", + "sensor_index": "17301503.7.255.6", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.6", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.9", + "sensor_index": "17301503.7.255.9", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.9", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.0", + "sensor_index": "17367039.8.255.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.0", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.1", + "sensor_index": "17367039.8.255.1", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.1", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.10", + "sensor_index": "17367039.8.255.10", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.10", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.11", + "sensor_index": "17367039.8.255.11", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.11", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.12", + "sensor_index": "17367039.8.255.12", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.12", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.13", + "sensor_index": "17367039.8.255.13", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.13", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.14", + "sensor_index": "17367039.8.255.14", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.14", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.2", + "sensor_index": "17367039.8.255.2", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.2", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.3", + "sensor_index": "17367039.8.255.3", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.3", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.6", + "sensor_index": "17367039.8.255.6", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.6", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.9", + "sensor_index": "17367039.8.255.9", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.9", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.0", + "sensor_index": "17498111.255.0.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.1", + "sensor_index": "17498111.255.0.1", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.1", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.10", + "sensor_index": "17498111.255.0.10", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.10", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.11", + "sensor_index": "17498111.255.0.11", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.11", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.12", + "sensor_index": "17498111.255.0.12", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.12", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.2", + "sensor_index": "17498111.255.0.2", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.2", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.3", + "sensor_index": "17498111.255.0.3", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.3", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.4", + "sensor_index": "17498111.255.0.4", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.4", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.5", + "sensor_index": "17498111.255.0.5", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.5", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.6", + "sensor_index": "17498111.255.0.6", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.6", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.7", + "sensor_index": "17498111.255.0.7", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.7", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.8", + "sensor_index": "17498111.255.0.8", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.8", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.9", + "sensor_index": "17498111.255.0.9", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.9", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.0", + "sensor_index": "17498111.255.1.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.1", + "sensor_index": "17498111.255.1.1", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.1", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.10", + "sensor_index": "17498111.255.1.10", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.10", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.11", + "sensor_index": "17498111.255.1.11", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.11", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.12", + "sensor_index": "17498111.255.1.12", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.12", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.14", + "sensor_index": "17498111.255.1.14", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.14", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.2", + "sensor_index": "17498111.255.1.2", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.2", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.3", + "sensor_index": "17498111.255.1.3", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.3", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.4", + "sensor_index": "17498111.255.1.4", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.4", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.5", + "sensor_index": "17498111.255.1.5", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.5", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.6", + "sensor_index": "17498111.255.1.6", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.6", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.7", + "sensor_index": "17498111.255.1.7", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.7", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.8", + "sensor_index": "17498111.255.1.8", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.8", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.9", + "sensor_index": "17498111.255.1.9", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.9", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17563647.11.64.0", + "sensor_index": "17563647.11.64.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17563647.11.64.0", + "group": "Slot-17563647", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17629183.12.64.0", + "sensor_index": "17629183.12.64.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17629183.12.64.0", + "group": "Slot-17629183", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17235969", + "sensor_index": "17235969", + "sensor_type": "vrp", + "sensor_descr": "CR51LAXFE0 0/7", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 49, + "sensor_limit": 69, + "sensor_limit_warn": null, + "sensor_limit_low": 39, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240321", + "sensor_index": "17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35, + "sensor_limit": 55, + "sensor_limit_warn": null, + "sensor_limit_low": 25, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240322", + "sensor_index": "17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 56, + "sensor_limit_warn": null, + "sensor_limit_low": 26, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240324", + "sensor_index": "17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 56, + "sensor_limit_warn": null, + "sensor_limit_low": 26, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240329", + "sensor_index": "17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 43, + "sensor_limit": 63, + "sensor_limit_warn": null, + "sensor_limit_low": 33, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240330", + "sensor_index": "17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 44, + "sensor_limit": 64, + "sensor_limit_warn": null, + "sensor_limit_low": 34, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17301503.7.255.1", + "sensor_index": "17301503.7.255.1", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17301503.7.255.1", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 58, + "sensor_limit": 110, + "sensor_limit_warn": 105, + "sensor_limit_low": 48, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17301503.7.255.2", + "sensor_index": "17301503.7.255.2", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17301503.7.255.2", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 59, + "sensor_limit": 110, + "sensor_limit_warn": 105, + "sensor_limit_low": 49, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17301503.7.76.0", + "sensor_index": "17301503.7.76.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17301503.7.76.0", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 49, + "sensor_limit": 100, + "sensor_limit_warn": 95, + "sensor_limit_low": 39, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17301505", + "sensor_index": "17301505", + "sensor_type": "vrp", + "sensor_descr": "CR51LAXFE0 0/8", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 57, + "sensor_limit": 77, + "sensor_limit_warn": null, + "sensor_limit_low": 47, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305857", + "sensor_index": "17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 39, + "sensor_limit": 59, + "sensor_limit_warn": null, + "sensor_limit_low": 29, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305858", + "sensor_index": "17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 40, + "sensor_limit": 60, + "sensor_limit_warn": null, + "sensor_limit_low": 30, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305864", + "sensor_index": "17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 42, + "sensor_limit": 62, + "sensor_limit_warn": null, + "sensor_limit_low": 32, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305866", + "sensor_index": "17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 42, + "sensor_limit": 62, + "sensor_limit_warn": null, + "sensor_limit_low": 32, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17367039.8.255.1", + "sensor_index": "17367039.8.255.1", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17367039.8.255.1", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 71, + "sensor_limit": 110, + "sensor_limit_warn": 105, + "sensor_limit_low": 61, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17367039.8.255.2", + "sensor_index": "17367039.8.255.2", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17367039.8.255.2", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 72, + "sensor_limit": 110, + "sensor_limit_warn": 105, + "sensor_limit_low": 62, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17367039.8.76.0", + "sensor_index": "17367039.8.76.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17367039.8.76.0", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 57, + "sensor_limit": 100, + "sensor_limit_warn": 95, + "sensor_limit_low": 47, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17432577", + "sensor_index": "17432577", + "sensor_type": "vrp", + "sensor_descr": "CR81IPU480AS 10", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 44, + "sensor_limit": 64, + "sensor_limit_warn": null, + "sensor_limit_low": 34, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.0", + "sensor_index": "17498111.255.255.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 75, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 65, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.1", + "sensor_index": "17498111.255.255.1", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.1", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 73, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 63, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.2", + "sensor_index": "17498111.255.255.2", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.2", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 74, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 64, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.3", + "sensor_index": "17498111.255.255.3", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.3", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 75, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 65, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.4", + "sensor_index": "17498111.255.255.4", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.4", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 59, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 49, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.5", + "sensor_index": "17498111.255.255.5", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.5", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 59, + "sensor_limit": 105, + "sensor_limit_warn": 95, + "sensor_limit_low": 49, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.6", + "sensor_index": "17498111.255.255.6", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.6", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 61, + "sensor_limit": 105, + "sensor_limit_warn": 95, + "sensor_limit_low": 51, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.7", + "sensor_index": "17498111.255.255.7", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.7", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 64, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 54, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.8", + "sensor_index": "17498111.255.255.8", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.8", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 94, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 84, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.73.0", + "sensor_index": "17498111.255.73.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.73.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 44, + "sensor_limit": 85, + "sensor_limit_warn": 75, + "sensor_limit_low": 34, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.75.0", + "sensor_index": "17498111.255.75.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.75.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 71, + "sensor_limit": 95, + "sensor_limit_warn": 85, + "sensor_limit_low": 61, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17498113", + "sensor_index": "17498113", + "sensor_type": "vrp", + "sensor_descr": "POWER 11", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33, + "sensor_limit": 53, + "sensor_limit_warn": null, + "sensor_limit_low": 23, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17563647.11.72.0", + "sensor_index": "17563647.11.72.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17563647.11.72.0", + "group": "Slot-17563647", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33, + "sensor_limit": 115, + "sensor_limit_warn": 110, + "sensor_limit_low": 23, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17563649", + "sensor_index": "17563649", + "sensor_type": "vrp", + "sensor_descr": "POWER 12", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 57, + "sensor_limit_warn": null, + "sensor_limit_low": 27, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17629183.12.72.0", + "sensor_index": "17629183.12.72.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17629183.12.72.0", + "group": "Slot-17629183", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 115, + "sensor_limit_warn": 110, + "sensor_limit_low": 27, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.18.1.8.11.0", + "sensor_index": "11.0", + "sensor_type": "vrp", + "sensor_descr": "PWR11", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.456, + "sensor_limit": 61.4744, + "sensor_limit_warn": null, + "sensor_limit_low": 45.4376, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.18.1.8.12.0", + "sensor_index": "12.0", + "sensor_type": "vrp", + "sensor_descr": "PWR12", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.487, + "sensor_limit": 61.51005, + "sensor_limit_warn": null, + "sensor_limit_low": 45.46395, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17235969", + "sensor_index": "17235969", + "sensor_type": "vrp", + "sensor_descr": "CR51LAXFE0 0/7", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.76, + "sensor_limit": 0.874, + "sensor_limit_warn": null, + "sensor_limit_low": 0.646, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240321", + "sensor_index": "17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.37, + "sensor_limit": 3.8755, + "sensor_limit_warn": null, + "sensor_limit_low": 2.8645, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240322", + "sensor_index": "17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.321, + "sensor_limit": 3.81915, + "sensor_limit_warn": null, + "sensor_limit_low": 2.82285, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240324", + "sensor_index": "17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.354, + "sensor_limit": 3.8571, + "sensor_limit_warn": null, + "sensor_limit_low": 2.8509, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240329", + "sensor_index": "17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.381, + "sensor_limit": 3.88815, + "sensor_limit_warn": null, + "sensor_limit_low": 2.87385, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240330", + "sensor_index": "17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.409, + "sensor_limit": 3.92035, + "sensor_limit_warn": null, + "sensor_limit_low": 2.89765, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.0", + "sensor_index": "17301503.7.255.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.0", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.76, + "sensor_limit": 0.921, + "sensor_limit_warn": 0.891, + "sensor_limit_low": 0.646, + "sensor_limit_low_warn": 0.666, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.1", + "sensor_index": "17301503.7.255.1", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.1", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.81, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.852, + "sensor_limit_low": 0.725, + "sensor_limit_low_warn": 0.744, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.10", + "sensor_index": "17301503.7.255.10", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.10", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.32, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.11", + "sensor_index": "17301503.7.255.11", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.11", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 5.05, + "sensor_limit": 5.508, + "sensor_limit_warn": 5.364, + "sensor_limit_low": 4.5, + "sensor_limit_low_warn": 4.644, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.12", + "sensor_index": "17301503.7.255.12", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.12", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 12.1, + "sensor_limit": 13.248, + "sensor_limit_warn": 12.816, + "sensor_limit_low": 9.072, + "sensor_limit_low_warn": 9.36, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.13", + "sensor_index": "17301503.7.255.13", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.13", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.59, + "sensor_limit": 3.848, + "sensor_limit_warn": 3.744, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.14", + "sensor_index": "17301503.7.255.14", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.14", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.42, + "sensor_limit": 3.952, + "sensor_limit_warn": 3.848, + "sensor_limit_low": 2.704, + "sensor_limit_low_warn": 2.782, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.2", + "sensor_index": "17301503.7.255.2", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.2", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.21, + "sensor_limit": 1.323, + "sensor_limit_warn": 1.283, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.117, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.3", + "sensor_index": "17301503.7.255.3", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.3", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.81, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.92, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.6", + "sensor_index": "17301503.7.255.6", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.6", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.81, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.92, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.9", + "sensor_index": "17301503.7.255.9", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.9", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.35, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17301505", + "sensor_index": "17301505", + "sensor_type": "vrp", + "sensor_descr": "CR51LAXFE0 0/8", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.8, + "sensor_limit": 0.92, + "sensor_limit_warn": null, + "sensor_limit_low": 0.68, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305857", + "sensor_index": "17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.395, + "sensor_limit": 3.90425, + "sensor_limit_warn": null, + "sensor_limit_low": 2.88575, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305858", + "sensor_index": "17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.409, + "sensor_limit": 3.92035, + "sensor_limit_warn": null, + "sensor_limit_low": 2.89765, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305864", + "sensor_index": "17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.395, + "sensor_limit": 3.90425, + "sensor_limit_warn": null, + "sensor_limit_low": 2.88575, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305866", + "sensor_index": "17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.395, + "sensor_limit": 3.90425, + "sensor_limit_warn": null, + "sensor_limit_low": 2.88575, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.0", + "sensor_index": "17367039.8.255.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.0", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.8, + "sensor_limit": 0.921, + "sensor_limit_warn": 0.891, + "sensor_limit_low": 0.646, + "sensor_limit_low_warn": 0.666, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.1", + "sensor_index": "17367039.8.255.1", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.1", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.79, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.852, + "sensor_limit_low": 0.725, + "sensor_limit_low_warn": 0.744, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.10", + "sensor_index": "17367039.8.255.10", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.10", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.11", + "sensor_index": "17367039.8.255.11", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.11", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 5.01, + "sensor_limit": 5.508, + "sensor_limit_warn": 5.364, + "sensor_limit_low": 4.5, + "sensor_limit_low_warn": 4.644, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.12", + "sensor_index": "17367039.8.255.12", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.12", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 12.3, + "sensor_limit": 13.248, + "sensor_limit_warn": 12.816, + "sensor_limit_low": 9.072, + "sensor_limit_low_warn": 9.36, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.13", + "sensor_index": "17367039.8.255.13", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.13", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.59, + "sensor_limit": 3.848, + "sensor_limit_warn": 3.744, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.14", + "sensor_index": "17367039.8.255.14", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.14", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.42, + "sensor_limit": 3.952, + "sensor_limit_warn": 3.848, + "sensor_limit_low": 2.704, + "sensor_limit_low_warn": 2.782, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.2", + "sensor_index": "17367039.8.255.2", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.2", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.21, + "sensor_limit": 1.323, + "sensor_limit_warn": 1.283, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.117, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.3", + "sensor_index": "17367039.8.255.3", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.3", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.81, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.92, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.6", + "sensor_index": "17367039.8.255.6", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.6", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.82, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.92, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.9", + "sensor_index": "17367039.8.255.9", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.9", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.37, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17432577", + "sensor_index": "17432577", + "sensor_type": "vrp", + "sensor_descr": "CR81IPU480AS 10", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.77, + "sensor_limit": 0.8855, + "sensor_limit_warn": null, + "sensor_limit_low": 0.6545, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.0", + "sensor_index": "17498111.255.0.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.0", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.77, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.862, + "sensor_limit_low": 0.637, + "sensor_limit_low_warn": 0.656, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.1", + "sensor_index": "17498111.255.0.1", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.1", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.8, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.862, + "sensor_limit_low": 0.725, + "sensor_limit_low_warn": 0.744, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.10", + "sensor_index": "17498111.255.0.10", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.10", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.31, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.11", + "sensor_index": "17498111.255.0.11", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.11", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.36, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.12", + "sensor_index": "17498111.255.0.12", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.12", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 4.93, + "sensor_limit": 5.51, + "sensor_limit_warn": 5.365, + "sensor_limit_low": 4.524, + "sensor_limit_low_warn": 4.64, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.2", + "sensor_index": "17498111.255.0.2", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.2", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.8, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.862, + "sensor_limit_low": 0.725, + "sensor_limit_low_warn": 0.744, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.3", + "sensor_index": "17498111.255.0.3", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.3", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.91, + "sensor_limit": 0.999, + "sensor_limit_warn": 0.96, + "sensor_limit_low": 0.813, + "sensor_limit_low_warn": 0.842, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.4", + "sensor_index": "17498111.255.0.4", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.4", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.99, + "sensor_limit": 1.107, + "sensor_limit_warn": 1.078, + "sensor_limit_low": 0.901, + "sensor_limit_low_warn": 0.931, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.5", + "sensor_index": "17498111.255.0.5", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.5", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1.146, + "sensor_limit_warn": 1.117, + "sensor_limit_low": 0.833, + "sensor_limit_low_warn": 0.862, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.6", + "sensor_index": "17498111.255.0.6", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.6", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.2, + "sensor_limit": 1.323, + "sensor_limit_warn": 1.283, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.127, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.7", + "sensor_index": "17498111.255.0.7", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.7", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.24, + "sensor_limit": 1.381, + "sensor_limit_warn": 1.342, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.127, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.8", + "sensor_index": "17498111.255.0.8", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.8", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.82, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.9", + "sensor_index": "17498111.255.0.9", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.9", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2.47, + "sensor_limit": 2.744, + "sensor_limit_warn": 2.685, + "sensor_limit_low": 2.254, + "sensor_limit_low_warn": 2.332, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.0", + "sensor_index": "17498111.255.1.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.0", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2.52, + "sensor_limit": 2.744, + "sensor_limit_warn": 2.685, + "sensor_limit_low": 2.254, + "sensor_limit_low_warn": 2.332, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.1", + "sensor_index": "17498111.255.1.1", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.1", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.1, + "sensor_limit": 1.264, + "sensor_limit_warn": 1.234, + "sensor_limit_low": 0.999, + "sensor_limit_low_warn": 1.029, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.10", + "sensor_index": "17498111.255.1.10", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.10", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.11", + "sensor_index": "17498111.255.1.11", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.11", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.61, + "sensor_limit": 3.952, + "sensor_limit_warn": 3.848, + "sensor_limit_low": 3.25, + "sensor_limit_low_warn": 3.354, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.12", + "sensor_index": "17498111.255.1.12", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.12", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.6, + "sensor_limit": 3.952, + "sensor_limit_warn": 3.848, + "sensor_limit_low": 3.25, + "sensor_limit_low_warn": 3.354, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.14", + "sensor_index": "17498111.255.1.14", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.14", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 11.99, + "sensor_limit": 13.246, + "sensor_limit_warn": 12.876, + "sensor_limit_low": 9.028, + "sensor_limit_low_warn": 9.324, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.2", + "sensor_index": "17498111.255.1.2", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.2", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.21, + "sensor_limit": 1.323, + "sensor_limit_warn": 1.283, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.127, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.3", + "sensor_index": "17498111.255.1.3", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.3", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.83, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.4", + "sensor_index": "17498111.255.1.4", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.4", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.8, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.5", + "sensor_index": "17498111.255.1.5", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.5", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.81, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.6", + "sensor_index": "17498111.255.1.6", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.6", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.8, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.7", + "sensor_index": "17498111.255.1.7", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.7", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.43, + "sensor_limit": 3.959, + "sensor_limit_warn": 3.841, + "sensor_limit_low": 2.842, + "sensor_limit_low_warn": 3.077, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.8", + "sensor_index": "17498111.255.1.8", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.8", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.37, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.9", + "sensor_index": "17498111.255.1.9", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.9", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17498113", + "sensor_index": "17498113", + "sensor_type": "vrp", + "sensor_descr": "POWER 11", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.517, + "sensor_limit": 61.54455, + "sensor_limit_warn": null, + "sensor_limit_low": 45.48945, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17563647.11.64.0", + "sensor_index": "17563647.11.64.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17563647.11.64.0", + "group": "Slot-17563647", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.517, + "sensor_limit": 75, + "sensor_limit_warn": 71, + "sensor_limit_low": 39, + "sensor_limit_low_warn": 41, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17563649", + "sensor_index": "17563649", + "sensor_type": "vrp", + "sensor_descr": "POWER 12", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.479, + "sensor_limit": 61.50085, + "sensor_limit_warn": null, + "sensor_limit_low": 45.45715, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17629183.12.64.0", + "sensor_index": "17629183.12.64.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17629183.12.64.0", + "group": "Slot-17629183", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.487, + "sensor_limit": 75, + "sensor_limit_warn": 71, + "sensor_limit_low": 39, + "sensor_limit_low_warn": 41, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "hwEntityFanState", + "state_descr": "Normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "hwEntityFanState", + "state_descr": "Abnormal", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "hwTemperatureThresholdTable", + "state_descr": "Normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "hwTemperatureThresholdTable", + "state_descr": "Minor", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "hwTemperatureThresholdTable", + "state_descr": "Major", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "hwTemperatureThresholdTable", + "state_descr": "Fatal", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + }, + { + "state_name": "hwVoltageInfoTable", + "state_descr": "Normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "hwVoltageInfoTable", + "state_descr": "Minor", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "hwVoltageInfoTable", + "state_descr": "Major", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "hwVoltageInfoTable", + "state_descr": "Fatal", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + } + ] + }, + "poller": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.18.1.7.11.0", + "sensor_index": "11.0", + "sensor_type": "vrp", + "sensor_descr": "PWR11", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.524, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.18.1.7.12.0", + "sensor_index": "12.0", + "sensor_type": "vrp", + "sensor_descr": "PWR12", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.762, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240321", + "sensor_index": "17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.034, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240322", + "sensor_index": "17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.042, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240324", + "sensor_index": "17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.036, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240329", + "sensor_index": "17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240330", + "sensor_index": "17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305857", + "sensor_index": "17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305858", + "sensor_index": "17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305864", + "sensor_index": "17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305866", + "sensor_index": "17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.007, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240321", + "sensor_index": "lane-rx-17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0 Rx", + "group": "GigabitEthernet0/7/0", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -2.9, + "sensor_limit": 0, + "sensor_limit_warn": null, + "sensor_limit_low": -16, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240321", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240322", + "sensor_index": "lane-rx-17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1 Rx", + "group": "GigabitEthernet0/7/1", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -16.84, + "sensor_limit": -6, + "sensor_limit_warn": null, + "sensor_limit_low": -26.02, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240322", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240324", + "sensor_index": "lane-rx-17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3 Rx", + "group": "GigabitEthernet0/7/3", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -40, + "sensor_limit": -6, + "sensor_limit_warn": null, + "sensor_limit_low": -26.02, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240324", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240329", + "sensor_index": "lane-rx-17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8 Rx", + "group": "GigabitEthernet0/7/8", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.31, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240329", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240330", + "sensor_index": "lane-rx-17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9 Rx", + "group": "GigabitEthernet0/7/9", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.78, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240330", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305857", + "sensor_index": "lane-rx-17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0 Rx", + "group": "GigabitEthernet0/8/0", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.48, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305857", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305858", + "sensor_index": "lane-rx-17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1 Rx", + "group": "GigabitEthernet0/8/1", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.78, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305858", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305864", + "sensor_index": "lane-rx-17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7 Rx", + "group": "GigabitEthernet0/8/7", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.61, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305864", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305866", + "sensor_index": "lane-rx-17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9 Rx", + "group": "GigabitEthernet0/8/9", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -2.06, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -14.1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305866", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17240329", + "sensor_index": "lane-tx-17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8 Tx", + "group": "GigabitEthernet0/7/8", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.27, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240329", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17240330", + "sensor_index": "lane-tx-17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9 Tx", + "group": "GigabitEthernet0/7/9", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -1.07, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240330", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305857", + "sensor_index": "lane-tx-17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0 Tx", + "group": "GigabitEthernet0/8/0", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -0.96, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305857", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305858", + "sensor_index": "lane-tx-17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1 Tx", + "group": "GigabitEthernet0/8/1", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -0.68, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305858", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305864", + "sensor_index": "lane-tx-17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7 Tx", + "group": "GigabitEthernet0/8/7", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -0.77, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305864", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305866", + "sensor_index": "lane-tx-17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9 Tx", + "group": "GigabitEthernet0/8/9", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": -0.8, + "sensor_limit": 2, + "sensor_limit_warn": null, + "sensor_limit_low": -9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17305866", + "entPhysicalIndex_measured": "ports", + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240321", + "sensor_index": "tx-17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0 Tx", + "group": "GigabitEthernet0/7/0", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -5.9176003468815, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240321", + "entPhysicalIndex_measured": "ports", + "sensor_prev": -5.9176003468815, + "user_func": "uw_to_dbm", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240322", + "sensor_index": "tx-17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1 Tx", + "group": "GigabitEthernet0/7/1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -5.7348873863542, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240322", + "entPhysicalIndex_measured": "ports", + "sensor_prev": -5.7348873863542, + "user_func": "uw_to_dbm", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240324", + "sensor_index": "tx-17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3 Tx", + "group": "GigabitEthernet0/7/3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -4.6852108295774, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "17240324", + "entPhysicalIndex_measured": "ports", + "sensor_prev": -4.6852108295774, + "user_func": "uw_to_dbm", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "percent", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.10.1.5.13.1", + "sensor_index": "13.1", + "sensor_type": "vrp", + "sensor_descr": "Slot 13 Fan 1 Speed", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 20, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.1.3.0", + "sensor_index": "0", + "sensor_type": "vrp", + "sensor_descr": "Average Power Consumption", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 183, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.1.6.0", + "sensor_index": "1", + "sensor_type": "vrp", + "sensor_descr": "Current Power Consumption", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 187, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.2.1.1.4.17432577", + "sensor_index": "17432577", + "sensor_type": "vrp", + "sensor_descr": "CR81IPU480AS 10", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 113, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.2.1.1.4.17498113", + "sensor_index": "17498113", + "sensor_type": "vrp", + "sensor_descr": "POWER 11", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 79, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.2.1.1.4.17563649", + "sensor_index": "17563649", + "sensor_type": "vrp", + "sensor_descr": "POWER 12", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 85, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.6.157.2.1.1.4.17629185", + "sensor_index": "17629185", + "sensor_type": "vrp", + "sensor_descr": "FAN 13", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 15, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.10.1.7.13.1", + "sensor_index": "13.1", + "sensor_type": "hwEntityFanState", + "sensor_descr": "Slot 13 Fan 1 Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwEntityFanState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17301503.7.255.1", + "sensor_index": "17301503.7.255.1", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17301503.7.255.1", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17301503.7.255.2", + "sensor_index": "17301503.7.255.2", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17301503.7.255.2", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17301503.7.76.0", + "sensor_index": "17301503.7.76.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17301503.7.76.0", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17367039.8.255.1", + "sensor_index": "17367039.8.255.1", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17367039.8.255.1", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17367039.8.255.2", + "sensor_index": "17367039.8.255.2", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17367039.8.255.2", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17367039.8.76.0", + "sensor_index": "17367039.8.76.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17367039.8.76.0", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.0", + "sensor_index": "17498111.255.255.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.1", + "sensor_index": "17498111.255.255.1", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.1", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.2", + "sensor_index": "17498111.255.255.2", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.2", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.3", + "sensor_index": "17498111.255.255.3", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.3", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.4", + "sensor_index": "17498111.255.255.4", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.4", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.5", + "sensor_index": "17498111.255.255.5", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.5", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.6", + "sensor_index": "17498111.255.255.6", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.6", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.7", + "sensor_index": "17498111.255.255.7", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.7", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.8", + "sensor_index": "17498111.255.255.8", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.255.8", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.73.0", + "sensor_index": "17498111.255.73.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.73.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.75.0", + "sensor_index": "17498111.255.75.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17498111.255.75.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17563647.11.72.0", + "sensor_index": "17563647.11.72.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17563647.11.72.0", + "group": "Slot-17563647", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17629183.12.72.0", + "sensor_index": "17629183.12.72.0", + "sensor_type": "hwTemperatureThresholdTable", + "sensor_descr": "TempStatus 17629183.12.72.0", + "group": "Slot-17629183", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwTemperatureThresholdTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.0", + "sensor_index": "17301503.7.255.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.0", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.1", + "sensor_index": "17301503.7.255.1", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.1", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.10", + "sensor_index": "17301503.7.255.10", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.10", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.11", + "sensor_index": "17301503.7.255.11", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.11", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.12", + "sensor_index": "17301503.7.255.12", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.12", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.13", + "sensor_index": "17301503.7.255.13", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.13", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.14", + "sensor_index": "17301503.7.255.14", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.14", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.2", + "sensor_index": "17301503.7.255.2", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.2", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.3", + "sensor_index": "17301503.7.255.3", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.3", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.6", + "sensor_index": "17301503.7.255.6", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.6", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.9", + "sensor_index": "17301503.7.255.9", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17301503.7.255.9", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.0", + "sensor_index": "17367039.8.255.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.0", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.1", + "sensor_index": "17367039.8.255.1", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.1", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.10", + "sensor_index": "17367039.8.255.10", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.10", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.11", + "sensor_index": "17367039.8.255.11", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.11", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.12", + "sensor_index": "17367039.8.255.12", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.12", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.13", + "sensor_index": "17367039.8.255.13", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.13", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.14", + "sensor_index": "17367039.8.255.14", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.14", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.2", + "sensor_index": "17367039.8.255.2", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.2", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.3", + "sensor_index": "17367039.8.255.3", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.3", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.6", + "sensor_index": "17367039.8.255.6", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.6", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.9", + "sensor_index": "17367039.8.255.9", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17367039.8.255.9", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.0", + "sensor_index": "17498111.255.0.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.1", + "sensor_index": "17498111.255.0.1", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.1", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.10", + "sensor_index": "17498111.255.0.10", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.10", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.11", + "sensor_index": "17498111.255.0.11", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.11", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.12", + "sensor_index": "17498111.255.0.12", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.12", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.2", + "sensor_index": "17498111.255.0.2", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.2", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.3", + "sensor_index": "17498111.255.0.3", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.3", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.4", + "sensor_index": "17498111.255.0.4", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.4", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.5", + "sensor_index": "17498111.255.0.5", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.5", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.6", + "sensor_index": "17498111.255.0.6", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.6", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.7", + "sensor_index": "17498111.255.0.7", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.7", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.8", + "sensor_index": "17498111.255.0.8", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.8", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.9", + "sensor_index": "17498111.255.0.9", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.0.9", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.0", + "sensor_index": "17498111.255.1.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.1", + "sensor_index": "17498111.255.1.1", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.1", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.10", + "sensor_index": "17498111.255.1.10", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.10", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.11", + "sensor_index": "17498111.255.1.11", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.11", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.12", + "sensor_index": "17498111.255.1.12", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.12", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.14", + "sensor_index": "17498111.255.1.14", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.14", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.2", + "sensor_index": "17498111.255.1.2", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.2", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.3", + "sensor_index": "17498111.255.1.3", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.3", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.4", + "sensor_index": "17498111.255.1.4", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.4", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.5", + "sensor_index": "17498111.255.1.5", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.5", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.6", + "sensor_index": "17498111.255.1.6", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.6", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.7", + "sensor_index": "17498111.255.1.7", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.7", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.8", + "sensor_index": "17498111.255.1.8", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.8", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.9", + "sensor_index": "17498111.255.1.9", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17498111.255.1.9", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17563647.11.64.0", + "sensor_index": "17563647.11.64.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17563647.11.64.0", + "group": "Slot-17563647", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17629183.12.64.0", + "sensor_index": "17629183.12.64.0", + "sensor_type": "hwVoltageInfoTable", + "sensor_descr": "VoltStatus 17629183.12.64.0", + "group": "Slot-17629183", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "hwVoltageInfoTable" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17235969", + "sensor_index": "17235969", + "sensor_type": "vrp", + "sensor_descr": "CR51LAXFE0 0/7", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 49, + "sensor_limit": 69, + "sensor_limit_warn": null, + "sensor_limit_low": 39, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240321", + "sensor_index": "17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35, + "sensor_limit": 55, + "sensor_limit_warn": null, + "sensor_limit_low": 25, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240322", + "sensor_index": "17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 56, + "sensor_limit_warn": null, + "sensor_limit_low": 26, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240324", + "sensor_index": "17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 56, + "sensor_limit_warn": null, + "sensor_limit_low": 26, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240329", + "sensor_index": "17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 43, + "sensor_limit": 63, + "sensor_limit_warn": null, + "sensor_limit_low": 33, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240330", + "sensor_index": "17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 44, + "sensor_limit": 64, + "sensor_limit_warn": null, + "sensor_limit_low": 34, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17301503.7.255.1", + "sensor_index": "17301503.7.255.1", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17301503.7.255.1", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 58, + "sensor_limit": 110, + "sensor_limit_warn": 105, + "sensor_limit_low": 48, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17301503.7.255.2", + "sensor_index": "17301503.7.255.2", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17301503.7.255.2", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 59, + "sensor_limit": 110, + "sensor_limit_warn": 105, + "sensor_limit_low": 49, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17301503.7.76.0", + "sensor_index": "17301503.7.76.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17301503.7.76.0", + "group": "Slot-17301503", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 49, + "sensor_limit": 100, + "sensor_limit_warn": 95, + "sensor_limit_low": 39, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17301505", + "sensor_index": "17301505", + "sensor_type": "vrp", + "sensor_descr": "CR51LAXFE0 0/8", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 57, + "sensor_limit": 77, + "sensor_limit_warn": null, + "sensor_limit_low": 47, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305857", + "sensor_index": "17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 39, + "sensor_limit": 59, + "sensor_limit_warn": null, + "sensor_limit_low": 29, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305858", + "sensor_index": "17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 40, + "sensor_limit": 60, + "sensor_limit_warn": null, + "sensor_limit_low": 30, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305864", + "sensor_index": "17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 42, + "sensor_limit": 62, + "sensor_limit_warn": null, + "sensor_limit_low": 32, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305866", + "sensor_index": "17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 42, + "sensor_limit": 62, + "sensor_limit_warn": null, + "sensor_limit_low": 32, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17367039.8.255.1", + "sensor_index": "17367039.8.255.1", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17367039.8.255.1", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 71, + "sensor_limit": 110, + "sensor_limit_warn": 105, + "sensor_limit_low": 61, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17367039.8.255.2", + "sensor_index": "17367039.8.255.2", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17367039.8.255.2", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 72, + "sensor_limit": 110, + "sensor_limit_warn": 105, + "sensor_limit_low": 62, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17367039.8.76.0", + "sensor_index": "17367039.8.76.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17367039.8.76.0", + "group": "Slot-17367039", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 57, + "sensor_limit": 100, + "sensor_limit_warn": 95, + "sensor_limit_low": 47, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17432577", + "sensor_index": "17432577", + "sensor_type": "vrp", + "sensor_descr": "CR81IPU480AS 10", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 44, + "sensor_limit": 64, + "sensor_limit_warn": null, + "sensor_limit_low": 34, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.0", + "sensor_index": "17498111.255.255.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 75, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 65, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.1", + "sensor_index": "17498111.255.255.1", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.1", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 73, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 63, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.2", + "sensor_index": "17498111.255.255.2", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.2", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 74, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 64, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.3", + "sensor_index": "17498111.255.255.3", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.3", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 75, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 65, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.4", + "sensor_index": "17498111.255.255.4", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.4", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 59, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 49, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.5", + "sensor_index": "17498111.255.255.5", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.5", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 59, + "sensor_limit": 105, + "sensor_limit_warn": 95, + "sensor_limit_low": 49, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.6", + "sensor_index": "17498111.255.255.6", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.6", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 61, + "sensor_limit": 105, + "sensor_limit_warn": 95, + "sensor_limit_low": 51, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.7", + "sensor_index": "17498111.255.255.7", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.7", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 64, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 54, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.8", + "sensor_index": "17498111.255.255.8", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.255.8", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 94, + "sensor_limit": 115, + "sensor_limit_warn": 105, + "sensor_limit_low": 84, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.73.0", + "sensor_index": "17498111.255.73.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.73.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 44, + "sensor_limit": 85, + "sensor_limit_warn": 75, + "sensor_limit_low": 34, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.75.0", + "sensor_index": "17498111.255.75.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17498111.255.75.0", + "group": "Slot-17498111", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 71, + "sensor_limit": 95, + "sensor_limit_warn": 85, + "sensor_limit_low": 61, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17498113", + "sensor_index": "17498113", + "sensor_type": "vrp", + "sensor_descr": "POWER 11", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33, + "sensor_limit": 53, + "sensor_limit_warn": null, + "sensor_limit_low": 23, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17563647.11.72.0", + "sensor_index": "17563647.11.72.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17563647.11.72.0", + "group": "Slot-17563647", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33, + "sensor_limit": 115, + "sensor_limit_warn": 110, + "sensor_limit_low": 23, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17563649", + "sensor_index": "17563649", + "sensor_type": "vrp", + "sensor_descr": "POWER 12", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 57, + "sensor_limit_warn": null, + "sensor_limit_low": 27, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17629183.12.72.0", + "sensor_index": "17629183.12.72.0", + "sensor_type": "vrp", + "sensor_descr": "TempSensor 17629183.12.72.0", + "group": "Slot-17629183", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 115, + "sensor_limit_warn": 110, + "sensor_limit_low": 27, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.18.1.8.11.0", + "sensor_index": "11.0", + "sensor_type": "vrp", + "sensor_descr": "PWR11", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.456, + "sensor_limit": 61.4744, + "sensor_limit_warn": null, + "sensor_limit_low": 45.4376, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.18.1.8.12.0", + "sensor_index": "12.0", + "sensor_type": "vrp", + "sensor_descr": "PWR12", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.487, + "sensor_limit": 61.51005, + "sensor_limit_warn": null, + "sensor_limit_low": 45.46395, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17235969", + "sensor_index": "17235969", + "sensor_type": "vrp", + "sensor_descr": "CR51LAXFE0 0/7", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.76, + "sensor_limit": 0.874, + "sensor_limit_warn": null, + "sensor_limit_low": 0.646, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240321", + "sensor_index": "17240321", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.37, + "sensor_limit": 3.8755, + "sensor_limit_warn": null, + "sensor_limit_low": 2.8645, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240322", + "sensor_index": "17240322", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.321, + "sensor_limit": 3.81915, + "sensor_limit_warn": null, + "sensor_limit_low": 2.82285, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240324", + "sensor_index": "17240324", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/3", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.354, + "sensor_limit": 3.8571, + "sensor_limit_warn": null, + "sensor_limit_low": 2.8509, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240329", + "sensor_index": "17240329", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/8", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.381, + "sensor_limit": 3.88815, + "sensor_limit_warn": null, + "sensor_limit_low": 2.87385, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240330", + "sensor_index": "17240330", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/7/9", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.409, + "sensor_limit": 3.92035, + "sensor_limit_warn": null, + "sensor_limit_low": 2.89765, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.0", + "sensor_index": "17301503.7.255.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.0", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.76, + "sensor_limit": 0.921, + "sensor_limit_warn": 0.891, + "sensor_limit_low": 0.646, + "sensor_limit_low_warn": 0.666, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.1", + "sensor_index": "17301503.7.255.1", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.1", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.81, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.852, + "sensor_limit_low": 0.725, + "sensor_limit_low_warn": 0.744, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.10", + "sensor_index": "17301503.7.255.10", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.10", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.32, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.11", + "sensor_index": "17301503.7.255.11", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.11", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 5.05, + "sensor_limit": 5.508, + "sensor_limit_warn": 5.364, + "sensor_limit_low": 4.5, + "sensor_limit_low_warn": 4.644, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.12", + "sensor_index": "17301503.7.255.12", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.12", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 12.1, + "sensor_limit": 13.248, + "sensor_limit_warn": 12.816, + "sensor_limit_low": 9.072, + "sensor_limit_low_warn": 9.36, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.13", + "sensor_index": "17301503.7.255.13", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.13", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.59, + "sensor_limit": 3.848, + "sensor_limit_warn": 3.744, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.14", + "sensor_index": "17301503.7.255.14", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.14", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.42, + "sensor_limit": 3.952, + "sensor_limit_warn": 3.848, + "sensor_limit_low": 2.704, + "sensor_limit_low_warn": 2.782, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.2", + "sensor_index": "17301503.7.255.2", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.2", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.21, + "sensor_limit": 1.323, + "sensor_limit_warn": 1.283, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.117, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.3", + "sensor_index": "17301503.7.255.3", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.3", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.81, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.92, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.6", + "sensor_index": "17301503.7.255.6", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.6", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.81, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.92, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.9", + "sensor_index": "17301503.7.255.9", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17301503.7.255.9", + "group": "Slot-17301503", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.35, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17301505", + "sensor_index": "17301505", + "sensor_type": "vrp", + "sensor_descr": "CR51LAXFE0 0/8", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.8, + "sensor_limit": 0.92, + "sensor_limit_warn": null, + "sensor_limit_low": 0.68, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305857", + "sensor_index": "17305857", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/0", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.395, + "sensor_limit": 3.90425, + "sensor_limit_warn": null, + "sensor_limit_low": 2.88575, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305858", + "sensor_index": "17305858", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/1", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.409, + "sensor_limit": 3.92035, + "sensor_limit_warn": null, + "sensor_limit_low": 2.89765, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305864", + "sensor_index": "17305864", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/7", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.395, + "sensor_limit": 3.90425, + "sensor_limit_warn": null, + "sensor_limit_low": 2.88575, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305866", + "sensor_index": "17305866", + "sensor_type": "vrp", + "sensor_descr": "GigabitEthernet0/8/9", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.395, + "sensor_limit": 3.90425, + "sensor_limit_warn": null, + "sensor_limit_low": 2.88575, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.0", + "sensor_index": "17367039.8.255.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.0", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.8, + "sensor_limit": 0.921, + "sensor_limit_warn": 0.891, + "sensor_limit_low": 0.646, + "sensor_limit_low_warn": 0.666, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.1", + "sensor_index": "17367039.8.255.1", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.1", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.79, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.852, + "sensor_limit_low": 0.725, + "sensor_limit_low_warn": 0.744, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.10", + "sensor_index": "17367039.8.255.10", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.10", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.11", + "sensor_index": "17367039.8.255.11", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.11", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 5.01, + "sensor_limit": 5.508, + "sensor_limit_warn": 5.364, + "sensor_limit_low": 4.5, + "sensor_limit_low_warn": 4.644, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.12", + "sensor_index": "17367039.8.255.12", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.12", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 12.3, + "sensor_limit": 13.248, + "sensor_limit_warn": 12.816, + "sensor_limit_low": 9.072, + "sensor_limit_low_warn": 9.36, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.13", + "sensor_index": "17367039.8.255.13", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.13", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.59, + "sensor_limit": 3.848, + "sensor_limit_warn": 3.744, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.14", + "sensor_index": "17367039.8.255.14", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.14", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.42, + "sensor_limit": 3.952, + "sensor_limit_warn": 3.848, + "sensor_limit_low": 2.704, + "sensor_limit_low_warn": 2.782, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.2", + "sensor_index": "17367039.8.255.2", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.2", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.21, + "sensor_limit": 1.323, + "sensor_limit_warn": 1.283, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.117, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.3", + "sensor_index": "17367039.8.255.3", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.3", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.81, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.92, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.6", + "sensor_index": "17367039.8.255.6", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.6", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.82, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.92, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.9", + "sensor_index": "17367039.8.255.9", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17367039.8.255.9", + "group": "Slot-17367039", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.37, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17432577", + "sensor_index": "17432577", + "sensor_type": "vrp", + "sensor_descr": "CR81IPU480AS 10", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.77, + "sensor_limit": 0.8855, + "sensor_limit_warn": null, + "sensor_limit_low": 0.6545, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.0", + "sensor_index": "17498111.255.0.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.0", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.77, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.862, + "sensor_limit_low": 0.637, + "sensor_limit_low_warn": 0.656, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.1", + "sensor_index": "17498111.255.0.1", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.1", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.8, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.862, + "sensor_limit_low": 0.725, + "sensor_limit_low_warn": 0.744, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.10", + "sensor_index": "17498111.255.0.10", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.10", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.31, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.11", + "sensor_index": "17498111.255.0.11", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.11", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.36, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.12", + "sensor_index": "17498111.255.0.12", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.12", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 4.93, + "sensor_limit": 5.51, + "sensor_limit_warn": 5.365, + "sensor_limit_low": 4.524, + "sensor_limit_low_warn": 4.64, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.2", + "sensor_index": "17498111.255.0.2", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.2", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.8, + "sensor_limit": 0.882, + "sensor_limit_warn": 0.862, + "sensor_limit_low": 0.725, + "sensor_limit_low_warn": 0.744, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.3", + "sensor_index": "17498111.255.0.3", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.3", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.91, + "sensor_limit": 0.999, + "sensor_limit_warn": 0.96, + "sensor_limit_low": 0.813, + "sensor_limit_low_warn": 0.842, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.4", + "sensor_index": "17498111.255.0.4", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.4", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.99, + "sensor_limit": 1.107, + "sensor_limit_warn": 1.078, + "sensor_limit_low": 0.901, + "sensor_limit_low_warn": 0.931, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.5", + "sensor_index": "17498111.255.0.5", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.5", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1.146, + "sensor_limit_warn": 1.117, + "sensor_limit_low": 0.833, + "sensor_limit_low_warn": 0.862, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.6", + "sensor_index": "17498111.255.0.6", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.6", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.2, + "sensor_limit": 1.323, + "sensor_limit_warn": 1.283, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.127, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.7", + "sensor_index": "17498111.255.0.7", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.7", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.24, + "sensor_limit": 1.381, + "sensor_limit_warn": 1.342, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.127, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.8", + "sensor_index": "17498111.255.0.8", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.8", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.82, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.9", + "sensor_index": "17498111.255.0.9", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.0.9", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2.47, + "sensor_limit": 2.744, + "sensor_limit_warn": 2.685, + "sensor_limit_low": 2.254, + "sensor_limit_low_warn": 2.332, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.0", + "sensor_index": "17498111.255.1.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.0", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2.52, + "sensor_limit": 2.744, + "sensor_limit_warn": 2.685, + "sensor_limit_low": 2.254, + "sensor_limit_low_warn": 2.332, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.1", + "sensor_index": "17498111.255.1.1", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.1", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.1, + "sensor_limit": 1.264, + "sensor_limit_warn": 1.234, + "sensor_limit_low": 0.999, + "sensor_limit_low_warn": 1.029, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.10", + "sensor_index": "17498111.255.1.10", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.10", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.11", + "sensor_index": "17498111.255.1.11", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.11", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.61, + "sensor_limit": 3.952, + "sensor_limit_warn": 3.848, + "sensor_limit_low": 3.25, + "sensor_limit_low_warn": 3.354, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.12", + "sensor_index": "17498111.255.1.12", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.12", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.6, + "sensor_limit": 3.952, + "sensor_limit_warn": 3.848, + "sensor_limit_low": 3.25, + "sensor_limit_low_warn": 3.354, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.14", + "sensor_index": "17498111.255.1.14", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.14", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 11.99, + "sensor_limit": 13.246, + "sensor_limit_warn": 12.876, + "sensor_limit_low": 9.028, + "sensor_limit_low_warn": 9.324, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.2", + "sensor_index": "17498111.255.1.2", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.2", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.21, + "sensor_limit": 1.323, + "sensor_limit_warn": 1.283, + "sensor_limit_low": 1.087, + "sensor_limit_low_warn": 1.127, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.3", + "sensor_index": "17498111.255.1.3", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.3", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.83, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.4", + "sensor_index": "17498111.255.1.4", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.4", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.8, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.5", + "sensor_index": "17498111.255.1.5", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.5", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.81, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.6", + "sensor_index": "17498111.255.1.6", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.6", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 1.8, + "sensor_limit": 1.989, + "sensor_limit_warn": 1.93, + "sensor_limit_low": 1.626, + "sensor_limit_low_warn": 1.675, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.7", + "sensor_index": "17498111.255.1.7", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.7", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.43, + "sensor_limit": 3.959, + "sensor_limit_warn": 3.841, + "sensor_limit_low": 2.842, + "sensor_limit_low_warn": 3.077, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.8", + "sensor_index": "17498111.255.1.8", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.8", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.37, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.9", + "sensor_index": "17498111.255.1.9", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17498111.255.1.9", + "group": "Slot-17498111", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.33, + "sensor_limit": 3.64, + "sensor_limit_warn": 3.536, + "sensor_limit_low": 2.964, + "sensor_limit_low_warn": 3.068, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17498113", + "sensor_index": "17498113", + "sensor_type": "vrp", + "sensor_descr": "POWER 11", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.517, + "sensor_limit": 61.54455, + "sensor_limit_warn": null, + "sensor_limit_low": 45.48945, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17563647.11.64.0", + "sensor_index": "17563647.11.64.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17563647.11.64.0", + "group": "Slot-17563647", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.517, + "sensor_limit": 75, + "sensor_limit_warn": 71, + "sensor_limit_low": 39, + "sensor_limit_low_warn": 41, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17563649", + "sensor_index": "17563649", + "sensor_type": "vrp", + "sensor_descr": "POWER 12", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.479, + "sensor_limit": 61.50085, + "sensor_limit_warn": null, + "sensor_limit_low": 45.45715, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17629183.12.64.0", + "sensor_index": "17629183.12.64.0", + "sensor_type": "vrp", + "sensor_descr": "VoltSensor 17629183.12.64.0", + "group": "Slot-17629183", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 53.487, + "sensor_limit": 75, + "sensor_limit_warn": 71, + "sensor_limit_low": 39, + "sensor_limit_low_warn": 41, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "hwEntityFanState", + "state_descr": "Normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "hwEntityFanState", + "state_descr": "Abnormal", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "hwTemperatureThresholdTable", + "state_descr": "Normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "hwTemperatureThresholdTable", + "state_descr": "Minor", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "hwTemperatureThresholdTable", + "state_descr": "Major", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "hwTemperatureThresholdTable", + "state_descr": "Fatal", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + }, + { + "state_name": "hwVoltageInfoTable", + "state_descr": "Normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "hwVoltageInfoTable", + "state_descr": "Minor", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "hwVoltageInfoTable", + "state_descr": "Major", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "hwVoltageInfoTable", + "state_descr": "Fatal", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + } + ] + } + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "vrp", + "storage_index": "1", + "storage_type": "dsk", + "storage_descr": "cfcard:", + "storage_size": 3646947328, + "storage_units": 1024, + "storage_used": 1350004736, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "vrp", + "storage_index": "1", + "storage_type": "dsk", + "storage_descr": "cfcard:", + "storage_size": 3646947328, + "storage_units": 1024, + "storage_used": 1350004736, + "storage_free": 2296942592, + "storage_perc": 37, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + } +} diff --git a/tests/snmpsim/vrp_ne8000-m8.snmprec b/tests/snmpsim/vrp_ne8000-m8.snmprec new file mode 100644 index 0000000000..552923dcf7 --- /dev/null +++ b/tests/snmpsim/vrp_ne8000-m8.snmprec @@ -0,0 +1,5018 @@ +1.3.6.1.2.1.1.1.0|4x|48756177656920566572736174696c6520526f7574696e6720506c6174666f726d20536f6674776172650a5652502028522920736f6674776172652c2056657273696f6e20382e32303020284e6574456e67696e65203830303020563830305230313243313053504333303029200d0a436f707972696768742028432920323031322d323032302048756177656920546563686e6f6c6f6769657320436f2e2c204c74642e200d0a485541574549204e6574456e67696e652038303030204d38 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2011.2.360.1.9 +1.3.6.1.2.1.1.3.0|67|270563050 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.1|4|Virtual-Template0 +1.3.6.1.2.1.2.2.1.2.2|4|NULL0 +1.3.6.1.2.1.2.2.1.2.3|4|InLoopBack0 +1.3.6.1.2.1.2.2.1.2.4|4|Ethernet0/0/0 +1.3.6.1.2.1.2.2.1.2.16|4|GigabitEthernet0/8/0 +1.3.6.1.2.1.2.2.1.2.17|4|GigabitEthernet0/8/1 +1.3.6.1.2.1.2.2.1.2.18|4|GigabitEthernet0/8/2 +1.3.6.1.2.1.2.2.1.2.19|4|GigabitEthernet0/8/3 +1.3.6.1.2.1.2.2.1.2.20|4|GigabitEthernet0/8/4 +1.3.6.1.2.1.2.2.1.2.21|4|GigabitEthernet0/8/5 +1.3.6.1.2.1.2.2.1.2.22|4|GigabitEthernet0/8/6 +1.3.6.1.2.1.2.2.1.2.23|4|GigabitEthernet0/8/7 +1.3.6.1.2.1.2.2.1.2.24|4|GigabitEthernet0/8/8 +1.3.6.1.2.1.2.2.1.2.25|4|GigabitEthernet0/8/9 +1.3.6.1.2.1.2.2.1.3.1|2|23 +1.3.6.1.2.1.2.2.1.3.2|2|1 +1.3.6.1.2.1.2.2.1.3.3|2|24 +1.3.6.1.2.1.2.2.1.3.4|2|6 +1.3.6.1.2.1.2.2.1.3.16|2|6 +1.3.6.1.2.1.2.2.1.3.17|2|6 +1.3.6.1.2.1.2.2.1.3.18|2|6 +1.3.6.1.2.1.2.2.1.3.19|2|6 +1.3.6.1.2.1.2.2.1.3.20|2|6 +1.3.6.1.2.1.2.2.1.3.21|2|6 +1.3.6.1.2.1.2.2.1.3.22|2|6 +1.3.6.1.2.1.2.2.1.3.23|2|6 +1.3.6.1.2.1.2.2.1.3.24|2|6 +1.3.6.1.2.1.2.2.1.3.25|2|6 +1.3.6.1.2.1.2.2.1.3.54|2|161 +1.3.6.1.2.1.2.2.1.3.62|2|135 +1.3.6.1.2.1.2.2.1.3.63|2|135 +1.3.6.1.2.1.2.2.1.3.69|2|53 +1.3.6.1.2.1.2.2.1.3.71|2|24 +1.3.6.1.2.1.2.2.1.4.1|2|1492 +1.3.6.1.2.1.2.2.1.4.2|2|1500 +1.3.6.1.2.1.2.2.1.4.3|2|1500 +1.3.6.1.2.1.2.2.1.4.4|2|1500 +1.3.6.1.2.1.2.2.1.4.16|2|1500 +1.3.6.1.2.1.2.2.1.4.17|2|1500 +1.3.6.1.2.1.2.2.1.4.18|2|1500 +1.3.6.1.2.1.2.2.1.4.19|2|1500 +1.3.6.1.2.1.2.2.1.4.20|2|1500 +1.3.6.1.2.1.2.2.1.4.21|2|1500 +1.3.6.1.2.1.2.2.1.4.22|2|1500 +1.3.6.1.2.1.2.2.1.4.23|2|1500 +1.3.6.1.2.1.2.2.1.4.24|2|1500 +1.3.6.1.2.1.2.2.1.4.25|2|1500 +1.3.6.1.2.1.2.2.1.4.54|2|1500 +1.3.6.1.2.1.2.2.1.4.62|2|1500 +1.3.6.1.2.1.2.2.1.4.63|2|1500 +1.3.6.1.2.1.2.2.1.4.69|2|1500 +1.3.6.1.2.1.2.2.1.4.71|2|1500 +1.3.6.1.2.1.2.2.1.6.1|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.2|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.3|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.71|4x|000000000000 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.2|2|1 +1.3.6.1.2.1.2.2.1.7.3|2|1 +1.3.6.1.2.1.2.2.1.7.4|2|1 +1.3.6.1.2.1.2.2.1.7.16|2|1 +1.3.6.1.2.1.2.2.1.7.17|2|1 +1.3.6.1.2.1.2.2.1.7.18|2|1 +1.3.6.1.2.1.2.2.1.7.19|2|1 +1.3.6.1.2.1.2.2.1.7.20|2|1 +1.3.6.1.2.1.2.2.1.7.21|2|1 +1.3.6.1.2.1.2.2.1.7.22|2|1 +1.3.6.1.2.1.2.2.1.7.23|2|1 +1.3.6.1.2.1.2.2.1.7.24|2|1 +1.3.6.1.2.1.2.2.1.7.25|2|1 +1.3.6.1.2.1.2.2.1.7.54|2|1 +1.3.6.1.2.1.2.2.1.7.62|2|1 +1.3.6.1.2.1.2.2.1.7.63|2|1 +1.3.6.1.2.1.2.2.1.7.69|2|1 +1.3.6.1.2.1.2.2.1.7.71|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.2|2|1 +1.3.6.1.2.1.2.2.1.8.3|2|1 +1.3.6.1.2.1.2.2.1.8.4|2|1 +1.3.6.1.2.1.2.2.1.8.16|2|1 +1.3.6.1.2.1.2.2.1.8.17|2|1 +1.3.6.1.2.1.2.2.1.8.18|2|2 +1.3.6.1.2.1.2.2.1.8.19|2|2 +1.3.6.1.2.1.2.2.1.8.20|2|2 +1.3.6.1.2.1.2.2.1.8.21|2|2 +1.3.6.1.2.1.2.2.1.8.22|2|2 +1.3.6.1.2.1.2.2.1.8.23|2|1 +1.3.6.1.2.1.2.2.1.8.24|2|2 +1.3.6.1.2.1.2.2.1.8.25|2|1 +1.3.6.1.2.1.2.2.1.8.54|2|1 +1.3.6.1.2.1.2.2.1.8.62|2|1 +1.3.6.1.2.1.2.2.1.8.63|2|1 +1.3.6.1.2.1.2.2.1.8.69|2|1 +1.3.6.1.2.1.2.2.1.8.71|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|0 +1.3.6.1.2.1.2.2.1.9.2|67|0 +1.3.6.1.2.1.2.2.1.9.3|67|0 +1.3.6.1.2.1.2.2.1.9.4|67|13926323 +1.3.6.1.2.1.2.2.1.9.16|67|44040655 +1.3.6.1.2.1.2.2.1.9.17|67|44040655 +1.3.6.1.2.1.2.2.1.9.18|67|0 +1.3.6.1.2.1.2.2.1.9.19|67|0 +1.3.6.1.2.1.2.2.1.9.20|67|0 +1.3.6.1.2.1.2.2.1.9.21|67|0 +1.3.6.1.2.1.2.2.1.9.22|67|212687836 +1.3.6.1.2.1.2.2.1.9.23|67|900552 +1.3.6.1.2.1.2.2.1.9.24|67|357798 +1.3.6.1.2.1.2.2.1.9.25|67|900591 +1.3.6.1.2.1.2.2.1.9.54|67|44040673 +1.3.6.1.2.1.2.2.1.9.62|67|44040675 +1.3.6.1.2.1.2.2.1.9.63|67|44040675 +1.3.6.1.2.1.2.2.1.9.69|67|900591 +1.3.6.1.2.1.2.2.1.9.71|67|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.13.3|65|0 +1.3.6.1.2.1.2.2.1.13.4|65|0 +1.3.6.1.2.1.2.2.1.13.16|65|0 +1.3.6.1.2.1.2.2.1.13.17|65|0 +1.3.6.1.2.1.2.2.1.13.18|65|0 +1.3.6.1.2.1.2.2.1.13.19|65|0 +1.3.6.1.2.1.2.2.1.13.20|65|0 +1.3.6.1.2.1.2.2.1.13.21|65|0 +1.3.6.1.2.1.2.2.1.13.22|65|0 +1.3.6.1.2.1.2.2.1.13.23|65|0 +1.3.6.1.2.1.2.2.1.13.24|65|0 +1.3.6.1.2.1.2.2.1.13.25|65|0 +1.3.6.1.2.1.2.2.1.13.54|65|0 +1.3.6.1.2.1.2.2.1.13.62|65|0 +1.3.6.1.2.1.2.2.1.13.63|65|0 +1.3.6.1.2.1.2.2.1.13.69|65|0 +1.3.6.1.2.1.2.2.1.13.71|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.2|65|0 +1.3.6.1.2.1.2.2.1.14.3|65|0 +1.3.6.1.2.1.2.2.1.14.4|65|0 +1.3.6.1.2.1.2.2.1.14.16|65|0 +1.3.6.1.2.1.2.2.1.14.17|65|0 +1.3.6.1.2.1.2.2.1.14.18|65|0 +1.3.6.1.2.1.2.2.1.14.19|65|0 +1.3.6.1.2.1.2.2.1.14.20|65|0 +1.3.6.1.2.1.2.2.1.14.21|65|0 +1.3.6.1.2.1.2.2.1.14.22|65|0 +1.3.6.1.2.1.2.2.1.14.23|65|0 +1.3.6.1.2.1.2.2.1.14.24|65|0 +1.3.6.1.2.1.2.2.1.14.25|65|0 +1.3.6.1.2.1.2.2.1.14.54|65|0 +1.3.6.1.2.1.2.2.1.14.62|65|0 +1.3.6.1.2.1.2.2.1.14.63|65|0 +1.3.6.1.2.1.2.2.1.14.69|65|0 +1.3.6.1.2.1.2.2.1.14.71|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.2|65|0 +1.3.6.1.2.1.2.2.1.19.3|65|0 +1.3.6.1.2.1.2.2.1.19.4|65|0 +1.3.6.1.2.1.2.2.1.19.16|65|0 +1.3.6.1.2.1.2.2.1.19.17|65|0 +1.3.6.1.2.1.2.2.1.19.18|65|0 +1.3.6.1.2.1.2.2.1.19.19|65|0 +1.3.6.1.2.1.2.2.1.19.20|65|0 +1.3.6.1.2.1.2.2.1.19.21|65|0 +1.3.6.1.2.1.2.2.1.19.22|65|0 +1.3.6.1.2.1.2.2.1.19.23|65|0 +1.3.6.1.2.1.2.2.1.19.24|65|0 +1.3.6.1.2.1.2.2.1.19.25|65|0 +1.3.6.1.2.1.2.2.1.19.54|65|0 +1.3.6.1.2.1.2.2.1.19.62|65|0 +1.3.6.1.2.1.2.2.1.19.63|65|0 +1.3.6.1.2.1.2.2.1.19.69|65|0 +1.3.6.1.2.1.2.2.1.19.71|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.2.2.1.20.3|65|0 +1.3.6.1.2.1.2.2.1.20.4|65|0 +1.3.6.1.2.1.2.2.1.20.16|65|0 +1.3.6.1.2.1.2.2.1.20.17|65|0 +1.3.6.1.2.1.2.2.1.20.18|65|0 +1.3.6.1.2.1.2.2.1.20.19|65|0 +1.3.6.1.2.1.2.2.1.20.20|65|0 +1.3.6.1.2.1.2.2.1.20.21|65|0 +1.3.6.1.2.1.2.2.1.20.22|65|0 +1.3.6.1.2.1.2.2.1.20.23|65|0 +1.3.6.1.2.1.2.2.1.20.24|65|0 +1.3.6.1.2.1.2.2.1.20.25|65|0 +1.3.6.1.2.1.2.2.1.20.54|65|0 +1.3.6.1.2.1.2.2.1.20.62|65|0 +1.3.6.1.2.1.2.2.1.20.63|65|0 +1.3.6.1.2.1.2.2.1.20.69|65|0 +1.3.6.1.2.1.2.2.1.20.71|65|0 +1.3.6.1.2.1.4.3.0|65|31145653 +1.3.6.1.2.1.4.4.0|65|13752734 +1.3.6.1.2.1.4.5.0|65|13752734 +1.3.6.1.2.1.4.6.0|65|6355 +1.3.6.1.2.1.4.7.0|65|1 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|4130522 +1.3.6.1.2.1.4.10.0|65|20404553 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|0 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|9672 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|19358 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|3 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 +1.3.6.1.2.1.4.24.3.0|66|341 +1.3.6.1.2.1.4.31.1.1.3.1|65|56287950 +1.3.6.1.2.1.4.31.1.1.3.2|65|16201240 +1.3.6.1.2.1.4.31.1.1.4.1|70|56287950 +1.3.6.1.2.1.4.31.1.1.4.2|70|16201240 +1.3.6.1.2.1.4.31.1.1.5.1|65|1715424890 +1.3.6.1.2.1.4.31.1.1.5.2|65|4010265936 +1.3.6.1.2.1.4.31.1.1.6.1|70|6010392186 +1.3.6.1.2.1.4.31.1.1.6.2|70|4010265936 +1.3.6.1.2.1.4.31.1.1.7.1|65|11355411 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.1|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.1|65|0 +1.3.6.1.2.1.4.31.1.1.9.2|65|973 +1.3.6.1.2.1.4.31.1.1.10.1|65|1 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.1|65|176 +1.3.6.1.2.1.4.31.1.1.11.2|65|1 +1.3.6.1.2.1.4.31.1.1.12.1|65|0 +1.3.6.1.2.1.4.31.1.1.12.2|65|0 +1.3.6.1.2.1.4.31.1.1.13.1|70|0 +1.3.6.1.2.1.4.31.1.1.13.2|70|0 +1.3.6.1.2.1.4.31.1.1.14.1|65|0 +1.3.6.1.2.1.4.31.1.1.14.2|65|0 +1.3.6.1.2.1.4.31.1.1.15.1|65|0 +1.3.6.1.2.1.4.31.1.1.15.2|65|0 +1.3.6.1.2.1.4.31.1.1.16.1|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.1|65|1420675 +1.3.6.1.2.1.4.31.1.1.17.2|65|9633626 +1.3.6.1.2.1.4.31.1.1.18.1|65|2063019 +1.3.6.1.2.1.4.31.1.1.18.2|65|5 +1.3.6.1.2.1.4.31.1.1.19.1|70|2063019 +1.3.6.1.2.1.4.31.1.1.19.2|70|5 +1.3.6.1.2.1.4.31.1.1.20.1|65|20404557 +1.3.6.1.2.1.4.31.1.1.20.2|65|10 +1.3.6.1.2.1.4.31.1.1.21.1|70|20404557 +1.3.6.1.2.1.4.31.1.1.21.2|70|10 +1.3.6.1.2.1.4.31.1.1.22.1|65|1956 +1.3.6.1.2.1.4.31.1.1.22.2|65|0 +1.3.6.1.2.1.4.31.1.1.23.1|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.24.1|70|0 +1.3.6.1.2.1.4.31.1.1.24.2|70|0 +1.3.6.1.2.1.4.31.1.1.25.1|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.26.1|65|9672 +1.3.6.1.2.1.4.31.1.1.26.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.1|65|9672 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.1|65|0 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.1|65|19358 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.30.1|65|26570168 +1.3.6.1.2.1.4.31.1.1.30.2|65|0 +1.3.6.1.2.1.4.31.1.1.31.1|70|26570168 +1.3.6.1.2.1.4.31.1.1.31.2|70|0 +1.3.6.1.2.1.4.31.1.1.32.1|65|526740964 +1.3.6.1.2.1.4.31.1.1.32.2|65|3618233164 +1.3.6.1.2.1.4.31.1.1.33.1|70|4821708260 +1.3.6.1.2.1.4.31.1.1.33.2|70|3618233164 +1.3.6.1.2.1.4.31.1.1.34.1|65|3950438 +1.3.6.1.2.1.4.31.1.1.34.2|65|4377574 +1.3.6.1.2.1.4.31.1.1.35.1|70|3950438 +1.3.6.1.2.1.4.31.1.1.35.2|70|4377574 +1.3.6.1.2.1.4.31.1.1.36.1|65|257635004 +1.3.6.1.2.1.4.31.1.1.36.2|65|716989713 +1.3.6.1.2.1.4.31.1.1.37.1|70|257635004 +1.3.6.1.2.1.4.31.1.1.37.2|70|716989713 +1.3.6.1.2.1.4.31.1.1.38.1|65|0 +1.3.6.1.2.1.4.31.1.1.38.2|65|0 +1.3.6.1.2.1.4.31.1.1.39.1|70|0 +1.3.6.1.2.1.4.31.1.1.39.2|70|0 +1.3.6.1.2.1.4.31.1.1.40.1|65|0 +1.3.6.1.2.1.4.31.1.1.40.2|65|0 +1.3.6.1.2.1.4.31.1.1.41.1|70|0 +1.3.6.1.2.1.4.31.1.1.41.2|70|0 +1.3.6.1.2.1.4.31.1.1.42.1|65|13078953 +1.3.6.1.2.1.4.31.1.1.42.2|65|0 +1.3.6.1.2.1.4.31.1.1.43.1|70|13078953 +1.3.6.1.2.1.4.31.1.1.43.2|70|0 +1.3.6.1.2.1.4.31.1.1.44.1|65|4 +1.3.6.1.2.1.4.31.1.1.44.2|65|0 +1.3.6.1.2.1.4.31.1.1.45.1|70|4 +1.3.6.1.2.1.4.31.1.1.45.2|70|0 +1.3.6.1.2.1.4.31.1.1.46.1|67|0 +1.3.6.1.2.1.4.31.1.1.46.2|67|0 +1.3.6.1.2.1.4.31.1.1.47.1|66|0 +1.3.6.1.2.1.4.31.1.1.47.2|66|0 +1.3.6.1.2.1.4.34.1.3.2.16.40.4.68.204.0.0.0.0.0.0.0.0.1.86.0.0|2|71 +1.3.6.1.2.1.4.34.1.3.2.16.40.4.68.204.0.0.0.0.0.0.0.0.1.86.1.72|2|23 +1.3.6.1.2.1.4.34.1.3.2.16.40.4.68.204.16.16.0.0.0.0.0.0.0.0.0.2|2|62 +1.3.6.1.2.1.4.34.1.5.2.16.40.4.68.204.0.0.0.0.0.0.0.0.1.86.0.0|6|1.3.6.1.2.1.4.32.1.5.71.2.16.40.4.68.204.0.0.0.0.0.0.0.0.1.86.0.0.128 +1.3.6.1.2.1.4.34.1.5.2.16.40.4.68.204.0.0.0.0.0.0.0.0.1.86.1.72|6|1.3.6.1.2.1.4.32.1.5.23.2.16.40.4.68.204.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.40.4.68.204.16.16.0.0.0.0.0.0.0.0.0.2|6|1.3.6.1.2.1.4.32.1.5.62.2.16.40.4.68.204.16.16.0.0.0.0.0.0.0.0.0.0.126 +1.3.6.1.2.1.4.34.1.6.2.16.40.4.68.204.0.0.0.0.0.0.0.0.1.86.0.0|2|2 +1.3.6.1.2.1.4.34.1.6.2.16.40.4.68.204.0.0.0.0.0.0.0.0.1.86.1.72|2|2 +1.3.6.1.2.1.4.34.1.6.2.16.40.4.68.204.16.16.0.0.0.0.0.0.0.0.0.2|2|2 +1.3.6.1.2.1.5.1.0|65|1607905 +1.3.6.1.2.1.5.2.0|65|69 +1.3.6.1.2.1.5.3.0|65|7037 +1.3.6.1.2.1.5.4.0|65|1390570 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|2624 +1.3.6.1.2.1.5.8.0|65|205735 +1.3.6.1.2.1.5.9.0|65|1933 +1.3.6.1.2.1.5.10.0|65|34 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|17090474 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|3170602 +1.3.6.1.2.1.5.17.0|65|13712144 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|1994 +1.3.6.1.2.1.5.22.0|65|205735 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.5.29.1.2.1|65|1608078 +1.3.6.1.2.1.5.29.1.2.2|65|4558900 +1.3.6.1.2.1.5.29.1.3.1|65|145 +1.3.6.1.2.1.5.29.1.3.2|65|2646838 +1.3.6.1.2.1.5.29.1.4.1|65|17090478 +1.3.6.1.2.1.5.29.1.4.2|65|11263836 +1.3.6.1.2.1.5.29.1.5.1|65|0 +1.3.6.1.2.1.5.29.1.5.2|65|0 +1.3.6.1.2.1.5.30.1.3.1.0|65|1933 +1.3.6.1.2.1.5.30.1.3.1.1|65|0 +1.3.6.1.2.1.5.30.1.3.1.2|65|0 +1.3.6.1.2.1.5.30.1.3.1.3|65|7037 +1.3.6.1.2.1.5.30.1.3.1.4|65|0 +1.3.6.1.2.1.5.30.1.3.1.5|65|2624 +1.3.6.1.2.1.5.30.1.3.1.6|65|0 +1.3.6.1.2.1.5.30.1.3.1.7|65|0 +1.3.6.1.2.1.5.30.1.3.1.8|65|205735 +1.3.6.1.2.1.5.30.1.3.1.9|65|0 +1.3.6.1.2.1.5.30.1.3.1.10|65|0 +1.3.6.1.2.1.5.30.1.3.1.11|65|1390570 +1.3.6.1.2.1.5.30.1.3.1.12|65|0 +1.3.6.1.2.1.5.30.1.3.1.13|65|34 +1.3.6.1.2.1.5.30.1.3.1.14|65|0 +1.3.6.1.2.1.5.30.1.3.1.15|65|0 +1.3.6.1.2.1.5.30.1.3.1.16|65|0 +1.3.6.1.2.1.5.30.1.3.1.17|65|0 +1.3.6.1.2.1.5.30.1.3.1.18|65|0 +1.3.6.1.2.1.5.30.1.3.1.19|65|0 +1.3.6.1.2.1.5.30.1.3.1.20|65|0 +1.3.6.1.2.1.5.30.1.3.1.21|65|0 +1.3.6.1.2.1.5.30.1.3.1.22|65|0 +1.3.6.1.2.1.5.30.1.3.1.23|65|0 +1.3.6.1.2.1.5.30.1.3.1.24|65|0 +1.3.6.1.2.1.5.30.1.3.1.25|65|0 +1.3.6.1.2.1.5.30.1.3.1.26|65|0 +1.3.6.1.2.1.5.30.1.3.1.27|65|0 +1.3.6.1.2.1.5.30.1.3.1.28|65|0 +1.3.6.1.2.1.5.30.1.3.1.29|65|0 +1.3.6.1.2.1.5.30.1.3.1.30|65|0 +1.3.6.1.2.1.5.30.1.3.1.31|65|0 +1.3.6.1.2.1.5.30.1.3.1.32|65|0 +1.3.6.1.2.1.5.30.1.3.1.33|65|0 +1.3.6.1.2.1.5.30.1.3.1.34|65|0 +1.3.6.1.2.1.5.30.1.3.1.35|65|0 +1.3.6.1.2.1.5.30.1.3.1.36|65|0 +1.3.6.1.2.1.5.30.1.3.1.37|65|0 +1.3.6.1.2.1.5.30.1.3.1.38|65|0 +1.3.6.1.2.1.5.30.1.3.1.39|65|0 +1.3.6.1.2.1.5.30.1.3.1.40|65|0 +1.3.6.1.2.1.5.30.1.3.1.41|65|0 +1.3.6.1.2.1.5.30.1.3.1.42|65|0 +1.3.6.1.2.1.5.30.1.3.1.43|65|0 +1.3.6.1.2.1.5.30.1.3.1.44|65|0 +1.3.6.1.2.1.5.30.1.3.1.45|65|0 +1.3.6.1.2.1.5.30.1.3.1.46|65|0 +1.3.6.1.2.1.5.30.1.3.1.47|65|0 +1.3.6.1.2.1.5.30.1.3.1.48|65|0 +1.3.6.1.2.1.5.30.1.3.1.49|65|0 +1.3.6.1.2.1.5.30.1.3.1.50|65|0 +1.3.6.1.2.1.5.30.1.3.1.51|65|0 +1.3.6.1.2.1.5.30.1.3.1.52|65|0 +1.3.6.1.2.1.5.30.1.3.1.53|65|0 +1.3.6.1.2.1.5.30.1.3.1.54|65|0 +1.3.6.1.2.1.5.30.1.3.1.55|65|0 +1.3.6.1.2.1.5.30.1.3.1.56|65|0 +1.3.6.1.2.1.5.30.1.3.1.57|65|0 +1.3.6.1.2.1.5.30.1.3.1.58|65|0 +1.3.6.1.2.1.5.30.1.3.1.59|65|0 +1.3.6.1.2.1.5.30.1.3.1.60|65|0 +1.3.6.1.2.1.5.30.1.3.1.61|65|0 +1.3.6.1.2.1.5.30.1.3.1.62|65|0 +1.3.6.1.2.1.5.30.1.3.1.63|65|0 +1.3.6.1.2.1.5.30.1.3.1.64|65|0 +1.3.6.1.2.1.5.30.1.3.1.65|65|0 +1.3.6.1.2.1.5.30.1.3.1.66|65|0 +1.3.6.1.2.1.5.30.1.3.1.67|65|0 +1.3.6.1.2.1.5.30.1.3.1.68|65|0 +1.3.6.1.2.1.5.30.1.3.1.69|65|0 +1.3.6.1.2.1.5.30.1.3.1.70|65|0 +1.3.6.1.2.1.5.30.1.3.1.71|65|0 +1.3.6.1.2.1.5.30.1.3.1.72|65|0 +1.3.6.1.2.1.5.30.1.3.1.73|65|0 +1.3.6.1.2.1.5.30.1.3.1.74|65|0 +1.3.6.1.2.1.5.30.1.3.1.75|65|0 +1.3.6.1.2.1.5.30.1.3.1.76|65|0 +1.3.6.1.2.1.5.30.1.3.1.77|65|0 +1.3.6.1.2.1.5.30.1.3.1.78|65|0 +1.3.6.1.2.1.5.30.1.3.1.79|65|0 +1.3.6.1.2.1.5.30.1.3.1.80|65|0 +1.3.6.1.2.1.5.30.1.3.1.81|65|0 +1.3.6.1.2.1.5.30.1.3.1.82|65|0 +1.3.6.1.2.1.5.30.1.3.1.83|65|0 +1.3.6.1.2.1.5.30.1.3.1.84|65|0 +1.3.6.1.2.1.5.30.1.3.1.85|65|0 +1.3.6.1.2.1.5.30.1.3.1.86|65|0 +1.3.6.1.2.1.5.30.1.3.1.87|65|0 +1.3.6.1.2.1.5.30.1.3.1.88|65|0 +1.3.6.1.2.1.5.30.1.3.1.89|65|0 +1.3.6.1.2.1.5.30.1.3.1.90|65|0 +1.3.6.1.2.1.5.30.1.3.1.91|65|0 +1.3.6.1.2.1.5.30.1.3.1.92|65|0 +1.3.6.1.2.1.5.30.1.3.1.93|65|0 +1.3.6.1.2.1.5.30.1.3.1.94|65|0 +1.3.6.1.2.1.5.30.1.3.1.95|65|0 +1.3.6.1.2.1.5.30.1.3.1.96|65|0 +1.3.6.1.2.1.5.30.1.3.1.97|65|0 +1.3.6.1.2.1.5.30.1.3.1.98|65|0 +1.3.6.1.2.1.5.30.1.3.1.99|65|0 +1.3.6.1.2.1.5.30.1.3.1.100|65|0 +1.3.6.1.2.1.5.30.1.3.1.101|65|0 +1.3.6.1.2.1.5.30.1.3.1.102|65|0 +1.3.6.1.2.1.5.30.1.3.1.103|65|0 +1.3.6.1.2.1.5.30.1.3.1.104|65|0 +1.3.6.1.2.1.5.30.1.3.1.105|65|0 +1.3.6.1.2.1.5.30.1.3.1.106|65|0 +1.3.6.1.2.1.5.30.1.3.1.107|65|0 +1.3.6.1.2.1.5.30.1.3.1.108|65|0 +1.3.6.1.2.1.5.30.1.3.1.109|65|0 +1.3.6.1.2.1.5.30.1.3.1.110|65|0 +1.3.6.1.2.1.5.30.1.3.1.111|65|0 +1.3.6.1.2.1.5.30.1.3.1.112|65|0 +1.3.6.1.2.1.5.30.1.3.1.113|65|0 +1.3.6.1.2.1.5.30.1.3.1.114|65|0 +1.3.6.1.2.1.5.30.1.3.1.115|65|0 +1.3.6.1.2.1.5.30.1.3.1.116|65|0 +1.3.6.1.2.1.5.30.1.3.1.117|65|0 +1.3.6.1.2.1.5.30.1.3.1.118|65|0 +1.3.6.1.2.1.5.30.1.3.1.119|65|0 +1.3.6.1.2.1.5.30.1.3.1.120|65|0 +1.3.6.1.2.1.5.30.1.3.1.121|65|0 +1.3.6.1.2.1.5.30.1.3.1.122|65|0 +1.3.6.1.2.1.5.30.1.3.1.123|65|0 +1.3.6.1.2.1.5.30.1.3.1.124|65|0 +1.3.6.1.2.1.5.30.1.3.1.125|65|0 +1.3.6.1.2.1.5.30.1.3.1.126|65|0 +1.3.6.1.2.1.5.30.1.3.1.127|65|0 +1.3.6.1.2.1.5.30.1.3.1.128|65|0 +1.3.6.1.2.1.5.30.1.3.1.129|65|0 +1.3.6.1.2.1.5.30.1.3.1.130|65|0 +1.3.6.1.2.1.5.30.1.3.1.131|65|0 +1.3.6.1.2.1.5.30.1.3.1.132|65|0 +1.3.6.1.2.1.5.30.1.3.1.133|65|0 +1.3.6.1.2.1.5.30.1.3.1.134|65|0 +1.3.6.1.2.1.5.30.1.3.1.135|65|0 +1.3.6.1.2.1.5.30.1.3.1.136|65|0 +1.3.6.1.2.1.5.30.1.3.1.137|65|0 +1.3.6.1.2.1.5.30.1.3.1.138|65|0 +1.3.6.1.2.1.5.30.1.3.1.139|65|0 +1.3.6.1.2.1.5.30.1.3.1.140|65|0 +1.3.6.1.2.1.5.30.1.3.1.141|65|0 +1.3.6.1.2.1.5.30.1.3.1.142|65|0 +1.3.6.1.2.1.5.30.1.3.1.143|65|0 +1.3.6.1.2.1.5.30.1.3.1.144|65|0 +1.3.6.1.2.1.5.30.1.3.1.145|65|0 +1.3.6.1.2.1.5.30.1.3.1.146|65|0 +1.3.6.1.2.1.5.30.1.3.1.147|65|0 +1.3.6.1.2.1.5.30.1.3.1.148|65|0 +1.3.6.1.2.1.5.30.1.3.1.149|65|0 +1.3.6.1.2.1.5.30.1.3.1.150|65|0 +1.3.6.1.2.1.5.30.1.3.1.151|65|0 +1.3.6.1.2.1.5.30.1.3.1.152|65|0 +1.3.6.1.2.1.5.30.1.3.1.153|65|0 +1.3.6.1.2.1.5.30.1.3.1.154|65|0 +1.3.6.1.2.1.5.30.1.3.1.155|65|0 +1.3.6.1.2.1.5.30.1.3.1.156|65|0 +1.3.6.1.2.1.5.30.1.3.1.157|65|0 +1.3.6.1.2.1.5.30.1.3.1.158|65|0 +1.3.6.1.2.1.5.30.1.3.1.159|65|0 +1.3.6.1.2.1.5.30.1.3.1.160|65|0 +1.3.6.1.2.1.5.30.1.3.1.161|65|0 +1.3.6.1.2.1.5.30.1.3.1.162|65|0 +1.3.6.1.2.1.5.30.1.3.1.163|65|0 +1.3.6.1.2.1.5.30.1.3.1.164|65|0 +1.3.6.1.2.1.5.30.1.3.1.165|65|0 +1.3.6.1.2.1.5.30.1.3.1.166|65|0 +1.3.6.1.2.1.5.30.1.3.1.167|65|0 +1.3.6.1.2.1.5.30.1.3.1.168|65|0 +1.3.6.1.2.1.5.30.1.3.1.169|65|0 +1.3.6.1.2.1.5.30.1.3.1.170|65|0 +1.3.6.1.2.1.5.30.1.3.1.171|65|0 +1.3.6.1.2.1.5.30.1.3.1.172|65|0 +1.3.6.1.2.1.5.30.1.3.1.173|65|0 +1.3.6.1.2.1.5.30.1.3.1.174|65|0 +1.3.6.1.2.1.5.30.1.3.1.175|65|0 +1.3.6.1.2.1.5.30.1.3.1.176|65|0 +1.3.6.1.2.1.5.30.1.3.1.177|65|0 +1.3.6.1.2.1.5.30.1.3.1.178|65|0 +1.3.6.1.2.1.5.30.1.3.1.179|65|0 +1.3.6.1.2.1.5.30.1.3.1.180|65|0 +1.3.6.1.2.1.5.30.1.3.1.181|65|0 +1.3.6.1.2.1.5.30.1.3.1.182|65|0 +1.3.6.1.2.1.5.30.1.3.1.183|65|0 +1.3.6.1.2.1.5.30.1.3.1.184|65|0 +1.3.6.1.2.1.5.30.1.3.1.185|65|0 +1.3.6.1.2.1.5.30.1.3.1.186|65|0 +1.3.6.1.2.1.5.30.1.3.1.187|65|0 +1.3.6.1.2.1.5.30.1.3.1.188|65|0 +1.3.6.1.2.1.5.30.1.3.1.189|65|0 +1.3.6.1.2.1.5.30.1.3.1.190|65|0 +1.3.6.1.2.1.5.30.1.3.1.191|65|0 +1.3.6.1.2.1.5.30.1.3.1.192|65|0 +1.3.6.1.2.1.5.30.1.3.1.193|65|0 +1.3.6.1.2.1.5.30.1.3.1.194|65|0 +1.3.6.1.2.1.5.30.1.3.1.195|65|0 +1.3.6.1.2.1.5.30.1.3.1.196|65|0 +1.3.6.1.2.1.5.30.1.3.1.197|65|0 +1.3.6.1.2.1.5.30.1.3.1.198|65|0 +1.3.6.1.2.1.5.30.1.3.1.199|65|0 +1.3.6.1.2.1.5.30.1.3.1.200|65|0 +1.3.6.1.2.1.5.30.1.3.1.201|65|0 +1.3.6.1.2.1.5.30.1.3.1.202|65|0 +1.3.6.1.2.1.5.30.1.3.1.203|65|0 +1.3.6.1.2.1.5.30.1.3.1.204|65|0 +1.3.6.1.2.1.5.30.1.3.1.205|65|0 +1.3.6.1.2.1.5.30.1.3.1.206|65|0 +1.3.6.1.2.1.5.30.1.3.1.207|65|0 +1.3.6.1.2.1.5.30.1.3.1.208|65|0 +1.3.6.1.2.1.5.30.1.3.1.209|65|0 +1.3.6.1.2.1.5.30.1.3.1.210|65|0 +1.3.6.1.2.1.5.30.1.3.1.211|65|0 +1.3.6.1.2.1.5.30.1.3.1.212|65|0 +1.3.6.1.2.1.5.30.1.3.1.213|65|0 +1.3.6.1.2.1.5.30.1.3.1.214|65|0 +1.3.6.1.2.1.5.30.1.3.1.215|65|0 +1.3.6.1.2.1.5.30.1.3.1.216|65|0 +1.3.6.1.2.1.5.30.1.3.1.217|65|0 +1.3.6.1.2.1.5.30.1.3.1.218|65|0 +1.3.6.1.2.1.5.30.1.3.1.219|65|0 +1.3.6.1.2.1.5.30.1.3.1.220|65|0 +1.3.6.1.2.1.5.30.1.3.1.221|65|0 +1.3.6.1.2.1.5.30.1.3.1.222|65|0 +1.3.6.1.2.1.5.30.1.3.1.223|65|0 +1.3.6.1.2.1.5.30.1.3.1.224|65|0 +1.3.6.1.2.1.5.30.1.3.1.225|65|0 +1.3.6.1.2.1.5.30.1.3.1.226|65|0 +1.3.6.1.2.1.5.30.1.3.1.227|65|0 +1.3.6.1.2.1.5.30.1.3.1.228|65|0 +1.3.6.1.2.1.5.30.1.3.1.229|65|0 +1.3.6.1.2.1.5.30.1.3.1.230|65|0 +1.3.6.1.2.1.5.30.1.3.1.231|65|0 +1.3.6.1.2.1.5.30.1.3.1.232|65|0 +1.3.6.1.2.1.5.30.1.3.1.233|65|0 +1.3.6.1.2.1.5.30.1.3.1.234|65|0 +1.3.6.1.2.1.5.30.1.3.1.235|65|0 +1.3.6.1.2.1.5.30.1.3.1.236|65|0 +1.3.6.1.2.1.5.30.1.3.1.237|65|0 +1.3.6.1.2.1.5.30.1.3.1.238|65|0 +1.3.6.1.2.1.5.30.1.3.1.239|65|0 +1.3.6.1.2.1.5.30.1.3.1.240|65|0 +1.3.6.1.2.1.5.30.1.3.1.241|65|0 +1.3.6.1.2.1.5.30.1.3.1.242|65|0 +1.3.6.1.2.1.5.30.1.3.1.243|65|0 +1.3.6.1.2.1.5.30.1.3.1.244|65|0 +1.3.6.1.2.1.5.30.1.3.1.245|65|0 +1.3.6.1.2.1.5.30.1.3.1.246|65|0 +1.3.6.1.2.1.5.30.1.3.1.247|65|0 +1.3.6.1.2.1.5.30.1.3.1.248|65|0 +1.3.6.1.2.1.5.30.1.3.1.249|65|0 +1.3.6.1.2.1.5.30.1.3.1.250|65|0 +1.3.6.1.2.1.5.30.1.3.1.251|65|0 +1.3.6.1.2.1.5.30.1.3.1.252|65|0 +1.3.6.1.2.1.5.30.1.3.1.253|65|0 +1.3.6.1.2.1.5.30.1.3.1.254|65|0 +1.3.6.1.2.1.5.30.1.3.1.255|65|0 +1.3.6.1.2.1.5.30.1.3.2.0|65|0 +1.3.6.1.2.1.5.30.1.3.2.1|65|0 +1.3.6.1.2.1.5.30.1.3.2.2|65|0 +1.3.6.1.2.1.5.30.1.3.2.3|65|0 +1.3.6.1.2.1.5.30.1.3.2.4|65|0 +1.3.6.1.2.1.5.30.1.3.2.5|65|0 +1.3.6.1.2.1.5.30.1.3.2.6|65|0 +1.3.6.1.2.1.5.30.1.3.2.7|65|0 +1.3.6.1.2.1.5.30.1.3.2.8|65|0 +1.3.6.1.2.1.5.30.1.3.2.9|65|0 +1.3.6.1.2.1.5.30.1.3.2.10|65|0 +1.3.6.1.2.1.5.30.1.3.2.11|65|0 +1.3.6.1.2.1.5.30.1.3.2.12|65|0 +1.3.6.1.2.1.5.30.1.3.2.13|65|0 +1.3.6.1.2.1.5.30.1.3.2.14|65|0 +1.3.6.1.2.1.5.30.1.3.2.15|65|0 +1.3.6.1.2.1.5.30.1.3.2.16|65|0 +1.3.6.1.2.1.5.30.1.3.2.17|65|0 +1.3.6.1.2.1.5.30.1.3.2.18|65|0 +1.3.6.1.2.1.5.30.1.3.2.19|65|0 +1.3.6.1.2.1.5.30.1.3.2.20|65|0 +1.3.6.1.2.1.5.30.1.3.2.21|65|0 +1.3.6.1.2.1.5.30.1.3.2.22|65|0 +1.3.6.1.2.1.5.30.1.3.2.23|65|0 +1.3.6.1.2.1.5.30.1.3.2.24|65|0 +1.3.6.1.2.1.5.30.1.3.2.25|65|0 +1.3.6.1.2.1.5.30.1.3.2.26|65|0 +1.3.6.1.2.1.5.30.1.3.2.27|65|0 +1.3.6.1.2.1.5.30.1.3.2.28|65|0 +1.3.6.1.2.1.5.30.1.3.2.29|65|0 +1.3.6.1.2.1.5.30.1.3.2.30|65|0 +1.3.6.1.2.1.5.30.1.3.2.31|65|0 +1.3.6.1.2.1.5.30.1.3.2.32|65|0 +1.3.6.1.2.1.5.30.1.3.2.33|65|0 +1.3.6.1.2.1.5.30.1.3.2.34|65|0 +1.3.6.1.2.1.5.30.1.3.2.35|65|0 +1.3.6.1.2.1.5.30.1.3.2.36|65|0 +1.3.6.1.2.1.5.30.1.3.2.37|65|0 +1.3.6.1.2.1.5.30.1.3.2.38|65|0 +1.3.6.1.2.1.5.30.1.3.2.39|65|0 +1.3.6.1.2.1.5.30.1.3.2.40|65|0 +1.3.6.1.2.1.5.30.1.3.2.41|65|0 +1.3.6.1.2.1.5.30.1.3.2.42|65|0 +1.3.6.1.2.1.5.30.1.3.2.43|65|0 +1.3.6.1.2.1.5.30.1.3.2.44|65|0 +1.3.6.1.2.1.5.30.1.3.2.45|65|0 +1.3.6.1.2.1.5.30.1.3.2.46|65|0 +1.3.6.1.2.1.5.30.1.3.2.47|65|0 +1.3.6.1.2.1.5.30.1.3.2.48|65|0 +1.3.6.1.2.1.5.30.1.3.2.49|65|0 +1.3.6.1.2.1.5.30.1.3.2.50|65|0 +1.3.6.1.2.1.5.30.1.3.2.51|65|0 +1.3.6.1.2.1.5.30.1.3.2.52|65|0 +1.3.6.1.2.1.5.30.1.3.2.53|65|0 +1.3.6.1.2.1.5.30.1.3.2.54|65|0 +1.3.6.1.2.1.5.30.1.3.2.55|65|0 +1.3.6.1.2.1.5.30.1.3.2.56|65|0 +1.3.6.1.2.1.5.30.1.3.2.57|65|0 +1.3.6.1.2.1.5.30.1.3.2.58|65|0 +1.3.6.1.2.1.5.30.1.3.2.59|65|0 +1.3.6.1.2.1.5.30.1.3.2.60|65|0 +1.3.6.1.2.1.5.30.1.3.2.61|65|0 +1.3.6.1.2.1.5.30.1.3.2.62|65|0 +1.3.6.1.2.1.5.30.1.3.2.63|65|0 +1.3.6.1.2.1.5.30.1.3.2.64|65|0 +1.3.6.1.2.1.5.30.1.3.2.65|65|0 +1.3.6.1.2.1.5.30.1.3.2.66|65|0 +1.3.6.1.2.1.5.30.1.3.2.67|65|0 +1.3.6.1.2.1.5.30.1.3.2.68|65|0 +1.3.6.1.2.1.5.30.1.3.2.69|65|0 +1.3.6.1.2.1.5.30.1.3.2.70|65|0 +1.3.6.1.2.1.5.30.1.3.2.71|65|0 +1.3.6.1.2.1.5.30.1.3.2.72|65|0 +1.3.6.1.2.1.5.30.1.3.2.73|65|0 +1.3.6.1.2.1.5.30.1.3.2.74|65|0 +1.3.6.1.2.1.5.30.1.3.2.75|65|0 +1.3.6.1.2.1.5.30.1.3.2.76|65|0 +1.3.6.1.2.1.5.30.1.3.2.77|65|0 +1.3.6.1.2.1.5.30.1.3.2.78|65|0 +1.3.6.1.2.1.5.30.1.3.2.79|65|0 +1.3.6.1.2.1.5.30.1.3.2.80|65|0 +1.3.6.1.2.1.5.30.1.3.2.81|65|0 +1.3.6.1.2.1.5.30.1.3.2.82|65|0 +1.3.6.1.2.1.5.30.1.3.2.83|65|0 +1.3.6.1.2.1.5.30.1.3.2.84|65|0 +1.3.6.1.2.1.5.30.1.3.2.85|65|0 +1.3.6.1.2.1.5.30.1.3.2.86|65|0 +1.3.6.1.2.1.5.30.1.3.2.87|65|0 +1.3.6.1.2.1.5.30.1.3.2.88|65|0 +1.3.6.1.2.1.5.30.1.3.2.89|65|0 +1.3.6.1.2.1.5.30.1.3.2.90|65|0 +1.3.6.1.2.1.5.30.1.3.2.91|65|0 +1.3.6.1.2.1.5.30.1.3.2.92|65|0 +1.3.6.1.2.1.5.30.1.3.2.93|65|0 +1.3.6.1.2.1.5.30.1.3.2.94|65|0 +1.3.6.1.2.1.5.30.1.3.2.95|65|0 +1.3.6.1.2.1.5.30.1.3.2.96|65|0 +1.3.6.1.2.1.5.30.1.3.2.97|65|0 +1.3.6.1.2.1.5.30.1.3.2.98|65|0 +1.3.6.1.2.1.5.30.1.3.2.99|65|0 +1.3.6.1.2.1.5.30.1.3.2.100|65|0 +1.3.6.1.2.1.5.30.1.3.2.101|65|0 +1.3.6.1.2.1.5.30.1.3.2.102|65|0 +1.3.6.1.2.1.5.30.1.3.2.103|65|0 +1.3.6.1.2.1.5.30.1.3.2.104|65|0 +1.3.6.1.2.1.5.30.1.3.2.105|65|0 +1.3.6.1.2.1.5.30.1.3.2.106|65|0 +1.3.6.1.2.1.5.30.1.3.2.107|65|0 +1.3.6.1.2.1.5.30.1.3.2.108|65|0 +1.3.6.1.2.1.5.30.1.3.2.109|65|0 +1.3.6.1.2.1.5.30.1.3.2.110|65|0 +1.3.6.1.2.1.5.30.1.3.2.111|65|0 +1.3.6.1.2.1.5.30.1.3.2.112|65|0 +1.3.6.1.2.1.5.30.1.3.2.113|65|0 +1.3.6.1.2.1.5.30.1.3.2.114|65|0 +1.3.6.1.2.1.5.30.1.3.2.115|65|0 +1.3.6.1.2.1.5.30.1.3.2.116|65|0 +1.3.6.1.2.1.5.30.1.3.2.117|65|0 +1.3.6.1.2.1.5.30.1.3.2.118|65|0 +1.3.6.1.2.1.5.30.1.3.2.119|65|0 +1.3.6.1.2.1.5.30.1.3.2.120|65|0 +1.3.6.1.2.1.5.30.1.3.2.121|65|0 +1.3.6.1.2.1.5.30.1.3.2.122|65|0 +1.3.6.1.2.1.5.30.1.3.2.123|65|0 +1.3.6.1.2.1.5.30.1.3.2.124|65|0 +1.3.6.1.2.1.5.30.1.3.2.125|65|0 +1.3.6.1.2.1.5.30.1.3.2.126|65|0 +1.3.6.1.2.1.5.30.1.3.2.127|65|0 +1.3.6.1.2.1.5.30.1.3.2.128|65|0 +1.3.6.1.2.1.5.30.1.3.2.129|65|5 +1.3.6.1.2.1.5.30.1.3.2.130|65|0 +1.3.6.1.2.1.5.30.1.3.2.131|65|0 +1.3.6.1.2.1.5.30.1.3.2.132|65|0 +1.3.6.1.2.1.5.30.1.3.2.133|65|25539 +1.3.6.1.2.1.5.30.1.3.2.134|65|0 +1.3.6.1.2.1.5.30.1.3.2.135|65|1831586 +1.3.6.1.2.1.5.30.1.3.2.136|65|54593 +1.3.6.1.2.1.5.30.1.3.2.137|65|0 +1.3.6.1.2.1.5.30.1.3.2.138|65|0 +1.3.6.1.2.1.5.30.1.3.2.139|65|0 +1.3.6.1.2.1.5.30.1.3.2.140|65|0 +1.3.6.1.2.1.5.30.1.3.2.141|65|0 +1.3.6.1.2.1.5.30.1.3.2.142|65|0 +1.3.6.1.2.1.5.30.1.3.2.143|65|0 +1.3.6.1.2.1.5.30.1.3.2.144|65|0 +1.3.6.1.2.1.5.30.1.3.2.145|65|0 +1.3.6.1.2.1.5.30.1.3.2.146|65|0 +1.3.6.1.2.1.5.30.1.3.2.147|65|0 +1.3.6.1.2.1.5.30.1.3.2.148|65|0 +1.3.6.1.2.1.5.30.1.3.2.149|65|0 +1.3.6.1.2.1.5.30.1.3.2.150|65|0 +1.3.6.1.2.1.5.30.1.3.2.151|65|0 +1.3.6.1.2.1.5.30.1.3.2.152|65|0 +1.3.6.1.2.1.5.30.1.3.2.153|65|0 +1.3.6.1.2.1.5.30.1.3.2.154|65|0 +1.3.6.1.2.1.5.30.1.3.2.155|65|0 +1.3.6.1.2.1.5.30.1.3.2.156|65|0 +1.3.6.1.2.1.5.30.1.3.2.157|65|0 +1.3.6.1.2.1.5.30.1.3.2.158|65|0 +1.3.6.1.2.1.5.30.1.3.2.159|65|0 +1.3.6.1.2.1.5.30.1.3.2.160|65|0 +1.3.6.1.2.1.5.30.1.3.2.161|65|0 +1.3.6.1.2.1.5.30.1.3.2.162|65|0 +1.3.6.1.2.1.5.30.1.3.2.163|65|0 +1.3.6.1.2.1.5.30.1.3.2.164|65|0 +1.3.6.1.2.1.5.30.1.3.2.165|65|0 +1.3.6.1.2.1.5.30.1.3.2.166|65|0 +1.3.6.1.2.1.5.30.1.3.2.167|65|0 +1.3.6.1.2.1.5.30.1.3.2.168|65|0 +1.3.6.1.2.1.5.30.1.3.2.169|65|0 +1.3.6.1.2.1.5.30.1.3.2.170|65|0 +1.3.6.1.2.1.5.30.1.3.2.171|65|0 +1.3.6.1.2.1.5.30.1.3.2.172|65|0 +1.3.6.1.2.1.5.30.1.3.2.173|65|0 +1.3.6.1.2.1.5.30.1.3.2.174|65|0 +1.3.6.1.2.1.5.30.1.3.2.175|65|0 +1.3.6.1.2.1.5.30.1.3.2.176|65|0 +1.3.6.1.2.1.5.30.1.3.2.177|65|0 +1.3.6.1.2.1.5.30.1.3.2.178|65|0 +1.3.6.1.2.1.5.30.1.3.2.179|65|0 +1.3.6.1.2.1.5.30.1.3.2.180|65|0 +1.3.6.1.2.1.5.30.1.3.2.181|65|0 +1.3.6.1.2.1.5.30.1.3.2.182|65|0 +1.3.6.1.2.1.5.30.1.3.2.183|65|0 +1.3.6.1.2.1.5.30.1.3.2.184|65|0 +1.3.6.1.2.1.5.30.1.3.2.185|65|0 +1.3.6.1.2.1.5.30.1.3.2.186|65|0 +1.3.6.1.2.1.5.30.1.3.2.187|65|0 +1.3.6.1.2.1.5.30.1.3.2.188|65|0 +1.3.6.1.2.1.5.30.1.3.2.189|65|0 +1.3.6.1.2.1.5.30.1.3.2.190|65|0 +1.3.6.1.2.1.5.30.1.3.2.191|65|0 +1.3.6.1.2.1.5.30.1.3.2.192|65|0 +1.3.6.1.2.1.5.30.1.3.2.193|65|0 +1.3.6.1.2.1.5.30.1.3.2.194|65|0 +1.3.6.1.2.1.5.30.1.3.2.195|65|0 +1.3.6.1.2.1.5.30.1.3.2.196|65|0 +1.3.6.1.2.1.5.30.1.3.2.197|65|0 +1.3.6.1.2.1.5.30.1.3.2.198|65|0 +1.3.6.1.2.1.5.30.1.3.2.199|65|0 +1.3.6.1.2.1.5.30.1.3.2.200|65|0 +1.3.6.1.2.1.5.30.1.3.2.201|65|0 +1.3.6.1.2.1.5.30.1.3.2.202|65|0 +1.3.6.1.2.1.5.30.1.3.2.203|65|0 +1.3.6.1.2.1.5.30.1.3.2.204|65|0 +1.3.6.1.2.1.5.30.1.3.2.205|65|0 +1.3.6.1.2.1.5.30.1.3.2.206|65|0 +1.3.6.1.2.1.5.30.1.3.2.207|65|0 +1.3.6.1.2.1.5.30.1.3.2.208|65|0 +1.3.6.1.2.1.5.30.1.3.2.209|65|0 +1.3.6.1.2.1.5.30.1.3.2.210|65|0 +1.3.6.1.2.1.5.30.1.3.2.211|65|0 +1.3.6.1.2.1.5.30.1.3.2.212|65|0 +1.3.6.1.2.1.5.30.1.3.2.213|65|0 +1.3.6.1.2.1.5.30.1.3.2.214|65|0 +1.3.6.1.2.1.5.30.1.3.2.215|65|0 +1.3.6.1.2.1.5.30.1.3.2.216|65|0 +1.3.6.1.2.1.5.30.1.3.2.217|65|0 +1.3.6.1.2.1.5.30.1.3.2.218|65|0 +1.3.6.1.2.1.5.30.1.3.2.219|65|0 +1.3.6.1.2.1.5.30.1.3.2.220|65|0 +1.3.6.1.2.1.5.30.1.3.2.221|65|0 +1.3.6.1.2.1.5.30.1.3.2.222|65|0 +1.3.6.1.2.1.5.30.1.3.2.223|65|0 +1.3.6.1.2.1.5.30.1.3.2.224|65|0 +1.3.6.1.2.1.5.30.1.3.2.225|65|0 +1.3.6.1.2.1.5.30.1.3.2.226|65|0 +1.3.6.1.2.1.5.30.1.3.2.227|65|0 +1.3.6.1.2.1.5.30.1.3.2.228|65|0 +1.3.6.1.2.1.5.30.1.3.2.229|65|0 +1.3.6.1.2.1.5.30.1.3.2.230|65|0 +1.3.6.1.2.1.5.30.1.3.2.231|65|0 +1.3.6.1.2.1.5.30.1.3.2.232|65|0 +1.3.6.1.2.1.5.30.1.3.2.233|65|0 +1.3.6.1.2.1.5.30.1.3.2.234|65|0 +1.3.6.1.2.1.5.30.1.3.2.235|65|0 +1.3.6.1.2.1.5.30.1.3.2.236|65|0 +1.3.6.1.2.1.5.30.1.3.2.237|65|0 +1.3.6.1.2.1.5.30.1.3.2.238|65|0 +1.3.6.1.2.1.5.30.1.3.2.239|65|0 +1.3.6.1.2.1.5.30.1.3.2.240|65|0 +1.3.6.1.2.1.5.30.1.3.2.241|65|0 +1.3.6.1.2.1.5.30.1.3.2.242|65|0 +1.3.6.1.2.1.5.30.1.3.2.243|65|0 +1.3.6.1.2.1.5.30.1.3.2.244|65|0 +1.3.6.1.2.1.5.30.1.3.2.245|65|0 +1.3.6.1.2.1.5.30.1.3.2.246|65|0 +1.3.6.1.2.1.5.30.1.3.2.247|65|0 +1.3.6.1.2.1.5.30.1.3.2.248|65|0 +1.3.6.1.2.1.5.30.1.3.2.249|65|0 +1.3.6.1.2.1.5.30.1.3.2.250|65|0 +1.3.6.1.2.1.5.30.1.3.2.251|65|0 +1.3.6.1.2.1.5.30.1.3.2.252|65|0 +1.3.6.1.2.1.5.30.1.3.2.253|65|0 +1.3.6.1.2.1.5.30.1.3.2.254|65|0 +1.3.6.1.2.1.5.30.1.3.2.255|65|0 +1.3.6.1.2.1.5.30.1.4.1.0|65|205735 +1.3.6.1.2.1.5.30.1.4.1.1|65|0 +1.3.6.1.2.1.5.30.1.4.1.2|65|0 +1.3.6.1.2.1.5.30.1.4.1.3|65|3170602 +1.3.6.1.2.1.5.30.1.4.1.4|65|0 +1.3.6.1.2.1.5.30.1.4.1.5|65|0 +1.3.6.1.2.1.5.30.1.4.1.6|65|0 +1.3.6.1.2.1.5.30.1.4.1.7|65|0 +1.3.6.1.2.1.5.30.1.4.1.8|65|1994 +1.3.6.1.2.1.5.30.1.4.1.9|65|0 +1.3.6.1.2.1.5.30.1.4.1.10|65|0 +1.3.6.1.2.1.5.30.1.4.1.11|65|13712153 +1.3.6.1.2.1.5.30.1.4.1.12|65|0 +1.3.6.1.2.1.5.30.1.4.1.13|65|0 +1.3.6.1.2.1.5.30.1.4.1.14|65|0 +1.3.6.1.2.1.5.30.1.4.1.15|65|0 +1.3.6.1.2.1.5.30.1.4.1.16|65|0 +1.3.6.1.2.1.5.30.1.4.1.17|65|0 +1.3.6.1.2.1.5.30.1.4.1.18|65|0 +1.3.6.1.2.1.5.30.1.4.1.19|65|0 +1.3.6.1.2.1.5.30.1.4.1.20|65|0 +1.3.6.1.2.1.5.30.1.4.1.21|65|0 +1.3.6.1.2.1.5.30.1.4.1.22|65|0 +1.3.6.1.2.1.5.30.1.4.1.23|65|0 +1.3.6.1.2.1.5.30.1.4.1.24|65|0 +1.3.6.1.2.1.5.30.1.4.1.25|65|0 +1.3.6.1.2.1.5.30.1.4.1.26|65|0 +1.3.6.1.2.1.5.30.1.4.1.27|65|0 +1.3.6.1.2.1.5.30.1.4.1.28|65|0 +1.3.6.1.2.1.5.30.1.4.1.29|65|0 +1.3.6.1.2.1.5.30.1.4.1.30|65|0 +1.3.6.1.2.1.5.30.1.4.1.31|65|0 +1.3.6.1.2.1.5.30.1.4.1.32|65|0 +1.3.6.1.2.1.5.30.1.4.1.33|65|0 +1.3.6.1.2.1.5.30.1.4.1.34|65|0 +1.3.6.1.2.1.5.30.1.4.1.35|65|0 +1.3.6.1.2.1.5.30.1.4.1.36|65|0 +1.3.6.1.2.1.5.30.1.4.1.37|65|0 +1.3.6.1.2.1.5.30.1.4.1.38|65|0 +1.3.6.1.2.1.5.30.1.4.1.39|65|0 +1.3.6.1.2.1.5.30.1.4.1.40|65|0 +1.3.6.1.2.1.5.30.1.4.1.41|65|0 +1.3.6.1.2.1.5.30.1.4.1.42|65|0 +1.3.6.1.2.1.5.30.1.4.1.43|65|0 +1.3.6.1.2.1.5.30.1.4.1.44|65|0 +1.3.6.1.2.1.5.30.1.4.1.45|65|0 +1.3.6.1.2.1.5.30.1.4.1.46|65|0 +1.3.6.1.2.1.5.30.1.4.1.47|65|0 +1.3.6.1.2.1.5.30.1.4.1.48|65|0 +1.3.6.1.2.1.5.30.1.4.1.49|65|0 +1.3.6.1.2.1.5.30.1.4.1.50|65|0 +1.3.6.1.2.1.5.30.1.4.1.51|65|0 +1.3.6.1.2.1.5.30.1.4.1.52|65|0 +1.3.6.1.2.1.5.30.1.4.1.53|65|0 +1.3.6.1.2.1.5.30.1.4.1.54|65|0 +1.3.6.1.2.1.5.30.1.4.1.55|65|0 +1.3.6.1.2.1.5.30.1.4.1.56|65|0 +1.3.6.1.2.1.5.30.1.4.1.57|65|0 +1.3.6.1.2.1.5.30.1.4.1.58|65|0 +1.3.6.1.2.1.5.30.1.4.1.59|65|0 +1.3.6.1.2.1.5.30.1.4.1.60|65|0 +1.3.6.1.2.1.5.30.1.4.1.61|65|0 +1.3.6.1.2.1.5.30.1.4.1.62|65|0 +1.3.6.1.2.1.5.30.1.4.1.63|65|0 +1.3.6.1.2.1.5.30.1.4.1.64|65|0 +1.3.6.1.2.1.5.30.1.4.1.65|65|0 +1.3.6.1.2.1.5.30.1.4.1.66|65|0 +1.3.6.1.2.1.5.30.1.4.1.67|65|0 +1.3.6.1.2.1.5.30.1.4.1.68|65|0 +1.3.6.1.2.1.5.30.1.4.1.69|65|0 +1.3.6.1.2.1.5.30.1.4.1.70|65|0 +1.3.6.1.2.1.5.30.1.4.1.71|65|0 +1.3.6.1.2.1.5.30.1.4.1.72|65|0 +1.3.6.1.2.1.5.30.1.4.1.73|65|0 +1.3.6.1.2.1.5.30.1.4.1.74|65|0 +1.3.6.1.2.1.5.30.1.4.1.75|65|0 +1.3.6.1.2.1.5.30.1.4.1.76|65|0 +1.3.6.1.2.1.5.30.1.4.1.77|65|0 +1.3.6.1.2.1.5.30.1.4.1.78|65|0 +1.3.6.1.2.1.5.30.1.4.1.79|65|0 +1.3.6.1.2.1.5.30.1.4.1.80|65|0 +1.3.6.1.2.1.5.30.1.4.1.81|65|0 +1.3.6.1.2.1.5.30.1.4.1.82|65|0 +1.3.6.1.2.1.5.30.1.4.1.83|65|0 +1.3.6.1.2.1.5.30.1.4.1.84|65|0 +1.3.6.1.2.1.5.30.1.4.1.85|65|0 +1.3.6.1.2.1.5.30.1.4.1.86|65|0 +1.3.6.1.2.1.5.30.1.4.1.87|65|0 +1.3.6.1.2.1.5.30.1.4.1.88|65|0 +1.3.6.1.2.1.5.30.1.4.1.89|65|0 +1.3.6.1.2.1.5.30.1.4.1.90|65|0 +1.3.6.1.2.1.5.30.1.4.1.91|65|0 +1.3.6.1.2.1.5.30.1.4.1.92|65|0 +1.3.6.1.2.1.5.30.1.4.1.93|65|0 +1.3.6.1.2.1.5.30.1.4.1.94|65|0 +1.3.6.1.2.1.5.30.1.4.1.95|65|0 +1.3.6.1.2.1.5.30.1.4.1.96|65|0 +1.3.6.1.2.1.5.30.1.4.1.97|65|0 +1.3.6.1.2.1.5.30.1.4.1.98|65|0 +1.3.6.1.2.1.5.30.1.4.1.99|65|0 +1.3.6.1.2.1.5.30.1.4.1.100|65|0 +1.3.6.1.2.1.5.30.1.4.1.101|65|0 +1.3.6.1.2.1.5.30.1.4.1.102|65|0 +1.3.6.1.2.1.5.30.1.4.1.103|65|0 +1.3.6.1.2.1.5.30.1.4.1.104|65|0 +1.3.6.1.2.1.5.30.1.4.1.105|65|0 +1.3.6.1.2.1.5.30.1.4.1.106|65|0 +1.3.6.1.2.1.5.30.1.4.1.107|65|0 +1.3.6.1.2.1.5.30.1.4.1.108|65|0 +1.3.6.1.2.1.5.30.1.4.1.109|65|0 +1.3.6.1.2.1.5.30.1.4.1.110|65|0 +1.3.6.1.2.1.5.30.1.4.1.111|65|0 +1.3.6.1.2.1.5.30.1.4.1.112|65|0 +1.3.6.1.2.1.5.30.1.4.1.113|65|0 +1.3.6.1.2.1.5.30.1.4.1.114|65|0 +1.3.6.1.2.1.5.30.1.4.1.115|65|0 +1.3.6.1.2.1.5.30.1.4.1.116|65|0 +1.3.6.1.2.1.5.30.1.4.1.117|65|0 +1.3.6.1.2.1.5.30.1.4.1.118|65|0 +1.3.6.1.2.1.5.30.1.4.1.119|65|0 +1.3.6.1.2.1.5.30.1.4.1.120|65|0 +1.3.6.1.2.1.5.30.1.4.1.121|65|0 +1.3.6.1.2.1.5.30.1.4.1.122|65|0 +1.3.6.1.2.1.5.30.1.4.1.123|65|0 +1.3.6.1.2.1.5.30.1.4.1.124|65|0 +1.3.6.1.2.1.5.30.1.4.1.125|65|0 +1.3.6.1.2.1.5.30.1.4.1.126|65|0 +1.3.6.1.2.1.5.30.1.4.1.127|65|0 +1.3.6.1.2.1.5.30.1.4.1.128|65|0 +1.3.6.1.2.1.5.30.1.4.1.129|65|0 +1.3.6.1.2.1.5.30.1.4.1.130|65|0 +1.3.6.1.2.1.5.30.1.4.1.131|65|0 +1.3.6.1.2.1.5.30.1.4.1.132|65|0 +1.3.6.1.2.1.5.30.1.4.1.133|65|0 +1.3.6.1.2.1.5.30.1.4.1.134|65|0 +1.3.6.1.2.1.5.30.1.4.1.135|65|0 +1.3.6.1.2.1.5.30.1.4.1.136|65|0 +1.3.6.1.2.1.5.30.1.4.1.137|65|0 +1.3.6.1.2.1.5.30.1.4.1.138|65|0 +1.3.6.1.2.1.5.30.1.4.1.139|65|0 +1.3.6.1.2.1.5.30.1.4.1.140|65|0 +1.3.6.1.2.1.5.30.1.4.1.141|65|0 +1.3.6.1.2.1.5.30.1.4.1.142|65|0 +1.3.6.1.2.1.5.30.1.4.1.143|65|0 +1.3.6.1.2.1.5.30.1.4.1.144|65|0 +1.3.6.1.2.1.5.30.1.4.1.145|65|0 +1.3.6.1.2.1.5.30.1.4.1.146|65|0 +1.3.6.1.2.1.5.30.1.4.1.147|65|0 +1.3.6.1.2.1.5.30.1.4.1.148|65|0 +1.3.6.1.2.1.5.30.1.4.1.149|65|0 +1.3.6.1.2.1.5.30.1.4.1.150|65|0 +1.3.6.1.2.1.5.30.1.4.1.151|65|0 +1.3.6.1.2.1.5.30.1.4.1.152|65|0 +1.3.6.1.2.1.5.30.1.4.1.153|65|0 +1.3.6.1.2.1.5.30.1.4.1.154|65|0 +1.3.6.1.2.1.5.30.1.4.1.155|65|0 +1.3.6.1.2.1.5.30.1.4.1.156|65|0 +1.3.6.1.2.1.5.30.1.4.1.157|65|0 +1.3.6.1.2.1.5.30.1.4.1.158|65|0 +1.3.6.1.2.1.5.30.1.4.1.159|65|0 +1.3.6.1.2.1.5.30.1.4.1.160|65|0 +1.3.6.1.2.1.5.30.1.4.1.161|65|0 +1.3.6.1.2.1.5.30.1.4.1.162|65|0 +1.3.6.1.2.1.5.30.1.4.1.163|65|0 +1.3.6.1.2.1.5.30.1.4.1.164|65|0 +1.3.6.1.2.1.5.30.1.4.1.165|65|0 +1.3.6.1.2.1.5.30.1.4.1.166|65|0 +1.3.6.1.2.1.5.30.1.4.1.167|65|0 +1.3.6.1.2.1.5.30.1.4.1.168|65|0 +1.3.6.1.2.1.5.30.1.4.1.169|65|0 +1.3.6.1.2.1.5.30.1.4.1.170|65|0 +1.3.6.1.2.1.5.30.1.4.1.171|65|0 +1.3.6.1.2.1.5.30.1.4.1.172|65|0 +1.3.6.1.2.1.5.30.1.4.1.173|65|0 +1.3.6.1.2.1.5.30.1.4.1.174|65|0 +1.3.6.1.2.1.5.30.1.4.1.175|65|0 +1.3.6.1.2.1.5.30.1.4.1.176|65|0 +1.3.6.1.2.1.5.30.1.4.1.177|65|0 +1.3.6.1.2.1.5.30.1.4.1.178|65|0 +1.3.6.1.2.1.5.30.1.4.1.179|65|0 +1.3.6.1.2.1.5.30.1.4.1.180|65|0 +1.3.6.1.2.1.5.30.1.4.1.181|65|0 +1.3.6.1.2.1.5.30.1.4.1.182|65|0 +1.3.6.1.2.1.5.30.1.4.1.183|65|0 +1.3.6.1.2.1.5.30.1.4.1.184|65|0 +1.3.6.1.2.1.5.30.1.4.1.185|65|0 +1.3.6.1.2.1.5.30.1.4.1.186|65|0 +1.3.6.1.2.1.5.30.1.4.1.187|65|0 +1.3.6.1.2.1.5.30.1.4.1.188|65|0 +1.3.6.1.2.1.5.30.1.4.1.189|65|0 +1.3.6.1.2.1.5.30.1.4.1.190|65|0 +1.3.6.1.2.1.5.30.1.4.1.191|65|0 +1.3.6.1.2.1.5.30.1.4.1.192|65|0 +1.3.6.1.2.1.5.30.1.4.1.193|65|0 +1.3.6.1.2.1.5.30.1.4.1.194|65|0 +1.3.6.1.2.1.5.30.1.4.1.195|65|0 +1.3.6.1.2.1.5.30.1.4.1.196|65|0 +1.3.6.1.2.1.5.30.1.4.1.197|65|0 +1.3.6.1.2.1.5.30.1.4.1.198|65|0 +1.3.6.1.2.1.5.30.1.4.1.199|65|0 +1.3.6.1.2.1.5.30.1.4.1.200|65|0 +1.3.6.1.2.1.5.30.1.4.1.201|65|0 +1.3.6.1.2.1.5.30.1.4.1.202|65|0 +1.3.6.1.2.1.5.30.1.4.1.203|65|0 +1.3.6.1.2.1.5.30.1.4.1.204|65|0 +1.3.6.1.2.1.5.30.1.4.1.205|65|0 +1.3.6.1.2.1.5.30.1.4.1.206|65|0 +1.3.6.1.2.1.5.30.1.4.1.207|65|0 +1.3.6.1.2.1.5.30.1.4.1.208|65|0 +1.3.6.1.2.1.5.30.1.4.1.209|65|0 +1.3.6.1.2.1.5.30.1.4.1.210|65|0 +1.3.6.1.2.1.5.30.1.4.1.211|65|0 +1.3.6.1.2.1.5.30.1.4.1.212|65|0 +1.3.6.1.2.1.5.30.1.4.1.213|65|0 +1.3.6.1.2.1.5.30.1.4.1.214|65|0 +1.3.6.1.2.1.5.30.1.4.1.215|65|0 +1.3.6.1.2.1.5.30.1.4.1.216|65|0 +1.3.6.1.2.1.5.30.1.4.1.217|65|0 +1.3.6.1.2.1.5.30.1.4.1.218|65|0 +1.3.6.1.2.1.5.30.1.4.1.219|65|0 +1.3.6.1.2.1.5.30.1.4.1.220|65|0 +1.3.6.1.2.1.5.30.1.4.1.221|65|0 +1.3.6.1.2.1.5.30.1.4.1.222|65|0 +1.3.6.1.2.1.5.30.1.4.1.223|65|0 +1.3.6.1.2.1.5.30.1.4.1.224|65|0 +1.3.6.1.2.1.5.30.1.4.1.225|65|0 +1.3.6.1.2.1.5.30.1.4.1.226|65|0 +1.3.6.1.2.1.5.30.1.4.1.227|65|0 +1.3.6.1.2.1.5.30.1.4.1.228|65|0 +1.3.6.1.2.1.5.30.1.4.1.229|65|0 +1.3.6.1.2.1.5.30.1.4.1.230|65|0 +1.3.6.1.2.1.5.30.1.4.1.231|65|0 +1.3.6.1.2.1.5.30.1.4.1.232|65|0 +1.3.6.1.2.1.5.30.1.4.1.233|65|0 +1.3.6.1.2.1.5.30.1.4.1.234|65|0 +1.3.6.1.2.1.5.30.1.4.1.235|65|0 +1.3.6.1.2.1.5.30.1.4.1.236|65|0 +1.3.6.1.2.1.5.30.1.4.1.237|65|0 +1.3.6.1.2.1.5.30.1.4.1.238|65|0 +1.3.6.1.2.1.5.30.1.4.1.239|65|0 +1.3.6.1.2.1.5.30.1.4.1.240|65|0 +1.3.6.1.2.1.5.30.1.4.1.241|65|0 +1.3.6.1.2.1.5.30.1.4.1.242|65|0 +1.3.6.1.2.1.5.30.1.4.1.243|65|0 +1.3.6.1.2.1.5.30.1.4.1.244|65|0 +1.3.6.1.2.1.5.30.1.4.1.245|65|0 +1.3.6.1.2.1.5.30.1.4.1.246|65|0 +1.3.6.1.2.1.5.30.1.4.1.247|65|0 +1.3.6.1.2.1.5.30.1.4.1.248|65|0 +1.3.6.1.2.1.5.30.1.4.1.249|65|0 +1.3.6.1.2.1.5.30.1.4.1.250|65|0 +1.3.6.1.2.1.5.30.1.4.1.251|65|0 +1.3.6.1.2.1.5.30.1.4.1.252|65|0 +1.3.6.1.2.1.5.30.1.4.1.253|65|0 +1.3.6.1.2.1.5.30.1.4.1.254|65|0 +1.3.6.1.2.1.5.30.1.4.1.255|65|0 +1.3.6.1.2.1.5.30.1.4.2.0|65|0 +1.3.6.1.2.1.5.30.1.4.2.1|65|0 +1.3.6.1.2.1.5.30.1.4.2.2|65|0 +1.3.6.1.2.1.5.30.1.4.2.3|65|9929860 +1.3.6.1.2.1.5.30.1.4.2.4|65|0 +1.3.6.1.2.1.5.30.1.4.2.5|65|0 +1.3.6.1.2.1.5.30.1.4.2.6|65|0 +1.3.6.1.2.1.5.30.1.4.2.7|65|0 +1.3.6.1.2.1.5.30.1.4.2.8|65|0 +1.3.6.1.2.1.5.30.1.4.2.9|65|0 +1.3.6.1.2.1.5.30.1.4.2.10|65|0 +1.3.6.1.2.1.5.30.1.4.2.11|65|0 +1.3.6.1.2.1.5.30.1.4.2.12|65|0 +1.3.6.1.2.1.5.30.1.4.2.13|65|0 +1.3.6.1.2.1.5.30.1.4.2.14|65|0 +1.3.6.1.2.1.5.30.1.4.2.15|65|0 +1.3.6.1.2.1.5.30.1.4.2.16|65|0 +1.3.6.1.2.1.5.30.1.4.2.17|65|0 +1.3.6.1.2.1.5.30.1.4.2.18|65|0 +1.3.6.1.2.1.5.30.1.4.2.19|65|0 +1.3.6.1.2.1.5.30.1.4.2.20|65|0 +1.3.6.1.2.1.5.30.1.4.2.21|65|0 +1.3.6.1.2.1.5.30.1.4.2.22|65|0 +1.3.6.1.2.1.5.30.1.4.2.23|65|0 +1.3.6.1.2.1.5.30.1.4.2.24|65|0 +1.3.6.1.2.1.5.30.1.4.2.25|65|0 +1.3.6.1.2.1.5.30.1.4.2.26|65|0 +1.3.6.1.2.1.5.30.1.4.2.27|65|0 +1.3.6.1.2.1.5.30.1.4.2.28|65|0 +1.3.6.1.2.1.5.30.1.4.2.29|65|0 +1.3.6.1.2.1.5.30.1.4.2.30|65|0 +1.3.6.1.2.1.5.30.1.4.2.31|65|0 +1.3.6.1.2.1.5.30.1.4.2.32|65|0 +1.3.6.1.2.1.5.30.1.4.2.33|65|0 +1.3.6.1.2.1.5.30.1.4.2.34|65|0 +1.3.6.1.2.1.5.30.1.4.2.35|65|0 +1.3.6.1.2.1.5.30.1.4.2.36|65|0 +1.3.6.1.2.1.5.30.1.4.2.37|65|0 +1.3.6.1.2.1.5.30.1.4.2.38|65|0 +1.3.6.1.2.1.5.30.1.4.2.39|65|0 +1.3.6.1.2.1.5.30.1.4.2.40|65|0 +1.3.6.1.2.1.5.30.1.4.2.41|65|0 +1.3.6.1.2.1.5.30.1.4.2.42|65|0 +1.3.6.1.2.1.5.30.1.4.2.43|65|0 +1.3.6.1.2.1.5.30.1.4.2.44|65|0 +1.3.6.1.2.1.5.30.1.4.2.45|65|0 +1.3.6.1.2.1.5.30.1.4.2.46|65|0 +1.3.6.1.2.1.5.30.1.4.2.47|65|0 +1.3.6.1.2.1.5.30.1.4.2.48|65|0 +1.3.6.1.2.1.5.30.1.4.2.49|65|0 +1.3.6.1.2.1.5.30.1.4.2.50|65|0 +1.3.6.1.2.1.5.30.1.4.2.51|65|0 +1.3.6.1.2.1.5.30.1.4.2.52|65|0 +1.3.6.1.2.1.5.30.1.4.2.53|65|0 +1.3.6.1.2.1.5.30.1.4.2.54|65|0 +1.3.6.1.2.1.5.30.1.4.2.55|65|0 +1.3.6.1.2.1.5.30.1.4.2.56|65|0 +1.3.6.1.2.1.5.30.1.4.2.57|65|0 +1.3.6.1.2.1.5.30.1.4.2.58|65|0 +1.3.6.1.2.1.5.30.1.4.2.59|65|0 +1.3.6.1.2.1.5.30.1.4.2.60|65|0 +1.3.6.1.2.1.5.30.1.4.2.61|65|0 +1.3.6.1.2.1.5.30.1.4.2.62|65|0 +1.3.6.1.2.1.5.30.1.4.2.63|65|0 +1.3.6.1.2.1.5.30.1.4.2.64|65|0 +1.3.6.1.2.1.5.30.1.4.2.65|65|0 +1.3.6.1.2.1.5.30.1.4.2.66|65|0 +1.3.6.1.2.1.5.30.1.4.2.67|65|0 +1.3.6.1.2.1.5.30.1.4.2.68|65|0 +1.3.6.1.2.1.5.30.1.4.2.69|65|0 +1.3.6.1.2.1.5.30.1.4.2.70|65|0 +1.3.6.1.2.1.5.30.1.4.2.71|65|0 +1.3.6.1.2.1.5.30.1.4.2.72|65|0 +1.3.6.1.2.1.5.30.1.4.2.73|65|0 +1.3.6.1.2.1.5.30.1.4.2.74|65|0 +1.3.6.1.2.1.5.30.1.4.2.75|65|0 +1.3.6.1.2.1.5.30.1.4.2.76|65|0 +1.3.6.1.2.1.5.30.1.4.2.77|65|0 +1.3.6.1.2.1.5.30.1.4.2.78|65|0 +1.3.6.1.2.1.5.30.1.4.2.79|65|0 +1.3.6.1.2.1.5.30.1.4.2.80|65|0 +1.3.6.1.2.1.5.30.1.4.2.81|65|0 +1.3.6.1.2.1.5.30.1.4.2.82|65|0 +1.3.6.1.2.1.5.30.1.4.2.83|65|0 +1.3.6.1.2.1.5.30.1.4.2.84|65|0 +1.3.6.1.2.1.5.30.1.4.2.85|65|0 +1.3.6.1.2.1.5.30.1.4.2.86|65|0 +1.3.6.1.2.1.5.30.1.4.2.87|65|0 +1.3.6.1.2.1.5.30.1.4.2.88|65|0 +1.3.6.1.2.1.5.30.1.4.2.89|65|0 +1.3.6.1.2.1.5.30.1.4.2.90|65|0 +1.3.6.1.2.1.5.30.1.4.2.91|65|0 +1.3.6.1.2.1.5.30.1.4.2.92|65|0 +1.3.6.1.2.1.5.30.1.4.2.93|65|0 +1.3.6.1.2.1.5.30.1.4.2.94|65|0 +1.3.6.1.2.1.5.30.1.4.2.95|65|0 +1.3.6.1.2.1.5.30.1.4.2.96|65|0 +1.3.6.1.2.1.5.30.1.4.2.97|65|0 +1.3.6.1.2.1.5.30.1.4.2.98|65|0 +1.3.6.1.2.1.5.30.1.4.2.99|65|0 +1.3.6.1.2.1.5.30.1.4.2.100|65|0 +1.3.6.1.2.1.5.30.1.4.2.101|65|0 +1.3.6.1.2.1.5.30.1.4.2.102|65|0 +1.3.6.1.2.1.5.30.1.4.2.103|65|0 +1.3.6.1.2.1.5.30.1.4.2.104|65|0 +1.3.6.1.2.1.5.30.1.4.2.105|65|0 +1.3.6.1.2.1.5.30.1.4.2.106|65|0 +1.3.6.1.2.1.5.30.1.4.2.107|65|0 +1.3.6.1.2.1.5.30.1.4.2.108|65|0 +1.3.6.1.2.1.5.30.1.4.2.109|65|0 +1.3.6.1.2.1.5.30.1.4.2.110|65|0 +1.3.6.1.2.1.5.30.1.4.2.111|65|0 +1.3.6.1.2.1.5.30.1.4.2.112|65|0 +1.3.6.1.2.1.5.30.1.4.2.113|65|0 +1.3.6.1.2.1.5.30.1.4.2.114|65|0 +1.3.6.1.2.1.5.30.1.4.2.115|65|0 +1.3.6.1.2.1.5.30.1.4.2.116|65|0 +1.3.6.1.2.1.5.30.1.4.2.117|65|0 +1.3.6.1.2.1.5.30.1.4.2.118|65|0 +1.3.6.1.2.1.5.30.1.4.2.119|65|0 +1.3.6.1.2.1.5.30.1.4.2.120|65|0 +1.3.6.1.2.1.5.30.1.4.2.121|65|0 +1.3.6.1.2.1.5.30.1.4.2.122|65|0 +1.3.6.1.2.1.5.30.1.4.2.123|65|0 +1.3.6.1.2.1.5.30.1.4.2.124|65|0 +1.3.6.1.2.1.5.30.1.4.2.125|65|0 +1.3.6.1.2.1.5.30.1.4.2.126|65|0 +1.3.6.1.2.1.5.30.1.4.2.127|65|0 +1.3.6.1.2.1.5.30.1.4.2.128|65|1908 +1.3.6.1.2.1.5.30.1.4.2.129|65|0 +1.3.6.1.2.1.5.30.1.4.2.130|65|0 +1.3.6.1.2.1.5.30.1.4.2.131|65|0 +1.3.6.1.2.1.5.30.1.4.2.132|65|0 +1.3.6.1.2.1.5.30.1.4.2.133|65|0 +1.3.6.1.2.1.5.30.1.4.2.134|65|0 +1.3.6.1.2.1.5.30.1.4.2.135|65|0 +1.3.6.1.2.1.5.30.1.4.2.136|65|0 +1.3.6.1.2.1.5.30.1.4.2.137|65|0 +1.3.6.1.2.1.5.30.1.4.2.138|65|0 +1.3.6.1.2.1.5.30.1.4.2.139|65|0 +1.3.6.1.2.1.5.30.1.4.2.140|65|0 +1.3.6.1.2.1.5.30.1.4.2.141|65|0 +1.3.6.1.2.1.5.30.1.4.2.142|65|0 +1.3.6.1.2.1.5.30.1.4.2.143|65|0 +1.3.6.1.2.1.5.30.1.4.2.144|65|0 +1.3.6.1.2.1.5.30.1.4.2.145|65|0 +1.3.6.1.2.1.5.30.1.4.2.146|65|0 +1.3.6.1.2.1.5.30.1.4.2.147|65|0 +1.3.6.1.2.1.5.30.1.4.2.148|65|0 +1.3.6.1.2.1.5.30.1.4.2.149|65|0 +1.3.6.1.2.1.5.30.1.4.2.150|65|0 +1.3.6.1.2.1.5.30.1.4.2.151|65|0 +1.3.6.1.2.1.5.30.1.4.2.152|65|0 +1.3.6.1.2.1.5.30.1.4.2.153|65|0 +1.3.6.1.2.1.5.30.1.4.2.154|65|0 +1.3.6.1.2.1.5.30.1.4.2.155|65|0 +1.3.6.1.2.1.5.30.1.4.2.156|65|0 +1.3.6.1.2.1.5.30.1.4.2.157|65|0 +1.3.6.1.2.1.5.30.1.4.2.158|65|0 +1.3.6.1.2.1.5.30.1.4.2.159|65|0 +1.3.6.1.2.1.5.30.1.4.2.160|65|0 +1.3.6.1.2.1.5.30.1.4.2.161|65|0 +1.3.6.1.2.1.5.30.1.4.2.162|65|0 +1.3.6.1.2.1.5.30.1.4.2.163|65|0 +1.3.6.1.2.1.5.30.1.4.2.164|65|0 +1.3.6.1.2.1.5.30.1.4.2.165|65|0 +1.3.6.1.2.1.5.30.1.4.2.166|65|0 +1.3.6.1.2.1.5.30.1.4.2.167|65|0 +1.3.6.1.2.1.5.30.1.4.2.168|65|0 +1.3.6.1.2.1.5.30.1.4.2.169|65|0 +1.3.6.1.2.1.5.30.1.4.2.170|65|0 +1.3.6.1.2.1.5.30.1.4.2.171|65|0 +1.3.6.1.2.1.5.30.1.4.2.172|65|0 +1.3.6.1.2.1.5.30.1.4.2.173|65|0 +1.3.6.1.2.1.5.30.1.4.2.174|65|0 +1.3.6.1.2.1.5.30.1.4.2.175|65|0 +1.3.6.1.2.1.5.30.1.4.2.176|65|0 +1.3.6.1.2.1.5.30.1.4.2.177|65|0 +1.3.6.1.2.1.5.30.1.4.2.178|65|0 +1.3.6.1.2.1.5.30.1.4.2.179|65|0 +1.3.6.1.2.1.5.30.1.4.2.180|65|0 +1.3.6.1.2.1.5.30.1.4.2.181|65|0 +1.3.6.1.2.1.5.30.1.4.2.182|65|0 +1.3.6.1.2.1.5.30.1.4.2.183|65|0 +1.3.6.1.2.1.5.30.1.4.2.184|65|0 +1.3.6.1.2.1.5.30.1.4.2.185|65|0 +1.3.6.1.2.1.5.30.1.4.2.186|65|0 +1.3.6.1.2.1.5.30.1.4.2.187|65|0 +1.3.6.1.2.1.5.30.1.4.2.188|65|0 +1.3.6.1.2.1.5.30.1.4.2.189|65|0 +1.3.6.1.2.1.5.30.1.4.2.190|65|0 +1.3.6.1.2.1.5.30.1.4.2.191|65|0 +1.3.6.1.2.1.5.30.1.4.2.192|65|0 +1.3.6.1.2.1.5.30.1.4.2.193|65|0 +1.3.6.1.2.1.5.30.1.4.2.194|65|0 +1.3.6.1.2.1.5.30.1.4.2.195|65|0 +1.3.6.1.2.1.5.30.1.4.2.196|65|0 +1.3.6.1.2.1.5.30.1.4.2.197|65|0 +1.3.6.1.2.1.5.30.1.4.2.198|65|0 +1.3.6.1.2.1.5.30.1.4.2.199|65|0 +1.3.6.1.2.1.5.30.1.4.2.200|65|0 +1.3.6.1.2.1.5.30.1.4.2.201|65|0 +1.3.6.1.2.1.5.30.1.4.2.202|65|0 +1.3.6.1.2.1.5.30.1.4.2.203|65|0 +1.3.6.1.2.1.5.30.1.4.2.204|65|0 +1.3.6.1.2.1.5.30.1.4.2.205|65|0 +1.3.6.1.2.1.5.30.1.4.2.206|65|0 +1.3.6.1.2.1.5.30.1.4.2.207|65|0 +1.3.6.1.2.1.5.30.1.4.2.208|65|0 +1.3.6.1.2.1.5.30.1.4.2.209|65|0 +1.3.6.1.2.1.5.30.1.4.2.210|65|0 +1.3.6.1.2.1.5.30.1.4.2.211|65|0 +1.3.6.1.2.1.5.30.1.4.2.212|65|0 +1.3.6.1.2.1.5.30.1.4.2.213|65|0 +1.3.6.1.2.1.5.30.1.4.2.214|65|0 +1.3.6.1.2.1.5.30.1.4.2.215|65|0 +1.3.6.1.2.1.5.30.1.4.2.216|65|0 +1.3.6.1.2.1.5.30.1.4.2.217|65|0 +1.3.6.1.2.1.5.30.1.4.2.218|65|0 +1.3.6.1.2.1.5.30.1.4.2.219|65|0 +1.3.6.1.2.1.5.30.1.4.2.220|65|0 +1.3.6.1.2.1.5.30.1.4.2.221|65|0 +1.3.6.1.2.1.5.30.1.4.2.222|65|0 +1.3.6.1.2.1.5.30.1.4.2.223|65|0 +1.3.6.1.2.1.5.30.1.4.2.224|65|0 +1.3.6.1.2.1.5.30.1.4.2.225|65|0 +1.3.6.1.2.1.5.30.1.4.2.226|65|0 +1.3.6.1.2.1.5.30.1.4.2.227|65|0 +1.3.6.1.2.1.5.30.1.4.2.228|65|0 +1.3.6.1.2.1.5.30.1.4.2.229|65|0 +1.3.6.1.2.1.5.30.1.4.2.230|65|0 +1.3.6.1.2.1.5.30.1.4.2.231|65|0 +1.3.6.1.2.1.5.30.1.4.2.232|65|0 +1.3.6.1.2.1.5.30.1.4.2.233|65|0 +1.3.6.1.2.1.5.30.1.4.2.234|65|0 +1.3.6.1.2.1.5.30.1.4.2.235|65|0 +1.3.6.1.2.1.5.30.1.4.2.236|65|0 +1.3.6.1.2.1.5.30.1.4.2.237|65|0 +1.3.6.1.2.1.5.30.1.4.2.238|65|0 +1.3.6.1.2.1.5.30.1.4.2.239|65|0 +1.3.6.1.2.1.5.30.1.4.2.240|65|0 +1.3.6.1.2.1.5.30.1.4.2.241|65|0 +1.3.6.1.2.1.5.30.1.4.2.242|65|0 +1.3.6.1.2.1.5.30.1.4.2.243|65|0 +1.3.6.1.2.1.5.30.1.4.2.244|65|0 +1.3.6.1.2.1.5.30.1.4.2.245|65|0 +1.3.6.1.2.1.5.30.1.4.2.246|65|0 +1.3.6.1.2.1.5.30.1.4.2.247|65|0 +1.3.6.1.2.1.5.30.1.4.2.248|65|0 +1.3.6.1.2.1.5.30.1.4.2.249|65|0 +1.3.6.1.2.1.5.30.1.4.2.250|65|0 +1.3.6.1.2.1.5.30.1.4.2.251|65|0 +1.3.6.1.2.1.5.30.1.4.2.252|65|0 +1.3.6.1.2.1.5.30.1.4.2.253|65|0 +1.3.6.1.2.1.5.30.1.4.2.254|65|0 +1.3.6.1.2.1.5.30.1.4.2.255|65|0 +1.3.6.1.2.1.6.5.0|65|4 +1.3.6.1.2.1.6.6.0|65|15413 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|15401 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|2523526 +1.3.6.1.2.1.6.11.0|65|286438 +1.3.6.1.2.1.6.12.0|65|1389 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|14930 +1.3.6.1.2.1.6.18.0|70|227001 +1.3.6.1.2.1.6.20.1.4.1.4.0.0.0.0.22|66|2157118569 +1.3.6.1.2.1.7.1.0|65|3288813 +1.3.6.1.2.1.7.2.0|65|3288809 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|216779 +1.3.6.1.2.1.11.1.0|65|6743982 +1.3.6.1.2.1.11.2.0|65|6304225 +1.3.6.1.2.1.11.3.0|65|83 +1.3.6.1.2.1.11.4.0|65|137 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|15 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|11451869 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|2042598 +1.3.6.1.2.1.11.16.0|65|601885 +1.3.6.1.2.1.11.17.0|65|0 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|0 +1.3.6.1.2.1.11.21.0|65|0 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|6304199 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.30.0|2|2 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.17.1.1.0|4x|B46E08ABCDEF +1.3.6.1.2.1.17.2.1.0|2|1 +1.3.6.1.2.1.17.2.2.0|2|32768 +1.3.6.1.2.1.17.2.3.0|67|0 +1.3.6.1.2.1.17.2.5.0|4x|8000B46E08ABCDEF +1.3.6.1.2.1.17.2.6.0|2|0 +1.3.6.1.2.1.17.2.7.0|2|0 +1.3.6.1.2.1.17.2.8.0|2|2000 +1.3.6.1.2.1.17.2.9.0|2|200 +1.3.6.1.2.1.17.2.10.0|2|0 +1.3.6.1.2.1.17.2.11.0|2|1500 +1.3.6.1.2.1.17.2.12.0|2|2000 +1.3.6.1.2.1.17.2.13.0|2|200 +1.3.6.1.2.1.17.2.14.0|2|1500 +1.3.6.1.2.1.17.7.1.1.1.0|2|1 +1.3.6.1.2.1.31.1.1.1.1.1|4|Virtual-Template0 +1.3.6.1.2.1.31.1.1.1.1.2|4|NULL0 +1.3.6.1.2.1.31.1.1.1.1.3|4|InLoopBack0 +1.3.6.1.2.1.31.1.1.1.1.4|4|Ethernet0/0/0 +1.3.6.1.2.1.31.1.1.1.1.16|4|GigabitEthernet0/8/0 +1.3.6.1.2.1.31.1.1.1.1.17|4|GigabitEthernet0/8/1 +1.3.6.1.2.1.31.1.1.1.1.18|4|GigabitEthernet0/8/2 +1.3.6.1.2.1.31.1.1.1.1.19|4|GigabitEthernet0/8/3 +1.3.6.1.2.1.31.1.1.1.1.20|4|GigabitEthernet0/8/4 +1.3.6.1.2.1.31.1.1.1.1.21|4|GigabitEthernet0/8/5 +1.3.6.1.2.1.31.1.1.1.1.22|4|GigabitEthernet0/8/6 +1.3.6.1.2.1.31.1.1.1.1.23|4|GigabitEthernet0/8/7 +1.3.6.1.2.1.31.1.1.1.1.24|4|GigabitEthernet0/8/8 +1.3.6.1.2.1.31.1.1.1.1.25|4|GigabitEthernet0/8/9 +1.3.6.1.2.1.31.1.1.1.2.1|65|0 +1.3.6.1.2.1.31.1.1.1.2.2|65|0 +1.3.6.1.2.1.31.1.1.1.2.3|65|0 +1.3.6.1.2.1.31.1.1.1.2.4|65|17256038 +1.3.6.1.2.1.31.1.1.1.2.16|65|90195 +1.3.6.1.2.1.31.1.1.1.2.17|65|90251 +1.3.6.1.2.1.31.1.1.1.2.18|65|0 +1.3.6.1.2.1.31.1.1.1.2.19|65|0 +1.3.6.1.2.1.31.1.1.1.2.20|65|0 +1.3.6.1.2.1.31.1.1.1.2.21|65|0 +1.3.6.1.2.1.31.1.1.1.2.22|65|796990 +1.3.6.1.2.1.31.1.1.1.2.23|65|17105568 +1.3.6.1.2.1.31.1.1.1.2.24|65|63 +1.3.6.1.2.1.31.1.1.1.2.25|65|17722541 +1.3.6.1.2.1.31.1.1.1.2.54|65|180448 +1.3.6.1.2.1.31.1.1.1.2.62|65|48 +1.3.6.1.2.1.31.1.1.1.2.63|65|0 +1.3.6.1.2.1.31.1.1.1.2.69|65|17722604 +1.3.6.1.2.1.31.1.1.1.2.71|65|0 +1.3.6.1.2.1.31.1.1.1.3.1|65|0 +1.3.6.1.2.1.31.1.1.1.3.2|65|0 +1.3.6.1.2.1.31.1.1.1.3.3|65|0 +1.3.6.1.2.1.31.1.1.1.3.4|65|90962986 +1.3.6.1.2.1.31.1.1.1.3.16|65|1 +1.3.6.1.2.1.31.1.1.1.3.17|65|7363 +1.3.6.1.2.1.31.1.1.1.3.18|65|0 +1.3.6.1.2.1.31.1.1.1.3.19|65|0 +1.3.6.1.2.1.31.1.1.1.3.20|65|0 +1.3.6.1.2.1.31.1.1.1.3.21|65|0 +1.3.6.1.2.1.31.1.1.1.3.22|65|59984 +1.3.6.1.2.1.31.1.1.1.3.23|65|69760588 +1.3.6.1.2.1.31.1.1.1.3.24|65|1 +1.3.6.1.2.1.31.1.1.1.3.25|65|93993532 +1.3.6.1.2.1.31.1.1.1.3.54|65|7364 +1.3.6.1.2.1.31.1.1.1.3.62|65|2910 +1.3.6.1.2.1.31.1.1.1.3.63|65|1 +1.3.6.1.2.1.31.1.1.1.3.69|65|93993533 +1.3.6.1.2.1.31.1.1.1.3.71|65|0 +1.3.6.1.2.1.31.1.1.1.4.1|65|0 +1.3.6.1.2.1.31.1.1.1.4.2|65|0 +1.3.6.1.2.1.31.1.1.1.4.3|65|0 +1.3.6.1.2.1.31.1.1.1.4.4|65|0 +1.3.6.1.2.1.31.1.1.1.4.16|65|180142 +1.3.6.1.2.1.31.1.1.1.4.17|65|180135 +1.3.6.1.2.1.31.1.1.1.4.18|65|0 +1.3.6.1.2.1.31.1.1.1.4.19|65|0 +1.3.6.1.2.1.31.1.1.1.4.20|65|0 +1.3.6.1.2.1.31.1.1.1.4.21|65|0 +1.3.6.1.2.1.31.1.1.1.4.22|65|46823 +1.3.6.1.2.1.31.1.1.1.4.23|65|575927 +1.3.6.1.2.1.31.1.1.1.4.24|65|233 +1.3.6.1.2.1.31.1.1.1.4.25|65|91117 +1.3.6.1.2.1.31.1.1.1.4.54|65|360279 +1.3.6.1.2.1.31.1.1.1.4.62|65|5 +1.3.6.1.2.1.31.1.1.1.4.63|65|0 +1.3.6.1.2.1.31.1.1.1.4.69|65|91350 +1.3.6.1.2.1.31.1.1.1.4.71|65|0 +1.3.6.1.2.1.31.1.1.1.5.1|65|0 +1.3.6.1.2.1.31.1.1.1.5.2|65|0 +1.3.6.1.2.1.31.1.1.1.5.3|65|0 +1.3.6.1.2.1.31.1.1.1.5.4|65|5496 +1.3.6.1.2.1.31.1.1.1.5.16|65|6 +1.3.6.1.2.1.31.1.1.1.5.17|65|2 +1.3.6.1.2.1.31.1.1.1.5.18|65|0 +1.3.6.1.2.1.31.1.1.1.5.19|65|0 +1.3.6.1.2.1.31.1.1.1.5.20|65|0 +1.3.6.1.2.1.31.1.1.1.5.21|65|0 +1.3.6.1.2.1.31.1.1.1.5.22|65|0 +1.3.6.1.2.1.31.1.1.1.5.23|65|24078388 +1.3.6.1.2.1.31.1.1.1.5.24|65|13800 +1.3.6.1.2.1.31.1.1.1.5.25|65|9545 +1.3.6.1.2.1.31.1.1.1.5.54|65|8 +1.3.6.1.2.1.31.1.1.1.5.62|65|1 +1.3.6.1.2.1.31.1.1.1.5.63|65|1 +1.3.6.1.2.1.31.1.1.1.5.69|65|23345 +1.3.6.1.2.1.31.1.1.1.5.71|65|0 +1.3.6.1.2.1.31.1.1.1.6.1|70|0 +1.3.6.1.2.1.31.1.1.1.6.2|70|0 +1.3.6.1.2.1.31.1.1.1.6.3|70|0 +1.3.6.1.2.1.31.1.1.1.6.4|70|9875547166 +1.3.6.1.2.1.31.1.1.1.6.16|70|693535429685628 +1.3.6.1.2.1.31.1.1.1.6.17|70|692952789083995 +1.3.6.1.2.1.31.1.1.1.6.18|70|0 +1.3.6.1.2.1.31.1.1.1.6.19|70|0 +1.3.6.1.2.1.31.1.1.1.6.20|70|0 +1.3.6.1.2.1.31.1.1.1.6.21|70|0 +1.3.6.1.2.1.31.1.1.1.6.22|70|68800825 +1.3.6.1.2.1.31.1.1.1.6.23|70|132481838536757 +1.3.6.1.2.1.31.1.1.1.6.24|70|8260 +1.3.6.1.2.1.31.1.1.1.6.25|70|9351057171 +1.3.6.1.2.1.31.1.1.1.6.54|70|1386496368526959 +1.3.6.1.2.1.31.1.1.1.6.62|70|14527473388027 +1.3.6.1.2.1.31.1.1.1.6.63|70|1212854769116169 +1.3.6.1.2.1.31.1.1.1.6.69|70|9351065431 +1.3.6.1.2.1.31.1.1.1.6.71|70|0 +1.3.6.1.2.1.31.1.1.1.7.1|70|0 +1.3.6.1.2.1.31.1.1.1.7.2|70|0 +1.3.6.1.2.1.31.1.1.1.7.3|70|0 +1.3.6.1.2.1.31.1.1.1.7.4|70|11300084 +1.3.6.1.2.1.31.1.1.1.7.16|70|542975079060 +1.3.6.1.2.1.31.1.1.1.7.17|70|542522816289 +1.3.6.1.2.1.31.1.1.1.7.18|70|0 +1.3.6.1.2.1.31.1.1.1.7.19|70|0 +1.3.6.1.2.1.31.1.1.1.7.20|70|0 +1.3.6.1.2.1.31.1.1.1.7.21|70|0 +1.3.6.1.2.1.31.1.1.1.7.22|70|0 +1.3.6.1.2.1.31.1.1.1.7.23|70|538137921917 +1.3.6.1.2.1.31.1.1.1.7.24|70|0 +1.3.6.1.2.1.31.1.1.1.7.25|70|612101 +1.3.6.1.2.1.31.1.1.1.7.54|70|1085504293480 +1.3.6.1.2.1.31.1.1.1.7.62|70|11648887130 +1.3.6.1.2.1.31.1.1.1.7.63|70|949083161708 +1.3.6.1.2.1.31.1.1.1.7.69|70|612101 +1.3.6.1.2.1.31.1.1.1.7.71|70|0 +1.3.6.1.2.1.31.1.1.1.8.1|70|0 +1.3.6.1.2.1.31.1.1.1.8.2|70|0 +1.3.6.1.2.1.31.1.1.1.8.3|70|0 +1.3.6.1.2.1.31.1.1.1.8.4|70|17256038 +1.3.6.1.2.1.31.1.1.1.8.16|70|90195 +1.3.6.1.2.1.31.1.1.1.8.17|70|90251 +1.3.6.1.2.1.31.1.1.1.8.18|70|0 +1.3.6.1.2.1.31.1.1.1.8.19|70|0 +1.3.6.1.2.1.31.1.1.1.8.20|70|0 +1.3.6.1.2.1.31.1.1.1.8.21|70|0 +1.3.6.1.2.1.31.1.1.1.8.22|70|796990 +1.3.6.1.2.1.31.1.1.1.8.23|70|17105568 +1.3.6.1.2.1.31.1.1.1.8.24|70|63 +1.3.6.1.2.1.31.1.1.1.8.25|70|17722541 +1.3.6.1.2.1.31.1.1.1.8.54|70|180448 +1.3.6.1.2.1.31.1.1.1.8.62|70|48 +1.3.6.1.2.1.31.1.1.1.8.63|70|0 +1.3.6.1.2.1.31.1.1.1.8.69|70|17722604 +1.3.6.1.2.1.31.1.1.1.8.71|70|0 +1.3.6.1.2.1.31.1.1.1.9.1|70|0 +1.3.6.1.2.1.31.1.1.1.9.2|70|0 +1.3.6.1.2.1.31.1.1.1.9.3|70|0 +1.3.6.1.2.1.31.1.1.1.9.4|70|90962986 +1.3.6.1.2.1.31.1.1.1.9.16|70|1 +1.3.6.1.2.1.31.1.1.1.9.17|70|7363 +1.3.6.1.2.1.31.1.1.1.9.18|70|0 +1.3.6.1.2.1.31.1.1.1.9.19|70|0 +1.3.6.1.2.1.31.1.1.1.9.20|70|0 +1.3.6.1.2.1.31.1.1.1.9.21|70|0 +1.3.6.1.2.1.31.1.1.1.9.22|70|59984 +1.3.6.1.2.1.31.1.1.1.9.23|70|69760588 +1.3.6.1.2.1.31.1.1.1.9.24|70|1 +1.3.6.1.2.1.31.1.1.1.9.25|70|93993532 +1.3.6.1.2.1.31.1.1.1.9.54|70|7364 +1.3.6.1.2.1.31.1.1.1.9.62|70|2910 +1.3.6.1.2.1.31.1.1.1.9.63|70|1 +1.3.6.1.2.1.31.1.1.1.9.69|70|93993533 +1.3.6.1.2.1.31.1.1.1.9.71|70|0 +1.3.6.1.2.1.31.1.1.1.10.1|70|0 +1.3.6.1.2.1.31.1.1.1.10.2|70|0 +1.3.6.1.2.1.31.1.1.1.10.3|70|0 +1.3.6.1.2.1.31.1.1.1.10.4|70|7697821978 +1.3.6.1.2.1.31.1.1.1.10.16|70|63608115640178 +1.3.6.1.2.1.31.1.1.1.10.17|70|63343114171592 +1.3.6.1.2.1.31.1.1.1.10.18|70|0 +1.3.6.1.2.1.31.1.1.1.10.19|70|0 +1.3.6.1.2.1.31.1.1.1.10.20|70|0 +1.3.6.1.2.1.31.1.1.1.10.21|70|0 +1.3.6.1.2.1.31.1.1.1.10.22|70|16388050 +1.3.6.1.2.1.31.1.1.1.10.23|70|1389465395596187 +1.3.6.1.2.1.31.1.1.1.10.24|70|1733055 +1.3.6.1.2.1.31.1.1.1.10.25|70|33751934 +1.3.6.1.2.1.31.1.1.1.10.54|70|126951894823159 +1.3.6.1.2.1.31.1.1.1.10.62|70|1126448928303 +1.3.6.1.2.1.31.1.1.1.10.63|70|111030284561685 +1.3.6.1.2.1.31.1.1.1.10.69|70|35484989 +1.3.6.1.2.1.31.1.1.1.10.71|70|0 +1.3.6.1.2.1.31.1.1.1.11.1|70|0 +1.3.6.1.2.1.31.1.1.1.11.2|70|187243894 +1.3.6.1.2.1.31.1.1.1.11.3|70|0 +1.3.6.1.2.1.31.1.1.1.11.4|70|11102899 +1.3.6.1.2.1.31.1.1.1.11.16|70|263348427092 +1.3.6.1.2.1.31.1.1.1.11.17|70|262556403838 +1.3.6.1.2.1.31.1.1.1.11.18|70|0 +1.3.6.1.2.1.31.1.1.1.11.19|70|0 +1.3.6.1.2.1.31.1.1.1.11.20|70|0 +1.3.6.1.2.1.31.1.1.1.11.21|70|0 +1.3.6.1.2.1.31.1.1.1.11.22|70|0 +1.3.6.1.2.1.31.1.1.1.11.23|70|1093850689696 +1.3.6.1.2.1.31.1.1.1.11.24|70|6881 +1.3.6.1.2.1.31.1.1.1.11.25|70|13452 +1.3.6.1.2.1.31.1.1.1.11.54|70|525907690179 +1.3.6.1.2.1.31.1.1.1.11.62|70|4257215968 +1.3.6.1.2.1.31.1.1.1.11.63|70|461928681484 +1.3.6.1.2.1.31.1.1.1.11.69|70|20333 +1.3.6.1.2.1.31.1.1.1.11.71|70|0 +1.3.6.1.2.1.31.1.1.1.12.1|70|0 +1.3.6.1.2.1.31.1.1.1.12.2|70|0 +1.3.6.1.2.1.31.1.1.1.12.3|70|0 +1.3.6.1.2.1.31.1.1.1.12.4|70|0 +1.3.6.1.2.1.31.1.1.1.12.16|70|180142 +1.3.6.1.2.1.31.1.1.1.12.17|70|180135 +1.3.6.1.2.1.31.1.1.1.12.18|70|0 +1.3.6.1.2.1.31.1.1.1.12.19|70|0 +1.3.6.1.2.1.31.1.1.1.12.20|70|0 +1.3.6.1.2.1.31.1.1.1.12.21|70|0 +1.3.6.1.2.1.31.1.1.1.12.22|70|46823 +1.3.6.1.2.1.31.1.1.1.12.23|70|575927 +1.3.6.1.2.1.31.1.1.1.12.24|70|233 +1.3.6.1.2.1.31.1.1.1.12.25|70|91117 +1.3.6.1.2.1.31.1.1.1.12.54|70|360279 +1.3.6.1.2.1.31.1.1.1.12.62|70|5 +1.3.6.1.2.1.31.1.1.1.12.63|70|0 +1.3.6.1.2.1.31.1.1.1.12.69|70|91350 +1.3.6.1.2.1.31.1.1.1.12.71|70|0 +1.3.6.1.2.1.31.1.1.1.13.1|70|0 +1.3.6.1.2.1.31.1.1.1.13.2|70|0 +1.3.6.1.2.1.31.1.1.1.13.3|70|0 +1.3.6.1.2.1.31.1.1.1.13.4|70|5496 +1.3.6.1.2.1.31.1.1.1.13.16|70|6 +1.3.6.1.2.1.31.1.1.1.13.17|70|2 +1.3.6.1.2.1.31.1.1.1.13.18|70|0 +1.3.6.1.2.1.31.1.1.1.13.19|70|0 +1.3.6.1.2.1.31.1.1.1.13.20|70|0 +1.3.6.1.2.1.31.1.1.1.13.21|70|0 +1.3.6.1.2.1.31.1.1.1.13.22|70|0 +1.3.6.1.2.1.31.1.1.1.13.23|70|24078388 +1.3.6.1.2.1.31.1.1.1.13.24|70|13800 +1.3.6.1.2.1.31.1.1.1.13.25|70|9545 +1.3.6.1.2.1.31.1.1.1.13.54|70|8 +1.3.6.1.2.1.31.1.1.1.13.62|70|1 +1.3.6.1.2.1.31.1.1.1.13.63|70|1 +1.3.6.1.2.1.31.1.1.1.13.69|70|23345 +1.3.6.1.2.1.31.1.1.1.13.71|70|0 +1.3.6.1.2.1.31.1.1.1.14.1|2|1 +1.3.6.1.2.1.31.1.1.1.14.2|2|1 +1.3.6.1.2.1.31.1.1.1.14.3|2|1 +1.3.6.1.2.1.31.1.1.1.14.4|2|1 +1.3.6.1.2.1.31.1.1.1.14.16|2|1 +1.3.6.1.2.1.31.1.1.1.14.17|2|1 +1.3.6.1.2.1.31.1.1.1.14.18|2|1 +1.3.6.1.2.1.31.1.1.1.14.19|2|1 +1.3.6.1.2.1.31.1.1.1.14.20|2|1 +1.3.6.1.2.1.31.1.1.1.14.21|2|1 +1.3.6.1.2.1.31.1.1.1.14.22|2|1 +1.3.6.1.2.1.31.1.1.1.14.23|2|1 +1.3.6.1.2.1.31.1.1.1.14.24|2|1 +1.3.6.1.2.1.31.1.1.1.14.25|2|1 +1.3.6.1.2.1.31.1.1.1.14.54|2|1 +1.3.6.1.2.1.31.1.1.1.14.62|2|1 +1.3.6.1.2.1.31.1.1.1.14.63|2|1 +1.3.6.1.2.1.31.1.1.1.14.69|2|1 +1.3.6.1.2.1.31.1.1.1.14.71|2|1 +1.3.6.1.2.1.31.1.1.1.15.1|66|0 +1.3.6.1.2.1.31.1.1.1.15.2|66|0 +1.3.6.1.2.1.31.1.1.1.15.3|66|0 +1.3.6.1.2.1.31.1.1.1.15.4|66|100 +1.3.6.1.2.1.31.1.1.1.15.16|66|10000 +1.3.6.1.2.1.31.1.1.1.15.17|66|10000 +1.3.6.1.2.1.31.1.1.1.15.18|66|10000 +1.3.6.1.2.1.31.1.1.1.15.19|66|10000 +1.3.6.1.2.1.31.1.1.1.15.20|66|1000 +1.3.6.1.2.1.31.1.1.1.15.21|66|10000 +1.3.6.1.2.1.31.1.1.1.15.22|66|10000 +1.3.6.1.2.1.31.1.1.1.15.23|66|10000 +1.3.6.1.2.1.31.1.1.1.15.24|66|10000 +1.3.6.1.2.1.31.1.1.1.15.25|66|10000 +1.3.6.1.2.1.31.1.1.1.15.54|66|20000 +1.3.6.1.2.1.31.1.1.1.15.62|66|20000 +1.3.6.1.2.1.31.1.1.1.15.63|66|20000 +1.3.6.1.2.1.31.1.1.1.15.69|66|10000 +1.3.6.1.2.1.31.1.1.1.15.71|66|0 +1.3.6.1.2.1.31.1.1.1.16.1|2|2 +1.3.6.1.2.1.31.1.1.1.16.2|2|2 +1.3.6.1.2.1.31.1.1.1.16.3|2|2 +1.3.6.1.2.1.31.1.1.1.16.4|2|2 +1.3.6.1.2.1.31.1.1.1.16.16|2|2 +1.3.6.1.2.1.31.1.1.1.16.17|2|2 +1.3.6.1.2.1.31.1.1.1.16.18|2|2 +1.3.6.1.2.1.31.1.1.1.16.19|2|2 +1.3.6.1.2.1.31.1.1.1.16.20|2|2 +1.3.6.1.2.1.31.1.1.1.16.21|2|2 +1.3.6.1.2.1.31.1.1.1.16.22|2|2 +1.3.6.1.2.1.31.1.1.1.16.23|2|2 +1.3.6.1.2.1.31.1.1.1.16.24|2|2 +1.3.6.1.2.1.31.1.1.1.16.25|2|2 +1.3.6.1.2.1.31.1.1.1.16.54|2|2 +1.3.6.1.2.1.31.1.1.1.16.62|2|2 +1.3.6.1.2.1.31.1.1.1.16.63|2|2 +1.3.6.1.2.1.31.1.1.1.16.69|2|2 +1.3.6.1.2.1.31.1.1.1.16.71|2|2 +1.3.6.1.2.1.31.1.1.1.17.1|2|2 +1.3.6.1.2.1.31.1.1.1.17.2|2|2 +1.3.6.1.2.1.31.1.1.1.17.3|2|2 +1.3.6.1.2.1.31.1.1.1.17.4|2|1 +1.3.6.1.2.1.31.1.1.1.17.16|2|1 +1.3.6.1.2.1.31.1.1.1.17.17|2|1 +1.3.6.1.2.1.31.1.1.1.17.18|2|1 +1.3.6.1.2.1.31.1.1.1.17.19|2|1 +1.3.6.1.2.1.31.1.1.1.17.20|2|1 +1.3.6.1.2.1.31.1.1.1.17.21|2|1 +1.3.6.1.2.1.31.1.1.1.17.22|2|1 +1.3.6.1.2.1.31.1.1.1.17.23|2|1 +1.3.6.1.2.1.31.1.1.1.17.24|2|1 +1.3.6.1.2.1.31.1.1.1.17.25|2|1 +1.3.6.1.2.1.31.1.1.1.17.54|2|2 +1.3.6.1.2.1.31.1.1.1.17.62|2|2 +1.3.6.1.2.1.31.1.1.1.17.63|2|2 +1.3.6.1.2.1.31.1.1.1.17.69|2|2 +1.3.6.1.2.1.31.1.1.1.17.71|2|2 +1.3.6.1.2.1.31.1.1.1.18.1|4| +1.3.6.1.2.1.31.1.1.1.18.2|4| +1.3.6.1.2.1.31.1.1.1.18.3|4| +1.3.6.1.2.1.31.1.1.1.18.4|4| +1.3.6.1.2.1.31.1.1.1.18.19|4| +1.3.6.1.2.1.31.1.1.1.18.20|4| +1.3.6.1.2.1.31.1.1.1.18.21|4| +1.3.6.1.2.1.31.1.1.1.18.22|4| +1.3.6.1.2.1.31.1.1.1.18.23|4| +1.3.6.1.2.1.31.1.1.1.18.24|4| +1.3.6.1.2.1.31.1.1.1.18.25|4| +1.3.6.1.2.1.31.1.1.1.18.69|4| +1.3.6.1.2.1.31.1.1.1.18.71|4| +1.3.6.1.2.1.31.1.1.1.19.1|67|0 +1.3.6.1.2.1.31.1.1.1.19.2|67|0 +1.3.6.1.2.1.31.1.1.1.19.3|67|0 +1.3.6.1.2.1.31.1.1.1.19.4|67|0 +1.3.6.1.2.1.31.1.1.1.19.16|67|5779 +1.3.6.1.2.1.31.1.1.1.19.17|67|5779 +1.3.6.1.2.1.31.1.1.1.19.18|67|5779 +1.3.6.1.2.1.31.1.1.1.19.19|67|0 +1.3.6.1.2.1.31.1.1.1.19.20|67|0 +1.3.6.1.2.1.31.1.1.1.19.21|67|0 +1.3.6.1.2.1.31.1.1.1.19.22|67|0 +1.3.6.1.2.1.31.1.1.1.19.23|67|0 +1.3.6.1.2.1.31.1.1.1.19.24|67|5779 +1.3.6.1.2.1.31.1.1.1.19.25|67|5779 +1.3.6.1.2.1.31.1.1.1.19.54|67|0 +1.3.6.1.2.1.31.1.1.1.19.62|67|0 +1.3.6.1.2.1.31.1.1.1.19.63|67|0 +1.3.6.1.2.1.31.1.1.1.19.69|67|0 +1.3.6.1.2.1.31.1.1.1.19.71|67|0 +1.3.6.1.2.1.31.1.2.1.3.0.1|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.3|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.4|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.19|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.20|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.21|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.22|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.23|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.62|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.63|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.69|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.71|2|1 +1.3.6.1.2.1.31.1.2.1.3.1.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.3.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.4.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.16.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.17.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.18.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.19.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.20.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.21.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.22.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.23.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.24.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.25.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.54.16|2|1 +1.3.6.1.2.1.31.1.2.1.3.54.17|2|1 +1.3.6.1.2.1.31.1.2.1.3.54.18|2|1 +1.3.6.1.2.1.31.1.2.1.3.62.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.63.54|2|1 +1.3.6.1.2.1.31.1.2.1.3.69.24|2|1 +1.3.6.1.2.1.31.1.2.1.3.69.25|2|1 +1.3.6.1.2.1.31.1.2.1.3.71.0|2|1 +1.3.6.1.2.1.47.1.1.1.1.2.16777216|4|Assembling Components,NetEngine 8000,CR8BM8BKPDC1,NetEngine 8000 M8 Integrated DC Chassis Components(Including 2*DC Power,Fan Box) +1.3.6.1.2.1.47.1.1.1.1.2.17235969|4|10-Port 10GE/GE LAN/WAN-SFP+ MACsec Physical Interface Card(PIC) +1.3.6.1.2.1.47.1.1.1.1.2.17240321|4|10300Mb/s-1270nm-LC-40km(0.009mm)-300m(0.05mm) +1.3.6.1.2.1.47.1.1.1.1.2.17240322|4|10300Mb/s-1330nm-LC-60km(0.009mm) +1.3.6.1.2.1.47.1.1.1.1.2.17240323|4|GigabitEthernet0/7/2 +1.3.6.1.2.1.47.1.1.1.1.2.17240324|4|10300Mb/s-1270nm-LC-80km(0.009mm) +1.3.6.1.2.1.47.1.1.1.1.2.17240325|4|GigabitEthernet0/7/4 +1.3.6.1.2.1.47.1.1.1.1.2.17240326|4|GigabitEthernet0/7/5 +1.3.6.1.2.1.47.1.1.1.1.2.17240327|4|GigabitEthernet0/7/6 +1.3.6.1.2.1.47.1.1.1.1.2.17240328|4|GigabitEthernet0/7/7 +1.3.6.1.2.1.47.1.1.1.1.2.17240329|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.2.1.47.1.1.1.1.2.17240330|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.2.1.47.1.1.1.1.2.17301505|4|10-Port 10GE/GE LAN/WAN-SFP+ MACsec Physical Interface Card(PIC) +1.3.6.1.2.1.47.1.1.1.1.2.17305857|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.2.1.47.1.1.1.1.2.17305858|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.2.1.47.1.1.1.1.2.17305859|4|GigabitEthernet0/8/2 +1.3.6.1.2.1.47.1.1.1.1.2.17305860|4|GigabitEthernet0/8/3 +1.3.6.1.2.1.47.1.1.1.1.2.17305861|4|GigabitEthernet0/8/4 +1.3.6.1.2.1.47.1.1.1.1.2.17305862|4|GigabitEthernet0/8/5 +1.3.6.1.2.1.47.1.1.1.1.2.17305863|4|GigabitEthernet0/8/6 +1.3.6.1.2.1.47.1.1.1.1.2.17305864|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.2.1.47.1.1.1.1.2.17305865|4|GigabitEthernet0/8/8 +1.3.6.1.2.1.47.1.1.1.1.2.17305866|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.2.1.47.1.1.1.1.2.17367040|4|IPU slot 9 +1.3.6.1.2.1.47.1.1.1.1.2.17432576|4|IPU slot 10 +1.3.6.1.2.1.47.1.1.1.1.2.17432577|4|Integrated Network Processing Unit (IPU-480) +1.3.6.1.2.1.47.1.1.1.1.2.17432832|4|CFCARD slot 10/0 +1.3.6.1.2.1.47.1.1.1.1.2.17436928|4|CFCARD 10/0 +1.3.6.1.2.1.47.1.1.1.1.2.17441025|4|Ethernet0/0/0 +1.3.6.1.2.1.47.1.1.1.1.2.17498112|4|POWER slot 11 +1.3.6.1.2.1.47.1.1.1.1.2.17498113|4|Manufactured Board,Dipper HD,DP32PDC1K6A1,-48V Power Interface Board +1.3.6.1.2.1.47.1.1.1.1.2.17563648|4|POWER slot 12 +1.3.6.1.2.1.47.1.1.1.1.2.17563649|4|Manufactured Board,Dipper HD,DP32PDC1K6A1,-48V Power Interface Board +1.3.6.1.2.1.47.1.1.1.1.2.17629184|4|FAN slot 13 +1.3.6.1.2.1.47.1.1.1.1.2.17629185|4|Finished Board,NetEngine 8000,CR8MM82FBXC1,M8 Fan Box +1.3.6.1.2.1.47.1.1.1.1.2.17694720|4|CLK slot 14 +1.3.6.1.2.1.47.1.1.1.1.2.17760256|4|CLK slot 15 +1.3.6.1.2.1.47.1.1.1.1.2.17760257|4|CLK 15 +1.3.6.1.2.1.47.1.1.1.1.2.21889025|4|VIRTUALPIC +1.3.6.1.2.1.47.1.1.1.1.2.21954561|4|VIRTUALPIC +1.3.6.1.2.1.47.1.1.1.1.3.16777216|6|1.3.6.1.4.1.2011.20021210.11.537997 +1.3.6.1.2.1.47.1.1.1.1.3.17235969|6|1.3.6.1.4.1.2011.20021210.13.225703 +1.3.6.1.2.1.47.1.1.1.1.3.17240321|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17240322|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17240323|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17240324|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17240325|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17240326|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17240327|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17240328|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17240329|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17240330|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17301505|6|1.3.6.1.4.1.2011.20021210.13.225703 +1.3.6.1.2.1.47.1.1.1.1.3.17305857|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17305858|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17305859|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17305860|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17305861|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17305862|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17305863|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17305864|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17305865|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17305866|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17367040|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.17432576|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.17432577|6|1.3.6.1.4.1.2011.20021210.15.800002 +1.3.6.1.2.1.47.1.1.1.1.3.17432832|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.17436928|6|1.3.6.1.4.1.2011.20021210.13.561151 +1.3.6.1.2.1.47.1.1.1.1.3.17441025|6|1.3.6.1.4.1.2011.20021210.14.6 +1.3.6.1.2.1.47.1.1.1.1.3.17498112|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.17498113|6|1.3.6.1.4.1.2011.20021210.12.564506 +1.3.6.1.2.1.47.1.1.1.1.3.17563648|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.17563649|6|1.3.6.1.4.1.2011.20021210.12.564506 +1.3.6.1.2.1.47.1.1.1.1.3.17629184|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.17629185|6|1.3.6.1.4.1.2011.20021210.12.564507 +1.3.6.1.2.1.47.1.1.1.1.3.17694720|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.17760256|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.17760257|6|1.3.6.1.4.1.2011.20021210.12.561156 +1.3.6.1.2.1.47.1.1.1.1.3.21889025|6|1.3.6.1.4.1.2011.20021210.13.225907 +1.3.6.1.2.1.47.1.1.1.1.3.21954561|6|1.3.6.1.4.1.2011.20021210.13.225907 +1.3.6.1.2.1.47.1.1.1.1.4.16777216|2|0 +1.3.6.1.2.1.47.1.1.1.1.4.17235969|2|17432577 +1.3.6.1.2.1.47.1.1.1.1.4.17240321|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17240322|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17240323|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17240324|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17240325|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17240326|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17240327|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17240328|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17240329|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17240330|2|17235969 +1.3.6.1.2.1.47.1.1.1.1.4.17301505|2|17432577 +1.3.6.1.2.1.47.1.1.1.1.4.17305857|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17305858|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17305859|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17305860|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17305861|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17305862|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17305863|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17305864|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17305865|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17305866|2|17301505 +1.3.6.1.2.1.47.1.1.1.1.4.17367040|2|16777216 +1.3.6.1.2.1.47.1.1.1.1.4.17432576|2|16777216 +1.3.6.1.2.1.47.1.1.1.1.4.17432577|2|17432576 +1.3.6.1.2.1.47.1.1.1.1.4.17432832|2|17432577 +1.3.6.1.2.1.47.1.1.1.1.4.17436928|2|17432832 +1.3.6.1.2.1.47.1.1.1.1.4.17441025|2|17432577 +1.3.6.1.2.1.47.1.1.1.1.4.17498112|2|16777216 +1.3.6.1.2.1.47.1.1.1.1.4.17498113|2|17498112 +1.3.6.1.2.1.47.1.1.1.1.4.17563648|2|16777216 +1.3.6.1.2.1.47.1.1.1.1.4.17563649|2|17563648 +1.3.6.1.2.1.47.1.1.1.1.4.17629184|2|16777216 +1.3.6.1.2.1.47.1.1.1.1.4.17629185|2|17629184 +1.3.6.1.2.1.47.1.1.1.1.4.17694720|2|16777216 +1.3.6.1.2.1.47.1.1.1.1.4.17760256|2|16777216 +1.3.6.1.2.1.47.1.1.1.1.4.17760257|2|17760256 +1.3.6.1.2.1.47.1.1.1.1.4.21889025|2|17432577 +1.3.6.1.2.1.47.1.1.1.1.4.21954561|2|17432577 +1.3.6.1.2.1.47.1.1.1.1.5.16777216|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.17235969|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.17240321|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17240322|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17240323|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17240324|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17240325|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17240326|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17240327|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17240328|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17240329|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17240330|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17301505|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.17305857|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17305858|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17305859|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17305860|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17305861|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17305862|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17305863|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17305864|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17305865|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17305866|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17367040|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.17432576|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.17432577|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.17432832|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.17436928|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.17441025|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17498112|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.17498113|2|6 +1.3.6.1.2.1.47.1.1.1.1.5.17563648|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.17563649|2|6 +1.3.6.1.2.1.47.1.1.1.1.5.17629184|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.17629185|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.17694720|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.17760256|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.17760257|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.21889025|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.21954561|2|9 +1.3.6.1.2.1.47.1.1.1.1.6.16777216|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.17235969|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.17240321|2|0 +1.3.6.1.2.1.47.1.1.1.1.6.17240322|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.17240323|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.17240324|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.17240325|2|4 +1.3.6.1.2.1.47.1.1.1.1.6.17240326|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.17240327|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.17240328|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.17240329|2|8 +1.3.6.1.2.1.47.1.1.1.1.6.17240330|2|9 +1.3.6.1.2.1.47.1.1.1.1.6.17301505|2|8 +1.3.6.1.2.1.47.1.1.1.1.6.17305857|2|0 +1.3.6.1.2.1.47.1.1.1.1.6.17305858|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.17305859|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.17305860|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.17305861|2|4 +1.3.6.1.2.1.47.1.1.1.1.6.17305862|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.17305863|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.17305864|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.17305865|2|8 +1.3.6.1.2.1.47.1.1.1.1.6.17305866|2|9 +1.3.6.1.2.1.47.1.1.1.1.6.17367040|2|9 +1.3.6.1.2.1.47.1.1.1.1.6.17432576|2|10 +1.3.6.1.2.1.47.1.1.1.1.6.17432577|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.17432832|2|61 +1.3.6.1.2.1.47.1.1.1.1.6.17436928|2|0 +1.3.6.1.2.1.47.1.1.1.1.6.17441025|2|0 +1.3.6.1.2.1.47.1.1.1.1.6.17498112|2|11 +1.3.6.1.2.1.47.1.1.1.1.6.17498113|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.17563648|2|12 +1.3.6.1.2.1.47.1.1.1.1.6.17563649|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.17629184|2|13 +1.3.6.1.2.1.47.1.1.1.1.6.17629185|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.17694720|2|14 +1.3.6.1.2.1.47.1.1.1.1.6.17760256|2|15 +1.3.6.1.2.1.47.1.1.1.1.6.17760257|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.21889025|2|78 +1.3.6.1.2.1.47.1.1.1.1.6.21954561|2|79 +1.3.6.1.2.1.47.1.1.1.1.7.16777216|4|NetEngine 8000 M8 frame +1.3.6.1.2.1.47.1.1.1.1.7.17235969|4|CR51LAXFE0 0/7 +1.3.6.1.2.1.47.1.1.1.1.7.17240321|4|GigabitEthernet0/7/0 +1.3.6.1.2.1.47.1.1.1.1.7.17240322|4|GigabitEthernet0/7/1 +1.3.6.1.2.1.47.1.1.1.1.7.17240323|4|GigabitEthernet0/7/2 +1.3.6.1.2.1.47.1.1.1.1.7.17240324|4|GigabitEthernet0/7/3 +1.3.6.1.2.1.47.1.1.1.1.7.17240325|4|GigabitEthernet0/7/4 +1.3.6.1.2.1.47.1.1.1.1.7.17240326|4|GigabitEthernet0/7/5 +1.3.6.1.2.1.47.1.1.1.1.7.17240327|4|GigabitEthernet0/7/6 +1.3.6.1.2.1.47.1.1.1.1.7.17240328|4|GigabitEthernet0/7/7 +1.3.6.1.2.1.47.1.1.1.1.7.17240329|4|GigabitEthernet0/7/8 +1.3.6.1.2.1.47.1.1.1.1.7.17240330|4|GigabitEthernet0/7/9 +1.3.6.1.2.1.47.1.1.1.1.7.17301505|4|CR51LAXFE0 0/8 +1.3.6.1.2.1.47.1.1.1.1.7.17305857|4|GigabitEthernet0/8/0 +1.3.6.1.2.1.47.1.1.1.1.7.17305858|4|GigabitEthernet0/8/1 +1.3.6.1.2.1.47.1.1.1.1.7.17305859|4|GigabitEthernet0/8/2 +1.3.6.1.2.1.47.1.1.1.1.7.17305860|4|GigabitEthernet0/8/3 +1.3.6.1.2.1.47.1.1.1.1.7.17305861|4|GigabitEthernet0/8/4 +1.3.6.1.2.1.47.1.1.1.1.7.17305862|4|GigabitEthernet0/8/5 +1.3.6.1.2.1.47.1.1.1.1.7.17305863|4|GigabitEthernet0/8/6 +1.3.6.1.2.1.47.1.1.1.1.7.17305864|4|GigabitEthernet0/8/7 +1.3.6.1.2.1.47.1.1.1.1.7.17305865|4|GigabitEthernet0/8/8 +1.3.6.1.2.1.47.1.1.1.1.7.17305866|4|GigabitEthernet0/8/9 +1.3.6.1.2.1.47.1.1.1.1.7.17367040|4|IPU slot 9 +1.3.6.1.2.1.47.1.1.1.1.7.17432576|4|IPU slot 10 +1.3.6.1.2.1.47.1.1.1.1.7.17432577|4|CR81IPU480AS 10 +1.3.6.1.2.1.47.1.1.1.1.7.17432832|4|CFCARD slot 10/0 +1.3.6.1.2.1.47.1.1.1.1.7.17436928|4|CFCARD 10/0 +1.3.6.1.2.1.47.1.1.1.1.7.17441025|4|Ethernet0/0/0 +1.3.6.1.2.1.47.1.1.1.1.7.17498112|4|POWER slot 11 +1.3.6.1.2.1.47.1.1.1.1.7.17498113|4|POWER 11 +1.3.6.1.2.1.47.1.1.1.1.7.17563648|4|POWER slot 12 +1.3.6.1.2.1.47.1.1.1.1.7.17563649|4|POWER 12 +1.3.6.1.2.1.47.1.1.1.1.7.17629184|4|FAN slot 13 +1.3.6.1.2.1.47.1.1.1.1.7.17629185|4|FAN 13 +1.3.6.1.2.1.47.1.1.1.1.7.17694720|4|CLK slot 14 +1.3.6.1.2.1.47.1.1.1.1.7.17760256|4|CLK slot 15 +1.3.6.1.2.1.47.1.1.1.1.7.17760257|4|CLK 15 +1.3.6.1.2.1.47.1.1.1.1.7.21889025|4|VIRTUALPIC 0/78 +1.3.6.1.2.1.47.1.1.1.1.7.21954561|4|VIRTUALPIC 0/79 +1.3.6.1.2.1.47.1.1.1.1.8.16777216|4|CR81BKP08A REV A +1.3.6.1.2.1.47.1.1.1.1.8.17235969|4|CR51LAXFE0 REV B +1.3.6.1.2.1.47.1.1.1.1.8.17240321|4| +1.3.6.1.2.1.47.1.1.1.1.8.17240322|4| +1.3.6.1.2.1.47.1.1.1.1.8.17240323|4| +1.3.6.1.2.1.47.1.1.1.1.8.17240324|4| +1.3.6.1.2.1.47.1.1.1.1.8.17240325|4| +1.3.6.1.2.1.47.1.1.1.1.8.17240326|4| +1.3.6.1.2.1.47.1.1.1.1.8.17240327|4| +1.3.6.1.2.1.47.1.1.1.1.8.17240328|4| +1.3.6.1.2.1.47.1.1.1.1.8.17240329|4| +1.3.6.1.2.1.47.1.1.1.1.8.17240330|4| +1.3.6.1.2.1.47.1.1.1.1.8.17301505|4|CR51LAXFE0 REV C +1.3.6.1.2.1.47.1.1.1.1.8.17305857|4| +1.3.6.1.2.1.47.1.1.1.1.8.17305858|4| +1.3.6.1.2.1.47.1.1.1.1.8.17305859|4| +1.3.6.1.2.1.47.1.1.1.1.8.17305860|4| +1.3.6.1.2.1.47.1.1.1.1.8.17305861|4| +1.3.6.1.2.1.47.1.1.1.1.8.17305862|4| +1.3.6.1.2.1.47.1.1.1.1.8.17305863|4| +1.3.6.1.2.1.47.1.1.1.1.8.17305864|4| +1.3.6.1.2.1.47.1.1.1.1.8.17305865|4| +1.3.6.1.2.1.47.1.1.1.1.8.17305866|4| +1.3.6.1.2.1.47.1.1.1.1.8.17367040|4| +1.3.6.1.2.1.47.1.1.1.1.8.17432576|4| +1.3.6.1.2.1.47.1.1.1.1.8.17432577|4|CR81IPU480AS REV B +1.3.6.1.2.1.47.1.1.1.1.8.17432832|4| +1.3.6.1.2.1.47.1.1.1.1.8.17436928|4| +1.3.6.1.2.1.47.1.1.1.1.8.17441025|4| +1.3.6.1.2.1.47.1.1.1.1.8.17498112|4| +1.3.6.1.2.1.47.1.1.1.1.8.17498113|4|DP32PDC1K6A1 REV B +1.3.6.1.2.1.47.1.1.1.1.8.17563648|4| +1.3.6.1.2.1.47.1.1.1.1.8.17563649|4|DP32PDC1K6A1 REV B +1.3.6.1.2.1.47.1.1.1.1.8.17629184|4| +1.3.6.1.2.1.47.1.1.1.1.8.17629185|4|CR8MM82FBXC1 REV A +1.3.6.1.2.1.47.1.1.1.1.8.17694720|4| +1.3.6.1.2.1.47.1.1.1.1.8.17760256|4| +1.3.6.1.2.1.47.1.1.1.1.8.17760257|4| +1.3.6.1.2.1.47.1.1.1.1.8.21889025|4| +1.3.6.1.2.1.47.1.1.1.1.8.21954561|4| +1.3.6.1.2.1.47.1.1.1.1.9.16777216|4| +1.3.6.1.2.1.47.1.1.1.1.9.17235969|4|EPLD ver 107, FPGA ver 103, CHIP ver 100 +1.3.6.1.2.1.47.1.1.1.1.9.17240321|4| +1.3.6.1.2.1.47.1.1.1.1.9.17240322|4| +1.3.6.1.2.1.47.1.1.1.1.9.17240323|4| +1.3.6.1.2.1.47.1.1.1.1.9.17240324|4| +1.3.6.1.2.1.47.1.1.1.1.9.17240325|4| +1.3.6.1.2.1.47.1.1.1.1.9.17240326|4| +1.3.6.1.2.1.47.1.1.1.1.9.17240327|4| +1.3.6.1.2.1.47.1.1.1.1.9.17240328|4| +1.3.6.1.2.1.47.1.1.1.1.9.17240329|4| +1.3.6.1.2.1.47.1.1.1.1.9.17240330|4| +1.3.6.1.2.1.47.1.1.1.1.9.17301505|4|EPLD ver 107, FPGA ver 103, CHIP ver 100 +1.3.6.1.2.1.47.1.1.1.1.9.17305857|4| +1.3.6.1.2.1.47.1.1.1.1.9.17305858|4| +1.3.6.1.2.1.47.1.1.1.1.9.17305859|4| +1.3.6.1.2.1.47.1.1.1.1.9.17305860|4| +1.3.6.1.2.1.47.1.1.1.1.9.17305861|4| +1.3.6.1.2.1.47.1.1.1.1.9.17305862|4| +1.3.6.1.2.1.47.1.1.1.1.9.17305863|4| +1.3.6.1.2.1.47.1.1.1.1.9.17305864|4| +1.3.6.1.2.1.47.1.1.1.1.9.17305865|4| +1.3.6.1.2.1.47.1.1.1.1.9.17305866|4| +1.3.6.1.2.1.47.1.1.1.1.9.17367040|4| +1.3.6.1.2.1.47.1.1.1.1.9.17432576|4| +1.3.6.1.2.1.47.1.1.1.1.9.17432577|4|EPLD ver 104, FPGA ver 103 +1.3.6.1.2.1.47.1.1.1.1.9.17432832|4| +1.3.6.1.2.1.47.1.1.1.1.9.17436928|4| +1.3.6.1.2.1.47.1.1.1.1.9.17441025|4| +1.3.6.1.2.1.47.1.1.1.1.9.17498112|4| +1.3.6.1.2.1.47.1.1.1.1.9.17498113|4| +1.3.6.1.2.1.47.1.1.1.1.9.17563648|4| +1.3.6.1.2.1.47.1.1.1.1.9.17563649|4| +1.3.6.1.2.1.47.1.1.1.1.9.17629184|4| +1.3.6.1.2.1.47.1.1.1.1.9.17629185|4| +1.3.6.1.2.1.47.1.1.1.1.9.17694720|4| +1.3.6.1.2.1.47.1.1.1.1.9.17760256|4| +1.3.6.1.2.1.47.1.1.1.1.9.17760257|4|FPGA ver 256, DSP ver 30309007 +1.3.6.1.2.1.47.1.1.1.1.9.21889025|4| +1.3.6.1.2.1.47.1.1.1.1.9.21954561|4| +1.3.6.1.2.1.47.1.1.1.1.10.16777216|4|VRP (R) software, Version 8.200(CN), RELEASE 0000 +1.3.6.1.2.1.47.1.1.1.1.10.17235969|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240321|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240322|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240323|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240324|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240325|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240326|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240327|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240328|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240329|4| +1.3.6.1.2.1.47.1.1.1.1.10.17240330|4| +1.3.6.1.2.1.47.1.1.1.1.10.17301505|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305857|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305858|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305859|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305860|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305861|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305862|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305863|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305864|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305865|4| +1.3.6.1.2.1.47.1.1.1.1.10.17305866|4| +1.3.6.1.2.1.47.1.1.1.1.10.17367040|4| +1.3.6.1.2.1.47.1.1.1.1.10.17432576|4| +1.3.6.1.2.1.47.1.1.1.1.10.17432577|4|BootROM ver 08.99 +1.3.6.1.2.1.47.1.1.1.1.10.17432832|4| +1.3.6.1.2.1.47.1.1.1.1.10.17436928|4| +1.3.6.1.2.1.47.1.1.1.1.10.17441025|4| +1.3.6.1.2.1.47.1.1.1.1.10.17498112|4| +1.3.6.1.2.1.47.1.1.1.1.10.17498113|4| +1.3.6.1.2.1.47.1.1.1.1.10.17563648|4| +1.3.6.1.2.1.47.1.1.1.1.10.17563649|4| +1.3.6.1.2.1.47.1.1.1.1.10.17629184|4| +1.3.6.1.2.1.47.1.1.1.1.10.17629185|4| +1.3.6.1.2.1.47.1.1.1.1.10.17694720|4| +1.3.6.1.2.1.47.1.1.1.1.10.17760256|4| +1.3.6.1.2.1.47.1.1.1.1.10.17760257|4| +1.3.6.1.2.1.47.1.1.1.1.10.21889025|4| +1.3.6.1.2.1.47.1.1.1.1.10.21954561|4| +1.3.6.1.2.1.47.1.1.1.1.11.16777216|4| +1.3.6.1.2.1.47.1.1.1.1.11.17235969|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240321|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240322|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240323|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240324|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240325|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240326|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240327|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240328|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240329|4| +1.3.6.1.2.1.47.1.1.1.1.11.17240330|4| +1.3.6.1.2.1.47.1.1.1.1.11.17301505|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305857|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305858|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305859|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305860|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305861|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305862|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305863|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305864|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305865|4| +1.3.6.1.2.1.47.1.1.1.1.11.17305866|4| +1.3.6.1.2.1.47.1.1.1.1.11.17367040|4| +1.3.6.1.2.1.47.1.1.1.1.11.17432576|4| +1.3.6.1.2.1.47.1.1.1.1.11.17432577|4| +1.3.6.1.2.1.47.1.1.1.1.11.17432832|4| +1.3.6.1.2.1.47.1.1.1.1.11.17436928|4| +1.3.6.1.2.1.47.1.1.1.1.11.17441025|4| +1.3.6.1.2.1.47.1.1.1.1.11.17498112|4| +1.3.6.1.2.1.47.1.1.1.1.11.17498113|4| +1.3.6.1.2.1.47.1.1.1.1.11.17563648|4| +1.3.6.1.2.1.47.1.1.1.1.11.17563649|4| +1.3.6.1.2.1.47.1.1.1.1.11.17629184|4| +1.3.6.1.2.1.47.1.1.1.1.11.17629185|4| +1.3.6.1.2.1.47.1.1.1.1.11.17694720|4| +1.3.6.1.2.1.47.1.1.1.1.11.17760256|4| +1.3.6.1.2.1.47.1.1.1.1.11.17760257|4| +1.3.6.1.2.1.47.1.1.1.1.11.21889025|4| +1.3.6.1.2.1.47.1.1.1.1.11.21954561|4| +1.3.6.1.2.1.47.1.1.1.1.12.16777216|4|Huawei +1.3.6.1.2.1.47.1.1.1.1.12.17235969|4|Huawei +1.3.6.1.2.1.47.1.1.1.1.12.17240321|4|PRECISION +1.3.6.1.2.1.47.1.1.1.1.12.17240322|4|OEM +1.3.6.1.2.1.47.1.1.1.1.12.17240323|4| +1.3.6.1.2.1.47.1.1.1.1.12.17240324|4|OEM +1.3.6.1.2.1.47.1.1.1.1.12.17240325|4| +1.3.6.1.2.1.47.1.1.1.1.12.17240326|4| +1.3.6.1.2.1.47.1.1.1.1.12.17240327|4| +1.3.6.1.2.1.47.1.1.1.1.12.17240328|4| +1.3.6.1.2.1.47.1.1.1.1.12.17240329|4|OEM +1.3.6.1.2.1.47.1.1.1.1.12.17240330|4|OEM +1.3.6.1.2.1.47.1.1.1.1.12.17301505|4|Huawei +1.3.6.1.2.1.47.1.1.1.1.12.17305857|4|OEM +1.3.6.1.2.1.47.1.1.1.1.12.17305858|4|OEM +1.3.6.1.2.1.47.1.1.1.1.12.17305859|4| +1.3.6.1.2.1.47.1.1.1.1.12.17305860|4| +1.3.6.1.2.1.47.1.1.1.1.12.17305861|4| +1.3.6.1.2.1.47.1.1.1.1.12.17305862|4| +1.3.6.1.2.1.47.1.1.1.1.12.17305863|4| +1.3.6.1.2.1.47.1.1.1.1.12.17305864|4|OEM +1.3.6.1.2.1.47.1.1.1.1.12.17305865|4| +1.3.6.1.2.1.47.1.1.1.1.12.17305866|4|OEM +1.3.6.1.2.1.47.1.1.1.1.12.17367040|4| +1.3.6.1.2.1.47.1.1.1.1.12.17432576|4| +1.3.6.1.2.1.47.1.1.1.1.12.17432577|4|Huawei +1.3.6.1.2.1.47.1.1.1.1.12.17432832|4| +1.3.6.1.2.1.47.1.1.1.1.12.17436928|4| +1.3.6.1.2.1.47.1.1.1.1.12.17441025|4| +1.3.6.1.2.1.47.1.1.1.1.12.17498112|4| +1.3.6.1.2.1.47.1.1.1.1.12.17498113|4|Huawei +1.3.6.1.2.1.47.1.1.1.1.12.17563648|4| +1.3.6.1.2.1.47.1.1.1.1.12.17563649|4|Huawei +1.3.6.1.2.1.47.1.1.1.1.12.17629184|4| +1.3.6.1.2.1.47.1.1.1.1.12.17629185|4|Huawei +1.3.6.1.2.1.47.1.1.1.1.12.17694720|4| +1.3.6.1.2.1.47.1.1.1.1.12.17760256|4| +1.3.6.1.2.1.47.1.1.1.1.12.17760257|4| +1.3.6.1.2.1.47.1.1.1.1.12.21889025|4| +1.3.6.1.2.1.47.1.1.1.1.12.21954561|4| +1.3.6.1.2.1.47.1.1.1.1.13.16777216|4| +1.3.6.1.2.1.47.1.1.1.1.13.17235969|4|CR5D00LAXF91 +1.3.6.1.2.1.47.1.1.1.1.13.17240321|4| +1.3.6.1.2.1.47.1.1.1.1.13.17240322|4| +1.3.6.1.2.1.47.1.1.1.1.13.17240323|4| +1.3.6.1.2.1.47.1.1.1.1.13.17240324|4| +1.3.6.1.2.1.47.1.1.1.1.13.17240325|4| +1.3.6.1.2.1.47.1.1.1.1.13.17240326|4| +1.3.6.1.2.1.47.1.1.1.1.13.17240327|4| +1.3.6.1.2.1.47.1.1.1.1.13.17240328|4| +1.3.6.1.2.1.47.1.1.1.1.13.17240329|4| +1.3.6.1.2.1.47.1.1.1.1.13.17240330|4| +1.3.6.1.2.1.47.1.1.1.1.13.17301505|4|CR5D00LAXF91 +1.3.6.1.2.1.47.1.1.1.1.13.17305857|4| +1.3.6.1.2.1.47.1.1.1.1.13.17305858|4| +1.3.6.1.2.1.47.1.1.1.1.13.17305859|4| +1.3.6.1.2.1.47.1.1.1.1.13.17305860|4| +1.3.6.1.2.1.47.1.1.1.1.13.17305861|4| +1.3.6.1.2.1.47.1.1.1.1.13.17305862|4| +1.3.6.1.2.1.47.1.1.1.1.13.17305863|4| +1.3.6.1.2.1.47.1.1.1.1.13.17305864|4| +1.3.6.1.2.1.47.1.1.1.1.13.17305865|4| +1.3.6.1.2.1.47.1.1.1.1.13.17305866|4| +1.3.6.1.2.1.47.1.1.1.1.13.17367040|4| +1.3.6.1.2.1.47.1.1.1.1.13.17432576|4| +1.3.6.1.2.1.47.1.1.1.1.13.17432577|4|CR8DIPU480C1 +1.3.6.1.2.1.47.1.1.1.1.13.17432832|4| +1.3.6.1.2.1.47.1.1.1.1.13.17436928|4| +1.3.6.1.2.1.47.1.1.1.1.13.17441025|4| +1.3.6.1.2.1.47.1.1.1.1.13.17498112|4| +1.3.6.1.2.1.47.1.1.1.1.13.17498113|4| +1.3.6.1.2.1.47.1.1.1.1.13.17563648|4| +1.3.6.1.2.1.47.1.1.1.1.13.17563649|4| +1.3.6.1.2.1.47.1.1.1.1.13.17629184|4| +1.3.6.1.2.1.47.1.1.1.1.13.17629185|4| +1.3.6.1.2.1.47.1.1.1.1.13.17694720|4| +1.3.6.1.2.1.47.1.1.1.1.13.17760256|4| +1.3.6.1.2.1.47.1.1.1.1.13.17760257|4| +1.3.6.1.2.1.47.1.1.1.1.13.21889025|4|VIRTUALPIC +1.3.6.1.2.1.47.1.1.1.1.13.21954561|4|VIRTUALPIC +1.3.6.1.2.1.47.1.1.1.1.14.16777216|4| +1.3.6.1.2.1.47.1.1.1.1.14.17235969|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240321|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240322|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240323|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240324|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240325|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240326|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240327|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240328|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240329|4| +1.3.6.1.2.1.47.1.1.1.1.14.17240330|4| +1.3.6.1.2.1.47.1.1.1.1.14.17301505|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305857|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305858|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305859|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305860|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305861|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305862|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305863|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305864|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305865|4| +1.3.6.1.2.1.47.1.1.1.1.14.17305866|4| +1.3.6.1.2.1.47.1.1.1.1.14.17367040|4| +1.3.6.1.2.1.47.1.1.1.1.14.17432576|4| +1.3.6.1.2.1.47.1.1.1.1.14.17432577|4| +1.3.6.1.2.1.47.1.1.1.1.14.17432832|4| +1.3.6.1.2.1.47.1.1.1.1.14.17436928|4| +1.3.6.1.2.1.47.1.1.1.1.14.17441025|4| +1.3.6.1.2.1.47.1.1.1.1.14.17498112|4| +1.3.6.1.2.1.47.1.1.1.1.14.17498113|4| +1.3.6.1.2.1.47.1.1.1.1.14.17563648|4| +1.3.6.1.2.1.47.1.1.1.1.14.17563649|4| +1.3.6.1.2.1.47.1.1.1.1.14.17629184|4| +1.3.6.1.2.1.47.1.1.1.1.14.17629185|4| +1.3.6.1.2.1.47.1.1.1.1.14.17694720|4| +1.3.6.1.2.1.47.1.1.1.1.14.17760256|4| +1.3.6.1.2.1.47.1.1.1.1.14.17760257|4| +1.3.6.1.2.1.47.1.1.1.1.14.21889025|4| +1.3.6.1.2.1.47.1.1.1.1.14.21954561|4| +1.3.6.1.2.1.47.1.1.1.1.15.16777216|4| +1.3.6.1.2.1.47.1.1.1.1.15.17235969|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240321|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240322|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240323|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240324|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240325|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240326|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240327|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240328|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240329|4| +1.3.6.1.2.1.47.1.1.1.1.15.17240330|4| +1.3.6.1.2.1.47.1.1.1.1.15.17301505|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305857|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305858|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305859|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305860|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305861|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305862|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305863|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305864|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305865|4| +1.3.6.1.2.1.47.1.1.1.1.15.17305866|4| +1.3.6.1.2.1.47.1.1.1.1.15.17367040|4| +1.3.6.1.2.1.47.1.1.1.1.15.17432576|4| +1.3.6.1.2.1.47.1.1.1.1.15.17432577|4| +1.3.6.1.2.1.47.1.1.1.1.15.17432832|4| +1.3.6.1.2.1.47.1.1.1.1.15.17436928|4| +1.3.6.1.2.1.47.1.1.1.1.15.17441025|4| +1.3.6.1.2.1.47.1.1.1.1.15.17498112|4| +1.3.6.1.2.1.47.1.1.1.1.15.17498113|4| +1.3.6.1.2.1.47.1.1.1.1.15.17563648|4| +1.3.6.1.2.1.47.1.1.1.1.15.17563649|4| +1.3.6.1.2.1.47.1.1.1.1.15.17629184|4| +1.3.6.1.2.1.47.1.1.1.1.15.17629185|4| +1.3.6.1.2.1.47.1.1.1.1.15.17694720|4| +1.3.6.1.2.1.47.1.1.1.1.15.17760256|4| +1.3.6.1.2.1.47.1.1.1.1.15.17760257|4| +1.3.6.1.2.1.47.1.1.1.1.15.21889025|4| +1.3.6.1.2.1.47.1.1.1.1.15.21954561|4| +1.3.6.1.2.1.47.1.1.1.1.16.16777216|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17235969|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.17240321|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17240322|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17240323|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17240324|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17240325|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17240326|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17240327|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17240328|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17240329|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17240330|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17301505|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.17305857|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17305858|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17305859|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17305860|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17305861|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17305862|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17305863|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17305864|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17305865|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17305866|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17367040|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17432576|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17432577|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.17432832|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17436928|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.17441025|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17498112|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17498113|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.17563648|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17563649|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.17629184|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17629185|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.17694720|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17760256|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17760257|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.21889025|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.21954561|2|1 +1.3.6.1.2.1.47.1.3.2.1.2.17305857.1|6|1.3.6.1.2.1.2.2.1.1.16 +1.3.6.1.2.1.47.1.3.2.1.2.17305858.1|6|1.3.6.1.2.1.2.2.1.1.17 +1.3.6.1.2.1.47.1.3.2.1.2.17305859.1|6|1.3.6.1.2.1.2.2.1.1.18 +1.3.6.1.2.1.47.1.3.2.1.2.17305860.1|6|1.3.6.1.2.1.2.2.1.1.19 +1.3.6.1.2.1.47.1.3.2.1.2.17305861.1|6|1.3.6.1.2.1.2.2.1.1.20 +1.3.6.1.2.1.47.1.3.2.1.2.17305862.1|6|1.3.6.1.2.1.2.2.1.1.21 +1.3.6.1.2.1.47.1.3.2.1.2.17305863.1|6|1.3.6.1.2.1.2.2.1.1.22 +1.3.6.1.2.1.47.1.3.2.1.2.17305864.1|6|1.3.6.1.2.1.2.2.1.1.23 +1.3.6.1.2.1.47.1.3.2.1.2.17305865.1|6|1.3.6.1.2.1.2.2.1.1.24 +1.3.6.1.2.1.47.1.3.2.1.2.17305866.1|6|1.3.6.1.2.1.2.2.1.1.25 +1.3.6.1.2.1.47.1.3.2.1.2.17441025.1|6|1.3.6.1.2.1.2.2.1.1.4 +1.3.6.1.4.1.2011.5.25.19.1.8.5.1.1.4.128.6|4|V800R012SPH065 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.16777216|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17235969|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240321|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240322|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240323|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240324|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240325|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240326|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240327|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240328|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240329|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17240330|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17301505|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305857|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305858|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305859|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305860|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305861|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305862|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305863|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305864|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305865|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17305866|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17367040|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17432576|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17432577|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17432832|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17436928|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17441025|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17498112|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17498113|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17563648|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17563649|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17629184|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17629185|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17694720|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17760256|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.17760257|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.21889025|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.1.21954561|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.16777216|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17235969|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240321|2|15 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240322|2|15 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240323|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240324|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240325|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240326|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240327|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240328|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240329|2|15 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17240330|2|15 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17301505|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305857|2|15 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305858|2|15 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305859|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305860|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305861|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305862|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305863|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305864|2|15 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305865|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17305866|2|15 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17367040|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17432576|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17432577|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17432832|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17436928|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17441025|2|15 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17498112|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17498113|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17563648|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17563649|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17629184|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17629185|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17694720|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17760256|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.17760257|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.21889025|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.2.21954561|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.16777216|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17235969|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240321|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240322|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240323|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240324|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240325|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240326|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240327|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240328|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240329|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17240330|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17301505|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305857|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305858|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305859|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305860|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305861|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305862|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305863|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305864|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305865|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17305866|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17367040|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17432576|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17432577|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17432832|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17436928|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17441025|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17498112|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17498113|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17563648|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17563649|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17629184|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17629185|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17694720|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17760256|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.17760257|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.21889025|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.3.21954561|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.16777216|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17235969|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240321|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240322|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240323|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240324|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240325|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240326|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240327|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240328|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240329|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17240330|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17301505|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305857|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305858|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305859|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305860|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305861|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305862|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305863|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305864|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305865|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17305866|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17367040|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17432576|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17432577|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17432832|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17436928|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17441025|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17498112|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17498113|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17563648|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17563649|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17629184|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17629185|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17694720|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17760256|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.17760257|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.21889025|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.4.21954561|4|00 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.16777216|2|58 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17432577|2|58 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.5.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.16777216|2|90 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17432577|2|90 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.6.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.16777216|2|54 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17432577|2|54 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.7.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.16777216|2|85 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17432577|2|85 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.8.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.16777216|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17432577|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.9.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.16777216|2|2705368 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17235969|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240321|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240322|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240323|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240324|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240325|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240326|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240327|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240328|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240329|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17240330|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17301505|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305857|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305858|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305859|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305860|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305861|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305862|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305863|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305864|2|2705369 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305865|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17305866|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17367040|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17432576|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17432577|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17432832|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17436928|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17441025|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17498112|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17498113|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17563648|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17563649|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17629184|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17629185|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17694720|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17760256|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.17760257|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.21889025|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.10.21954561|2|2705370 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17235969|2|49 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17301505|2|57 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17432577|2|44 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17498113|2|33 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17563649|2|37 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17235969|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17301505|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17432577|2|90 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17498113|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17563649|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.12.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17235969|2|760 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17301505|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17432577|2|770 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17498113|2|53517 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17563649|2|53479 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17235969|2|646 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17301505|2|646 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17432577|2|637 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17498113|2|39000 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17563649|2|39000 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.14.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17235969|2|921 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17301505|2|921 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17432577|2|882 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17498113|2|75000 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17563649|2|75000 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.15.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17235969|2|95 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17301505|2|95 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17432577|2|75 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17498113|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17563649|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.16.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240321|2|1807 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240322|2|1860 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240324|2|2188 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240329|2|758 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17240330|2|782 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305857|2|789 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305858|2|868 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305864|2|824 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17305866|2|845 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17432577|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.17.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17432577|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.18.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17432577|2|8192 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.19.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.16777216|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17235969|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240321|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240322|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240323|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240324|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240325|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240326|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240327|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240328|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240329|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17240330|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17301505|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305857|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305858|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305859|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305860|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305861|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305862|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305863|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305864|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305865|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17305866|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17367040|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17432576|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17432577|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17432832|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17436928|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17441025|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17498112|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17498113|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17563648|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17563649|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17629184|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17629185|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17694720|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17760256|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.17760257|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.21889025|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.20.21954561|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.16777216|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17235969|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240321|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240322|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240323|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240324|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240325|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240326|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240327|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240328|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240329|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17240330|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17301505|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305857|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305858|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305859|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305860|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305861|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305862|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305863|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305864|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305865|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17305866|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17367040|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17432576|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17432577|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17432832|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17436928|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17441025|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17498112|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17498113|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17563648|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17563649|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17629184|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17629185|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17694720|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17760256|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.17760257|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.21889025|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.21.21954561|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240321|2|512 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240322|2|21 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240329|2|738 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17240330|2|662 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305857|2|704 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305858|2|656 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305864|2|690 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17305866|2|621 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17432577|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.22.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.16777216|2|75 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17432577|2|75 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.23.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17432577|2|148 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.24.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.16777216|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17235969|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240321|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240322|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240323|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240324|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240325|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240326|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240327|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240328|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240329|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17240330|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17301505|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305857|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305858|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305859|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305860|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305861|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305862|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305863|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305864|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305865|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17305866|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17367040|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17432576|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17432577|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17432832|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17436928|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17441025|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17498112|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17498113|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17563648|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17563649|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17629184|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17629185|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17694720|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17760256|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.17760257|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.21889025|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.26.21954561|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.16777216|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17235969|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240321|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240322|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240323|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240324|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240325|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240326|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240327|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240328|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240329|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17240330|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17301505|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305857|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305858|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305859|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305860|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305861|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305862|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305863|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305864|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305865|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17305866|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17367040|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17432576|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17432577|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17432832|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17436928|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17441025|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17498112|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17498113|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17563648|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17563649|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17629184|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17629185|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17694720|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17760256|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.17760257|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.21889025|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.27.21954561|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.16777216|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17235969|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240321|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240322|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240323|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240324|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240325|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240326|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240327|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240328|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240329|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17240330|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17301505|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305857|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305858|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305859|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305860|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305861|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305862|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305863|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305864|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305865|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17305866|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17367040|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17432576|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17432577|4|HI1215S +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17432832|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17436928|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17441025|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17498112|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17498113|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17563648|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17563649|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17629184|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17629185|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17694720|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17760256|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.17760257|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.21889025|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.30.21954561|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.16777216|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17235969|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240321|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240322|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240323|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240324|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240325|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240326|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240327|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240328|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240329|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17240330|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17301505|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305857|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305858|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305859|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305860|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305861|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305862|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305863|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305864|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305865|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17305866|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17367040|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17432576|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17432577|4|DDR4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17432832|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17436928|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17441025|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17498112|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17498113|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17563648|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17563649|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17629184|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17629185|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17694720|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17760256|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.17760257|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.21889025|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.31.21954561|4| +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17432577|2|65536 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.32.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240321|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240322|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240329|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17240330|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305857|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305858|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305863|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305864|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305865|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17305866|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17432577|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.33.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.16777216|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240321|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240322|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240323|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240324|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240325|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240326|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240327|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240328|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240329|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17240330|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305857|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305858|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305859|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305860|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305861|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305862|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305863|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305864|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305865|2|5 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17305866|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17432577|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.34.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.16777216|2|56 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17432577|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.35.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.16777216|2|54 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17235969|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240323|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240325|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240326|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240327|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240328|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17301505|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305859|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305860|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305861|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305862|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305863|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305865|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17367040|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17432576|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17432577|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17432832|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17436928|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17441025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17498112|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17498113|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17563648|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17563649|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17629184|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17629185|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17694720|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17760256|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.17760257|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.21889025|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.36.21954561|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.16777216|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17235969|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240321|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240322|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240323|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240324|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240325|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240326|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240327|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240328|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240329|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17240330|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17301505|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305857|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305858|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305859|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305860|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305861|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305862|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305863|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305864|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305865|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17305866|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17367040|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17432576|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17432577|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17432832|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17436928|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17441025|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17498112|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17498113|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17563648|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17563649|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17629184|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17629185|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17694720|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17760256|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.17760257|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.21889025|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.1.1.46.21954561|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.16777216|4|Assembling Components,NetEngine 8000,CR8BM8BKPDC1,NetEngine 8000 M8 Integrated DC Chassis Components(Including 2*DC Power,Fan Box) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17235969|4|10-Port 10GE/GE LAN/WAN-SFP+ MACsec Physical Interface Card(PIC) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240321|4|10300Mb/s-1270nm-LC-40km(0.009mm)-300m(0.05mm) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240322|4|10300Mb/s-1330nm-LC-60km(0.009mm) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240323|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240324|4|10300Mb/s-1270nm-LC-80km(0.009mm) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240325|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240326|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240327|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240328|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240329|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17240330|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17301505|4|10-Port 10GE/GE LAN/WAN-SFP+ MACsec Physical Interface Card(PIC) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305857|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305858|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305859|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305860|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305861|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305862|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305863|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305864|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305865|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17305866|4|10000Mb/s-1200nm-Copper Pigtail-10m(0.05mm) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17367040|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17432576|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17432577|4|Integrated Network Processing Unit (IPU-480) +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17432832|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17436928|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17441025|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17498112|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17498113|4|Manufactured Board,Dipper HD,DP32PDC1K6A1,-48V Power Interface Board +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17563648|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17563649|4|Manufactured Board,Dipper HD,DP32PDC1K6A1,-48V Power Interface Board +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17629184|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17629185|4|Finished Board,NetEngine 8000,CR8MM82FBXC1,M8 Fan Box +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17694720|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17760256|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.17760257|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.21889025|4|VIRTUALPIC +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.2.21954561|4|VIRTUALPIC +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.16777216|4|CR8BM8BKPDC1 +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17235969|4|CR51LAXFE0 +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240321|4|PRESFP10G-B23-40 +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240322|4|SFP+ SLSSB-3327B +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240323|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240324|4|SFP+ BX80U-I +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240325|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240326|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240327|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240328|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240329|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17240330|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17301505|4|CR51LAXFE0 +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305857|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305858|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305859|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305860|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305861|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305862|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305863|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305864|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305865|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17305866|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17367040|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17432576|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17432577|4|CR81IPU480AS +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17432832|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17436928|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17441025|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17498112|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17498113|4|DP32PDC1K6A1 +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17563648|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17563649|4|DP32PDC1K6A1 +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17629184|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17629185|4|CR8MM82FBXC1 +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17694720|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17760256|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.17760257|4| +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.21889025|4|VIRTUALPIC +1.3.6.1.4.1.2011.5.25.31.1.1.2.1.11.21954561|4|VIRTUALPIC +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.17240321|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.17240322|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.17240324|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.17240329|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.17240330|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.17305857|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.17305858|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.17305864|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.1.17305866|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.17240321|2|1270 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.17240322|2|1330 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.17240324|2|1270 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.17240329|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.17240330|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.17305857|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.17305858|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.17305864|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.2.17305866|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.17240321|2|40000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.17240322|2|60000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.17240324|2|80000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.17240329|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.17240330|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.17305857|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.17305858|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.17305864|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.3.17305866|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.17240321|4| +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.17240322|4| +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.17240324|4| +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.17240329|4| +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.17240330|4| +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.17305857|4| +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.17305858|4| +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.17305864|4| +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.4.17305866|4| +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240321|2|35 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240322|2|36 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240324|2|36 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240329|2|43 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17240330|2|44 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305857|2|39 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305858|2|40 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305864|2|42 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.5.17305866|2|42 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240321|2|3370 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240322|2|3321 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240324|2|3354 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240329|2|3381 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17240330|2|3409 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305857|2|3395 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305858|2|3409 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305864|2|3395 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.6.17305866|2|3395 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240321|2|34 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240322|2|42 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240324|2|36 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240329|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17240330|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305857|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305858|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305864|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.7.17305866|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.17240321|2|-290 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.17240322|2|-1684 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.17240324|2|-4000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.17240329|2|-131 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.17240330|2|-178 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.17305857|2|-148 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.17305858|2|-178 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.17305864|2|-161 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.8.17305866|2|-206 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240321|2|256 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240322|2|267 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240324|2|340 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240329|2|-127 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17240330|2|-107 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17305857|2|-96 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17305858|2|-68 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17305864|2|-77 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.9.17305866|2|-80 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.10.17240321|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.10.17240322|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.10.17240324|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.10.17240329|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.10.17240330|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.10.17305857|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.10.17305858|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.10.17305864|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.10.17305866|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.11.17240321|2|10000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.11.17240322|2|10000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.11.17240324|2|10000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.11.17240329|2|10000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.11.17240330|2|10000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.11.17305857|2|10000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.11.17305858|2|10000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.11.17305864|2|10000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.11.17305866|2|10000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.12.17240321|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.12.17240322|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.12.17240324|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.12.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.12.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.12.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.12.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.12.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.12.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.13.17240321|2|-1600 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.13.17240322|2|-2602 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.13.17240324|2|-2602 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.13.17240329|2|-1410 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.13.17240330|2|-1410 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.13.17305857|2|-1410 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.13.17305858|2|-1410 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.13.17305864|2|-1410 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.13.17305866|2|-1410 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.14.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.14.17240322|2|-600 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.14.17240324|2|-600 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.14.17240329|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.14.17240330|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.14.17305857|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.14.17305858|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.14.17305864|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.14.17305866|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.15.17240321|2|-150 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.15.17240322|2|-100 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.15.17240324|2|-100 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.15.17240329|2|-950 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.15.17240330|2|-950 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.15.17305857|2|-950 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.15.17305858|2|-950 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.15.17305864|2|-950 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.15.17305866|2|-950 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.16.17240321|2|450 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.16.17240322|2|699 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.16.17240324|2|699 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.16.17240329|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.16.17240330|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.16.17305857|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.16.17305858|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.16.17305864|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.16.17305866|2|200 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.17.17240321|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.17.17240322|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.17.17240324|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.17.17240329|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.17.17240330|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.17.17305857|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.17.17305858|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.17.17305864|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.17.17305866|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.18.17240321|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.18.17240322|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.18.17240324|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.18.17240329|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.18.17240330|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.18.17305857|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.18.17305858|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.18.17305864|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.18.17305866|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.19.17240321|4|COUIAZ3CAA10-253 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.19.17240322|4|COUIAR5CAA10-245 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.19.17240324|4|COUIAR5CAA10-245 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.19.17240329|4|NA +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.19.17240330|4|NA +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.19.17305857|4|NA +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.19.17305858|4|NA +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.19.17305864|4|NA +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.19.17305866|4|NA +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.20.17240321|2|-1500 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.20.17240322|2|-2508 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.20.17240324|2|-2508 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.20.17240329|2|-1209 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.20.17240330|2|-1209 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.20.17305857|2|-1209 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.20.17305858|2|-1209 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.20.17305864|2|-1209 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.20.17305866|2|-1209 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.21.17240321|2|-100 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.21.17240322|2|-700 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.21.17240324|2|-700 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.21.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.21.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.21.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.21.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.21.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.21.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.22.17240321|2|-100 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.22.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.22.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.22.17240329|2|-750 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.22.17240330|2|-750 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.22.17305857|2|-750 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.22.17305858|2|-750 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.22.17305864|2|-750 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.22.17305866|2|-750 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.23.17240321|2|400 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.23.17240322|2|599 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.23.17240324|2|599 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.23.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.23.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.23.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.23.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.23.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.23.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.24.17240321|4|PRECISION +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.24.17240322|4|OEM +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.24.17240324|4|OEM +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.24.17240329|4|OEM +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.24.17240330|4|OEM +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.24.17305857|4|OEM +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.24.17305858|4|OEM +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.24.17305864|4|OEM +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.24.17305866|4|OEM +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.25.17240321|4|PRESFP10G-B23-40 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.25.17240322|4|SFP+ SLSSB-3327B +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.25.17240324|4|SFP+ BX80U-I +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.25.17240329|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.25.17240330|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.25.17305857|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.25.17305858|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.25.17305864|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.25.17305866|4|CAB-AOC-10GSFP-P +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.26.17240321|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.26.17240322|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.26.17240324|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.26.17240329|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.26.17240330|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.26.17305857|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.26.17305858|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.26.17305864|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.26.17305866|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.27.17240321|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.27.17240322|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.27.17240324|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.27.17240329|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.27.17240330|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.27.17305857|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.27.17305858|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.27.17305864|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.27.17305866|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.28.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.28.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.28.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.28.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.28.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.28.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.28.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.28.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.28.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.29.17240321|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.29.17240322|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.29.17240324|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.29.17240329|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.29.17240330|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.29.17305857|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.29.17305858|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.29.17305864|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.29.17305866|2|-1 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.30.17240321|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.30.17240322|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.30.17240324|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.30.17240329|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.30.17240330|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.30.17305857|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.30.17305858|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.30.17305864|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.30.17305866|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240321|4|-290 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240322|4|-1684 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240324|4|-4000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240329|4|-131 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17240330|4|-178 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305857|4|-148 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305858|4|-178 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305864|4|-161 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.32.17305866|4|-206 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17240321|4|256 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17240322|4|267 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17240324|4|340 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17240329|4|-127 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17240330|4|-107 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305857|4|-96 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305858|4|-68 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305864|4|-77 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.33.17305866|4|-80 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.38.17240321|2|-290 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.38.17240322|2|-1684 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.38.17240324|2|-4000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.38.17240329|2|-131 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.38.17240330|2|-174 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.38.17305857|2|-148 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.38.17305858|2|-183 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.38.17305864|2|-161 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.38.17305866|2|-206 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.39.17240321|2|-290 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.39.17240322|2|-1684 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.39.17240324|2|-4000 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.39.17240329|2|-131 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.39.17240330|2|-174 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.39.17305857|2|-148 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.39.17305858|2|-183 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.39.17305864|2|-161 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.39.17305866|2|-206 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.40.17240321|2|256 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.40.17240322|2|267 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.40.17240324|2|340 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.40.17240329|2|-120 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.40.17240330|2|-113 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.40.17305857|2|-96 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.40.17305858|2|-61 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.40.17305864|2|-84 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.40.17305866|2|-80 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.41.17240321|2|256 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.41.17240322|2|267 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.41.17240324|2|340 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.41.17240329|2|-120 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.41.17240330|2|-113 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.41.17305857|2|-96 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.41.17305858|2|-61 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.41.17305864|2|-84 +1.3.6.1.4.1.2011.5.25.31.1.1.3.1.41.17305866|2|-80 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17301503.7.76.0|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17301503.7.255.1|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17301503.7.255.2|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17367039.8.76.0|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17367039.8.255.1|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17367039.8.255.2|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.73.0|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.75.0|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.255.0|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.255.1|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.255.2|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.255.3|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.255.4|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.255.5|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.255.6|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.255.7|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17498111.255.255.8|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17563647.11.72.0|2|17563647 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.1.17629183.12.72.0|2|17629183 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17301503.7.76.0|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17301503.7.255.1|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17301503.7.255.2|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17367039.8.76.0|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17367039.8.255.1|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17367039.8.255.2|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.73.0|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.75.0|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.255.0|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.255.1|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.255.2|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.255.3|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.255.4|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.255.5|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.255.6|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.255.7|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17498111.255.255.8|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17563647.11.72.0|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.2.17629183.12.72.0|2|12 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17301503.7.76.0|2|76 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17301503.7.255.1|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17301503.7.255.2|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17367039.8.76.0|2|76 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17367039.8.255.1|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17367039.8.255.2|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.73.0|2|73 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.75.0|2|75 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.255.0|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.255.1|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.255.2|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.255.3|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.255.4|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.255.5|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.255.6|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.255.7|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17498111.255.255.8|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17563647.11.72.0|2|72 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.3.17629183.12.72.0|2|72 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17301503.7.76.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17301503.7.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17301503.7.255.2|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17367039.8.76.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17367039.8.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17367039.8.255.2|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.73.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.75.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.255.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.255.2|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.255.3|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.255.4|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.255.5|2|5 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.255.6|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.255.7|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17498111.255.255.8|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17563647.11.72.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.4.17629183.12.72.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17301503.7.76.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17301503.7.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17301503.7.255.2|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17367039.8.76.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17367039.8.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17367039.8.255.2|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.73.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.75.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.2|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.3|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.4|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.5|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.6|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.7|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17498111.255.255.8|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17563647.11.72.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.5.17629183.12.72.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17301503.7.76.0|2|49 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17301503.7.255.1|2|58 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17301503.7.255.2|2|59 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17367039.8.76.0|2|57 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17367039.8.255.1|2|71 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17367039.8.255.2|2|72 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.73.0|2|44 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.75.0|2|71 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.0|2|75 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.1|2|73 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.2|2|74 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.3|2|75 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.4|2|59 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.5|2|59 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.6|2|61 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.7|2|64 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17498111.255.255.8|2|94 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17563647.11.72.0|2|33 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.6.17629183.12.72.0|2|37 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17301503.7.76.0|2|95 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17301503.7.255.1|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17301503.7.255.2|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17367039.8.76.0|2|95 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17367039.8.255.1|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17367039.8.255.2|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.73.0|2|75 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.75.0|2|85 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.255.0|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.255.1|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.255.2|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.255.3|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.255.4|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.255.5|2|95 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.255.6|2|95 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.255.7|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17498111.255.255.8|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17563647.11.72.0|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.7.17629183.12.72.0|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17301503.7.76.0|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17301503.7.255.1|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17301503.7.255.2|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17367039.8.76.0|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17367039.8.255.1|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17367039.8.255.2|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.73.0|2|85 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.75.0|2|95 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.255.0|2|115 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.255.1|2|115 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.255.2|2|115 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.255.3|2|115 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.255.4|2|115 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.255.5|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.255.6|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.255.7|2|115 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17498111.255.255.8|2|115 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17563647.11.72.0|2|115 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.8.17629183.12.72.0|2|115 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17301503.7.76.0|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17301503.7.255.1|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17301503.7.255.2|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17367039.8.76.0|2|105 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17367039.8.255.1|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17367039.8.255.2|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.73.0|2|90 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.75.0|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.255.0|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.255.1|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.255.2|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.255.3|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.255.4|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.255.5|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.255.6|2|110 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.255.7|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17498111.255.255.8|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17563647.11.72.0|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.8.1.9.17629183.12.72.0|2|120 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.0|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.1|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.2|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.3|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.6|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.9|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.10|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.11|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.12|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.13|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17301503.7.255.14|2|17301503 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.0|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.1|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.2|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.3|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.6|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.9|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.10|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.11|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.12|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.13|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17367039.8.255.14|2|17367039 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.0|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.1|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.2|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.3|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.4|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.5|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.6|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.7|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.8|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.9|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.10|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.11|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.0.12|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.0|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.1|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.2|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.3|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.4|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.5|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.6|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.7|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.8|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.9|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.10|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.11|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.12|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17498111.255.1.14|2|17498111 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17563647.11.64.0|2|17563647 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.1.17629183.12.64.0|2|17629183 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.0|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.1|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.2|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.3|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.6|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.9|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.10|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.11|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.12|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.13|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17301503.7.255.14|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.0|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.1|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.2|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.3|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.6|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.9|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.10|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.11|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.12|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.13|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17367039.8.255.14|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.0|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.1|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.2|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.3|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.4|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.5|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.6|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.7|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.8|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.9|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.10|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.11|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.0.12|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.0|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.1|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.2|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.3|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.4|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.5|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.6|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.7|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.8|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.9|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.10|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.11|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.12|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17498111.255.1.14|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17563647.11.64.0|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.2.17629183.12.64.0|2|12 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.0|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.1|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.2|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.3|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.6|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.9|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.10|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.11|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.12|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.13|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17301503.7.255.14|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.0|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.1|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.2|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.3|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.6|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.9|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.10|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.11|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.12|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.13|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17367039.8.255.14|2|255 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.1|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.2|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.3|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.4|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.5|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.6|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.7|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.8|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.9|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.10|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.11|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.0.12|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.2|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.3|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.4|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.5|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.6|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.7|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.8|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.9|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.10|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.11|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.12|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17498111.255.1.14|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17563647.11.64.0|2|64 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.3.17629183.12.64.0|2|64 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.2|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.3|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.6|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.9|2|9 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.10|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.11|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.12|2|12 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.13|2|13 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17301503.7.255.14|2|14 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.2|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.3|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.6|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.9|2|9 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.10|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.11|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.12|2|12 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.13|2|13 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17367039.8.255.14|2|14 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.2|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.3|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.4|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.5|2|5 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.6|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.7|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.8|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.9|2|9 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.10|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.11|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.0.12|2|12 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.2|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.3|2|3 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.4|2|4 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.5|2|5 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.6|2|6 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.7|2|7 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.8|2|8 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.9|2|9 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.10|2|10 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.11|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.12|2|12 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17498111.255.1.14|2|14 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17563647.11.64.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.4.17629183.12.64.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.2|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.3|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.6|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.9|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.10|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.11|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.12|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.13|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17301503.7.255.14|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.2|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.3|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.6|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.9|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.10|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.11|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.12|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.13|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17367039.8.255.14|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.2|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.3|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.4|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.5|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.6|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.7|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.8|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.9|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.10|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.11|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.0.12|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.2|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.3|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.4|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.5|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.6|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.7|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.8|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.9|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.10|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.11|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.12|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17498111.255.1.14|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17563647.11.64.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.5.17629183.12.64.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.0|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.1|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.2|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.3|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.6|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.9|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.10|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.11|2|5000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.12|2|12090 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.13|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17301503.7.255.14|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.0|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.1|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.2|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.3|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.6|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.9|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.10|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.11|2|5000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.12|2|12090 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.13|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17367039.8.255.14|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.0|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.1|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.2|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.3|2|900 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.4|2|1000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.5|2|1000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.6|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.7|2|1250 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.8|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.9|2|2500 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.10|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.11|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.0.12|2|5010 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.0|2|2500 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.1|2|1150 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.2|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.3|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.4|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.5|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.6|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.7|2|3410 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.8|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.9|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.10|2|3300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.11|2|3610 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.12|2|3610 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17498111.255.1.14|2|11980 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17563647.11.64.0|2|48000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.6.17629183.12.64.0|2|48000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.0|2|760 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.1|2|810 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.2|2|1210 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.3|2|1810 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.6|2|1810 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.9|2|3350 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.10|2|3320 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.11|2|5050 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.12|2|12100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.13|2|3590 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17301503.7.255.14|2|3420 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.0|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.1|2|790 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.2|2|1210 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.3|2|1810 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.6|2|1820 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.9|2|3370 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.10|2|3330 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.11|2|5010 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.12|2|12300 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.13|2|3590 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17367039.8.255.14|2|3420 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.0|2|770 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.1|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.2|2|800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.3|2|910 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.4|2|990 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.5|2|1000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.6|2|1200 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.7|2|1240 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.8|2|1820 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.9|2|2470 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.10|2|3310 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.11|2|3360 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.0.12|2|4930 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.0|2|2520 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.1|2|1100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.2|2|1210 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.3|2|1830 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.4|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.5|2|1810 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.6|2|1800 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.7|2|3430 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.8|2|3370 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.9|2|3330 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.10|2|3330 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.11|2|3610 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.12|2|3600 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17498111.255.1.14|2|11990 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17563647.11.64.0|2|53517 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.7.17629183.12.64.0|2|53487 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.0|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.1|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.2|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.3|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.6|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.9|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.10|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.11|2|36 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.12|2|9 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.13|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17301503.7.255.14|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.0|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.1|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.2|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.3|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.6|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.9|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.10|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.11|2|36 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.12|2|9 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.13|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17367039.8.255.14|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.0|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.1|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.2|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.3|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.4|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.5|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.6|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.7|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.8|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.9|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.10|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.11|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.0.12|2|33 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.0|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.1|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.2|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.3|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.4|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.5|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.6|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.7|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.8|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.9|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.10|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.11|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.12|2|50 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17498111.255.1.14|2|17 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17563647.11.64.0|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.8.17629183.12.64.0|2|100 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.0|2|666 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.1|2|744 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.2|2|1117 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.3|2|1675 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.6|2|1675 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.9|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.10|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.11|2|4644 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.12|2|9360 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.13|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17301503.7.255.14|2|2782 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.0|2|666 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.1|2|744 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.2|2|1117 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.3|2|1675 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.6|2|1675 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.9|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.10|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.11|2|4644 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.12|2|9360 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.13|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17367039.8.255.14|2|2782 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.0|2|656 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.1|2|744 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.2|2|744 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.3|2|842 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.4|2|931 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.5|2|862 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.6|2|1127 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.7|2|1127 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.8|2|1675 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.9|2|2332 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.10|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.11|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.0.12|2|4640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.0|2|2332 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.1|2|1029 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.2|2|1127 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.3|2|1675 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.4|2|1675 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.5|2|1675 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.6|2|1675 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.7|2|3077 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.8|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.9|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.10|2|3068 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.11|2|3354 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.12|2|3354 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17498111.255.1.14|2|9324 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17563647.11.64.0|2|41000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.9.17629183.12.64.0|2|41000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.0|2|646 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.1|2|725 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.2|2|1087 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.3|2|1626 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.6|2|1626 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.9|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.10|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.11|2|4500 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.12|2|9072 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.13|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17301503.7.255.14|2|2704 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.0|2|646 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.1|2|725 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.2|2|1087 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.3|2|1626 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.6|2|1626 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.9|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.10|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.11|2|4500 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.12|2|9072 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.13|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17367039.8.255.14|2|2704 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.0|2|637 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.1|2|725 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.2|2|725 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.3|2|813 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.4|2|901 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.5|2|833 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.6|2|1087 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.7|2|1087 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.8|2|1626 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.9|2|2254 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.10|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.11|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.0.12|2|4524 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.0|2|2254 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.1|2|999 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.2|2|1087 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.3|2|1626 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.4|2|1626 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.5|2|1626 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.6|2|1626 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.7|2|2842 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.8|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.9|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.10|2|2964 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.11|2|3250 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.12|2|3250 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17498111.255.1.14|2|9028 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17563647.11.64.0|2|39000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.10.17629183.12.64.0|2|39000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.0|2|891 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.1|2|852 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.2|2|1283 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.3|2|1920 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.6|2|1920 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.9|2|3536 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.10|2|3536 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.11|2|5364 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.12|2|12816 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.13|2|3744 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17301503.7.255.14|2|3848 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.0|2|891 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.1|2|852 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.2|2|1283 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.3|2|1920 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.6|2|1920 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.9|2|3536 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.10|2|3536 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.11|2|5364 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.12|2|12816 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.13|2|3744 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17367039.8.255.14|2|3848 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.0|2|862 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.1|2|862 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.2|2|862 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.3|2|960 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.4|2|1078 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.5|2|1117 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.6|2|1283 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.7|2|1342 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.8|2|1930 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.9|2|2685 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.10|2|3536 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.11|2|3536 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.0.12|2|5365 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.0|2|2685 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.1|2|1234 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.2|2|1283 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.3|2|1930 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.4|2|1930 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.5|2|1930 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.6|2|1930 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.7|2|3841 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.8|2|3536 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.9|2|3536 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.10|2|3536 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.11|2|3848 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.12|2|3848 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17498111.255.1.14|2|12876 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17563647.11.64.0|2|71000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.11.17629183.12.64.0|2|71000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.0|2|921 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.1|2|882 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.2|2|1323 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.3|2|1989 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.6|2|1989 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.9|2|3640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.10|2|3640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.11|2|5508 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.12|2|13248 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.13|2|3848 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17301503.7.255.14|2|3952 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.0|2|921 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.1|2|882 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.2|2|1323 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.3|2|1989 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.6|2|1989 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.9|2|3640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.10|2|3640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.11|2|5508 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.12|2|13248 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.13|2|3848 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17367039.8.255.14|2|3952 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.0|2|882 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.1|2|882 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.2|2|882 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.3|2|999 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.4|2|1107 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.5|2|1146 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.6|2|1323 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.7|2|1381 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.8|2|1989 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.9|2|2744 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.10|2|3640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.11|2|3640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.0.12|2|5510 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.0|2|2744 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.1|2|1264 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.2|2|1323 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.3|2|1989 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.4|2|1989 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.5|2|1989 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.6|2|1989 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.7|2|3959 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.8|2|3640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.9|2|3640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.10|2|3640 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.11|2|3952 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.12|2|3952 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17498111.255.1.14|2|13246 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17563647.11.64.0|2|75000 +1.3.6.1.4.1.2011.5.25.31.1.1.9.1.12.17629183.12.64.0|2|75000 +1.3.6.1.4.1.2011.5.25.31.1.1.10.1.1.13.1|2|13 +1.3.6.1.4.1.2011.5.25.31.1.1.10.1.2.13.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.10.1.3.13.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.10.1.4.13.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.10.1.5.13.1|2|20 +1.3.6.1.4.1.2011.5.25.31.1.1.10.1.6.13.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.10.1.7.13.1|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.1.11.0|2|11 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.1.12.0|2|12 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.2.11.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.2.12.0|2|0 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.3.11.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.3.12.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.4.11.0|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.4.12.0|2|2 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.5.11.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.5.12.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.6.11.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.6.12.0|2|1 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.7.11.0|2|1524 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.7.12.0|2|1762 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.8.11.0|2|53456 +1.3.6.1.4.1.2011.5.25.31.1.1.18.1.8.12.0|2|53487 +1.3.6.1.4.1.2011.5.25.31.6.5.0|4|NetEngine 8000 M8 +1.3.6.1.4.1.2011.5.25.188.1.1.0|4| +1.3.6.1.4.1.2011.5.25.188.1.4.0|4|NetEngine 8000 +1.3.6.1.4.1.2011.6.9.1.4.2.1.2.1|2|3 +1.3.6.1.4.1.2011.6.9.1.4.2.1.3.1|2|3561472 +1.3.6.1.4.1.2011.6.9.1.4.2.1.4.1|2|2243108 +1.3.6.1.4.1.2011.6.9.1.4.2.1.5.1|4|cfcard: +1.3.6.1.4.1.2011.6.9.1.4.2.1.6.1|4| +1.3.6.1.4.1.2011.6.157.1.3.0|2|183000 +1.3.6.1.4.1.2011.6.157.1.6.0|2|187000 +1.3.6.1.4.1.2011.6.157.2.1.1.3.17432577|4|CR81IPU480AS 10 +1.3.6.1.4.1.2011.6.157.2.1.1.3.17498113|4|POWER 11 +1.3.6.1.4.1.2011.6.157.2.1.1.3.17563649|4|POWER 12 +1.3.6.1.4.1.2011.6.157.2.1.1.3.17629185|4|FAN 13 +1.3.6.1.4.1.2011.6.157.2.1.1.4.17432577|2|113000 +1.3.6.1.4.1.2011.6.157.2.1.1.4.17498113|2|79000 +1.3.6.1.4.1.2011.6.157.2.1.1.4.17563649|2|85000 +1.3.6.1.4.1.2011.6.157.2.1.1.4.17629185|2|15000 +1.3.6.1.6.3.10.2.1.3.0|2|2705629