diff --git a/includes/definitions/discovery/dnos.yaml b/includes/definitions/discovery/dnos.yaml index d1924016a4..540129d8a3 100644 --- a/includes/definitions/discovery/dnos.yaml +++ b/includes/definitions/discovery/dnos.yaml @@ -27,6 +27,7 @@ modules: - Dell-Vendor-MIB::productIdentificationVersion.0 - DELL-NETWORKING-CHASSIS-MIB::dellNetStackUnitCodeVersion.1 serial: + - Dell-Vendor-MIB::productIdentificationServiceTag.1 - Dell-Vendor-MIB::productIdentificationSerialNumber.0 - DELL-NETWORKING-CHASSIS-MIB::dellNetStackUnitSerialNumber.1 processors: diff --git a/includes/discovery/entity-physical/entity-physical.inc.php b/includes/discovery/entity-physical/entity-physical.inc.php index f2f7e76024..fa8ff830b7 100644 --- a/includes/discovery/entity-physical/entity-physical.inc.php +++ b/includes/discovery/entity-physical/entity-physical.inc.php @@ -117,6 +117,7 @@ if ($device['os'] == 'saf-cfm') { } } } + if ($device['os'] == 'ios' or $device['os'] == 'iosxe') { $tables = [ ['num_oid' => '.1.3.6.1.4.1.9.9.661.1.3.1.1.1.', 'oid' => 'c3gImsi', 'state_name' => 'c3gImsi', 'mib' => 'CISCO-WAN-3G-MIB', 'descr' => 'IMSI', 'entPhysicalIndex' => '9999'], @@ -250,6 +251,10 @@ foreach ($entity_array as $entPhysicalIndex => $entry) { $entPhysicalAssetID = array_key_exists('entPhysicalAssetID', $entry) ? $entry['entPhysicalAssetID'] : ''; }//end if + if ($device['os'] == 'dnos' && $entPhysicalSerialNum == 'NA' && preg_match('/Unit/', $entPhysicalName)) { + $entPhysicalSerialNum = snmp_get($device, '.1.3.6.1.4.1.674.10895.3000.1.2.100.8.1.4.' . preg_replace('/Unit (\d+)/', '$1', $entPhysicalName), '-Oqv', ''); + } + if (isset($entity_array[$entPhysicalIndex]['0']['entAliasMappingIdentifier'])) { $ifIndex = $entity_array[$entPhysicalIndex]['0']['entAliasMappingIdentifier']; if (! strpos($ifIndex, 'fIndex') || $ifIndex == '') { diff --git a/tests/data/dnos_z9100-on.json b/tests/data/dnos_z9100-on.json new file mode 100644 index 0000000000..0bc08785b4 --- /dev/null +++ b/tests/data/dnos_z9100-on.json @@ -0,0 +1,15540 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.6027.1.5.2", + "sysDescr": "Dell EMC Networking OS\nOperating System Version: 2.0\r\nApplication Software Version: 9.14(1.5)\r\nSeries: Z9100-ON\r\nCopyright (c) 1999-2018 by Dell Inc. All Rights Reserved.\r\nBuild Time: Mon May 20 22:33:28 2019", + "sysContact": "", + "version": "9.14(1.5)", + "hardware": "Z9100-ON", + "features": null, + "os": "dnos", + "type": "network", + "serial": null, + "icon": "dell.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": "TenGigabitEthernet 1/1/1", + "ifName": "TenGigabitEthernet 1/1/1", + "portName": null, + "ifIndex": 2097156, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A1;teisl1-1,79", + "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": "TenGigabitEthernet 1/1/2", + "ifName": "TenGigabitEthernet 1/1/2", + "portName": null, + "ifIndex": 2097284, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A1;teisl2-1,80", + "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": "TenGigabitEthernet 1/1/3", + "ifName": "TenGigabitEthernet 1/1/3", + "portName": null, + "ifIndex": 2097412, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A1;teisl3-1,81", + "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": "TenGigabitEthernet 1/1/4", + "ifName": "TenGigabitEthernet 1/1/4", + "portName": null, + "ifIndex": 2097540, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A1;teisl5-1,83", + "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": "TenGigabitEthernet 1/2/1", + "ifName": "TenGigabitEthernet 1/2/1", + "portName": null, + "ifIndex": 2097668, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A2;teisl1-2,79", + "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": "TenGigabitEthernet 1/2/2", + "ifName": "TenGigabitEthernet 1/2/2", + "portName": null, + "ifIndex": 2097796, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A2;teisl2-2,80", + "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": "TenGigabitEthernet 1/2/3", + "ifName": "TenGigabitEthernet 1/2/3", + "portName": null, + "ifIndex": 2097924, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A2;teisl4-1,82", + "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": "TenGigabitEthernet 1/2/4", + "ifName": "TenGigabitEthernet 1/2/4", + "portName": null, + "ifIndex": 2098052, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A2;l5mdt,78", + "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": "TenGigabitEthernet 1/3/1", + "ifName": "TenGigabitEthernet 1/3/1", + "portName": null, + "ifIndex": 2098180, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A3;teisl3-2,81", + "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": "TenGigabitEthernet 1/3/2", + "ifName": "TenGigabitEthernet 1/3/2", + "portName": null, + "ifIndex": 2098308, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A3;teisl4-2,82", + "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": "TenGigabitEthernet 1/3/3", + "ifName": "TenGigabitEthernet 1/3/3", + "portName": null, + "ifIndex": 2098436, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A3;teisl5-2,83", + "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": "TenGigabitEthernet 1/3/4", + "ifName": "TenGigabitEthernet 1/3/4", + "portName": null, + "ifIndex": 2098564, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A3;", + "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": "TenGigabitEthernet 1/4/1", + "ifName": "TenGigabitEthernet 1/4/1", + "portName": null, + "ifIndex": 2098692, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B1;", + "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": "TenGigabitEthernet 1/4/2", + "ifName": "TenGigabitEthernet 1/4/2", + "portName": null, + "ifIndex": 2098820, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B1;", + "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": "TenGigabitEthernet 1/4/3", + "ifName": "TenGigabitEthernet 1/4/3", + "portName": null, + "ifIndex": 2098948, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B1;", + "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": "TenGigabitEthernet 1/4/4", + "ifName": "TenGigabitEthernet 1/4/4", + "portName": null, + "ifIndex": 2099076, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B1;", + "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": "TenGigabitEthernet 1/5/1", + "ifName": "TenGigabitEthernet 1/5/1", + "portName": null, + "ifIndex": 2099204, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B2;", + "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": "TenGigabitEthernet 1/5/2", + "ifName": "TenGigabitEthernet 1/5/2", + "portName": null, + "ifIndex": 2099332, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B2;", + "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": "TenGigabitEthernet 1/5/3", + "ifName": "TenGigabitEthernet 1/5/3", + "portName": null, + "ifIndex": 2099460, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B2;", + "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": "TenGigabitEthernet 1/5/4", + "ifName": "TenGigabitEthernet 1/5/4", + "portName": null, + "ifIndex": 2099588, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B2;", + "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": "hundredGigE 1/6", + "ifName": "hundredGigE 1/6", + "portName": null, + "ifIndex": 2099726, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/7", + "ifName": "hundredGigE 1/7", + "portName": null, + "ifIndex": 2100238, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/8", + "ifName": "hundredGigE 1/8", + "portName": null, + "ifIndex": 2100750, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/9", + "ifName": "hundredGigE 1/9", + "portName": null, + "ifIndex": 2101262, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/10", + "ifName": "hundredGigE 1/10", + "portName": null, + "ifIndex": 2101774, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/11", + "ifName": "hundredGigE 1/11", + "portName": null, + "ifIndex": 2102286, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/12", + "ifName": "hundredGigE 1/12", + "portName": null, + "ifIndex": 2102798, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/13", + "ifName": "hundredGigE 1/13", + "portName": null, + "ifIndex": 2103310, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/14", + "ifName": "hundredGigE 1/14", + "portName": null, + "ifIndex": 2103822, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/15", + "ifName": "hundredGigE 1/15", + "portName": null, + "ifIndex": 2104334, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/16", + "ifName": "hundredGigE 1/16", + "portName": null, + "ifIndex": 2104846, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/17", + "ifName": "hundredGigE 1/17", + "portName": null, + "ifIndex": 2105358, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/18", + "ifName": "hundredGigE 1/18", + "portName": null, + "ifIndex": 2105870, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/19", + "ifName": "hundredGigE 1/19", + "portName": null, + "ifIndex": 2106382, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/20", + "ifName": "hundredGigE 1/20", + "portName": null, + "ifIndex": 2106894, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/21", + "ifName": "hundredGigE 1/21", + "portName": null, + "ifIndex": 2107406, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/22", + "ifName": "hundredGigE 1/22", + "portName": null, + "ifIndex": 2107918, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/23", + "ifName": "hundredGigE 1/23", + "portName": null, + "ifIndex": 2108430, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/24", + "ifName": "hundredGigE 1/24", + "portName": null, + "ifIndex": 2108942, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/25", + "ifName": "hundredGigE 1/25", + "portName": null, + "ifIndex": 2109454, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/26", + "ifName": "hundredGigE 1/26", + "portName": null, + "ifIndex": 2109966, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/27", + "ifName": "hundredGigE 1/27", + "portName": null, + "ifIndex": 2110478, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/28", + "ifName": "hundredGigE 1/28", + "portName": null, + "ifIndex": 2110990, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/29", + "ifName": "hundredGigE 1/29", + "portName": null, + "ifIndex": 2111502, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/30", + "ifName": "hundredGigE 1/30", + "portName": null, + "ifIndex": 2112014, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/31", + "ifName": "hundredGigE 1/31", + "portName": null, + "ifIndex": 2112526, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "hundredGigE 1/32", + "ifName": "hundredGigE 1/32", + "portName": null, + "ifIndex": 2113038, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "swrr309a-1/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 + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "TenGigabitEthernet 1/33", + "ifName": "TenGigabitEthernet 1/33", + "portName": null, + "ifIndex": 2113540, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "TenGigabitEthernet 1/34", + "ifName": "TenGigabitEthernet 1/34", + "portName": null, + "ifIndex": 2113668, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "ManagementEthernet 1/1", + "ifName": "ManagementEthernet 1/1", + "portName": null, + "ifIndex": 9437185, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "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": "NULL 0", + "ifName": "NULL 0", + "portName": null, + "ifIndex": 1233125376, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "other", + "ifAlias": "..", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Port-channel 1", + "ifName": "Port-channel 1", + "portName": null, + "ifIndex": 1258291712, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "swrr309a-1/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 + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Port-channel 51", + "ifName": "Port-channel 51", + "portName": null, + "ifIndex": 1258317312, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "teisl1;79", + "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": "Port-channel 52", + "ifName": "Port-channel 52", + "portName": null, + "ifIndex": 1258317824, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "teisl2;80", + "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": "Port-channel 53", + "ifName": "Port-channel 53", + "portName": null, + "ifIndex": 1258318336, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "teisl3;81", + "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": "Port-channel 54", + "ifName": "Port-channel 54", + "portName": null, + "ifIndex": 1258318848, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "teisl4/82", + "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": "Port-channel 55", + "ifName": "Port-channel 55", + "portName": null, + "ifIndex": 1258319360, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "teisl5;83", + "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": "Vlan 1", + "ifName": "Vlan 1", + "portName": null, + "ifIndex": 1275068928, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l2vlan", + "ifAlias": "..", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Vlan 16", + "ifName": "Vlan 16", + "portName": null, + "ifIndex": 1275076608, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l3ipvlan", + "ifAlias": "..", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "TenGigabitEthernet 1/1/1", + "ifName": "TenGigabitEthernet 1/1/1", + "portName": null, + "ifIndex": 2097156, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A1;teisl1-1,79", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243158766, + "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": 2855147527, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 9526387705, + "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": 697233780542, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 84561453787218, + "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": 104, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 50747918, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3545980, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 22154030, + "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": "TenGigabitEthernet 1/1/2", + "ifName": "TenGigabitEthernet 1/1/2", + "portName": null, + "ifIndex": 2097284, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A1;teisl2-1,80", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243205974, + "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": 3381989745, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 11175294243, + "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": 703650380314, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 99239077726702, + "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": 14, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 50887534, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3459705, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 22164006, + "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": "TenGigabitEthernet 1/1/3", + "ifName": "TenGigabitEthernet 1/1/3", + "portName": null, + "ifIndex": 2097412, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A1;teisl3-1,81", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243205090, + "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": 3092881019, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 10144017053, + "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": 675742668985, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 89825019600293, + "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": 41, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 56291453, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 4050834, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 24274234, + "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": "TenGigabitEthernet 1/1/4", + "ifName": "TenGigabitEthernet 1/1/4", + "portName": null, + "ifIndex": 2097540, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A1;teisl5-1,83", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243215726, + "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": 3282708760, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 10722217762, + "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": 700695268536, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 95478312176659, + "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": 32, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 50902685, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3513148, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 22170588, + "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": "TenGigabitEthernet 1/2/1", + "ifName": "TenGigabitEthernet 1/2/1", + "portName": null, + "ifIndex": 2097668, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A2;teisl1-2,79", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243158776, + "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": 2808381, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 201639777, + "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": 1254690401, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 112756153823, + "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": 324, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 49208672, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3227491, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 24002863, + "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": "TenGigabitEthernet 1/2/2", + "ifName": "TenGigabitEthernet 1/2/2", + "portName": null, + "ifIndex": 2097796, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A2;teisl2-2,80", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243205974, + "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": 3562557, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 219985074, + "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": 1434615630, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 121520064608, + "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": 157, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 50638309, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3357569, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 24720251, + "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": "TenGigabitEthernet 1/2/3", + "ifName": "TenGigabitEthernet 1/2/3", + "portName": null, + "ifIndex": 2097924, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A2;teisl4-1,82", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243209570, + "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": 2810681045, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 9167291315, + "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": 651674494743, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 81421126067906, + "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": 33, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 50916668, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3629141, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 22177810, + "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": "TenGigabitEthernet 1/2/4", + "ifName": "TenGigabitEthernet 1/2/4", + "portName": null, + "ifIndex": 2098052, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A2;l5mdt,78", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243129962, + "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": 1003129312, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1051932591, + "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": 544804118710, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 656376076737, + "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": 83, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 113012197, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 493, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 51263910, + "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": "TenGigabitEthernet 1/3/1", + "ifName": "TenGigabitEthernet 1/3/1", + "portName": null, + "ifIndex": 2098180, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A3;teisl3-2,81", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243205090, + "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": 2388720, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 205449148, + "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": 1201525153, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 115936239198, + "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": 208, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 56673949, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3678384, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 27328084, + "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": "TenGigabitEthernet 1/3/2", + "ifName": "TenGigabitEthernet 1/3/2", + "portName": null, + "ifIndex": 2098308, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A3;teisl4-2,82", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243209578, + "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": 3277558, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 196479924, + "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": 1411573088, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 115437073984, + "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": 206, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 50668071, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3359671, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 24734453, + "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": "TenGigabitEthernet 1/3/3", + "ifName": "TenGigabitEthernet 1/3/3", + "portName": null, + "ifIndex": 2098436, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A3;teisl5-2,83", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243215726, + "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": 2459404, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 212872106, + "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": 1166725324, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 118228473064, + "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": 238, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 50653134, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 3359185, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 24727198, + "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": "TenGigabitEthernet 1/3/4", + "ifName": "TenGigabitEthernet 1/3/4", + "portName": null, + "ifIndex": 2098564, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;A3;", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1187086, + "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": "TenGigabitEthernet 1/4/1", + "ifName": "TenGigabitEthernet 1/4/1", + "portName": null, + "ifIndex": 2098692, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B1;", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 250029416, + "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": "TenGigabitEthernet 1/4/2", + "ifName": "TenGigabitEthernet 1/4/2", + "portName": null, + "ifIndex": 2098820, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B1;", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 250029416, + "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": "TenGigabitEthernet 1/4/3", + "ifName": "TenGigabitEthernet 1/4/3", + "portName": null, + "ifIndex": 2098948, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B1;", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 250029416, + "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": "TenGigabitEthernet 1/4/4", + "ifName": "TenGigabitEthernet 1/4/4", + "portName": null, + "ifIndex": 2099076, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B1;", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 250029418, + "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": "TenGigabitEthernet 1/5/1", + "ifName": "TenGigabitEthernet 1/5/1", + "portName": null, + "ifIndex": 2099204, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B2;", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 250030472, + "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": "TenGigabitEthernet 1/5/2", + "ifName": "TenGigabitEthernet 1/5/2", + "portName": null, + "ifIndex": 2099332, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B2;", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 250030472, + "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": "TenGigabitEthernet 1/5/3", + "ifName": "TenGigabitEthernet 1/5/3", + "portName": null, + "ifIndex": 2099460, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B2;", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 250030472, + "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": "TenGigabitEthernet 1/5/4", + "ifName": "TenGigabitEthernet 1/5/4", + "portName": null, + "ifIndex": 2099588, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "P1;B2;", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 250030472, + "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": "hundredGigE 1/6", + "ifName": "hundredGigE 1/6", + "portName": null, + "ifIndex": 2099726, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1586, + "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": "hundredGigE 1/7", + "ifName": "hundredGigE 1/7", + "portName": null, + "ifIndex": 2100238, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1588, + "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": "hundredGigE 1/8", + "ifName": "hundredGigE 1/8", + "portName": null, + "ifIndex": 2100750, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1588, + "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": "hundredGigE 1/9", + "ifName": "hundredGigE 1/9", + "portName": null, + "ifIndex": 2101262, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1588, + "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": "hundredGigE 1/10", + "ifName": "hundredGigE 1/10", + "portName": null, + "ifIndex": 2101774, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1588, + "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": "hundredGigE 1/11", + "ifName": "hundredGigE 1/11", + "portName": null, + "ifIndex": 2102286, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1588, + "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": "hundredGigE 1/12", + "ifName": "hundredGigE 1/12", + "portName": null, + "ifIndex": 2102798, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1590, + "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": "hundredGigE 1/13", + "ifName": "hundredGigE 1/13", + "portName": null, + "ifIndex": 2103310, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1590, + "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": "hundredGigE 1/14", + "ifName": "hundredGigE 1/14", + "portName": null, + "ifIndex": 2103822, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1590, + "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": "hundredGigE 1/15", + "ifName": "hundredGigE 1/15", + "portName": null, + "ifIndex": 2104334, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1590, + "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": "hundredGigE 1/16", + "ifName": "hundredGigE 1/16", + "portName": null, + "ifIndex": 2104846, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1592, + "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": "hundredGigE 1/17", + "ifName": "hundredGigE 1/17", + "portName": null, + "ifIndex": 2105358, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1592, + "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": "hundredGigE 1/18", + "ifName": "hundredGigE 1/18", + "portName": null, + "ifIndex": 2105870, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1592, + "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": "hundredGigE 1/19", + "ifName": "hundredGigE 1/19", + "portName": null, + "ifIndex": 2106382, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1592, + "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": "hundredGigE 1/20", + "ifName": "hundredGigE 1/20", + "portName": null, + "ifIndex": 2106894, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1594, + "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": "hundredGigE 1/21", + "ifName": "hundredGigE 1/21", + "portName": null, + "ifIndex": 2107406, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1594, + "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": "hundredGigE 1/22", + "ifName": "hundredGigE 1/22", + "portName": null, + "ifIndex": 2107918, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1594, + "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": "hundredGigE 1/23", + "ifName": "hundredGigE 1/23", + "portName": null, + "ifIndex": 2108430, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1594, + "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": "hundredGigE 1/24", + "ifName": "hundredGigE 1/24", + "portName": null, + "ifIndex": 2108942, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1594, + "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": "hundredGigE 1/25", + "ifName": "hundredGigE 1/25", + "portName": null, + "ifIndex": 2109454, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1594, + "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": "hundredGigE 1/26", + "ifName": "hundredGigE 1/26", + "portName": null, + "ifIndex": 2109966, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1596, + "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": "hundredGigE 1/27", + "ifName": "hundredGigE 1/27", + "portName": null, + "ifIndex": 2110478, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1596, + "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": "hundredGigE 1/28", + "ifName": "hundredGigE 1/28", + "portName": null, + "ifIndex": 2110990, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1596, + "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": "hundredGigE 1/29", + "ifName": "hundredGigE 1/29", + "portName": null, + "ifIndex": 2111502, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1596, + "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": "hundredGigE 1/30", + "ifName": "hundredGigE 1/30", + "portName": null, + "ifIndex": 2112014, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1596, + "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": "hundredGigE 1/31", + "ifName": "hundredGigE 1/31", + "portName": null, + "ifIndex": 2112526, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1596, + "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": "hundredGigE 1/32", + "ifName": "hundredGigE 1/32", + "portName": null, + "ifIndex": 2113038, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9054, + "ifType": "ethernetCsmacd", + "ifAlias": "swrr309a-1/9", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1140930, + "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": 52765741878, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 16369148702, + "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": 451732338589001, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 3900210504546, + "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": 117733924, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 1395, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 56714422, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 3738775, + "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": "TenGigabitEthernet 1/33", + "ifName": "TenGigabitEthernet 1/33", + "portName": null, + "ifIndex": 2113540, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1598, + "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": "TenGigabitEthernet 1/34", + "ifName": "TenGigabitEthernet 1/34", + "portName": null, + "ifIndex": 2113668, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1598, + "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": "ManagementEthernet 1/1", + "ifName": "ManagementEthernet 1/1", + "portName": null, + "ifIndex": 9437185, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1554, + "ifType": "ethernetCsmacd", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1584, + "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": "NULL 0", + "ifName": "NULL 0", + "portName": null, + "ifIndex": 1233125376, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1554, + "ifType": "other", + "ifAlias": "..", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 966, + "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": "Port-channel 1", + "ifName": "Port-channel 1", + "portName": null, + "ifIndex": 1258291712, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 9054, + "ifType": "ieee8023adLag", + "ifAlias": "swrr309a-1/9", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1141212, + "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": 52765741878, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 16369148702, + "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": 451732338589001, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 3900210504546, + "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": 117733924, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 1395, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 56714422, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 3738775, + "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": "Port-channel 51", + "ifName": "Port-channel 51", + "portName": null, + "ifIndex": 1258317312, + "ifSpeed": 20000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 20000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 9054, + "ifType": "ieee8023adLag", + "ifAlias": "teisl1;79", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243180330, + "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": 2857955908, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 9728027482, + "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": 698488470943, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 84674209941041, + "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": 428, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 99956590, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 6773471, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 46156893, + "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": "Port-channel 52", + "ifName": "Port-channel 52", + "portName": null, + "ifIndex": 1258317824, + "ifSpeed": 20000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 20000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 9054, + "ifType": "ieee8023adLag", + "ifAlias": "teisl2;80", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243236788, + "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": 3385552302, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 11395279317, + "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": 705084995944, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 99360597791310, + "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": 171, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 101525843, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 6817274, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 46884257, + "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": "Port-channel 53", + "ifName": "Port-channel 53", + "portName": null, + "ifIndex": 1258318336, + "ifSpeed": 20000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 20000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 9054, + "ifType": "ieee8023adLag", + "ifAlias": "teisl3;81", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243221662, + "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": 3095269739, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 10349466201, + "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": 676944194138, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 89940955839491, + "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": 249, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 112965402, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 7729218, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 51602318, + "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": "Port-channel 54", + "ifName": "Port-channel 54", + "portName": null, + "ifIndex": 1258318848, + "ifSpeed": 20000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 20000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 9054, + "ifType": "ieee8023adLag", + "ifAlias": "teisl4/82", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243226264, + "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": 2813958603, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 9363771239, + "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": 653086067831, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 81536563141890, + "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": 239, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 101584739, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 6988812, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 46912263, + "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": "Port-channel 55", + "ifName": "Port-channel 55", + "portName": null, + "ifIndex": 1258319360, + "ifSpeed": 20000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 20000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 9054, + "ifType": "ieee8023adLag", + "ifAlias": "teisl5;83", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 243232280, + "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": 3285168164, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 10935089868, + "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": 701861993860, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 95596540649723, + "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": 270, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 101555819, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 6872333, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 46897786, + "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": "Vlan 1", + "ifName": "Vlan 1", + "portName": null, + "ifIndex": 1275068928, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10000, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1554, + "ifType": "l2vlan", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 966, + "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": 455711689776282, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 455668935477437, + "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": "Vlan 16", + "ifName": "Vlan 16", + "portName": null, + "ifIndex": 1275076608, + "ifSpeed": 100000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 100000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1554, + "ifType": "l3ipvlan", + "ifAlias": "..", + "ifPhysAddress": "0c29efa0a122", + "ifHardType": null, + "ifLastChange": 1141212, + "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": 918221665, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1694322741, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.6027.3.26.1.4.4.1.4.2.1.1", + "processor_index": "dellNetCpuUtil1Min.2.1.1", + "processor_type": "dnos", + "processor_usage": 11, + "processor_descr": "1m Utilization", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.6027.3.26.1.4.4.1.5.2.1.1", + "processor_index": "dellNetCpuUtil5Min.2.1.1", + "processor_type": "dnos", + "processor_usage": 5, + "processor_descr": "5m Utilization", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "stack.1.1", + "entPhysicalIndex": null, + "mempool_type": "dell-net", + "mempool_class": "system", + "mempool_precision": 1048576, + "mempool_descr": "Memory Usage", + "mempool_perc": 37, + "mempool_perc_oid": ".1.3.6.1.4.1.6027.3.26.1.4.4.1.6.2.1.1", + "mempool_used": 1184869908, + "mempool_used_oid": null, + "mempool_free": 2017481196, + "mempool_free_oid": null, + "mempool_total": 3202351104, + "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.6027.3.11.1.3.1.1.18.2097156", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane1.2097156", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.676, + "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.6027.3.11.1.3.1.1.18.2097668", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane1.2097668", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.74, + "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.6027.3.11.1.3.1.1.18.2098180", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane1.2098180", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.93, + "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.6027.3.11.1.3.1.1.18.2113038", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane1.2113038", + "sensor_type": "dnos", + "sensor_descr": "Hu 1/32 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.804, + "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.6027.3.11.1.3.1.1.19.2097284", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane2.2097284", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.676, + "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.6027.3.11.1.3.1.1.19.2097796", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane2.2097796", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.74, + "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.6027.3.11.1.3.1.1.19.2098308", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane2.2098308", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.868, + "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.6027.3.11.1.3.1.1.19.2113038", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane2.2113038", + "sensor_type": "dnos", + "sensor_descr": "Hu 1/32 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.676, + "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.6027.3.11.1.3.1.1.20.2097412", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane3.2097412", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.612, + "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.6027.3.11.1.3.1.1.20.2097924", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane3.2097924", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.804, + "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.6027.3.11.1.3.1.1.20.2098436", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane3.2098436", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.804, + "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.6027.3.11.1.3.1.1.20.2113038", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane3.2113038", + "sensor_type": "dnos", + "sensor_descr": "Hu 1/32 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.804, + "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.6027.3.11.1.3.1.1.21.2097540", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane4.2097540", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.612, + "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.6027.3.11.1.3.1.1.21.2098052", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane4.2098052", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.804, + "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.6027.3.11.1.3.1.1.21.2113038", + "sensor_index": "dellNetIfTransTransmitBiasCurrentLane4.2113038", + "sensor_type": "dnos", + "sensor_descr": "Hu 1/32 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6.74, + "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.6027.3.11.1.3.1.1.12.2097156", + "sensor_index": "dellNetIfTransReceivePowerLane1.2097156", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/1/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -2.740884, + "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.6027.3.11.1.3.1.1.12.2097668", + "sensor_index": "dellNetIfTransReceivePowerLane1.2097668", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/2/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -2.575891, + "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.6027.3.11.1.3.1.1.12.2098180", + "sensor_index": "dellNetIfTransReceivePowerLane1.2098180", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/3/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -2.481053, + "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.6027.3.11.1.3.1.1.12.2098692", + "sensor_index": "dellNetIfTransReceivePowerLane1.2098692", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/4/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.12.2099204", + "sensor_index": "dellNetIfTransReceivePowerLane1.2099204", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/5/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.12.2113038", + "sensor_index": "dellNetIfTransReceivePowerLane1.2113038", + "sensor_type": "dnos", + "sensor_descr": "Rx Hu 1/32 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.498962, + "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.6027.3.11.1.3.1.1.13.2097284", + "sensor_index": "dellNetIfTransReceivePowerLane2.2097284", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/1/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -3.329208, + "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.6027.3.11.1.3.1.1.13.2097796", + "sensor_index": "dellNetIfTransReceivePowerLane2.2097796", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/2/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -2.974833, + "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.6027.3.11.1.3.1.1.13.2098308", + "sensor_index": "dellNetIfTransReceivePowerLane2.2098308", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/3/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -2.204757, + "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.6027.3.11.1.3.1.1.13.2098820", + "sensor_index": "dellNetIfTransReceivePowerLane2.2098820", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/4/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.13.2099332", + "sensor_index": "dellNetIfTransReceivePowerLane2.2099332", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/5/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.13.2113038", + "sensor_index": "dellNetIfTransReceivePowerLane2.2113038", + "sensor_type": "dnos", + "sensor_descr": "Rx Hu 1/32 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.365938, + "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.6027.3.11.1.3.1.1.14.2097412", + "sensor_index": "dellNetIfTransReceivePowerLane3.2097412", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/1/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -2.451168, + "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.6027.3.11.1.3.1.1.14.2097924", + "sensor_index": "dellNetIfTransReceivePowerLane3.2097924", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/2/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -2.475674, + "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.6027.3.11.1.3.1.1.14.2098436", + "sensor_index": "dellNetIfTransReceivePowerLane3.2098436", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/3/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -1.985963, + "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.6027.3.11.1.3.1.1.14.2098948", + "sensor_index": "dellNetIfTransReceivePowerLane3.2098948", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/4/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.14.2099460", + "sensor_index": "dellNetIfTransReceivePowerLane3.2099460", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/5/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.14.2113038", + "sensor_index": "dellNetIfTransReceivePowerLane3.2113038", + "sensor_type": "dnos", + "sensor_descr": "Rx Hu 1/32 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.302694, + "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.6027.3.11.1.3.1.1.15.2097540", + "sensor_index": "dellNetIfTransReceivePowerLane4.2097540", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/1/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -1.88157, + "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.6027.3.11.1.3.1.1.15.2098052", + "sensor_index": "dellNetIfTransReceivePowerLane4.2098052", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/2/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -2.644011, + "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.6027.3.11.1.3.1.1.15.2098564", + "sensor_index": "dellNetIfTransReceivePowerLane4.2098564", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/3/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.15.2099076", + "sensor_index": "dellNetIfTransReceivePowerLane4.2099076", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/4/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.15.2099588", + "sensor_index": "dellNetIfTransReceivePowerLane4.2099588", + "sensor_type": "dnos", + "sensor_descr": "Rx Te 1/5/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.15.2113038", + "sensor_index": "dellNetIfTransReceivePowerLane4.2113038", + "sensor_type": "dnos", + "sensor_descr": "Rx Hu 1/32 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.722234, + "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.6027.3.11.1.3.1.1.8.2097156", + "sensor_index": "dellNetIfTransTransmitPowerLane1.2097156", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/1/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.091058, + "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.6027.3.11.1.3.1.1.8.2097668", + "sensor_index": "dellNetIfTransTransmitPowerLane1.2097668", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/2/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0.779127, + "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.6027.3.11.1.3.1.1.8.2098180", + "sensor_index": "dellNetIfTransTransmitPowerLane1.2098180", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/3/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2.014245, + "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.6027.3.11.1.3.1.1.8.2098692", + "sensor_index": "dellNetIfTransTransmitPowerLane1.2098692", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/4/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.8.2099204", + "sensor_index": "dellNetIfTransTransmitPowerLane1.2099204", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/5/1 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.8.2113038", + "sensor_index": "dellNetIfTransTransmitPowerLane1.2113038", + "sensor_type": "dnos", + "sensor_descr": "Tx Hu 1/32 100GBASE-SR4", + "group": "Lane 1", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.949027, + "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.6027.3.11.1.3.1.1.9.2097284", + "sensor_index": "dellNetIfTransTransmitPowerLane2.2097284", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/1/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.928461, + "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.6027.3.11.1.3.1.1.9.2097796", + "sensor_index": "dellNetIfTransTransmitPowerLane2.2097796", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/2/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.303981, + "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.6027.3.11.1.3.1.1.9.2098308", + "sensor_index": "dellNetIfTransTransmitPowerLane2.2098308", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/3/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.684975, + "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.6027.3.11.1.3.1.1.9.2098820", + "sensor_index": "dellNetIfTransTransmitPowerLane2.2098820", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/4/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.9.2099332", + "sensor_index": "dellNetIfTransTransmitPowerLane2.2099332", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/5/2 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.9.2113038", + "sensor_index": "dellNetIfTransTransmitPowerLane2.2113038", + "sensor_type": "dnos", + "sensor_descr": "Tx Hu 1/32 100GBASE-SR4", + "group": "Lane 2", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2.108801, + "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.6027.3.11.1.3.1.1.10.2097412", + "sensor_index": "dellNetIfTransTransmitPowerLane3.2097412", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/1/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.769879, + "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.6027.3.11.1.3.1.1.10.2097924", + "sensor_index": "dellNetIfTransTransmitPowerLane3.2097924", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/2/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.689981, + "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.6027.3.11.1.3.1.1.10.2098436", + "sensor_index": "dellNetIfTransTransmitPowerLane3.2098436", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/3/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -0.790423, + "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.6027.3.11.1.3.1.1.10.2098948", + "sensor_index": "dellNetIfTransTransmitPowerLane3.2098948", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/4/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.10.2099460", + "sensor_index": "dellNetIfTransTransmitPowerLane3.2099460", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/5/3 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.10.2113038", + "sensor_index": "dellNetIfTransTransmitPowerLane3.2113038", + "sensor_type": "dnos", + "sensor_descr": "Tx Hu 1/32 100GBASE-SR4", + "group": "Lane 3", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2.133849, + "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.6027.3.11.1.3.1.1.11.2097540", + "sensor_index": "dellNetIfTransTransmitPowerLane4.2097540", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/1/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2.276039, + "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.6027.3.11.1.3.1.1.11.2098052", + "sensor_index": "dellNetIfTransTransmitPowerLane4.2098052", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/2/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.51615, + "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.6027.3.11.1.3.1.1.11.2098564", + "sensor_index": "dellNetIfTransTransmitPowerLane4.2098564", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/3/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.11.2099076", + "sensor_index": "dellNetIfTransTransmitPowerLane4.2099076", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/4/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.11.2099588", + "sensor_index": "dellNetIfTransTransmitPowerLane4.2099588", + "sensor_type": "dnos", + "sensor_descr": "Tx Te 1/5/4 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -40, + "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.6027.3.11.1.3.1.1.11.2113038", + "sensor_index": "dellNetIfTransTransmitPowerLane4.2113038", + "sensor_type": "dnos", + "sensor_descr": "Tx Hu 1/32 100GBASE-SR4", + "group": "Lane 4", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2.138629, + "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.6027.3.26.1.4.7.1.4.2.1.1", + "sensor_index": "2.1.1", + "sensor_type": "dellNetFanTrayOperStatus", + "sensor_descr": "Fantray 1", + "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": "dellNetFanTrayOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6027.3.26.1.4.7.1.4.2.1.2", + "sensor_index": "2.1.2", + "sensor_type": "dellNetFanTrayOperStatus", + "sensor_descr": "Fantray 2", + "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": "dellNetFanTrayOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6027.3.26.1.4.7.1.4.2.1.3", + "sensor_index": "2.1.3", + "sensor_type": "dellNetFanTrayOperStatus", + "sensor_descr": "Fantray 3", + "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": "dellNetFanTrayOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6027.3.26.1.4.7.1.4.2.1.4", + "sensor_index": "2.1.4", + "sensor_type": "dellNetFanTrayOperStatus", + "sensor_descr": "Fantray 4", + "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": "dellNetFanTrayOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6027.3.26.1.4.7.1.4.2.1.5", + "sensor_index": "2.1.5", + "sensor_type": "dellNetFanTrayOperStatus", + "sensor_descr": "Fantray 5", + "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": "dellNetFanTrayOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6027.3.26.1.4.6.1.4.2.1.1", + "sensor_index": "2.1.1", + "sensor_type": "dellNetPowerSupplyOperStatus", + "sensor_descr": "PSU 1", + "group": "PSUs", + "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": "dellNetPowerSupplyOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6027.3.26.1.4.6.1.4.2.1.2", + "sensor_index": "2.1.2", + "sensor_type": "dellNetPowerSupplyOperStatus", + "sensor_descr": "PSU 2", + "group": "PSUs", + "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": "dellNetPowerSupplyOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.6027.3.26.1.3.4.1.13.1", + "sensor_index": "1", + "sensor_type": "dnos", + "sensor_descr": "Stack Unit 1", + "group": "Chassis", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 25, + "sensor_limit": 45, + "sensor_limit_warn": null, + "sensor_limit_low": 15, + "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.6027.3.11.1.3.1.1.16.2097156", + "sensor_index": "2097156", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/1 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35.484375, + "sensor_limit": 55.484375, + "sensor_limit_warn": null, + "sensor_limit_low": 25.484375, + "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.6027.3.11.1.3.1.1.16.2097284", + "sensor_index": "2097284", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/2 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35.484375, + "sensor_limit": 55.484375, + "sensor_limit_warn": null, + "sensor_limit_low": 25.484375, + "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.6027.3.11.1.3.1.1.16.2097412", + "sensor_index": "2097412", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/3 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35.484375, + "sensor_limit": 55.484375, + "sensor_limit_warn": null, + "sensor_limit_low": 25.484375, + "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.6027.3.11.1.3.1.1.16.2097540", + "sensor_index": "2097540", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/4 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35.617188, + "sensor_limit": 55.617188, + "sensor_limit_warn": null, + "sensor_limit_low": 25.617188, + "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.6027.3.11.1.3.1.1.16.2097668", + "sensor_index": "2097668", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/1 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37.769531, + "sensor_limit": 57.769531, + "sensor_limit_warn": null, + "sensor_limit_low": 27.769531, + "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.6027.3.11.1.3.1.1.16.2097796", + "sensor_index": "2097796", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/2 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37.769531, + "sensor_limit": 57.769531, + "sensor_limit_warn": null, + "sensor_limit_low": 27.769531, + "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.6027.3.11.1.3.1.1.16.2097924", + "sensor_index": "2097924", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/3 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37.769531, + "sensor_limit": 57.769531, + "sensor_limit_warn": null, + "sensor_limit_low": 27.769531, + "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.6027.3.11.1.3.1.1.16.2098052", + "sensor_index": "2098052", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/4 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37.769531, + "sensor_limit": 57.769531, + "sensor_limit_warn": null, + "sensor_limit_low": 27.769531, + "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.6027.3.11.1.3.1.1.16.2098180", + "sensor_index": "2098180", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/1 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 39.496094, + "sensor_limit": 59.496094, + "sensor_limit_warn": null, + "sensor_limit_low": 29.496094, + "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.6027.3.11.1.3.1.1.16.2098308", + "sensor_index": "2098308", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/2 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 39.496094, + "sensor_limit": 59.496094, + "sensor_limit_warn": null, + "sensor_limit_low": 29.496094, + "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.6027.3.11.1.3.1.1.16.2098436", + "sensor_index": "2098436", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/3 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 39.496094, + "sensor_limit": 59.496094, + "sensor_limit_warn": null, + "sensor_limit_low": 29.496094, + "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.6027.3.11.1.3.1.1.16.2098564", + "sensor_index": "2098564", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/4 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 39.496094, + "sensor_limit": 59.496094, + "sensor_limit_warn": null, + "sensor_limit_low": 29.496094, + "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.6027.3.11.1.3.1.1.16.2098692", + "sensor_index": "2098692", + "sensor_type": "dnos", + "sensor_descr": "Te 1/4/1 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33.640625, + "sensor_limit": 53.640625, + "sensor_limit_warn": null, + "sensor_limit_low": 23.640625, + "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.6027.3.11.1.3.1.1.16.2098820", + "sensor_index": "2098820", + "sensor_type": "dnos", + "sensor_descr": "Te 1/4/2 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33.640625, + "sensor_limit": 53.640625, + "sensor_limit_warn": null, + "sensor_limit_low": 23.640625, + "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.6027.3.11.1.3.1.1.16.2098948", + "sensor_index": "2098948", + "sensor_type": "dnos", + "sensor_descr": "Te 1/4/3 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33.640625, + "sensor_limit": 53.640625, + "sensor_limit_warn": null, + "sensor_limit_low": 23.640625, + "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.6027.3.11.1.3.1.1.16.2099076", + "sensor_index": "2099076", + "sensor_type": "dnos", + "sensor_descr": "Te 1/4/4 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33.640625, + "sensor_limit": 53.640625, + "sensor_limit_warn": null, + "sensor_limit_low": 23.640625, + "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.6027.3.11.1.3.1.1.16.2099204", + "sensor_index": "2099204", + "sensor_type": "dnos", + "sensor_descr": "Te 1/5/1 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33.070312, + "sensor_limit": 53.070312, + "sensor_limit_warn": null, + "sensor_limit_low": 23.070312, + "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.6027.3.11.1.3.1.1.16.2099332", + "sensor_index": "2099332", + "sensor_type": "dnos", + "sensor_descr": "Te 1/5/2 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33.070312, + "sensor_limit": 53.070312, + "sensor_limit_warn": null, + "sensor_limit_low": 23.070312, + "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.6027.3.11.1.3.1.1.16.2099460", + "sensor_index": "2099460", + "sensor_type": "dnos", + "sensor_descr": "Te 1/5/3 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33.070312, + "sensor_limit": 53.070312, + "sensor_limit_warn": null, + "sensor_limit_low": 23.070312, + "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.6027.3.11.1.3.1.1.16.2099588", + "sensor_index": "2099588", + "sensor_type": "dnos", + "sensor_descr": "Te 1/5/4 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33.070312, + "sensor_limit": 53.070312, + "sensor_limit_warn": null, + "sensor_limit_low": 23.070312, + "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.6027.3.11.1.3.1.1.16.2113038", + "sensor_index": "2113038", + "sensor_type": "dnos", + "sensor_descr": "Hu 1/32 100GBASE-SR4", + "group": "Transceivers", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33.988281, + "sensor_limit": 53.988281, + "sensor_limit_warn": null, + "sensor_limit_low": 23.988281, + "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.6027.3.11.1.3.1.1.17.2097156", + "sensor_index": "dellNetIfTransVoltage.2097156", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/1 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2834, + "sensor_limit": 3.77591, + "sensor_limit_warn": null, + "sensor_limit_low": 2.79089, + "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.6027.3.11.1.3.1.1.17.2097284", + "sensor_index": "dellNetIfTransVoltage.2097284", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/2 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2834, + "sensor_limit": 3.77591, + "sensor_limit_warn": null, + "sensor_limit_low": 2.79089, + "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.6027.3.11.1.3.1.1.17.2097412", + "sensor_index": "dellNetIfTransVoltage.2097412", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/3 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2834, + "sensor_limit": 3.77591, + "sensor_limit_warn": null, + "sensor_limit_low": 2.79089, + "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.6027.3.11.1.3.1.1.17.2097540", + "sensor_index": "dellNetIfTransVoltage.2097540", + "sensor_type": "dnos", + "sensor_descr": "Te 1/1/4 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2834, + "sensor_limit": 3.77591, + "sensor_limit_warn": null, + "sensor_limit_low": 2.79089, + "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.6027.3.11.1.3.1.1.17.2097668", + "sensor_index": "dellNetIfTransVoltage.2097668", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/1 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2745, + "sensor_limit": 3.765675, + "sensor_limit_warn": null, + "sensor_limit_low": 2.783325, + "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.6027.3.11.1.3.1.1.17.2097796", + "sensor_index": "dellNetIfTransVoltage.2097796", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/2 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2745, + "sensor_limit": 3.765675, + "sensor_limit_warn": null, + "sensor_limit_low": 2.783325, + "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.6027.3.11.1.3.1.1.17.2097924", + "sensor_index": "dellNetIfTransVoltage.2097924", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/3 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2745, + "sensor_limit": 3.765675, + "sensor_limit_warn": null, + "sensor_limit_low": 2.783325, + "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.6027.3.11.1.3.1.1.17.2098052", + "sensor_index": "dellNetIfTransVoltage.2098052", + "sensor_type": "dnos", + "sensor_descr": "Te 1/2/4 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2745, + "sensor_limit": 3.765675, + "sensor_limit_warn": null, + "sensor_limit_low": 2.783325, + "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.6027.3.11.1.3.1.1.17.2098180", + "sensor_index": "dellNetIfTransVoltage.2098180", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/1 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2797, + "sensor_limit": 3.771655, + "sensor_limit_warn": null, + "sensor_limit_low": 2.787745, + "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.6027.3.11.1.3.1.1.17.2098308", + "sensor_index": "dellNetIfTransVoltage.2098308", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/2 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2797, + "sensor_limit": 3.771655, + "sensor_limit_warn": null, + "sensor_limit_low": 2.787745, + "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.6027.3.11.1.3.1.1.17.2098436", + "sensor_index": "dellNetIfTransVoltage.2098436", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/3 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2797, + "sensor_limit": 3.771655, + "sensor_limit_warn": null, + "sensor_limit_low": 2.787745, + "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.6027.3.11.1.3.1.1.17.2098564", + "sensor_index": "dellNetIfTransVoltage.2098564", + "sensor_type": "dnos", + "sensor_descr": "Te 1/3/4 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2797, + "sensor_limit": 3.771655, + "sensor_limit_warn": null, + "sensor_limit_low": 2.787745, + "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.6027.3.11.1.3.1.1.17.2098692", + "sensor_index": "dellNetIfTransVoltage.2098692", + "sensor_type": "dnos", + "sensor_descr": "Te 1/4/1 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2633, + "sensor_limit": 3.752795, + "sensor_limit_warn": null, + "sensor_limit_low": 2.773805, + "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.6027.3.11.1.3.1.1.17.2098820", + "sensor_index": "dellNetIfTransVoltage.2098820", + "sensor_type": "dnos", + "sensor_descr": "Te 1/4/2 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.265, + "sensor_limit": 3.75475, + "sensor_limit_warn": null, + "sensor_limit_low": 2.77525, + "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.6027.3.11.1.3.1.1.17.2098948", + "sensor_index": "dellNetIfTransVoltage.2098948", + "sensor_type": "dnos", + "sensor_descr": "Te 1/4/3 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.265, + "sensor_limit": 3.75475, + "sensor_limit_warn": null, + "sensor_limit_low": 2.77525, + "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.6027.3.11.1.3.1.1.17.2099076", + "sensor_index": "dellNetIfTransVoltage.2099076", + "sensor_type": "dnos", + "sensor_descr": "Te 1/4/4 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.265, + "sensor_limit": 3.75475, + "sensor_limit_warn": null, + "sensor_limit_low": 2.77525, + "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.6027.3.11.1.3.1.1.17.2099204", + "sensor_index": "dellNetIfTransVoltage.2099204", + "sensor_type": "dnos", + "sensor_descr": "Te 1/5/1 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2606, + "sensor_limit": 3.74969, + "sensor_limit_warn": null, + "sensor_limit_low": 2.77151, + "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.6027.3.11.1.3.1.1.17.2099332", + "sensor_index": "dellNetIfTransVoltage.2099332", + "sensor_type": "dnos", + "sensor_descr": "Te 1/5/2 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2606, + "sensor_limit": 3.74969, + "sensor_limit_warn": null, + "sensor_limit_low": 2.77151, + "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.6027.3.11.1.3.1.1.17.2099460", + "sensor_index": "dellNetIfTransVoltage.2099460", + "sensor_type": "dnos", + "sensor_descr": "Te 1/5/3 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2615, + "sensor_limit": 3.750725, + "sensor_limit_warn": null, + "sensor_limit_low": 2.772275, + "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.6027.3.11.1.3.1.1.17.2099588", + "sensor_index": "dellNetIfTransVoltage.2099588", + "sensor_type": "dnos", + "sensor_descr": "Te 1/5/4 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2615, + "sensor_limit": 3.750725, + "sensor_limit_warn": null, + "sensor_limit_low": 2.772275, + "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.6027.3.11.1.3.1.1.17.2113038", + "sensor_index": "dellNetIfTransVoltage.2113038", + "sensor_type": "dnos", + "sensor_descr": "Hu 1/32 100GBASE-SR4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3.2795, + "sensor_limit": 3.771425, + "sensor_limit_warn": null, + "sensor_limit_low": 2.787575, + "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": [ + { + "state_name": "dellNetFanTrayOperStatus", + "state_descr": "up", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "dellNetFanTrayOperStatus", + "state_descr": "down", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "dellNetFanTrayOperStatus", + "state_descr": "absent", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "dellNetPowerSupplyOperStatus", + "state_descr": "up", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "dellNetPowerSupplyOperStatus", + "state_descr": "down", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "dellNetPowerSupplyOperStatus", + "state_descr": "absent", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + } + ] + }, + "poller": "matches discovery" + }, + "vlans": { + "discovery": { + "vlans": [ + { + "vlan_vlan": 1, + "vlan_domain": 1, + "vlan_name": "DEFAULT", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 16, + "vlan_domain": 1, + "vlan_name": "MGM", + "vlan_type": null, + "vlan_mtu": null + } + ], + "ports_vlans": [ + { + "vlan": 1, + "baseport": 8, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 1003, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 1004, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 16, + "baseport": 1003, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 16, + "baseport": 1004, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + } + ] + } + } +} diff --git a/tests/snmpsim/dnos_z9100-on.snmprec b/tests/snmpsim/dnos_z9100-on.snmprec new file mode 100644 index 0000000000..cac6dd8f2f --- /dev/null +++ b/tests/snmpsim/dnos_z9100-on.snmprec @@ -0,0 +1,5768 @@ +1.0.8802.1.1.2.1.3.7.1.3.2097156|4|TenGigabitEthernet 1/1/1 +1.0.8802.1.1.2.1.3.7.1.3.2097284|4|TenGigabitEthernet 1/1/2 +1.0.8802.1.1.2.1.3.7.1.3.2097412|4|TenGigabitEthernet 1/1/3 +1.0.8802.1.1.2.1.3.7.1.3.2097540|4|TenGigabitEthernet 1/1/4 +1.0.8802.1.1.2.1.3.7.1.3.2097668|4|TenGigabitEthernet 1/2/1 +1.0.8802.1.1.2.1.3.7.1.3.2097796|4|TenGigabitEthernet 1/2/2 +1.0.8802.1.1.2.1.3.7.1.3.2097924|4|TenGigabitEthernet 1/2/3 +1.0.8802.1.1.2.1.3.7.1.3.2098052|4|TenGigabitEthernet 1/2/4 +1.0.8802.1.1.2.1.3.7.1.3.2098180|4|TenGigabitEthernet 1/3/1 +1.0.8802.1.1.2.1.3.7.1.3.2098308|4|TenGigabitEthernet 1/3/2 +1.0.8802.1.1.2.1.3.7.1.3.2098436|4|TenGigabitEthernet 1/3/3 +1.0.8802.1.1.2.1.3.7.1.3.2098564|4|TenGigabitEthernet 1/3/4 +1.0.8802.1.1.2.1.3.7.1.3.2098692|4|TenGigabitEthernet 1/4/1 +1.0.8802.1.1.2.1.3.7.1.3.2098820|4|TenGigabitEthernet 1/4/2 +1.0.8802.1.1.2.1.3.7.1.3.2098948|4|TenGigabitEthernet 1/4/3 +1.0.8802.1.1.2.1.3.7.1.3.2099076|4|TenGigabitEthernet 1/4/4 +1.0.8802.1.1.2.1.3.7.1.3.2099204|4|TenGigabitEthernet 1/5/1 +1.0.8802.1.1.2.1.3.7.1.3.2099332|4|TenGigabitEthernet 1/5/2 +1.0.8802.1.1.2.1.3.7.1.3.2099460|4|TenGigabitEthernet 1/5/3 +1.0.8802.1.1.2.1.3.7.1.3.2099588|4|TenGigabitEthernet 1/5/4 +1.0.8802.1.1.2.1.3.7.1.3.2099726|4|hundredGigE 1/6 +1.0.8802.1.1.2.1.3.7.1.3.2100238|4|hundredGigE 1/7 +1.0.8802.1.1.2.1.3.7.1.3.2100750|4|hundredGigE 1/8 +1.0.8802.1.1.2.1.3.7.1.3.2101262|4|hundredGigE 1/9 +1.0.8802.1.1.2.1.3.7.1.3.2101774|4|hundredGigE 1/10 +1.0.8802.1.1.2.1.3.7.1.3.2102286|4|hundredGigE 1/11 +1.0.8802.1.1.2.1.3.7.1.3.2102798|4|hundredGigE 1/12 +1.0.8802.1.1.2.1.3.7.1.3.2103310|4|hundredGigE 1/13 +1.0.8802.1.1.2.1.3.7.1.3.2103822|4|hundredGigE 1/14 +1.0.8802.1.1.2.1.3.7.1.3.2104334|4|hundredGigE 1/15 +1.0.8802.1.1.2.1.3.7.1.3.2104846|4|hundredGigE 1/16 +1.0.8802.1.1.2.1.3.7.1.3.2105358|4|hundredGigE 1/17 +1.0.8802.1.1.2.1.3.7.1.3.2105870|4|hundredGigE 1/18 +1.0.8802.1.1.2.1.3.7.1.3.2106382|4|hundredGigE 1/19 +1.0.8802.1.1.2.1.3.7.1.3.2106894|4|hundredGigE 1/20 +1.0.8802.1.1.2.1.3.7.1.3.2107406|4|hundredGigE 1/21 +1.0.8802.1.1.2.1.3.7.1.3.2107918|4|hundredGigE 1/22 +1.0.8802.1.1.2.1.3.7.1.3.2108430|4|hundredGigE 1/23 +1.0.8802.1.1.2.1.3.7.1.3.2108942|4|hundredGigE 1/24 +1.0.8802.1.1.2.1.3.7.1.3.2109454|4|hundredGigE 1/25 +1.0.8802.1.1.2.1.3.7.1.3.2109966|4|hundredGigE 1/26 +1.0.8802.1.1.2.1.3.7.1.3.2110478|4|hundredGigE 1/27 +1.0.8802.1.1.2.1.3.7.1.3.2110990|4|hundredGigE 1/28 +1.0.8802.1.1.2.1.3.7.1.3.2111502|4|hundredGigE 1/29 +1.0.8802.1.1.2.1.3.7.1.3.2112014|4|hundredGigE 1/30 +1.0.8802.1.1.2.1.3.7.1.3.2112526|4|hundredGigE 1/31 +1.0.8802.1.1.2.1.3.7.1.3.2113038|4|hundredGigE 1/32 +1.0.8802.1.1.2.1.3.7.1.3.2113540|4|TenGigabitEthernet 1/33 +1.0.8802.1.1.2.1.3.7.1.3.2113668|4|TenGigabitEthernet 1/34 +1.0.8802.1.1.2.1.3.7.1.3.9437185|4|ManagementEthernet 1/1 +1.0.8802.1.1.2.1.4.1.1.4.0.2113038.1|2|4 +1.0.8802.1.1.2.1.4.1.1.5.0.2113038.1|4|3c 2c 30 16 74 80 +1.0.8802.1.1.2.1.4.1.1.6.0.2113038.1|2|5 +1.0.8802.1.1.2.1.4.1.1.7.0.2113038.1|4|hundredGigE 1/9 +1.0.8802.1.1.2.1.4.1.1.8.0.2113038.1|4| +1.0.8802.1.1.2.1.4.1.1.9.0.2113038.1|4|swrr309a +1.0.8802.1.1.2.1.4.1.1.10.0.2113038.1|4|Dell EMC Real Time Operating System Software. Dell EMC Operating System Version: 2.0. Dell EMC Application Software Version: 9.13(0.1) Copyright (c) 1999-2018 Dell Inc. All Rights Reserved.Build Time: Tue Feb 27 09:28:17 2018 +1.0.8802.1.1.2.1.4.1.1.11.0.2113038.1|4|68 1 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.2113038.1|4|68 1 2 4 +1.3.6.1.2.1.1.1.0|4x|44656c6c20454d43204e6574776f726b696e67204f530a4f7065726174696e672053797374656d2056657273696f6e3a20322e300d0a4170706c69636174696f6e20536f6674776172652056657273696f6e3a20392e313428312e35290d0a5365726965733a205a393130302d4f4e0d0a436f707972696768742028632920313939392d323031382062792044656c6c20496e632e20416c6c205269676874732052657365727665642e0d0a4275696c642054696d653a204d6f6e204d61792032302032323a33333a32382032303139 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6027.1.5.2 +1.3.6.1.2.1.1.3.0|67|374996896 +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.2097156|4|TenGigabitEthernet 1/1/1 +1.3.6.1.2.1.2.2.1.2.2097284|4|TenGigabitEthernet 1/1/2 +1.3.6.1.2.1.2.2.1.2.2097412|4|TenGigabitEthernet 1/1/3 +1.3.6.1.2.1.2.2.1.2.2097540|4|TenGigabitEthernet 1/1/4 +1.3.6.1.2.1.2.2.1.2.2097668|4|TenGigabitEthernet 1/2/1 +1.3.6.1.2.1.2.2.1.2.2097796|4|TenGigabitEthernet 1/2/2 +1.3.6.1.2.1.2.2.1.2.2097924|4|TenGigabitEthernet 1/2/3 +1.3.6.1.2.1.2.2.1.2.2098052|4|TenGigabitEthernet 1/2/4 +1.3.6.1.2.1.2.2.1.2.2098180|4|TenGigabitEthernet 1/3/1 +1.3.6.1.2.1.2.2.1.2.2098308|4|TenGigabitEthernet 1/3/2 +1.3.6.1.2.1.2.2.1.2.2098436|4|TenGigabitEthernet 1/3/3 +1.3.6.1.2.1.2.2.1.2.2098564|4|TenGigabitEthernet 1/3/4 +1.3.6.1.2.1.2.2.1.2.2098692|4|TenGigabitEthernet 1/4/1 +1.3.6.1.2.1.2.2.1.2.2098820|4|TenGigabitEthernet 1/4/2 +1.3.6.1.2.1.2.2.1.2.2098948|4|TenGigabitEthernet 1/4/3 +1.3.6.1.2.1.2.2.1.2.2099076|4|TenGigabitEthernet 1/4/4 +1.3.6.1.2.1.2.2.1.2.2099204|4|TenGigabitEthernet 1/5/1 +1.3.6.1.2.1.2.2.1.2.2099332|4|TenGigabitEthernet 1/5/2 +1.3.6.1.2.1.2.2.1.2.2099460|4|TenGigabitEthernet 1/5/3 +1.3.6.1.2.1.2.2.1.2.2099588|4|TenGigabitEthernet 1/5/4 +1.3.6.1.2.1.2.2.1.2.2099726|4|hundredGigE 1/6 +1.3.6.1.2.1.2.2.1.2.2100238|4|hundredGigE 1/7 +1.3.6.1.2.1.2.2.1.2.2100750|4|hundredGigE 1/8 +1.3.6.1.2.1.2.2.1.2.2101262|4|hundredGigE 1/9 +1.3.6.1.2.1.2.2.1.2.2101774|4|hundredGigE 1/10 +1.3.6.1.2.1.2.2.1.2.2102286|4|hundredGigE 1/11 +1.3.6.1.2.1.2.2.1.2.2102798|4|hundredGigE 1/12 +1.3.6.1.2.1.2.2.1.2.2103310|4|hundredGigE 1/13 +1.3.6.1.2.1.2.2.1.2.2103822|4|hundredGigE 1/14 +1.3.6.1.2.1.2.2.1.2.2104334|4|hundredGigE 1/15 +1.3.6.1.2.1.2.2.1.2.2104846|4|hundredGigE 1/16 +1.3.6.1.2.1.2.2.1.2.2105358|4|hundredGigE 1/17 +1.3.6.1.2.1.2.2.1.2.2105870|4|hundredGigE 1/18 +1.3.6.1.2.1.2.2.1.2.2106382|4|hundredGigE 1/19 +1.3.6.1.2.1.2.2.1.2.2106894|4|hundredGigE 1/20 +1.3.6.1.2.1.2.2.1.2.2107406|4|hundredGigE 1/21 +1.3.6.1.2.1.2.2.1.2.2107918|4|hundredGigE 1/22 +1.3.6.1.2.1.2.2.1.2.2108430|4|hundredGigE 1/23 +1.3.6.1.2.1.2.2.1.2.2108942|4|hundredGigE 1/24 +1.3.6.1.2.1.2.2.1.2.2109454|4|hundredGigE 1/25 +1.3.6.1.2.1.2.2.1.2.2109966|4|hundredGigE 1/26 +1.3.6.1.2.1.2.2.1.2.2110478|4|hundredGigE 1/27 +1.3.6.1.2.1.2.2.1.2.2110990|4|hundredGigE 1/28 +1.3.6.1.2.1.2.2.1.2.2111502|4|hundredGigE 1/29 +1.3.6.1.2.1.2.2.1.2.2112014|4|hundredGigE 1/30 +1.3.6.1.2.1.2.2.1.2.2112526|4|hundredGigE 1/31 +1.3.6.1.2.1.2.2.1.2.2113038|4|hundredGigE 1/32 +1.3.6.1.2.1.2.2.1.2.2113540|4|TenGigabitEthernet 1/33 +1.3.6.1.2.1.2.2.1.2.2113668|4|TenGigabitEthernet 1/34 +1.3.6.1.2.1.2.2.1.2.9437185|4|ManagementEthernet 1/1 +1.3.6.1.2.1.2.2.1.2.1233125376|4|NULL 0 +1.3.6.1.2.1.2.2.1.2.1258291712|4|Port-channel 1 +1.3.6.1.2.1.2.2.1.2.1258317312|4|Port-channel 51 +1.3.6.1.2.1.2.2.1.2.1258317824|4|Port-channel 52 +1.3.6.1.2.1.2.2.1.2.1258318336|4|Port-channel 53 +1.3.6.1.2.1.2.2.1.2.1258318848|4|Port-channel 54 +1.3.6.1.2.1.2.2.1.2.1258319360|4|Port-channel 55 +1.3.6.1.2.1.2.2.1.2.1275068928|4|Vlan 1 +1.3.6.1.2.1.2.2.1.2.1275076608|4|Vlan 16 +1.3.6.1.2.1.2.2.1.3.2097156|2|6 +1.3.6.1.2.1.2.2.1.3.2097284|2|6 +1.3.6.1.2.1.2.2.1.3.2097412|2|6 +1.3.6.1.2.1.2.2.1.3.2097540|2|6 +1.3.6.1.2.1.2.2.1.3.2097668|2|6 +1.3.6.1.2.1.2.2.1.3.2097796|2|6 +1.3.6.1.2.1.2.2.1.3.2097924|2|6 +1.3.6.1.2.1.2.2.1.3.2098052|2|6 +1.3.6.1.2.1.2.2.1.3.2098180|2|6 +1.3.6.1.2.1.2.2.1.3.2098308|2|6 +1.3.6.1.2.1.2.2.1.3.2098436|2|6 +1.3.6.1.2.1.2.2.1.3.2098564|2|6 +1.3.6.1.2.1.2.2.1.3.2098692|2|6 +1.3.6.1.2.1.2.2.1.3.2098820|2|6 +1.3.6.1.2.1.2.2.1.3.2098948|2|6 +1.3.6.1.2.1.2.2.1.3.2099076|2|6 +1.3.6.1.2.1.2.2.1.3.2099204|2|6 +1.3.6.1.2.1.2.2.1.3.2099332|2|6 +1.3.6.1.2.1.2.2.1.3.2099460|2|6 +1.3.6.1.2.1.2.2.1.3.2099588|2|6 +1.3.6.1.2.1.2.2.1.3.2099726|2|6 +1.3.6.1.2.1.2.2.1.3.2100238|2|6 +1.3.6.1.2.1.2.2.1.3.2100750|2|6 +1.3.6.1.2.1.2.2.1.3.2101262|2|6 +1.3.6.1.2.1.2.2.1.3.2101774|2|6 +1.3.6.1.2.1.2.2.1.3.2102286|2|6 +1.3.6.1.2.1.2.2.1.3.2102798|2|6 +1.3.6.1.2.1.2.2.1.3.2103310|2|6 +1.3.6.1.2.1.2.2.1.3.2103822|2|6 +1.3.6.1.2.1.2.2.1.3.2104334|2|6 +1.3.6.1.2.1.2.2.1.3.2104846|2|6 +1.3.6.1.2.1.2.2.1.3.2105358|2|6 +1.3.6.1.2.1.2.2.1.3.2105870|2|6 +1.3.6.1.2.1.2.2.1.3.2106382|2|6 +1.3.6.1.2.1.2.2.1.3.2106894|2|6 +1.3.6.1.2.1.2.2.1.3.2107406|2|6 +1.3.6.1.2.1.2.2.1.3.2107918|2|6 +1.3.6.1.2.1.2.2.1.3.2108430|2|6 +1.3.6.1.2.1.2.2.1.3.2108942|2|6 +1.3.6.1.2.1.2.2.1.3.2109454|2|6 +1.3.6.1.2.1.2.2.1.3.2109966|2|6 +1.3.6.1.2.1.2.2.1.3.2110478|2|6 +1.3.6.1.2.1.2.2.1.3.2110990|2|6 +1.3.6.1.2.1.2.2.1.3.2111502|2|6 +1.3.6.1.2.1.2.2.1.3.2112014|2|6 +1.3.6.1.2.1.2.2.1.3.2112526|2|6 +1.3.6.1.2.1.2.2.1.3.2113038|2|6 +1.3.6.1.2.1.2.2.1.3.2113540|2|6 +1.3.6.1.2.1.2.2.1.3.2113668|2|6 +1.3.6.1.2.1.2.2.1.3.9437185|2|6 +1.3.6.1.2.1.2.2.1.3.1233125376|2|1 +1.3.6.1.2.1.2.2.1.3.1258291712|2|161 +1.3.6.1.2.1.2.2.1.3.1258317312|2|161 +1.3.6.1.2.1.2.2.1.3.1258317824|2|161 +1.3.6.1.2.1.2.2.1.3.1258318336|2|161 +1.3.6.1.2.1.2.2.1.3.1258318848|2|161 +1.3.6.1.2.1.2.2.1.3.1258319360|2|161 +1.3.6.1.2.1.2.2.1.3.1275068928|2|135 +1.3.6.1.2.1.2.2.1.3.1275076608|2|136 +1.3.6.1.2.1.2.2.1.4.2097156|2|9054 +1.3.6.1.2.1.2.2.1.4.2097284|2|9054 +1.3.6.1.2.1.2.2.1.4.2097412|2|9054 +1.3.6.1.2.1.2.2.1.4.2097540|2|9054 +1.3.6.1.2.1.2.2.1.4.2097668|2|9054 +1.3.6.1.2.1.2.2.1.4.2097796|2|9054 +1.3.6.1.2.1.2.2.1.4.2097924|2|9054 +1.3.6.1.2.1.2.2.1.4.2098052|2|9054 +1.3.6.1.2.1.2.2.1.4.2098180|2|9054 +1.3.6.1.2.1.2.2.1.4.2098308|2|9054 +1.3.6.1.2.1.2.2.1.4.2098436|2|9054 +1.3.6.1.2.1.2.2.1.4.2098564|2|1554 +1.3.6.1.2.1.2.2.1.4.2098692|2|1554 +1.3.6.1.2.1.2.2.1.4.2098820|2|1554 +1.3.6.1.2.1.2.2.1.4.2098948|2|1554 +1.3.6.1.2.1.2.2.1.4.2099076|2|1554 +1.3.6.1.2.1.2.2.1.4.2099204|2|1554 +1.3.6.1.2.1.2.2.1.4.2099332|2|1554 +1.3.6.1.2.1.2.2.1.4.2099460|2|1554 +1.3.6.1.2.1.2.2.1.4.2099588|2|1554 +1.3.6.1.2.1.2.2.1.4.2099726|2|1554 +1.3.6.1.2.1.2.2.1.4.2100238|2|1554 +1.3.6.1.2.1.2.2.1.4.2100750|2|1554 +1.3.6.1.2.1.2.2.1.4.2101262|2|1554 +1.3.6.1.2.1.2.2.1.4.2101774|2|1554 +1.3.6.1.2.1.2.2.1.4.2102286|2|1554 +1.3.6.1.2.1.2.2.1.4.2102798|2|1554 +1.3.6.1.2.1.2.2.1.4.2103310|2|1554 +1.3.6.1.2.1.2.2.1.4.2103822|2|1554 +1.3.6.1.2.1.2.2.1.4.2104334|2|1554 +1.3.6.1.2.1.2.2.1.4.2104846|2|1554 +1.3.6.1.2.1.2.2.1.4.2105358|2|1554 +1.3.6.1.2.1.2.2.1.4.2105870|2|1554 +1.3.6.1.2.1.2.2.1.4.2106382|2|1554 +1.3.6.1.2.1.2.2.1.4.2106894|2|1554 +1.3.6.1.2.1.2.2.1.4.2107406|2|1554 +1.3.6.1.2.1.2.2.1.4.2107918|2|1554 +1.3.6.1.2.1.2.2.1.4.2108430|2|1554 +1.3.6.1.2.1.2.2.1.4.2108942|2|1554 +1.3.6.1.2.1.2.2.1.4.2109454|2|1554 +1.3.6.1.2.1.2.2.1.4.2109966|2|1554 +1.3.6.1.2.1.2.2.1.4.2110478|2|1554 +1.3.6.1.2.1.2.2.1.4.2110990|2|1554 +1.3.6.1.2.1.2.2.1.4.2111502|2|1554 +1.3.6.1.2.1.2.2.1.4.2112014|2|1554 +1.3.6.1.2.1.2.2.1.4.2112526|2|1554 +1.3.6.1.2.1.2.2.1.4.2113038|2|9054 +1.3.6.1.2.1.2.2.1.4.2113540|2|1554 +1.3.6.1.2.1.2.2.1.4.2113668|2|1554 +1.3.6.1.2.1.2.2.1.4.9437185|2|1554 +1.3.6.1.2.1.2.2.1.4.1233125376|2|1554 +1.3.6.1.2.1.2.2.1.4.1258291712|2|9054 +1.3.6.1.2.1.2.2.1.4.1258317312|2|9054 +1.3.6.1.2.1.2.2.1.4.1258317824|2|9054 +1.3.6.1.2.1.2.2.1.4.1258318336|2|9054 +1.3.6.1.2.1.2.2.1.4.1258318848|2|9054 +1.3.6.1.2.1.2.2.1.4.1258319360|2|9054 +1.3.6.1.2.1.2.2.1.4.1275068928|2|1554 +1.3.6.1.2.1.2.2.1.4.1275076608|2|1554 +1.3.6.1.2.1.2.2.1.6.2097156|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2097284|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2097412|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2097540|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2097668|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2097796|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2097924|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2098052|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2098180|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2098308|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2098436|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2098564|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2098692|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2098820|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2098948|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2099076|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2099204|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2099332|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2099460|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2099588|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2099726|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2100238|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2100750|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2101262|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2101774|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2102286|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2102798|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2103310|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2103822|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2104334|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2104846|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2105358|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2105870|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2106382|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2106894|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2107406|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2107918|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2108430|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2108942|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2109454|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2109966|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2110478|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2110990|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2111502|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2112014|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2112526|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2113038|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2113540|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.2113668|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.9437185|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.1233125376|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1258291712|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.1258317312|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.1258317824|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.1258318336|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.1258318848|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.1258319360|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.1275068928|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.6.1275076608|4x|0C29EFA0A122 +1.3.6.1.2.1.2.2.1.7.2097156|2|1 +1.3.6.1.2.1.2.2.1.7.2097284|2|1 +1.3.6.1.2.1.2.2.1.7.2097412|2|1 +1.3.6.1.2.1.2.2.1.7.2097540|2|1 +1.3.6.1.2.1.2.2.1.7.2097668|2|1 +1.3.6.1.2.1.2.2.1.7.2097796|2|1 +1.3.6.1.2.1.2.2.1.7.2097924|2|1 +1.3.6.1.2.1.2.2.1.7.2098052|2|1 +1.3.6.1.2.1.2.2.1.7.2098180|2|1 +1.3.6.1.2.1.2.2.1.7.2098308|2|1 +1.3.6.1.2.1.2.2.1.7.2098436|2|1 +1.3.6.1.2.1.2.2.1.7.2098564|2|2 +1.3.6.1.2.1.2.2.1.7.2098692|2|2 +1.3.6.1.2.1.2.2.1.7.2098820|2|2 +1.3.6.1.2.1.2.2.1.7.2098948|2|2 +1.3.6.1.2.1.2.2.1.7.2099076|2|2 +1.3.6.1.2.1.2.2.1.7.2099204|2|2 +1.3.6.1.2.1.2.2.1.7.2099332|2|2 +1.3.6.1.2.1.2.2.1.7.2099460|2|2 +1.3.6.1.2.1.2.2.1.7.2099588|2|2 +1.3.6.1.2.1.2.2.1.7.2099726|2|2 +1.3.6.1.2.1.2.2.1.7.2100238|2|2 +1.3.6.1.2.1.2.2.1.7.2100750|2|2 +1.3.6.1.2.1.2.2.1.7.2101262|2|2 +1.3.6.1.2.1.2.2.1.7.2101774|2|2 +1.3.6.1.2.1.2.2.1.7.2102286|2|2 +1.3.6.1.2.1.2.2.1.7.2102798|2|2 +1.3.6.1.2.1.2.2.1.7.2103310|2|2 +1.3.6.1.2.1.2.2.1.7.2103822|2|2 +1.3.6.1.2.1.2.2.1.7.2104334|2|2 +1.3.6.1.2.1.2.2.1.7.2104846|2|2 +1.3.6.1.2.1.2.2.1.7.2105358|2|2 +1.3.6.1.2.1.2.2.1.7.2105870|2|2 +1.3.6.1.2.1.2.2.1.7.2106382|2|2 +1.3.6.1.2.1.2.2.1.7.2106894|2|2 +1.3.6.1.2.1.2.2.1.7.2107406|2|2 +1.3.6.1.2.1.2.2.1.7.2107918|2|2 +1.3.6.1.2.1.2.2.1.7.2108430|2|2 +1.3.6.1.2.1.2.2.1.7.2108942|2|2 +1.3.6.1.2.1.2.2.1.7.2109454|2|2 +1.3.6.1.2.1.2.2.1.7.2109966|2|2 +1.3.6.1.2.1.2.2.1.7.2110478|2|2 +1.3.6.1.2.1.2.2.1.7.2110990|2|2 +1.3.6.1.2.1.2.2.1.7.2111502|2|2 +1.3.6.1.2.1.2.2.1.7.2112014|2|2 +1.3.6.1.2.1.2.2.1.7.2112526|2|2 +1.3.6.1.2.1.2.2.1.7.2113038|2|1 +1.3.6.1.2.1.2.2.1.7.2113540|2|2 +1.3.6.1.2.1.2.2.1.7.2113668|2|2 +1.3.6.1.2.1.2.2.1.7.9437185|2|1 +1.3.6.1.2.1.2.2.1.7.1233125376|2|1 +1.3.6.1.2.1.2.2.1.7.1258291712|2|1 +1.3.6.1.2.1.2.2.1.7.1258317312|2|1 +1.3.6.1.2.1.2.2.1.7.1258317824|2|1 +1.3.6.1.2.1.2.2.1.7.1258318336|2|1 +1.3.6.1.2.1.2.2.1.7.1258318848|2|1 +1.3.6.1.2.1.2.2.1.7.1258319360|2|1 +1.3.6.1.2.1.2.2.1.7.1275068928|2|2 +1.3.6.1.2.1.2.2.1.7.1275076608|2|1 +1.3.6.1.2.1.2.2.1.8.2097156|2|1 +1.3.6.1.2.1.2.2.1.8.2097284|2|1 +1.3.6.1.2.1.2.2.1.8.2097412|2|1 +1.3.6.1.2.1.2.2.1.8.2097540|2|1 +1.3.6.1.2.1.2.2.1.8.2097668|2|1 +1.3.6.1.2.1.2.2.1.8.2097796|2|1 +1.3.6.1.2.1.2.2.1.8.2097924|2|1 +1.3.6.1.2.1.2.2.1.8.2098052|2|1 +1.3.6.1.2.1.2.2.1.8.2098180|2|1 +1.3.6.1.2.1.2.2.1.8.2098308|2|1 +1.3.6.1.2.1.2.2.1.8.2098436|2|1 +1.3.6.1.2.1.2.2.1.8.2098564|2|2 +1.3.6.1.2.1.2.2.1.8.2098692|2|2 +1.3.6.1.2.1.2.2.1.8.2098820|2|2 +1.3.6.1.2.1.2.2.1.8.2098948|2|2 +1.3.6.1.2.1.2.2.1.8.2099076|2|2 +1.3.6.1.2.1.2.2.1.8.2099204|2|2 +1.3.6.1.2.1.2.2.1.8.2099332|2|2 +1.3.6.1.2.1.2.2.1.8.2099460|2|2 +1.3.6.1.2.1.2.2.1.8.2099588|2|2 +1.3.6.1.2.1.2.2.1.8.2099726|2|2 +1.3.6.1.2.1.2.2.1.8.2100238|2|2 +1.3.6.1.2.1.2.2.1.8.2100750|2|2 +1.3.6.1.2.1.2.2.1.8.2101262|2|2 +1.3.6.1.2.1.2.2.1.8.2101774|2|2 +1.3.6.1.2.1.2.2.1.8.2102286|2|2 +1.3.6.1.2.1.2.2.1.8.2102798|2|2 +1.3.6.1.2.1.2.2.1.8.2103310|2|2 +1.3.6.1.2.1.2.2.1.8.2103822|2|2 +1.3.6.1.2.1.2.2.1.8.2104334|2|2 +1.3.6.1.2.1.2.2.1.8.2104846|2|2 +1.3.6.1.2.1.2.2.1.8.2105358|2|2 +1.3.6.1.2.1.2.2.1.8.2105870|2|2 +1.3.6.1.2.1.2.2.1.8.2106382|2|2 +1.3.6.1.2.1.2.2.1.8.2106894|2|2 +1.3.6.1.2.1.2.2.1.8.2107406|2|2 +1.3.6.1.2.1.2.2.1.8.2107918|2|2 +1.3.6.1.2.1.2.2.1.8.2108430|2|2 +1.3.6.1.2.1.2.2.1.8.2108942|2|2 +1.3.6.1.2.1.2.2.1.8.2109454|2|2 +1.3.6.1.2.1.2.2.1.8.2109966|2|2 +1.3.6.1.2.1.2.2.1.8.2110478|2|2 +1.3.6.1.2.1.2.2.1.8.2110990|2|2 +1.3.6.1.2.1.2.2.1.8.2111502|2|2 +1.3.6.1.2.1.2.2.1.8.2112014|2|2 +1.3.6.1.2.1.2.2.1.8.2112526|2|2 +1.3.6.1.2.1.2.2.1.8.2113038|2|1 +1.3.6.1.2.1.2.2.1.8.2113540|2|2 +1.3.6.1.2.1.2.2.1.8.2113668|2|2 +1.3.6.1.2.1.2.2.1.8.9437185|2|2 +1.3.6.1.2.1.2.2.1.8.1233125376|2|1 +1.3.6.1.2.1.2.2.1.8.1258291712|2|1 +1.3.6.1.2.1.2.2.1.8.1258317312|2|1 +1.3.6.1.2.1.2.2.1.8.1258317824|2|1 +1.3.6.1.2.1.2.2.1.8.1258318336|2|1 +1.3.6.1.2.1.2.2.1.8.1258318848|2|1 +1.3.6.1.2.1.2.2.1.8.1258319360|2|1 +1.3.6.1.2.1.2.2.1.8.1275068928|2|2 +1.3.6.1.2.1.2.2.1.8.1275076608|2|1 +1.3.6.1.2.1.2.2.1.9.2097156|67|243158766 +1.3.6.1.2.1.2.2.1.9.2097284|67|243205974 +1.3.6.1.2.1.2.2.1.9.2097412|67|243205090 +1.3.6.1.2.1.2.2.1.9.2097540|67|243215726 +1.3.6.1.2.1.2.2.1.9.2097668|67|243158776 +1.3.6.1.2.1.2.2.1.9.2097796|67|243205974 +1.3.6.1.2.1.2.2.1.9.2097924|67|243209570 +1.3.6.1.2.1.2.2.1.9.2098052|67|243129962 +1.3.6.1.2.1.2.2.1.9.2098180|67|243205090 +1.3.6.1.2.1.2.2.1.9.2098308|67|243209578 +1.3.6.1.2.1.2.2.1.9.2098436|67|243215726 +1.3.6.1.2.1.2.2.1.9.2098564|67|1187086 +1.3.6.1.2.1.2.2.1.9.2098692|67|250029416 +1.3.6.1.2.1.2.2.1.9.2098820|67|250029416 +1.3.6.1.2.1.2.2.1.9.2098948|67|250029416 +1.3.6.1.2.1.2.2.1.9.2099076|67|250029418 +1.3.6.1.2.1.2.2.1.9.2099204|67|250030472 +1.3.6.1.2.1.2.2.1.9.2099332|67|250030472 +1.3.6.1.2.1.2.2.1.9.2099460|67|250030472 +1.3.6.1.2.1.2.2.1.9.2099588|67|250030472 +1.3.6.1.2.1.2.2.1.9.2099726|67|1586 +1.3.6.1.2.1.2.2.1.9.2100238|67|1588 +1.3.6.1.2.1.2.2.1.9.2100750|67|1588 +1.3.6.1.2.1.2.2.1.9.2101262|67|1588 +1.3.6.1.2.1.2.2.1.9.2101774|67|1588 +1.3.6.1.2.1.2.2.1.9.2102286|67|1588 +1.3.6.1.2.1.2.2.1.9.2102798|67|1590 +1.3.6.1.2.1.2.2.1.9.2103310|67|1590 +1.3.6.1.2.1.2.2.1.9.2103822|67|1590 +1.3.6.1.2.1.2.2.1.9.2104334|67|1590 +1.3.6.1.2.1.2.2.1.9.2104846|67|1592 +1.3.6.1.2.1.2.2.1.9.2105358|67|1592 +1.3.6.1.2.1.2.2.1.9.2105870|67|1592 +1.3.6.1.2.1.2.2.1.9.2106382|67|1592 +1.3.6.1.2.1.2.2.1.9.2106894|67|1594 +1.3.6.1.2.1.2.2.1.9.2107406|67|1594 +1.3.6.1.2.1.2.2.1.9.2107918|67|1594 +1.3.6.1.2.1.2.2.1.9.2108430|67|1594 +1.3.6.1.2.1.2.2.1.9.2108942|67|1594 +1.3.6.1.2.1.2.2.1.9.2109454|67|1594 +1.3.6.1.2.1.2.2.1.9.2109966|67|1596 +1.3.6.1.2.1.2.2.1.9.2110478|67|1596 +1.3.6.1.2.1.2.2.1.9.2110990|67|1596 +1.3.6.1.2.1.2.2.1.9.2111502|67|1596 +1.3.6.1.2.1.2.2.1.9.2112014|67|1596 +1.3.6.1.2.1.2.2.1.9.2112526|67|1596 +1.3.6.1.2.1.2.2.1.9.2113038|67|1140930 +1.3.6.1.2.1.2.2.1.9.2113540|67|1598 +1.3.6.1.2.1.2.2.1.9.2113668|67|1598 +1.3.6.1.2.1.2.2.1.9.9437185|67|1584 +1.3.6.1.2.1.2.2.1.9.1233125376|67|966 +1.3.6.1.2.1.2.2.1.9.1258291712|67|1141212 +1.3.6.1.2.1.2.2.1.9.1258317312|67|243180330 +1.3.6.1.2.1.2.2.1.9.1258317824|67|243236788 +1.3.6.1.2.1.2.2.1.9.1258318336|67|243221662 +1.3.6.1.2.1.2.2.1.9.1258318848|67|243226264 +1.3.6.1.2.1.2.2.1.9.1258319360|67|243232280 +1.3.6.1.2.1.2.2.1.9.1275068928|67|966 +1.3.6.1.2.1.2.2.1.9.1275076608|67|1141212 +1.3.6.1.2.1.2.2.1.13.2097156|65|0 +1.3.6.1.2.1.2.2.1.13.2097284|65|0 +1.3.6.1.2.1.2.2.1.13.2097412|65|0 +1.3.6.1.2.1.2.2.1.13.2097540|65|0 +1.3.6.1.2.1.2.2.1.13.2097668|65|0 +1.3.6.1.2.1.2.2.1.13.2097796|65|0 +1.3.6.1.2.1.2.2.1.13.2097924|65|0 +1.3.6.1.2.1.2.2.1.13.2098052|65|0 +1.3.6.1.2.1.2.2.1.13.2098180|65|0 +1.3.6.1.2.1.2.2.1.13.2098308|65|0 +1.3.6.1.2.1.2.2.1.13.2098436|65|0 +1.3.6.1.2.1.2.2.1.13.2098564|65|0 +1.3.6.1.2.1.2.2.1.13.2098692|65|0 +1.3.6.1.2.1.2.2.1.13.2098820|65|0 +1.3.6.1.2.1.2.2.1.13.2098948|65|0 +1.3.6.1.2.1.2.2.1.13.2099076|65|0 +1.3.6.1.2.1.2.2.1.13.2099204|65|0 +1.3.6.1.2.1.2.2.1.13.2099332|65|0 +1.3.6.1.2.1.2.2.1.13.2099460|65|0 +1.3.6.1.2.1.2.2.1.13.2099588|65|0 +1.3.6.1.2.1.2.2.1.13.2099726|65|0 +1.3.6.1.2.1.2.2.1.13.2100238|65|0 +1.3.6.1.2.1.2.2.1.13.2100750|65|0 +1.3.6.1.2.1.2.2.1.13.2101262|65|0 +1.3.6.1.2.1.2.2.1.13.2101774|65|0 +1.3.6.1.2.1.2.2.1.13.2102286|65|0 +1.3.6.1.2.1.2.2.1.13.2102798|65|0 +1.3.6.1.2.1.2.2.1.13.2103310|65|0 +1.3.6.1.2.1.2.2.1.13.2103822|65|0 +1.3.6.1.2.1.2.2.1.13.2104334|65|0 +1.3.6.1.2.1.2.2.1.13.2104846|65|0 +1.3.6.1.2.1.2.2.1.13.2105358|65|0 +1.3.6.1.2.1.2.2.1.13.2105870|65|0 +1.3.6.1.2.1.2.2.1.13.2106382|65|0 +1.3.6.1.2.1.2.2.1.13.2106894|65|0 +1.3.6.1.2.1.2.2.1.13.2107406|65|0 +1.3.6.1.2.1.2.2.1.13.2107918|65|0 +1.3.6.1.2.1.2.2.1.13.2108430|65|0 +1.3.6.1.2.1.2.2.1.13.2108942|65|0 +1.3.6.1.2.1.2.2.1.13.2109454|65|0 +1.3.6.1.2.1.2.2.1.13.2109966|65|0 +1.3.6.1.2.1.2.2.1.13.2110478|65|0 +1.3.6.1.2.1.2.2.1.13.2110990|65|0 +1.3.6.1.2.1.2.2.1.13.2111502|65|0 +1.3.6.1.2.1.2.2.1.13.2112014|65|0 +1.3.6.1.2.1.2.2.1.13.2112526|65|0 +1.3.6.1.2.1.2.2.1.13.2113038|65|0 +1.3.6.1.2.1.2.2.1.13.2113540|65|0 +1.3.6.1.2.1.2.2.1.13.2113668|65|0 +1.3.6.1.2.1.2.2.1.13.9437185|65|0 +1.3.6.1.2.1.2.2.1.13.1233125376|65|0 +1.3.6.1.2.1.2.2.1.13.1258291712|65|0 +1.3.6.1.2.1.2.2.1.13.1258317312|65|0 +1.3.6.1.2.1.2.2.1.13.1258317824|65|0 +1.3.6.1.2.1.2.2.1.13.1258318336|65|0 +1.3.6.1.2.1.2.2.1.13.1258318848|65|0 +1.3.6.1.2.1.2.2.1.13.1258319360|65|0 +1.3.6.1.2.1.2.2.1.13.1275068928|65|0 +1.3.6.1.2.1.2.2.1.13.1275076608|65|0 +1.3.6.1.2.1.2.2.1.14.2097156|65|0 +1.3.6.1.2.1.2.2.1.14.2097284|65|0 +1.3.6.1.2.1.2.2.1.14.2097412|65|0 +1.3.6.1.2.1.2.2.1.14.2097540|65|0 +1.3.6.1.2.1.2.2.1.14.2097668|65|0 +1.3.6.1.2.1.2.2.1.14.2097796|65|0 +1.3.6.1.2.1.2.2.1.14.2097924|65|0 +1.3.6.1.2.1.2.2.1.14.2098052|65|0 +1.3.6.1.2.1.2.2.1.14.2098180|65|0 +1.3.6.1.2.1.2.2.1.14.2098308|65|0 +1.3.6.1.2.1.2.2.1.14.2098436|65|0 +1.3.6.1.2.1.2.2.1.14.2098564|65|0 +1.3.6.1.2.1.2.2.1.14.2098692|65|0 +1.3.6.1.2.1.2.2.1.14.2098820|65|0 +1.3.6.1.2.1.2.2.1.14.2098948|65|0 +1.3.6.1.2.1.2.2.1.14.2099076|65|0 +1.3.6.1.2.1.2.2.1.14.2099204|65|0 +1.3.6.1.2.1.2.2.1.14.2099332|65|0 +1.3.6.1.2.1.2.2.1.14.2099460|65|0 +1.3.6.1.2.1.2.2.1.14.2099588|65|0 +1.3.6.1.2.1.2.2.1.14.2099726|65|0 +1.3.6.1.2.1.2.2.1.14.2100238|65|0 +1.3.6.1.2.1.2.2.1.14.2100750|65|0 +1.3.6.1.2.1.2.2.1.14.2101262|65|0 +1.3.6.1.2.1.2.2.1.14.2101774|65|0 +1.3.6.1.2.1.2.2.1.14.2102286|65|0 +1.3.6.1.2.1.2.2.1.14.2102798|65|0 +1.3.6.1.2.1.2.2.1.14.2103310|65|0 +1.3.6.1.2.1.2.2.1.14.2103822|65|0 +1.3.6.1.2.1.2.2.1.14.2104334|65|0 +1.3.6.1.2.1.2.2.1.14.2104846|65|0 +1.3.6.1.2.1.2.2.1.14.2105358|65|0 +1.3.6.1.2.1.2.2.1.14.2105870|65|0 +1.3.6.1.2.1.2.2.1.14.2106382|65|0 +1.3.6.1.2.1.2.2.1.14.2106894|65|0 +1.3.6.1.2.1.2.2.1.14.2107406|65|0 +1.3.6.1.2.1.2.2.1.14.2107918|65|0 +1.3.6.1.2.1.2.2.1.14.2108430|65|0 +1.3.6.1.2.1.2.2.1.14.2108942|65|0 +1.3.6.1.2.1.2.2.1.14.2109454|65|0 +1.3.6.1.2.1.2.2.1.14.2109966|65|0 +1.3.6.1.2.1.2.2.1.14.2110478|65|0 +1.3.6.1.2.1.2.2.1.14.2110990|65|0 +1.3.6.1.2.1.2.2.1.14.2111502|65|0 +1.3.6.1.2.1.2.2.1.14.2112014|65|0 +1.3.6.1.2.1.2.2.1.14.2112526|65|0 +1.3.6.1.2.1.2.2.1.14.2113038|65|0 +1.3.6.1.2.1.2.2.1.14.2113540|65|0 +1.3.6.1.2.1.2.2.1.14.2113668|65|0 +1.3.6.1.2.1.2.2.1.14.9437185|65|0 +1.3.6.1.2.1.2.2.1.14.1233125376|65|0 +1.3.6.1.2.1.2.2.1.14.1258291712|65|0 +1.3.6.1.2.1.2.2.1.14.1258317312|65|0 +1.3.6.1.2.1.2.2.1.14.1258317824|65|0 +1.3.6.1.2.1.2.2.1.14.1258318336|65|0 +1.3.6.1.2.1.2.2.1.14.1258318848|65|0 +1.3.6.1.2.1.2.2.1.14.1258319360|65|0 +1.3.6.1.2.1.2.2.1.14.1275068928|65|0 +1.3.6.1.2.1.2.2.1.14.1275076608|65|0 +1.3.6.1.2.1.2.2.1.19.2097156|65|0 +1.3.6.1.2.1.2.2.1.19.2097284|65|0 +1.3.6.1.2.1.2.2.1.19.2097412|65|0 +1.3.6.1.2.1.2.2.1.19.2097540|65|0 +1.3.6.1.2.1.2.2.1.19.2097668|65|0 +1.3.6.1.2.1.2.2.1.19.2097796|65|0 +1.3.6.1.2.1.2.2.1.19.2097924|65|0 +1.3.6.1.2.1.2.2.1.19.2098052|65|0 +1.3.6.1.2.1.2.2.1.19.2098180|65|0 +1.3.6.1.2.1.2.2.1.19.2098308|65|0 +1.3.6.1.2.1.2.2.1.19.2098436|65|0 +1.3.6.1.2.1.2.2.1.19.2098564|65|0 +1.3.6.1.2.1.2.2.1.19.2098692|65|0 +1.3.6.1.2.1.2.2.1.19.2098820|65|0 +1.3.6.1.2.1.2.2.1.19.2098948|65|0 +1.3.6.1.2.1.2.2.1.19.2099076|65|0 +1.3.6.1.2.1.2.2.1.19.2099204|65|0 +1.3.6.1.2.1.2.2.1.19.2099332|65|0 +1.3.6.1.2.1.2.2.1.19.2099460|65|0 +1.3.6.1.2.1.2.2.1.19.2099588|65|0 +1.3.6.1.2.1.2.2.1.19.2099726|65|0 +1.3.6.1.2.1.2.2.1.19.2100238|65|0 +1.3.6.1.2.1.2.2.1.19.2100750|65|0 +1.3.6.1.2.1.2.2.1.19.2101262|65|0 +1.3.6.1.2.1.2.2.1.19.2101774|65|0 +1.3.6.1.2.1.2.2.1.19.2102286|65|0 +1.3.6.1.2.1.2.2.1.19.2102798|65|0 +1.3.6.1.2.1.2.2.1.19.2103310|65|0 +1.3.6.1.2.1.2.2.1.19.2103822|65|0 +1.3.6.1.2.1.2.2.1.19.2104334|65|0 +1.3.6.1.2.1.2.2.1.19.2104846|65|0 +1.3.6.1.2.1.2.2.1.19.2105358|65|0 +1.3.6.1.2.1.2.2.1.19.2105870|65|0 +1.3.6.1.2.1.2.2.1.19.2106382|65|0 +1.3.6.1.2.1.2.2.1.19.2106894|65|0 +1.3.6.1.2.1.2.2.1.19.2107406|65|0 +1.3.6.1.2.1.2.2.1.19.2107918|65|0 +1.3.6.1.2.1.2.2.1.19.2108430|65|0 +1.3.6.1.2.1.2.2.1.19.2108942|65|0 +1.3.6.1.2.1.2.2.1.19.2109454|65|0 +1.3.6.1.2.1.2.2.1.19.2109966|65|0 +1.3.6.1.2.1.2.2.1.19.2110478|65|0 +1.3.6.1.2.1.2.2.1.19.2110990|65|0 +1.3.6.1.2.1.2.2.1.19.2111502|65|0 +1.3.6.1.2.1.2.2.1.19.2112014|65|0 +1.3.6.1.2.1.2.2.1.19.2112526|65|0 +1.3.6.1.2.1.2.2.1.19.2113038|65|0 +1.3.6.1.2.1.2.2.1.19.2113540|65|0 +1.3.6.1.2.1.2.2.1.19.2113668|65|0 +1.3.6.1.2.1.2.2.1.19.9437185|65|0 +1.3.6.1.2.1.2.2.1.19.1233125376|65|0 +1.3.6.1.2.1.2.2.1.19.1258291712|65|0 +1.3.6.1.2.1.2.2.1.19.1258317312|65|0 +1.3.6.1.2.1.2.2.1.19.1258317824|65|0 +1.3.6.1.2.1.2.2.1.19.1258318336|65|0 +1.3.6.1.2.1.2.2.1.19.1258318848|65|0 +1.3.6.1.2.1.2.2.1.19.1258319360|65|0 +1.3.6.1.2.1.2.2.1.19.1275068928|65|0 +1.3.6.1.2.1.2.2.1.19.1275076608|65|0 +1.3.6.1.2.1.2.2.1.20.2097156|65|0 +1.3.6.1.2.1.2.2.1.20.2097284|65|0 +1.3.6.1.2.1.2.2.1.20.2097412|65|0 +1.3.6.1.2.1.2.2.1.20.2097540|65|0 +1.3.6.1.2.1.2.2.1.20.2097668|65|0 +1.3.6.1.2.1.2.2.1.20.2097796|65|0 +1.3.6.1.2.1.2.2.1.20.2097924|65|0 +1.3.6.1.2.1.2.2.1.20.2098052|65|0 +1.3.6.1.2.1.2.2.1.20.2098180|65|0 +1.3.6.1.2.1.2.2.1.20.2098308|65|0 +1.3.6.1.2.1.2.2.1.20.2098436|65|0 +1.3.6.1.2.1.2.2.1.20.2098564|65|0 +1.3.6.1.2.1.2.2.1.20.2098692|65|0 +1.3.6.1.2.1.2.2.1.20.2098820|65|0 +1.3.6.1.2.1.2.2.1.20.2098948|65|0 +1.3.6.1.2.1.2.2.1.20.2099076|65|0 +1.3.6.1.2.1.2.2.1.20.2099204|65|0 +1.3.6.1.2.1.2.2.1.20.2099332|65|0 +1.3.6.1.2.1.2.2.1.20.2099460|65|0 +1.3.6.1.2.1.2.2.1.20.2099588|65|0 +1.3.6.1.2.1.2.2.1.20.2099726|65|0 +1.3.6.1.2.1.2.2.1.20.2100238|65|0 +1.3.6.1.2.1.2.2.1.20.2100750|65|0 +1.3.6.1.2.1.2.2.1.20.2101262|65|0 +1.3.6.1.2.1.2.2.1.20.2101774|65|0 +1.3.6.1.2.1.2.2.1.20.2102286|65|0 +1.3.6.1.2.1.2.2.1.20.2102798|65|0 +1.3.6.1.2.1.2.2.1.20.2103310|65|0 +1.3.6.1.2.1.2.2.1.20.2103822|65|0 +1.3.6.1.2.1.2.2.1.20.2104334|65|0 +1.3.6.1.2.1.2.2.1.20.2104846|65|0 +1.3.6.1.2.1.2.2.1.20.2105358|65|0 +1.3.6.1.2.1.2.2.1.20.2105870|65|0 +1.3.6.1.2.1.2.2.1.20.2106382|65|0 +1.3.6.1.2.1.2.2.1.20.2106894|65|0 +1.3.6.1.2.1.2.2.1.20.2107406|65|0 +1.3.6.1.2.1.2.2.1.20.2107918|65|0 +1.3.6.1.2.1.2.2.1.20.2108430|65|0 +1.3.6.1.2.1.2.2.1.20.2108942|65|0 +1.3.6.1.2.1.2.2.1.20.2109454|65|0 +1.3.6.1.2.1.2.2.1.20.2109966|65|0 +1.3.6.1.2.1.2.2.1.20.2110478|65|0 +1.3.6.1.2.1.2.2.1.20.2110990|65|0 +1.3.6.1.2.1.2.2.1.20.2111502|65|0 +1.3.6.1.2.1.2.2.1.20.2112014|65|0 +1.3.6.1.2.1.2.2.1.20.2112526|65|0 +1.3.6.1.2.1.2.2.1.20.2113038|65|0 +1.3.6.1.2.1.2.2.1.20.2113540|65|0 +1.3.6.1.2.1.2.2.1.20.2113668|65|0 +1.3.6.1.2.1.2.2.1.20.9437185|65|0 +1.3.6.1.2.1.2.2.1.20.1233125376|65|0 +1.3.6.1.2.1.2.2.1.20.1258291712|65|0 +1.3.6.1.2.1.2.2.1.20.1258317312|65|0 +1.3.6.1.2.1.2.2.1.20.1258317824|65|0 +1.3.6.1.2.1.2.2.1.20.1258318336|65|0 +1.3.6.1.2.1.2.2.1.20.1258318848|65|0 +1.3.6.1.2.1.2.2.1.20.1258319360|65|0 +1.3.6.1.2.1.2.2.1.20.1275068928|65|0 +1.3.6.1.2.1.2.2.1.20.1275076608|65|0 +1.3.6.1.2.1.4.3.0|65|134080392 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|0 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|3502351 +1.3.6.1.2.1.4.10.0|65|134041837 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|24 +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|684 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|855 +1.3.6.1.2.1.4.20.1.2.192.168.131.158|2|1275076608 +1.3.6.1.2.1.4.20.1.3.192.168.131.158|64|255.255.240.0 +1.3.6.1.2.1.4.22.1.2.1275076608.192.168.128.1|4x|001B21639C84 +1.3.6.1.2.1.4.22.1.2.1275076608.192.168.128.86|4x|D4AE528EDDCB +1.3.6.1.2.1.4.22.1.2.1275076608.192.168.129.1|4x|F8B1569C7B13 +1.3.6.1.2.1.4.24.3.0|66|2 +1.3.6.1.2.1.4.31.1.1.3.1|65|0 +1.3.6.1.2.1.4.31.1.1.3.2|65|0 +1.3.6.1.2.1.4.31.1.1.4.1|70|0 +1.3.6.1.2.1.4.31.1.1.4.2|70|0 +1.3.6.1.2.1.4.31.1.1.5.1|65|0 +1.3.6.1.2.1.4.31.1.1.5.2|65|0 +1.3.6.1.2.1.4.31.1.1.6.1|70|0 +1.3.6.1.2.1.4.31.1.1.6.2|70|0 +1.3.6.1.2.1.4.31.1.1.7.1|65|0 +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|0 +1.3.6.1.2.1.4.31.1.1.10.1|65|0 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.1|65|0 +1.3.6.1.2.1.4.31.1.1.11.2|65|0 +1.3.6.1.2.1.4.31.1.1.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|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|0 +1.3.6.1.2.1.4.31.1.1.18.1|65|0 +1.3.6.1.2.1.4.31.1.1.18.2|65|0 +1.3.6.1.2.1.4.31.1.1.19.1|70|0 +1.3.6.1.2.1.4.31.1.1.19.2|70|0 +1.3.6.1.2.1.4.31.1.1.20.1|65|0 +1.3.6.1.2.1.4.31.1.1.20.2|65|0 +1.3.6.1.2.1.4.31.1.1.21.1|70|0 +1.3.6.1.2.1.4.31.1.1.21.2|70|0 +1.3.6.1.2.1.4.31.1.1.22.1|65|0 +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|0 +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|0 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.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|0 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.30.1|65|0 +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|0 +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|0 +1.3.6.1.2.1.4.31.1.1.32.2|65|0 +1.3.6.1.2.1.4.31.1.1.33.1|70|0 +1.3.6.1.2.1.4.31.1.1.33.2|70|0 +1.3.6.1.2.1.4.31.1.1.34.1|65|0 +1.3.6.1.2.1.4.31.1.1.34.2|65|0 +1.3.6.1.2.1.4.31.1.1.35.1|70|0 +1.3.6.1.2.1.4.31.1.1.35.2|70|0 +1.3.6.1.2.1.4.31.1.1.36.1|65|0 +1.3.6.1.2.1.4.31.1.1.36.2|65|0 +1.3.6.1.2.1.4.31.1.1.37.1|70|0 +1.3.6.1.2.1.4.31.1.1.37.2|70|0 +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|0 +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|0 +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|0 +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|0 +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|15 +1.3.6.1.2.1.4.31.1.1.47.2|66|15 +1.3.6.1.2.1.4.35.1.4.1275076608.1.4.192.168.128.1|4x|001B21639C84 +1.3.6.1.2.1.4.35.1.4.1275076608.1.4.192.168.128.86|4x|D4AE528EDDCB +1.3.6.1.2.1.4.35.1.4.1275076608.1.4.192.168.129.1|4x|F8B1569C7B13 +1.3.6.1.2.1.4.35.1.4.1275076608.1.4.192.168.131.158|4x|0C29EFA0A122 +1.3.6.1.2.1.5.1.0|65|99475 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|316 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|99159 +1.3.6.1.2.1.5.9.0|65|0 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|99159 +1.3.6.1.2.1.5.15.0|65|316 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|99159 +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|99475 +1.3.6.1.2.1.5.29.1.2.2|65|0 +1.3.6.1.2.1.5.29.1.3.1|65|0 +1.3.6.1.2.1.5.29.1.3.2|65|0 +1.3.6.1.2.1.5.29.1.4.1|65|99159 +1.3.6.1.2.1.5.29.1.4.2|65|0 +1.3.6.1.2.1.5.29.1.5.1|65|316 +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|0 +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|316 +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|0 +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|99159 +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|0 +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|0 +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.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|0 +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|0 +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|0 +1.3.6.1.2.1.5.30.1.3.2.136|65|0 +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.4.1.0|65|99159 +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|0 +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|0 +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|0 +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.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|0 +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|0 +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.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|186 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|34 +1.3.6.1.2.1.6.9.0|66|22 +1.3.6.1.2.1.6.10.0|65|20100 +1.3.6.1.2.1.6.11.0|65|1886216 +1.3.6.1.2.1.6.12.0|65|0 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|0 +1.3.6.1.2.1.6.18.0|70|1886216 +1.3.6.1.2.1.6.19.1.7.1.4.0.0.0.0.22.1.4.0.0.0.0.0|2|2 +1.3.6.1.2.1.7.1.0|65|3342885 +1.3.6.1.2.1.7.2.0|65|42440 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|3341198 +1.3.6.1.2.1.10.7.2.1.19.2097156|2|3 +1.3.6.1.2.1.10.7.2.1.19.2097284|2|3 +1.3.6.1.2.1.10.7.2.1.19.2097412|2|3 +1.3.6.1.2.1.10.7.2.1.19.2097540|2|3 +1.3.6.1.2.1.10.7.2.1.19.2097668|2|3 +1.3.6.1.2.1.10.7.2.1.19.2097796|2|3 +1.3.6.1.2.1.10.7.2.1.19.2097924|2|3 +1.3.6.1.2.1.10.7.2.1.19.2098052|2|3 +1.3.6.1.2.1.10.7.2.1.19.2098180|2|3 +1.3.6.1.2.1.10.7.2.1.19.2098308|2|3 +1.3.6.1.2.1.10.7.2.1.19.2098436|2|3 +1.3.6.1.2.1.10.7.2.1.19.2098564|2|1 +1.3.6.1.2.1.10.7.2.1.19.2098692|2|1 +1.3.6.1.2.1.10.7.2.1.19.2098820|2|1 +1.3.6.1.2.1.10.7.2.1.19.2098948|2|1 +1.3.6.1.2.1.10.7.2.1.19.2099076|2|1 +1.3.6.1.2.1.10.7.2.1.19.2099204|2|1 +1.3.6.1.2.1.10.7.2.1.19.2099332|2|1 +1.3.6.1.2.1.10.7.2.1.19.2099460|2|1 +1.3.6.1.2.1.10.7.2.1.19.2099588|2|1 +1.3.6.1.2.1.10.7.2.1.19.2099726|2|1 +1.3.6.1.2.1.10.7.2.1.19.2100238|2|1 +1.3.6.1.2.1.10.7.2.1.19.2100750|2|1 +1.3.6.1.2.1.10.7.2.1.19.2101262|2|1 +1.3.6.1.2.1.10.7.2.1.19.2101774|2|1 +1.3.6.1.2.1.10.7.2.1.19.2102286|2|1 +1.3.6.1.2.1.10.7.2.1.19.2102798|2|1 +1.3.6.1.2.1.10.7.2.1.19.2103310|2|1 +1.3.6.1.2.1.10.7.2.1.19.2103822|2|1 +1.3.6.1.2.1.10.7.2.1.19.2104334|2|1 +1.3.6.1.2.1.10.7.2.1.19.2104846|2|1 +1.3.6.1.2.1.10.7.2.1.19.2105358|2|1 +1.3.6.1.2.1.10.7.2.1.19.2105870|2|1 +1.3.6.1.2.1.10.7.2.1.19.2106382|2|1 +1.3.6.1.2.1.10.7.2.1.19.2106894|2|1 +1.3.6.1.2.1.10.7.2.1.19.2107406|2|1 +1.3.6.1.2.1.10.7.2.1.19.2107918|2|1 +1.3.6.1.2.1.10.7.2.1.19.2108430|2|1 +1.3.6.1.2.1.10.7.2.1.19.2108942|2|1 +1.3.6.1.2.1.10.7.2.1.19.2109454|2|1 +1.3.6.1.2.1.10.7.2.1.19.2109966|2|1 +1.3.6.1.2.1.10.7.2.1.19.2110478|2|1 +1.3.6.1.2.1.10.7.2.1.19.2110990|2|1 +1.3.6.1.2.1.10.7.2.1.19.2111502|2|1 +1.3.6.1.2.1.10.7.2.1.19.2112014|2|1 +1.3.6.1.2.1.10.7.2.1.19.2112526|2|1 +1.3.6.1.2.1.10.7.2.1.19.2113038|2|3 +1.3.6.1.2.1.10.7.2.1.19.2113540|2|1 +1.3.6.1.2.1.10.7.2.1.19.2113668|2|1 +1.3.6.1.2.1.10.7.2.1.19.9437185|2|3 +1.3.6.1.2.1.10.7.2.1.19.1258291712|2|1 +1.3.6.1.2.1.10.7.2.1.19.1258317312|2|1 +1.3.6.1.2.1.10.7.2.1.19.1258317824|2|1 +1.3.6.1.2.1.10.7.2.1.19.1258318336|2|1 +1.3.6.1.2.1.10.7.2.1.19.1258318848|2|1 +1.3.6.1.2.1.10.7.2.1.19.1258319360|2|1 +1.3.6.1.2.1.11.1.0|65|3335959 +1.3.6.1.2.1.11.2.0|65|3335910 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|31552040 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|295746 +1.3.6.1.2.1.11.16.0|65|48695 +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|3335912 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.30.0|2|1 +1.3.6.1.2.1.16.19.1.0|4|F0400040 +1.3.6.1.2.1.17.1.4.1.2.8|2|2098052 +1.3.6.1.2.1.17.1.4.1.2.953|2|1258291712 +1.3.6.1.2.1.17.1.4.1.2.1003|2|1258317312 +1.3.6.1.2.1.17.1.4.1.2.1004|2|1258317824 +1.3.6.1.2.1.17.1.4.1.2.1005|2|1258318336 +1.3.6.1.2.1.17.1.4.1.2.1006|2|1258318848 +1.3.6.1.2.1.17.1.4.1.2.1007|2|1258319360 +1.3.6.1.2.1.17.2.1.0|5| +1.3.6.1.2.1.17.7.1.1.1.0|2|1 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.3.45.27.27.162|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.4.150.5.100.158|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.4.150.24.68.191|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.4.150.31.22.134|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.5.81.11.172.159|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.10.205.53.223.114|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.10.247.56.119.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.10.247.182.187.118|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.10.247.184.144.68|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.10.247.208.197.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.10.247.208.208.16|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.10.247.246.11.176|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.14.12.193.119.168|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.14.12.193.127.190|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.14.107.4.58.220|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.14.107.4.58.221|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.19.33.172.98.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.20.56.249.197.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.20.56.249.228.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.20.79.63.224.96|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.22.185.107.117.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.22.185.187.48.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.22.185.192.136.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.23.8.32.174.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.23.8.227.120.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.23.8.248.196.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.23.164.101.19.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.113.29.46.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.113.29.206.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.113.33.62.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.113.39.136.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.113.39.187.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.113.40.40.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.113.51.98.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.113.51.210.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.113.51.241.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.17.220.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.30.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.30.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.37.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.63.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.142.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.143.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.193.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.205.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.223.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.245.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.254.19.254.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.27.33.99.156.132|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.27.63.45.78.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.27.235.3.175.254|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.28.46.81.87.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.28.46.180.65.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.21.28.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.24.37.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.24.160.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.24.198.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.24.208.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.24.245.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.24.246.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.26.137.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.26.252.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.29.179.134.199.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.34.25.32.164.213|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.34.25.41.182.131|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.35.71.199.155.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.35.174.94.252.147|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.36.168.4.207.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.36.232.88.37.177|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.97.200.97.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.97.200.128.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.97.200.240.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.100.158.90.38|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.6.66.2|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.141.216.4|2|1007 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.141.216.6|2|1007 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.108.68|2|1005 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.108.70|2|1005 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.109.28|2|1003 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.109.30|2|1003 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.110.24|2|1006 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.110.26|2|1006 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.115.116|2|1004 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.115.118|2|1004 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.115.132|2|8 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.142.142.60|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.198.58.232|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.202.164.28|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.202.170.194|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.144.206.142.53|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.38.241.146.77.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.38.241.146.206.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.48.72.221.108.97|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.48.72.221.109.5|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.64.158.0.38.147|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.64.158.0.71.90|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.78.1.167.9.56|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.78.1.167.12.73|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.78.1.173.197.123|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.78.1.185.238.215|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.78.1.194.109.66|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.0.89|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.18|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.28|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.32|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.33|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.34|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.38|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.39|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.40|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.44|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.45|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.46|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.53|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.68|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.71|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.78|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.80|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.87|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.89|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.1.250|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.0.13.253|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.163.12.129|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.163.16.239|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.163.44.170|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.163.54.2|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.163.56.198|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.163.153.249|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.163.212.146|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.163.232.165|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.182.140.159.214|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.128.163.170.33.180|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.128.163.253.43.130|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.192.61.6.162.254|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.192.61.7.25.6|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.192.61.7.72.23|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.12.66.161.30.22.114|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.12.66.161.30.22.118|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.12.66.161.30.22.122|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.12.66.161.30.22.130|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.12.66.161.30.22.134|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.12.66.161.173.226.78|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.16.101.48.12.104.220|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.3.115.185.182.70|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.3.115.185.205.223|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.5.198.27|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.22.108.82|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.22.109.88|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.22.109.136|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.22.109.160|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.22.114.35|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.22.116.63|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.22.141.14|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.67.134.117|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.102.218.70.6.148|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.219.242.72.46.104|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.28.52.218.80.172.12|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.110.150.19.144.80|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.110.150.19.144.224|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.110.150.19.149.112|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.110.150.19.150.24|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.110.150.19.150.96|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.110.150.19.153.8|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.110.150.44.140.24|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.110.150.44.142.184|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.138.7.169.14.18|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.40.128.35.71.113.224|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.167.254.66|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.169.50.130|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.174.209.93|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.193.48.30|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.198.29.168|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.198.29.229|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.199.38.225|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.200.24.27|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.200.136.96|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.23.235.205.121.227|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.100.169.111.133.62|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.100.169.242.128.160|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.56.33.199.140.248.80|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.60.44.48.22.116.130|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.60.236.239.57.229.40|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.60.236.239.57.243.225|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.62.15.163.153.248.234|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.62.39.45.1.147.48|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.68.138.91.92.182.221|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.68.138.91.101.16.220|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.68.138.91.101.17.82|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.68.138.91.129.186.178|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.68.138.91.129.186.248|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.72.77.126.179.3.35|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.72.77.126.179.58.222|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.72.77.126.183.118.16|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.72.77.126.186.24.148|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.72.77.126.195.83.48|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.72.77.126.247.46.205|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.107.75.219.8.224|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.107.75.219.8.236|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.107.75.219.9.40|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.8.41.162|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.8.41.175|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.8.42.212|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.33.216.106|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.35.186.34|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.43.65.48|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.53.119.3|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.54.39.104|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.54.39.195|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.80.154.76.54.40.44|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.84.4.166.192.84.147|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.84.4.166.242.251.84|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.84.72.16.247.240.126|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.84.191.100.99.70.118|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.88.236.225.0.142.49|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.92.249.221.114.103.141|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.92.249.221.116.185.25|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.92.249.221.118.134.73|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.92.249.221.221.109.142|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.34.90.189|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.42.68.211|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.62.114.147|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.81.101.17|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.86.30.182|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.86.131.23|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.106.41.14|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.115.21.80|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.120.170.255|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.0.106.120.191.202|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.49.80.40.8.159|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.104.91.53.204.51.239|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.104.181.153.30.246.64|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.108.194.23.142.190.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.108.194.23.142.253.224|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.112.179.213.14.131.176|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.112.181.232.42.108.14|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.112.181.232.77.232.235|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.112.181.232.93.101.79|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.116.70.160.10.62.64|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.116.70.160.10.189.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.116.70.160.17.16.96|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.144.72.47|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.145.190.242|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.145.194.72|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.148.229.242|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.148.230.230|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.148.231.11|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.148.231.37|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.148.231.164|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.148.231.238|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.148.235.106|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.148.238.178|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.149.145.232|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.149.146.22|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.149.159.231|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.149.161.116|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.172.202.44|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.43.203.175.34.91|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.172.192.187.93.83|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.120.172.192.193.252.87|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.124.139.202.0.128.223|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.124.139.202.1.24.159|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.124.254.144.147.205.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.128.48.224.120.217.144|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.132.123.235.37.88.40|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.132.143.105.250.3.152|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.69.224.123|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.84.184.165|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.84.188.211|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.86.129.227|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.92.132.79|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.103.59.150|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.131.177.46|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.131.179.2|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.131.179.222|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.143.237.176|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.156.52.116|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.166.112.87|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.176.99.86|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.177.28.178|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.192.126.87|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.200.46.133|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.201.17.11|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.236.75.212.110.99|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.144.27.14.24.126.4|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.144.43.52.49.206.222|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.144.177.28.112.228.212|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.144.177.28.128.230.237|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.144.177.28.130.157.180|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.144.177.28.132.180.52|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.144.177.28.144.101.37|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.144.177.28.145.40.205|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.144.177.28.166.115.214|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.148.24.130.88.19.96|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.148.24.130.89.176.160|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.148.198.145.55.180.38|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.3.155.9.182.186|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.3.155.9.184.134|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.3.155.47.23.70|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.3.155.47.23.74|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.3.155.47.38.198|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.3.155.173.49.80|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.144.150.157.50.141|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.144.150.158.112.183|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.144.150.163.49.208|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.144.150.184.176.201|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.144.150.190.76.174|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.144.150.193.179.240|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.144.150.194.105.140|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.144.150.197.86.130|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.144.150.219.133.100|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.242.179.82.94.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.152.242.179.165.100.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.160.29.72.32.7.64|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.160.54.159.22.17.22|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.160.72.28.178.32.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.162.0.11.142.31.78|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.164.187.109.85.138.171|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.164.187.109.115.79.243|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.164.187.109.173.248.94|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.164.187.109.207.167.156|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.172.31.107.246.140.107|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.172.31.107.246.163.237|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.38.40.22.70.104|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.38.40.57.98.112|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.38.40.75.112.144|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.38.40.116.153.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.38.40.116.153.193|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.123.37.159.129.227|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.180.57.214.69.61.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.180.57.214.69.252.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.39.235.92.157.145|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.39.235.93.52.247|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.39.235.139.92.26|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.39.235.222.231.119|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.89.159.221.130.48|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.133.132.158.65.236|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.133.132.162.66.85|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.133.132.169.40.45|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.133.132.174.149.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.133.132.176.20.232|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.133.132.176.72.41|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.172.111.27.165.122|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.172.111.41.251.143|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.172.111.43.68.109|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.128.246.179|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.147.191.40|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.149.235.25|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.150.248.243|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.151.54.93|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.157.234.38|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.160.113.74|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.161.158.17|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.161.219.209|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.161.220.35|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.162.20.249|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.164.93.27|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.164.105.213|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.164.110.241|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.173.1.235|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.188.155.133|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.188.226.63|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.189.99.86|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.189.124.194|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.202.58.189.125.221|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.188.151.225.212.177.208|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.188.151.225.238.164.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.192.145.52.102.252.64|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.192.145.52.216.234.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.192.145.52.227.19.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.200.31.102.217.201.97|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.200.31.102.217.237.189|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.200.247.80.25.235.148|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.204.72.58.56.35.175|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.212.174.82.142.221.203|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.212.190.217.139.244.239|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.212.190.217.147.4.175|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.212.190.217.151.99.108|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.212.190.217.154.222.177|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.216.158.243.7.10.82|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.216.158.243.26.57.190|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.216.158.243.59.163.11|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.17.91.102.89.64|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.135.245.112|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.139.149.215|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.172.104.88|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.174.126.64|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.176.219.190|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.176.228.91|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.183.245.131|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.184.121.174|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.184.121.240|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.184.122.89|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.184.122.189|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.184.123.134|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.188.20.205|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.188.167.94|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.188.172.186|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.191.196.235|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.196.203.211|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.210.117.252|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.84.232.210.118.91|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.185.122.41.174.243|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.185.122.51.12.45|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.185.122.241.76.154|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.236.13.154.107.210.88|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.236.154.116.195.223.160|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.236.235.184.182.89.16|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.236.244.187.82.110.254|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.236.244.187.221.109.144|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.240.31.175.13.217.220|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.240.31.175.13.219.46|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.77.48.123.214.238|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.115.76.83|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.120.99.66|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.122.156.161|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.122.156.165|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.122.157.24|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.162.133.144|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.171.247.111|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.176.152.194|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.178.43.4|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.183.16.153|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.183.16.229|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.183.16.233|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.244.142.56.183.16.249|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.157.230.101|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.160.65.217|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.160.197.65|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.160.206.184|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.166.191.231|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.166.246.233|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.172.56.129|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.172.58.61|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.187.156.211|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.199.119.242|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.248.177.86.204.184.97|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.252.153.71.73.179.75|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.254.84.147.51.137.20|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.3.5.24.25.78|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.3.5.24.25.100|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.3.5.24.25.101|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.4.150.5.100.158|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.4.150.24.68.191|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.4.150.31.22.134|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.8.0.133.4.219|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.14.140.194.105.70|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.20.79.38.251.124|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.20.79.63.224.97|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.27.33.99.156.132|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.221.109|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.221.220|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.222.81|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.222.93|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.222.105|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.222.111|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.222.129|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.222.144|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.222.147|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.222.243|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.223.8|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.223.11|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.224.76|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.224.100|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.224.118|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.224.145|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.224.181|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.224.208|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.224.214|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.225.18|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.225.108|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.225.177|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.225.183|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.29.9.253.225.186|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.35.174.251.126.151|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.36.232.86.242.80|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.36.232.88.37.177|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.140.227.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.143.134.196|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.143.135.67|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.143.135.154|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.143.136.208|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.143.136.213|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.143.176.227|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.143.177.5|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.143.177.11|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.143.177.108|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.159.40.38|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.205.223.83|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.206.162.54|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.255.57.150|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.37.144.255.61.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.80.86.0.128.57|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.80.86.0.128.58|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.80.86.1.131.37|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.80.86.105.16.55|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.61.4.119.83|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.61.4.119.84|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.61.4.119.85|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.61.7.126.116|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.61.8.138.15|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.61.8.138.16|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.61.9.72.131|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.168.18.52.86|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.255.60.221.219|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.255.60.222.221|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.255.60.222.242|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.0.192.255.60.224.7|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.8.0.39.28.163.101|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.12.196.122.244.101.70|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.12.196.122.244.101.207|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.12.196.122.244.102.88|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.12.196.122.244.102.91|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.20.254.181.219.165.37|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.24.3.115.255.91.180|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.24.3.115.255.207.7|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.44.234.127.244.0.116|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.44.234.127.244.24.230|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.44.234.127.244.27.250|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.44.234.127.244.55.18|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.44.48.15.28.130|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.44.48.22.116.130|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.166.146|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.166.153|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.166.156|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.166.158|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.166.228|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.167.5|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.167.8|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.167.12|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.167.18|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.236.239.25.167.20|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.253.254.10.161.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.253.254.10.176.64|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.60.253.254.10.179.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.76.217.143.3.72.60|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.76.217.143.3.73.68|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.76.217.143.11.156.216|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.76.217.143.19.167.74|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.80.154.76.176.227.46|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.80.154.76.178.157.30|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.84.191.100.250.215.96|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.108.43.89.171.16.191|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.112.181.232.205.207.92|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.116.142.248.107.166.122|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.247.144.79|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.249.53.182|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.251.93.39|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.52.123|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.52.156|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.52.180|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.52.240|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.52.243|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.52.246|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.29|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.32|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.47|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.71|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.80|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.107|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.110|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.113|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.116|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.122|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.131|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.134|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.137|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.140|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.143|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.149|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.158|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.170|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.53.173|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.54.40|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.54.115|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.54.148|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.54.157|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.54.163|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.54.169|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.54.199|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.54.244|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.9|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.24|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.48|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.54|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.57|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.63|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.72|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.75|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.129|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.147|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.55.246|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.56|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.62|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.68|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.83|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.89|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.101|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.107|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.110|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.122|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.131|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.134|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.140|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.146|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.152|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.161|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.164|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.167|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.200|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.209|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.212|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.215|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.221|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.233|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.245|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.251|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.56.254|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.57.1|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.57.49|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.58.138|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.58.141|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.59.80|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.108.178|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.109.18|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.109.27|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.120.69.196.252.109.60|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.8.83|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.8.158|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.8.239|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.12.46|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.16.237|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.18.82|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.37.40|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.37.73|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.37.166|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.39.56|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.47.87|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.63.130|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.66.28|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.66.43|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.66.175|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.66.187|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.71.140|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.71.176|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.72.16|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.72.106|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.72.115|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.72.121|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.73.165|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.74.2|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.74.89|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.74.95|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.74.155|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.74.239|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.76.132|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.78.40|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.81.165|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.81.213|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.83.106|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.84.0|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.84.51|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.84.63|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.84.117|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.84.171|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.88.230|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.89.184|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.90.93|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.93.3|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.93.84|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.93.177|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.132.143.105.253.93.243|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.148.16.62.105.17.245|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.160.54.159.22.12.154|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.109|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.113|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.120|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.138|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.144|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.146|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.149|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.151|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.157|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.87.207|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.89.56|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.91.89.67|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.92.37.187|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.92.38.236|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.92.106.126|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.172.31.107.92.106.127|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.176.123.37.173.103.100|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.39.235.40.219.69|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.39.235.68.82.72|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.39.235.108.96.236|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.39.235.116.233.183|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.39.235.216.51.69|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.39.235.231.54.215|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.39.235.242.63.255|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.203.41.145.253.217|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.203.41.183.193.178|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.184.203.41.183.219.161|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.208.148.102.19.236.221|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.212.174.82.142.221.203|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.236.177.215.8.76.192|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.236.235.184.195.155.128|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.244.2.112.247.70.216|2|953 +1.3.6.1.2.1.17.7.1.2.2.1.2.16.244.2.112.250.114.254|2|953 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.1|66|1 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.16|66|16 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.1|4x|010000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203830203030203030203030203030203030203345203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.16|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203830203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.1|4x|010000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203830203030203030203030203030203030203345203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.16|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030 +1.3.6.1.2.1.17.7.1.4.3.1.1.1|4|DEFAULT +1.3.6.1.2.1.17.7.1.4.3.1.1.16|4|MGM +1.3.6.1.2.1.31.1.1.1.1.2097156|4|TenGigabitEthernet 1/1/1 +1.3.6.1.2.1.31.1.1.1.1.2097284|4|TenGigabitEthernet 1/1/2 +1.3.6.1.2.1.31.1.1.1.1.2097412|4|TenGigabitEthernet 1/1/3 +1.3.6.1.2.1.31.1.1.1.1.2097540|4|TenGigabitEthernet 1/1/4 +1.3.6.1.2.1.31.1.1.1.1.2097668|4|TenGigabitEthernet 1/2/1 +1.3.6.1.2.1.31.1.1.1.1.2097796|4|TenGigabitEthernet 1/2/2 +1.3.6.1.2.1.31.1.1.1.1.2097924|4|TenGigabitEthernet 1/2/3 +1.3.6.1.2.1.31.1.1.1.1.2098052|4|TenGigabitEthernet 1/2/4 +1.3.6.1.2.1.31.1.1.1.1.2098180|4|TenGigabitEthernet 1/3/1 +1.3.6.1.2.1.31.1.1.1.1.2098308|4|TenGigabitEthernet 1/3/2 +1.3.6.1.2.1.31.1.1.1.1.2098436|4|TenGigabitEthernet 1/3/3 +1.3.6.1.2.1.31.1.1.1.1.2098564|4|TenGigabitEthernet 1/3/4 +1.3.6.1.2.1.31.1.1.1.1.2098692|4|TenGigabitEthernet 1/4/1 +1.3.6.1.2.1.31.1.1.1.1.2098820|4|TenGigabitEthernet 1/4/2 +1.3.6.1.2.1.31.1.1.1.1.2098948|4|TenGigabitEthernet 1/4/3 +1.3.6.1.2.1.31.1.1.1.1.2099076|4|TenGigabitEthernet 1/4/4 +1.3.6.1.2.1.31.1.1.1.1.2099204|4|TenGigabitEthernet 1/5/1 +1.3.6.1.2.1.31.1.1.1.1.2099332|4|TenGigabitEthernet 1/5/2 +1.3.6.1.2.1.31.1.1.1.1.2099460|4|TenGigabitEthernet 1/5/3 +1.3.6.1.2.1.31.1.1.1.1.2099588|4|TenGigabitEthernet 1/5/4 +1.3.6.1.2.1.31.1.1.1.1.2099726|4|hundredGigE 1/6 +1.3.6.1.2.1.31.1.1.1.1.2100238|4|hundredGigE 1/7 +1.3.6.1.2.1.31.1.1.1.1.2100750|4|hundredGigE 1/8 +1.3.6.1.2.1.31.1.1.1.1.2101262|4|hundredGigE 1/9 +1.3.6.1.2.1.31.1.1.1.1.2101774|4|hundredGigE 1/10 +1.3.6.1.2.1.31.1.1.1.1.2102286|4|hundredGigE 1/11 +1.3.6.1.2.1.31.1.1.1.1.2102798|4|hundredGigE 1/12 +1.3.6.1.2.1.31.1.1.1.1.2103310|4|hundredGigE 1/13 +1.3.6.1.2.1.31.1.1.1.1.2103822|4|hundredGigE 1/14 +1.3.6.1.2.1.31.1.1.1.1.2104334|4|hundredGigE 1/15 +1.3.6.1.2.1.31.1.1.1.1.2104846|4|hundredGigE 1/16 +1.3.6.1.2.1.31.1.1.1.1.2105358|4|hundredGigE 1/17 +1.3.6.1.2.1.31.1.1.1.1.2105870|4|hundredGigE 1/18 +1.3.6.1.2.1.31.1.1.1.1.2106382|4|hundredGigE 1/19 +1.3.6.1.2.1.31.1.1.1.1.2106894|4|hundredGigE 1/20 +1.3.6.1.2.1.31.1.1.1.1.2107406|4|hundredGigE 1/21 +1.3.6.1.2.1.31.1.1.1.1.2107918|4|hundredGigE 1/22 +1.3.6.1.2.1.31.1.1.1.1.2108430|4|hundredGigE 1/23 +1.3.6.1.2.1.31.1.1.1.1.2108942|4|hundredGigE 1/24 +1.3.6.1.2.1.31.1.1.1.1.2109454|4|hundredGigE 1/25 +1.3.6.1.2.1.31.1.1.1.1.2109966|4|hundredGigE 1/26 +1.3.6.1.2.1.31.1.1.1.1.2110478|4|hundredGigE 1/27 +1.3.6.1.2.1.31.1.1.1.1.2110990|4|hundredGigE 1/28 +1.3.6.1.2.1.31.1.1.1.1.2111502|4|hundredGigE 1/29 +1.3.6.1.2.1.31.1.1.1.1.2112014|4|hundredGigE 1/30 +1.3.6.1.2.1.31.1.1.1.1.2112526|4|hundredGigE 1/31 +1.3.6.1.2.1.31.1.1.1.1.2113038|4|hundredGigE 1/32 +1.3.6.1.2.1.31.1.1.1.1.2113540|4|TenGigabitEthernet 1/33 +1.3.6.1.2.1.31.1.1.1.1.2113668|4|TenGigabitEthernet 1/34 +1.3.6.1.2.1.31.1.1.1.1.9437185|4|ManagementEthernet 1/1 +1.3.6.1.2.1.31.1.1.1.1.1233125376|4|NULL 0 +1.3.6.1.2.1.31.1.1.1.1.1258291712|4|Port-channel 1 +1.3.6.1.2.1.31.1.1.1.1.1258317312|4|Port-channel 51 +1.3.6.1.2.1.31.1.1.1.1.1258317824|4|Port-channel 52 +1.3.6.1.2.1.31.1.1.1.1.1258318336|4|Port-channel 53 +1.3.6.1.2.1.31.1.1.1.1.1258318848|4|Port-channel 54 +1.3.6.1.2.1.31.1.1.1.1.1258319360|4|Port-channel 55 +1.3.6.1.2.1.31.1.1.1.1.1275068928|4|Vlan 1 +1.3.6.1.2.1.31.1.1.1.1.1275076608|4|Vlan 16 +1.3.6.1.2.1.31.1.1.1.2.2097156|65|3545980 +1.3.6.1.2.1.31.1.1.1.2.2097284|65|3459705 +1.3.6.1.2.1.31.1.1.1.2.2097412|65|4050834 +1.3.6.1.2.1.31.1.1.1.2.2097540|65|3513148 +1.3.6.1.2.1.31.1.1.1.2.2097668|65|3227491 +1.3.6.1.2.1.31.1.1.1.2.2097796|65|3357569 +1.3.6.1.2.1.31.1.1.1.2.2097924|65|3629141 +1.3.6.1.2.1.31.1.1.1.2.2098052|65|493 +1.3.6.1.2.1.31.1.1.1.2.2098180|65|3678384 +1.3.6.1.2.1.31.1.1.1.2.2098308|65|3359671 +1.3.6.1.2.1.31.1.1.1.2.2098436|65|3359185 +1.3.6.1.2.1.31.1.1.1.2.2098564|65|0 +1.3.6.1.2.1.31.1.1.1.2.2098692|65|0 +1.3.6.1.2.1.31.1.1.1.2.2098820|65|0 +1.3.6.1.2.1.31.1.1.1.2.2098948|65|0 +1.3.6.1.2.1.31.1.1.1.2.2099076|65|0 +1.3.6.1.2.1.31.1.1.1.2.2099204|65|0 +1.3.6.1.2.1.31.1.1.1.2.2099332|65|0 +1.3.6.1.2.1.31.1.1.1.2.2099460|65|0 +1.3.6.1.2.1.31.1.1.1.2.2099588|65|0 +1.3.6.1.2.1.31.1.1.1.2.2099726|65|0 +1.3.6.1.2.1.31.1.1.1.2.2100238|65|0 +1.3.6.1.2.1.31.1.1.1.2.2100750|65|0 +1.3.6.1.2.1.31.1.1.1.2.2101262|65|0 +1.3.6.1.2.1.31.1.1.1.2.2101774|65|0 +1.3.6.1.2.1.31.1.1.1.2.2102286|65|0 +1.3.6.1.2.1.31.1.1.1.2.2102798|65|0 +1.3.6.1.2.1.31.1.1.1.2.2103310|65|0 +1.3.6.1.2.1.31.1.1.1.2.2103822|65|0 +1.3.6.1.2.1.31.1.1.1.2.2104334|65|0 +1.3.6.1.2.1.31.1.1.1.2.2104846|65|0 +1.3.6.1.2.1.31.1.1.1.2.2105358|65|0 +1.3.6.1.2.1.31.1.1.1.2.2105870|65|0 +1.3.6.1.2.1.31.1.1.1.2.2106382|65|0 +1.3.6.1.2.1.31.1.1.1.2.2106894|65|0 +1.3.6.1.2.1.31.1.1.1.2.2107406|65|0 +1.3.6.1.2.1.31.1.1.1.2.2107918|65|0 +1.3.6.1.2.1.31.1.1.1.2.2108430|65|0 +1.3.6.1.2.1.31.1.1.1.2.2108942|65|0 +1.3.6.1.2.1.31.1.1.1.2.2109454|65|0 +1.3.6.1.2.1.31.1.1.1.2.2109966|65|0 +1.3.6.1.2.1.31.1.1.1.2.2110478|65|0 +1.3.6.1.2.1.31.1.1.1.2.2110990|65|0 +1.3.6.1.2.1.31.1.1.1.2.2111502|65|0 +1.3.6.1.2.1.31.1.1.1.2.2112014|65|0 +1.3.6.1.2.1.31.1.1.1.2.2112526|65|0 +1.3.6.1.2.1.31.1.1.1.2.2113038|65|56714422 +1.3.6.1.2.1.31.1.1.1.2.2113540|65|0 +1.3.6.1.2.1.31.1.1.1.2.2113668|65|0 +1.3.6.1.2.1.31.1.1.1.2.9437185|65|0 +1.3.6.1.2.1.31.1.1.1.2.1233125376|65|0 +1.3.6.1.2.1.31.1.1.1.2.1258291712|65|56714422 +1.3.6.1.2.1.31.1.1.1.2.1258317312|65|6773471 +1.3.6.1.2.1.31.1.1.1.2.1258317824|65|6817274 +1.3.6.1.2.1.31.1.1.1.2.1258318336|65|7729218 +1.3.6.1.2.1.31.1.1.1.2.1258318848|65|6988812 +1.3.6.1.2.1.31.1.1.1.2.1258319360|65|6872333 +1.3.6.1.2.1.31.1.1.1.2.1275068928|65|0 +1.3.6.1.2.1.31.1.1.1.2.1275076608|65|0 +1.3.6.1.2.1.31.1.1.1.3.2097156|65|104 +1.3.6.1.2.1.31.1.1.1.3.2097284|65|14 +1.3.6.1.2.1.31.1.1.1.3.2097412|65|41 +1.3.6.1.2.1.31.1.1.1.3.2097540|65|32 +1.3.6.1.2.1.31.1.1.1.3.2097668|65|324 +1.3.6.1.2.1.31.1.1.1.3.2097796|65|157 +1.3.6.1.2.1.31.1.1.1.3.2097924|65|33 +1.3.6.1.2.1.31.1.1.1.3.2098052|65|83 +1.3.6.1.2.1.31.1.1.1.3.2098180|65|208 +1.3.6.1.2.1.31.1.1.1.3.2098308|65|206 +1.3.6.1.2.1.31.1.1.1.3.2098436|65|238 +1.3.6.1.2.1.31.1.1.1.3.2098564|65|0 +1.3.6.1.2.1.31.1.1.1.3.2098692|65|0 +1.3.6.1.2.1.31.1.1.1.3.2098820|65|0 +1.3.6.1.2.1.31.1.1.1.3.2098948|65|0 +1.3.6.1.2.1.31.1.1.1.3.2099076|65|0 +1.3.6.1.2.1.31.1.1.1.3.2099204|65|0 +1.3.6.1.2.1.31.1.1.1.3.2099332|65|0 +1.3.6.1.2.1.31.1.1.1.3.2099460|65|0 +1.3.6.1.2.1.31.1.1.1.3.2099588|65|0 +1.3.6.1.2.1.31.1.1.1.3.2099726|65|0 +1.3.6.1.2.1.31.1.1.1.3.2100238|65|0 +1.3.6.1.2.1.31.1.1.1.3.2100750|65|0 +1.3.6.1.2.1.31.1.1.1.3.2101262|65|0 +1.3.6.1.2.1.31.1.1.1.3.2101774|65|0 +1.3.6.1.2.1.31.1.1.1.3.2102286|65|0 +1.3.6.1.2.1.31.1.1.1.3.2102798|65|0 +1.3.6.1.2.1.31.1.1.1.3.2103310|65|0 +1.3.6.1.2.1.31.1.1.1.3.2103822|65|0 +1.3.6.1.2.1.31.1.1.1.3.2104334|65|0 +1.3.6.1.2.1.31.1.1.1.3.2104846|65|0 +1.3.6.1.2.1.31.1.1.1.3.2105358|65|0 +1.3.6.1.2.1.31.1.1.1.3.2105870|65|0 +1.3.6.1.2.1.31.1.1.1.3.2106382|65|0 +1.3.6.1.2.1.31.1.1.1.3.2106894|65|0 +1.3.6.1.2.1.31.1.1.1.3.2107406|65|0 +1.3.6.1.2.1.31.1.1.1.3.2107918|65|0 +1.3.6.1.2.1.31.1.1.1.3.2108430|65|0 +1.3.6.1.2.1.31.1.1.1.3.2108942|65|0 +1.3.6.1.2.1.31.1.1.1.3.2109454|65|0 +1.3.6.1.2.1.31.1.1.1.3.2109966|65|0 +1.3.6.1.2.1.31.1.1.1.3.2110478|65|0 +1.3.6.1.2.1.31.1.1.1.3.2110990|65|0 +1.3.6.1.2.1.31.1.1.1.3.2111502|65|0 +1.3.6.1.2.1.31.1.1.1.3.2112014|65|0 +1.3.6.1.2.1.31.1.1.1.3.2112526|65|0 +1.3.6.1.2.1.31.1.1.1.3.2113038|65|117733924 +1.3.6.1.2.1.31.1.1.1.3.2113540|65|0 +1.3.6.1.2.1.31.1.1.1.3.2113668|65|0 +1.3.6.1.2.1.31.1.1.1.3.9437185|65|0 +1.3.6.1.2.1.31.1.1.1.3.1233125376|65|0 +1.3.6.1.2.1.31.1.1.1.3.1258291712|65|117733924 +1.3.6.1.2.1.31.1.1.1.3.1258317312|65|428 +1.3.6.1.2.1.31.1.1.1.3.1258317824|65|171 +1.3.6.1.2.1.31.1.1.1.3.1258318336|65|249 +1.3.6.1.2.1.31.1.1.1.3.1258318848|65|239 +1.3.6.1.2.1.31.1.1.1.3.1258319360|65|270 +1.3.6.1.2.1.31.1.1.1.3.1275068928|65|0 +1.3.6.1.2.1.31.1.1.1.3.1275076608|65|0 +1.3.6.1.2.1.31.1.1.1.4.2097156|65|22154030 +1.3.6.1.2.1.31.1.1.1.4.2097284|65|22164006 +1.3.6.1.2.1.31.1.1.1.4.2097412|65|24274234 +1.3.6.1.2.1.31.1.1.1.4.2097540|65|22170588 +1.3.6.1.2.1.31.1.1.1.4.2097668|65|24002863 +1.3.6.1.2.1.31.1.1.1.4.2097796|65|24720251 +1.3.6.1.2.1.31.1.1.1.4.2097924|65|22177810 +1.3.6.1.2.1.31.1.1.1.4.2098052|65|51263910 +1.3.6.1.2.1.31.1.1.1.4.2098180|65|27328084 +1.3.6.1.2.1.31.1.1.1.4.2098308|65|24734453 +1.3.6.1.2.1.31.1.1.1.4.2098436|65|24727198 +1.3.6.1.2.1.31.1.1.1.4.2098564|65|0 +1.3.6.1.2.1.31.1.1.1.4.2098692|65|0 +1.3.6.1.2.1.31.1.1.1.4.2098820|65|0 +1.3.6.1.2.1.31.1.1.1.4.2098948|65|0 +1.3.6.1.2.1.31.1.1.1.4.2099076|65|0 +1.3.6.1.2.1.31.1.1.1.4.2099204|65|0 +1.3.6.1.2.1.31.1.1.1.4.2099332|65|0 +1.3.6.1.2.1.31.1.1.1.4.2099460|65|0 +1.3.6.1.2.1.31.1.1.1.4.2099588|65|0 +1.3.6.1.2.1.31.1.1.1.4.2099726|65|0 +1.3.6.1.2.1.31.1.1.1.4.2100238|65|0 +1.3.6.1.2.1.31.1.1.1.4.2100750|65|0 +1.3.6.1.2.1.31.1.1.1.4.2101262|65|0 +1.3.6.1.2.1.31.1.1.1.4.2101774|65|0 +1.3.6.1.2.1.31.1.1.1.4.2102286|65|0 +1.3.6.1.2.1.31.1.1.1.4.2102798|65|0 +1.3.6.1.2.1.31.1.1.1.4.2103310|65|0 +1.3.6.1.2.1.31.1.1.1.4.2103822|65|0 +1.3.6.1.2.1.31.1.1.1.4.2104334|65|0 +1.3.6.1.2.1.31.1.1.1.4.2104846|65|0 +1.3.6.1.2.1.31.1.1.1.4.2105358|65|0 +1.3.6.1.2.1.31.1.1.1.4.2105870|65|0 +1.3.6.1.2.1.31.1.1.1.4.2106382|65|0 +1.3.6.1.2.1.31.1.1.1.4.2106894|65|0 +1.3.6.1.2.1.31.1.1.1.4.2107406|65|0 +1.3.6.1.2.1.31.1.1.1.4.2107918|65|0 +1.3.6.1.2.1.31.1.1.1.4.2108430|65|0 +1.3.6.1.2.1.31.1.1.1.4.2108942|65|0 +1.3.6.1.2.1.31.1.1.1.4.2109454|65|0 +1.3.6.1.2.1.31.1.1.1.4.2109966|65|0 +1.3.6.1.2.1.31.1.1.1.4.2110478|65|0 +1.3.6.1.2.1.31.1.1.1.4.2110990|65|0 +1.3.6.1.2.1.31.1.1.1.4.2111502|65|0 +1.3.6.1.2.1.31.1.1.1.4.2112014|65|0 +1.3.6.1.2.1.31.1.1.1.4.2112526|65|0 +1.3.6.1.2.1.31.1.1.1.4.2113038|65|3738775 +1.3.6.1.2.1.31.1.1.1.4.2113540|65|0 +1.3.6.1.2.1.31.1.1.1.4.2113668|65|0 +1.3.6.1.2.1.31.1.1.1.4.9437185|65|0 +1.3.6.1.2.1.31.1.1.1.4.1233125376|65|0 +1.3.6.1.2.1.31.1.1.1.4.1258291712|65|3738775 +1.3.6.1.2.1.31.1.1.1.4.1258317312|65|46156893 +1.3.6.1.2.1.31.1.1.1.4.1258317824|65|46884257 +1.3.6.1.2.1.31.1.1.1.4.1258318336|65|51602318 +1.3.6.1.2.1.31.1.1.1.4.1258318848|65|46912263 +1.3.6.1.2.1.31.1.1.1.4.1258319360|65|46897786 +1.3.6.1.2.1.31.1.1.1.4.1275068928|65|0 +1.3.6.1.2.1.31.1.1.1.4.1275076608|65|0 +1.3.6.1.2.1.31.1.1.1.5.2097156|65|50747918 +1.3.6.1.2.1.31.1.1.1.5.2097284|65|50887534 +1.3.6.1.2.1.31.1.1.1.5.2097412|65|56291453 +1.3.6.1.2.1.31.1.1.1.5.2097540|65|50902685 +1.3.6.1.2.1.31.1.1.1.5.2097668|65|49208672 +1.3.6.1.2.1.31.1.1.1.5.2097796|65|50638309 +1.3.6.1.2.1.31.1.1.1.5.2097924|65|50916668 +1.3.6.1.2.1.31.1.1.1.5.2098052|65|113012197 +1.3.6.1.2.1.31.1.1.1.5.2098180|65|56673949 +1.3.6.1.2.1.31.1.1.1.5.2098308|65|50668071 +1.3.6.1.2.1.31.1.1.1.5.2098436|65|50653134 +1.3.6.1.2.1.31.1.1.1.5.2098564|65|0 +1.3.6.1.2.1.31.1.1.1.5.2098692|65|0 +1.3.6.1.2.1.31.1.1.1.5.2098820|65|0 +1.3.6.1.2.1.31.1.1.1.5.2098948|65|0 +1.3.6.1.2.1.31.1.1.1.5.2099076|65|0 +1.3.6.1.2.1.31.1.1.1.5.2099204|65|0 +1.3.6.1.2.1.31.1.1.1.5.2099332|65|0 +1.3.6.1.2.1.31.1.1.1.5.2099460|65|0 +1.3.6.1.2.1.31.1.1.1.5.2099588|65|0 +1.3.6.1.2.1.31.1.1.1.5.2099726|65|0 +1.3.6.1.2.1.31.1.1.1.5.2100238|65|0 +1.3.6.1.2.1.31.1.1.1.5.2100750|65|0 +1.3.6.1.2.1.31.1.1.1.5.2101262|65|0 +1.3.6.1.2.1.31.1.1.1.5.2101774|65|0 +1.3.6.1.2.1.31.1.1.1.5.2102286|65|0 +1.3.6.1.2.1.31.1.1.1.5.2102798|65|0 +1.3.6.1.2.1.31.1.1.1.5.2103310|65|0 +1.3.6.1.2.1.31.1.1.1.5.2103822|65|0 +1.3.6.1.2.1.31.1.1.1.5.2104334|65|0 +1.3.6.1.2.1.31.1.1.1.5.2104846|65|0 +1.3.6.1.2.1.31.1.1.1.5.2105358|65|0 +1.3.6.1.2.1.31.1.1.1.5.2105870|65|0 +1.3.6.1.2.1.31.1.1.1.5.2106382|65|0 +1.3.6.1.2.1.31.1.1.1.5.2106894|65|0 +1.3.6.1.2.1.31.1.1.1.5.2107406|65|0 +1.3.6.1.2.1.31.1.1.1.5.2107918|65|0 +1.3.6.1.2.1.31.1.1.1.5.2108430|65|0 +1.3.6.1.2.1.31.1.1.1.5.2108942|65|0 +1.3.6.1.2.1.31.1.1.1.5.2109454|65|0 +1.3.6.1.2.1.31.1.1.1.5.2109966|65|0 +1.3.6.1.2.1.31.1.1.1.5.2110478|65|0 +1.3.6.1.2.1.31.1.1.1.5.2110990|65|0 +1.3.6.1.2.1.31.1.1.1.5.2111502|65|0 +1.3.6.1.2.1.31.1.1.1.5.2112014|65|0 +1.3.6.1.2.1.31.1.1.1.5.2112526|65|0 +1.3.6.1.2.1.31.1.1.1.5.2113038|65|1395 +1.3.6.1.2.1.31.1.1.1.5.2113540|65|0 +1.3.6.1.2.1.31.1.1.1.5.2113668|65|0 +1.3.6.1.2.1.31.1.1.1.5.9437185|65|0 +1.3.6.1.2.1.31.1.1.1.5.1233125376|65|0 +1.3.6.1.2.1.31.1.1.1.5.1258291712|65|1395 +1.3.6.1.2.1.31.1.1.1.5.1258317312|65|99956590 +1.3.6.1.2.1.31.1.1.1.5.1258317824|65|101525843 +1.3.6.1.2.1.31.1.1.1.5.1258318336|65|112965402 +1.3.6.1.2.1.31.1.1.1.5.1258318848|65|101584739 +1.3.6.1.2.1.31.1.1.1.5.1258319360|65|101555819 +1.3.6.1.2.1.31.1.1.1.5.1275068928|65|0 +1.3.6.1.2.1.31.1.1.1.5.1275076608|65|0 +1.3.6.1.2.1.31.1.1.1.6.2097156|70|697233780542 +1.3.6.1.2.1.31.1.1.1.6.2097284|70|703650380314 +1.3.6.1.2.1.31.1.1.1.6.2097412|70|675742668985 +1.3.6.1.2.1.31.1.1.1.6.2097540|70|700695268536 +1.3.6.1.2.1.31.1.1.1.6.2097668|70|1254690401 +1.3.6.1.2.1.31.1.1.1.6.2097796|70|1434615630 +1.3.6.1.2.1.31.1.1.1.6.2097924|70|651674494743 +1.3.6.1.2.1.31.1.1.1.6.2098052|70|544804118710 +1.3.6.1.2.1.31.1.1.1.6.2098180|70|1201525153 +1.3.6.1.2.1.31.1.1.1.6.2098308|70|1411573088 +1.3.6.1.2.1.31.1.1.1.6.2098436|70|1166725324 +1.3.6.1.2.1.31.1.1.1.6.2098564|70|0 +1.3.6.1.2.1.31.1.1.1.6.2098692|70|0 +1.3.6.1.2.1.31.1.1.1.6.2098820|70|0 +1.3.6.1.2.1.31.1.1.1.6.2098948|70|0 +1.3.6.1.2.1.31.1.1.1.6.2099076|70|0 +1.3.6.1.2.1.31.1.1.1.6.2099204|70|0 +1.3.6.1.2.1.31.1.1.1.6.2099332|70|0 +1.3.6.1.2.1.31.1.1.1.6.2099460|70|0 +1.3.6.1.2.1.31.1.1.1.6.2099588|70|0 +1.3.6.1.2.1.31.1.1.1.6.2099726|70|0 +1.3.6.1.2.1.31.1.1.1.6.2100238|70|0 +1.3.6.1.2.1.31.1.1.1.6.2100750|70|0 +1.3.6.1.2.1.31.1.1.1.6.2101262|70|0 +1.3.6.1.2.1.31.1.1.1.6.2101774|70|0 +1.3.6.1.2.1.31.1.1.1.6.2102286|70|0 +1.3.6.1.2.1.31.1.1.1.6.2102798|70|0 +1.3.6.1.2.1.31.1.1.1.6.2103310|70|0 +1.3.6.1.2.1.31.1.1.1.6.2103822|70|0 +1.3.6.1.2.1.31.1.1.1.6.2104334|70|0 +1.3.6.1.2.1.31.1.1.1.6.2104846|70|0 +1.3.6.1.2.1.31.1.1.1.6.2105358|70|0 +1.3.6.1.2.1.31.1.1.1.6.2105870|70|0 +1.3.6.1.2.1.31.1.1.1.6.2106382|70|0 +1.3.6.1.2.1.31.1.1.1.6.2106894|70|0 +1.3.6.1.2.1.31.1.1.1.6.2107406|70|0 +1.3.6.1.2.1.31.1.1.1.6.2107918|70|0 +1.3.6.1.2.1.31.1.1.1.6.2108430|70|0 +1.3.6.1.2.1.31.1.1.1.6.2108942|70|0 +1.3.6.1.2.1.31.1.1.1.6.2109454|70|0 +1.3.6.1.2.1.31.1.1.1.6.2109966|70|0 +1.3.6.1.2.1.31.1.1.1.6.2110478|70|0 +1.3.6.1.2.1.31.1.1.1.6.2110990|70|0 +1.3.6.1.2.1.31.1.1.1.6.2111502|70|0 +1.3.6.1.2.1.31.1.1.1.6.2112014|70|0 +1.3.6.1.2.1.31.1.1.1.6.2112526|70|0 +1.3.6.1.2.1.31.1.1.1.6.2113038|70|451732338589001 +1.3.6.1.2.1.31.1.1.1.6.2113540|70|0 +1.3.6.1.2.1.31.1.1.1.6.2113668|70|0 +1.3.6.1.2.1.31.1.1.1.6.9437185|70|0 +1.3.6.1.2.1.31.1.1.1.6.1233125376|70|0 +1.3.6.1.2.1.31.1.1.1.6.1258291712|70|451732338589001 +1.3.6.1.2.1.31.1.1.1.6.1258317312|70|698488470943 +1.3.6.1.2.1.31.1.1.1.6.1258317824|70|705084995944 +1.3.6.1.2.1.31.1.1.1.6.1258318336|70|676944194138 +1.3.6.1.2.1.31.1.1.1.6.1258318848|70|653086067831 +1.3.6.1.2.1.31.1.1.1.6.1258319360|70|701861993860 +1.3.6.1.2.1.31.1.1.1.6.1275068928|70|455711689776282 +1.3.6.1.2.1.31.1.1.1.6.1275076608|70|918221665 +1.3.6.1.2.1.31.1.1.1.7.2097156|70|2855147527 +1.3.6.1.2.1.31.1.1.1.7.2097284|70|3381989745 +1.3.6.1.2.1.31.1.1.1.7.2097412|70|3092881019 +1.3.6.1.2.1.31.1.1.1.7.2097540|70|3282708760 +1.3.6.1.2.1.31.1.1.1.7.2097668|70|2808381 +1.3.6.1.2.1.31.1.1.1.7.2097796|70|3562557 +1.3.6.1.2.1.31.1.1.1.7.2097924|70|2810681045 +1.3.6.1.2.1.31.1.1.1.7.2098052|70|1003129312 +1.3.6.1.2.1.31.1.1.1.7.2098180|70|2388720 +1.3.6.1.2.1.31.1.1.1.7.2098308|70|3277558 +1.3.6.1.2.1.31.1.1.1.7.2098436|70|2459404 +1.3.6.1.2.1.31.1.1.1.7.2098564|70|0 +1.3.6.1.2.1.31.1.1.1.7.2098692|70|0 +1.3.6.1.2.1.31.1.1.1.7.2098820|70|0 +1.3.6.1.2.1.31.1.1.1.7.2098948|70|0 +1.3.6.1.2.1.31.1.1.1.7.2099076|70|0 +1.3.6.1.2.1.31.1.1.1.7.2099204|70|0 +1.3.6.1.2.1.31.1.1.1.7.2099332|70|0 +1.3.6.1.2.1.31.1.1.1.7.2099460|70|0 +1.3.6.1.2.1.31.1.1.1.7.2099588|70|0 +1.3.6.1.2.1.31.1.1.1.7.2099726|70|0 +1.3.6.1.2.1.31.1.1.1.7.2100238|70|0 +1.3.6.1.2.1.31.1.1.1.7.2100750|70|0 +1.3.6.1.2.1.31.1.1.1.7.2101262|70|0 +1.3.6.1.2.1.31.1.1.1.7.2101774|70|0 +1.3.6.1.2.1.31.1.1.1.7.2102286|70|0 +1.3.6.1.2.1.31.1.1.1.7.2102798|70|0 +1.3.6.1.2.1.31.1.1.1.7.2103310|70|0 +1.3.6.1.2.1.31.1.1.1.7.2103822|70|0 +1.3.6.1.2.1.31.1.1.1.7.2104334|70|0 +1.3.6.1.2.1.31.1.1.1.7.2104846|70|0 +1.3.6.1.2.1.31.1.1.1.7.2105358|70|0 +1.3.6.1.2.1.31.1.1.1.7.2105870|70|0 +1.3.6.1.2.1.31.1.1.1.7.2106382|70|0 +1.3.6.1.2.1.31.1.1.1.7.2106894|70|0 +1.3.6.1.2.1.31.1.1.1.7.2107406|70|0 +1.3.6.1.2.1.31.1.1.1.7.2107918|70|0 +1.3.6.1.2.1.31.1.1.1.7.2108430|70|0 +1.3.6.1.2.1.31.1.1.1.7.2108942|70|0 +1.3.6.1.2.1.31.1.1.1.7.2109454|70|0 +1.3.6.1.2.1.31.1.1.1.7.2109966|70|0 +1.3.6.1.2.1.31.1.1.1.7.2110478|70|0 +1.3.6.1.2.1.31.1.1.1.7.2110990|70|0 +1.3.6.1.2.1.31.1.1.1.7.2111502|70|0 +1.3.6.1.2.1.31.1.1.1.7.2112014|70|0 +1.3.6.1.2.1.31.1.1.1.7.2112526|70|0 +1.3.6.1.2.1.31.1.1.1.7.2113038|70|52765741878 +1.3.6.1.2.1.31.1.1.1.7.2113540|70|0 +1.3.6.1.2.1.31.1.1.1.7.2113668|70|0 +1.3.6.1.2.1.31.1.1.1.7.9437185|70|0 +1.3.6.1.2.1.31.1.1.1.7.1233125376|70|0 +1.3.6.1.2.1.31.1.1.1.7.1258291712|70|52765741878 +1.3.6.1.2.1.31.1.1.1.7.1258317312|70|2857955908 +1.3.6.1.2.1.31.1.1.1.7.1258317824|70|3385552302 +1.3.6.1.2.1.31.1.1.1.7.1258318336|70|3095269739 +1.3.6.1.2.1.31.1.1.1.7.1258318848|70|2813958603 +1.3.6.1.2.1.31.1.1.1.7.1258319360|70|3285168164 +1.3.6.1.2.1.31.1.1.1.7.1275068928|70|0 +1.3.6.1.2.1.31.1.1.1.7.1275076608|70|0 +1.3.6.1.2.1.31.1.1.1.8.2097156|70|3545980 +1.3.6.1.2.1.31.1.1.1.8.2097284|70|3459705 +1.3.6.1.2.1.31.1.1.1.8.2097412|70|4050834 +1.3.6.1.2.1.31.1.1.1.8.2097540|70|3513148 +1.3.6.1.2.1.31.1.1.1.8.2097668|70|3227491 +1.3.6.1.2.1.31.1.1.1.8.2097796|70|3357569 +1.3.6.1.2.1.31.1.1.1.8.2097924|70|3629141 +1.3.6.1.2.1.31.1.1.1.8.2098052|70|493 +1.3.6.1.2.1.31.1.1.1.8.2098180|70|3678384 +1.3.6.1.2.1.31.1.1.1.8.2098308|70|3359671 +1.3.6.1.2.1.31.1.1.1.8.2098436|70|3359185 +1.3.6.1.2.1.31.1.1.1.8.2098564|70|0 +1.3.6.1.2.1.31.1.1.1.8.2098692|70|0 +1.3.6.1.2.1.31.1.1.1.8.2098820|70|0 +1.3.6.1.2.1.31.1.1.1.8.2098948|70|0 +1.3.6.1.2.1.31.1.1.1.8.2099076|70|0 +1.3.6.1.2.1.31.1.1.1.8.2099204|70|0 +1.3.6.1.2.1.31.1.1.1.8.2099332|70|0 +1.3.6.1.2.1.31.1.1.1.8.2099460|70|0 +1.3.6.1.2.1.31.1.1.1.8.2099588|70|0 +1.3.6.1.2.1.31.1.1.1.8.2099726|70|0 +1.3.6.1.2.1.31.1.1.1.8.2100238|70|0 +1.3.6.1.2.1.31.1.1.1.8.2100750|70|0 +1.3.6.1.2.1.31.1.1.1.8.2101262|70|0 +1.3.6.1.2.1.31.1.1.1.8.2101774|70|0 +1.3.6.1.2.1.31.1.1.1.8.2102286|70|0 +1.3.6.1.2.1.31.1.1.1.8.2102798|70|0 +1.3.6.1.2.1.31.1.1.1.8.2103310|70|0 +1.3.6.1.2.1.31.1.1.1.8.2103822|70|0 +1.3.6.1.2.1.31.1.1.1.8.2104334|70|0 +1.3.6.1.2.1.31.1.1.1.8.2104846|70|0 +1.3.6.1.2.1.31.1.1.1.8.2105358|70|0 +1.3.6.1.2.1.31.1.1.1.8.2105870|70|0 +1.3.6.1.2.1.31.1.1.1.8.2106382|70|0 +1.3.6.1.2.1.31.1.1.1.8.2106894|70|0 +1.3.6.1.2.1.31.1.1.1.8.2107406|70|0 +1.3.6.1.2.1.31.1.1.1.8.2107918|70|0 +1.3.6.1.2.1.31.1.1.1.8.2108430|70|0 +1.3.6.1.2.1.31.1.1.1.8.2108942|70|0 +1.3.6.1.2.1.31.1.1.1.8.2109454|70|0 +1.3.6.1.2.1.31.1.1.1.8.2109966|70|0 +1.3.6.1.2.1.31.1.1.1.8.2110478|70|0 +1.3.6.1.2.1.31.1.1.1.8.2110990|70|0 +1.3.6.1.2.1.31.1.1.1.8.2111502|70|0 +1.3.6.1.2.1.31.1.1.1.8.2112014|70|0 +1.3.6.1.2.1.31.1.1.1.8.2112526|70|0 +1.3.6.1.2.1.31.1.1.1.8.2113038|70|56714422 +1.3.6.1.2.1.31.1.1.1.8.2113540|70|0 +1.3.6.1.2.1.31.1.1.1.8.2113668|70|0 +1.3.6.1.2.1.31.1.1.1.8.9437185|70|0 +1.3.6.1.2.1.31.1.1.1.8.1233125376|70|0 +1.3.6.1.2.1.31.1.1.1.8.1258291712|70|56714422 +1.3.6.1.2.1.31.1.1.1.8.1258317312|70|6773471 +1.3.6.1.2.1.31.1.1.1.8.1258317824|70|6817274 +1.3.6.1.2.1.31.1.1.1.8.1258318336|70|7729218 +1.3.6.1.2.1.31.1.1.1.8.1258318848|70|6988812 +1.3.6.1.2.1.31.1.1.1.8.1258319360|70|6872333 +1.3.6.1.2.1.31.1.1.1.8.1275068928|70|0 +1.3.6.1.2.1.31.1.1.1.8.1275076608|70|0 +1.3.6.1.2.1.31.1.1.1.9.2097156|70|104 +1.3.6.1.2.1.31.1.1.1.9.2097284|70|14 +1.3.6.1.2.1.31.1.1.1.9.2097412|70|41 +1.3.6.1.2.1.31.1.1.1.9.2097540|70|32 +1.3.6.1.2.1.31.1.1.1.9.2097668|70|324 +1.3.6.1.2.1.31.1.1.1.9.2097796|70|157 +1.3.6.1.2.1.31.1.1.1.9.2097924|70|33 +1.3.6.1.2.1.31.1.1.1.9.2098052|70|83 +1.3.6.1.2.1.31.1.1.1.9.2098180|70|208 +1.3.6.1.2.1.31.1.1.1.9.2098308|70|206 +1.3.6.1.2.1.31.1.1.1.9.2098436|70|238 +1.3.6.1.2.1.31.1.1.1.9.2098564|70|0 +1.3.6.1.2.1.31.1.1.1.9.2098692|70|0 +1.3.6.1.2.1.31.1.1.1.9.2098820|70|0 +1.3.6.1.2.1.31.1.1.1.9.2098948|70|0 +1.3.6.1.2.1.31.1.1.1.9.2099076|70|0 +1.3.6.1.2.1.31.1.1.1.9.2099204|70|0 +1.3.6.1.2.1.31.1.1.1.9.2099332|70|0 +1.3.6.1.2.1.31.1.1.1.9.2099460|70|0 +1.3.6.1.2.1.31.1.1.1.9.2099588|70|0 +1.3.6.1.2.1.31.1.1.1.9.2099726|70|0 +1.3.6.1.2.1.31.1.1.1.9.2100238|70|0 +1.3.6.1.2.1.31.1.1.1.9.2100750|70|0 +1.3.6.1.2.1.31.1.1.1.9.2101262|70|0 +1.3.6.1.2.1.31.1.1.1.9.2101774|70|0 +1.3.6.1.2.1.31.1.1.1.9.2102286|70|0 +1.3.6.1.2.1.31.1.1.1.9.2102798|70|0 +1.3.6.1.2.1.31.1.1.1.9.2103310|70|0 +1.3.6.1.2.1.31.1.1.1.9.2103822|70|0 +1.3.6.1.2.1.31.1.1.1.9.2104334|70|0 +1.3.6.1.2.1.31.1.1.1.9.2104846|70|0 +1.3.6.1.2.1.31.1.1.1.9.2105358|70|0 +1.3.6.1.2.1.31.1.1.1.9.2105870|70|0 +1.3.6.1.2.1.31.1.1.1.9.2106382|70|0 +1.3.6.1.2.1.31.1.1.1.9.2106894|70|0 +1.3.6.1.2.1.31.1.1.1.9.2107406|70|0 +1.3.6.1.2.1.31.1.1.1.9.2107918|70|0 +1.3.6.1.2.1.31.1.1.1.9.2108430|70|0 +1.3.6.1.2.1.31.1.1.1.9.2108942|70|0 +1.3.6.1.2.1.31.1.1.1.9.2109454|70|0 +1.3.6.1.2.1.31.1.1.1.9.2109966|70|0 +1.3.6.1.2.1.31.1.1.1.9.2110478|70|0 +1.3.6.1.2.1.31.1.1.1.9.2110990|70|0 +1.3.6.1.2.1.31.1.1.1.9.2111502|70|0 +1.3.6.1.2.1.31.1.1.1.9.2112014|70|0 +1.3.6.1.2.1.31.1.1.1.9.2112526|70|0 +1.3.6.1.2.1.31.1.1.1.9.2113038|70|117733924 +1.3.6.1.2.1.31.1.1.1.9.2113540|70|0 +1.3.6.1.2.1.31.1.1.1.9.2113668|70|0 +1.3.6.1.2.1.31.1.1.1.9.9437185|70|0 +1.3.6.1.2.1.31.1.1.1.9.1233125376|70|0 +1.3.6.1.2.1.31.1.1.1.9.1258291712|70|117733924 +1.3.6.1.2.1.31.1.1.1.9.1258317312|70|428 +1.3.6.1.2.1.31.1.1.1.9.1258317824|70|171 +1.3.6.1.2.1.31.1.1.1.9.1258318336|70|249 +1.3.6.1.2.1.31.1.1.1.9.1258318848|70|239 +1.3.6.1.2.1.31.1.1.1.9.1258319360|70|270 +1.3.6.1.2.1.31.1.1.1.9.1275068928|70|0 +1.3.6.1.2.1.31.1.1.1.9.1275076608|70|0 +1.3.6.1.2.1.31.1.1.1.10.2097156|70|84561453787218 +1.3.6.1.2.1.31.1.1.1.10.2097284|70|99239077726702 +1.3.6.1.2.1.31.1.1.1.10.2097412|70|89825019600293 +1.3.6.1.2.1.31.1.1.1.10.2097540|70|95478312176659 +1.3.6.1.2.1.31.1.1.1.10.2097668|70|112756153823 +1.3.6.1.2.1.31.1.1.1.10.2097796|70|121520064608 +1.3.6.1.2.1.31.1.1.1.10.2097924|70|81421126067906 +1.3.6.1.2.1.31.1.1.1.10.2098052|70|656376076737 +1.3.6.1.2.1.31.1.1.1.10.2098180|70|115936239198 +1.3.6.1.2.1.31.1.1.1.10.2098308|70|115437073984 +1.3.6.1.2.1.31.1.1.1.10.2098436|70|118228473064 +1.3.6.1.2.1.31.1.1.1.10.2098564|70|0 +1.3.6.1.2.1.31.1.1.1.10.2098692|70|0 +1.3.6.1.2.1.31.1.1.1.10.2098820|70|0 +1.3.6.1.2.1.31.1.1.1.10.2098948|70|0 +1.3.6.1.2.1.31.1.1.1.10.2099076|70|0 +1.3.6.1.2.1.31.1.1.1.10.2099204|70|0 +1.3.6.1.2.1.31.1.1.1.10.2099332|70|0 +1.3.6.1.2.1.31.1.1.1.10.2099460|70|0 +1.3.6.1.2.1.31.1.1.1.10.2099588|70|0 +1.3.6.1.2.1.31.1.1.1.10.2099726|70|0 +1.3.6.1.2.1.31.1.1.1.10.2100238|70|0 +1.3.6.1.2.1.31.1.1.1.10.2100750|70|0 +1.3.6.1.2.1.31.1.1.1.10.2101262|70|0 +1.3.6.1.2.1.31.1.1.1.10.2101774|70|0 +1.3.6.1.2.1.31.1.1.1.10.2102286|70|0 +1.3.6.1.2.1.31.1.1.1.10.2102798|70|0 +1.3.6.1.2.1.31.1.1.1.10.2103310|70|0 +1.3.6.1.2.1.31.1.1.1.10.2103822|70|0 +1.3.6.1.2.1.31.1.1.1.10.2104334|70|0 +1.3.6.1.2.1.31.1.1.1.10.2104846|70|0 +1.3.6.1.2.1.31.1.1.1.10.2105358|70|0 +1.3.6.1.2.1.31.1.1.1.10.2105870|70|0 +1.3.6.1.2.1.31.1.1.1.10.2106382|70|0 +1.3.6.1.2.1.31.1.1.1.10.2106894|70|0 +1.3.6.1.2.1.31.1.1.1.10.2107406|70|0 +1.3.6.1.2.1.31.1.1.1.10.2107918|70|0 +1.3.6.1.2.1.31.1.1.1.10.2108430|70|0 +1.3.6.1.2.1.31.1.1.1.10.2108942|70|0 +1.3.6.1.2.1.31.1.1.1.10.2109454|70|0 +1.3.6.1.2.1.31.1.1.1.10.2109966|70|0 +1.3.6.1.2.1.31.1.1.1.10.2110478|70|0 +1.3.6.1.2.1.31.1.1.1.10.2110990|70|0 +1.3.6.1.2.1.31.1.1.1.10.2111502|70|0 +1.3.6.1.2.1.31.1.1.1.10.2112014|70|0 +1.3.6.1.2.1.31.1.1.1.10.2112526|70|0 +1.3.6.1.2.1.31.1.1.1.10.2113038|70|3900210504546 +1.3.6.1.2.1.31.1.1.1.10.2113540|70|0 +1.3.6.1.2.1.31.1.1.1.10.2113668|70|0 +1.3.6.1.2.1.31.1.1.1.10.9437185|70|0 +1.3.6.1.2.1.31.1.1.1.10.1233125376|70|0 +1.3.6.1.2.1.31.1.1.1.10.1258291712|70|3900210504546 +1.3.6.1.2.1.31.1.1.1.10.1258317312|70|84674209941041 +1.3.6.1.2.1.31.1.1.1.10.1258317824|70|99360597791310 +1.3.6.1.2.1.31.1.1.1.10.1258318336|70|89940955839491 +1.3.6.1.2.1.31.1.1.1.10.1258318848|70|81536563141890 +1.3.6.1.2.1.31.1.1.1.10.1258319360|70|95596540649723 +1.3.6.1.2.1.31.1.1.1.10.1275068928|70|455668935477437 +1.3.6.1.2.1.31.1.1.1.10.1275076608|70|1694322741 +1.3.6.1.2.1.31.1.1.1.11.2097156|70|9526387705 +1.3.6.1.2.1.31.1.1.1.11.2097284|70|11175294243 +1.3.6.1.2.1.31.1.1.1.11.2097412|70|10144017053 +1.3.6.1.2.1.31.1.1.1.11.2097540|70|10722217762 +1.3.6.1.2.1.31.1.1.1.11.2097668|70|201639777 +1.3.6.1.2.1.31.1.1.1.11.2097796|70|219985074 +1.3.6.1.2.1.31.1.1.1.11.2097924|70|9167291315 +1.3.6.1.2.1.31.1.1.1.11.2098052|70|1051932591 +1.3.6.1.2.1.31.1.1.1.11.2098180|70|205449148 +1.3.6.1.2.1.31.1.1.1.11.2098308|70|196479924 +1.3.6.1.2.1.31.1.1.1.11.2098436|70|212872106 +1.3.6.1.2.1.31.1.1.1.11.2098564|70|0 +1.3.6.1.2.1.31.1.1.1.11.2098692|70|0 +1.3.6.1.2.1.31.1.1.1.11.2098820|70|0 +1.3.6.1.2.1.31.1.1.1.11.2098948|70|0 +1.3.6.1.2.1.31.1.1.1.11.2099076|70|0 +1.3.6.1.2.1.31.1.1.1.11.2099204|70|0 +1.3.6.1.2.1.31.1.1.1.11.2099332|70|0 +1.3.6.1.2.1.31.1.1.1.11.2099460|70|0 +1.3.6.1.2.1.31.1.1.1.11.2099588|70|0 +1.3.6.1.2.1.31.1.1.1.11.2099726|70|0 +1.3.6.1.2.1.31.1.1.1.11.2100238|70|0 +1.3.6.1.2.1.31.1.1.1.11.2100750|70|0 +1.3.6.1.2.1.31.1.1.1.11.2101262|70|0 +1.3.6.1.2.1.31.1.1.1.11.2101774|70|0 +1.3.6.1.2.1.31.1.1.1.11.2102286|70|0 +1.3.6.1.2.1.31.1.1.1.11.2102798|70|0 +1.3.6.1.2.1.31.1.1.1.11.2103310|70|0 +1.3.6.1.2.1.31.1.1.1.11.2103822|70|0 +1.3.6.1.2.1.31.1.1.1.11.2104334|70|0 +1.3.6.1.2.1.31.1.1.1.11.2104846|70|0 +1.3.6.1.2.1.31.1.1.1.11.2105358|70|0 +1.3.6.1.2.1.31.1.1.1.11.2105870|70|0 +1.3.6.1.2.1.31.1.1.1.11.2106382|70|0 +1.3.6.1.2.1.31.1.1.1.11.2106894|70|0 +1.3.6.1.2.1.31.1.1.1.11.2107406|70|0 +1.3.6.1.2.1.31.1.1.1.11.2107918|70|0 +1.3.6.1.2.1.31.1.1.1.11.2108430|70|0 +1.3.6.1.2.1.31.1.1.1.11.2108942|70|0 +1.3.6.1.2.1.31.1.1.1.11.2109454|70|0 +1.3.6.1.2.1.31.1.1.1.11.2109966|70|0 +1.3.6.1.2.1.31.1.1.1.11.2110478|70|0 +1.3.6.1.2.1.31.1.1.1.11.2110990|70|0 +1.3.6.1.2.1.31.1.1.1.11.2111502|70|0 +1.3.6.1.2.1.31.1.1.1.11.2112014|70|0 +1.3.6.1.2.1.31.1.1.1.11.2112526|70|0 +1.3.6.1.2.1.31.1.1.1.11.2113038|70|16369148702 +1.3.6.1.2.1.31.1.1.1.11.2113540|70|0 +1.3.6.1.2.1.31.1.1.1.11.2113668|70|0 +1.3.6.1.2.1.31.1.1.1.11.9437185|70|0 +1.3.6.1.2.1.31.1.1.1.11.1233125376|70|0 +1.3.6.1.2.1.31.1.1.1.11.1258291712|70|16369148702 +1.3.6.1.2.1.31.1.1.1.11.1258317312|70|9728027482 +1.3.6.1.2.1.31.1.1.1.11.1258317824|70|11395279317 +1.3.6.1.2.1.31.1.1.1.11.1258318336|70|10349466201 +1.3.6.1.2.1.31.1.1.1.11.1258318848|70|9363771239 +1.3.6.1.2.1.31.1.1.1.11.1258319360|70|10935089868 +1.3.6.1.2.1.31.1.1.1.11.1275068928|70|0 +1.3.6.1.2.1.31.1.1.1.11.1275076608|70|0 +1.3.6.1.2.1.31.1.1.1.12.2097156|70|22154030 +1.3.6.1.2.1.31.1.1.1.12.2097284|70|22164006 +1.3.6.1.2.1.31.1.1.1.12.2097412|70|24274234 +1.3.6.1.2.1.31.1.1.1.12.2097540|70|22170588 +1.3.6.1.2.1.31.1.1.1.12.2097668|70|24002863 +1.3.6.1.2.1.31.1.1.1.12.2097796|70|24720251 +1.3.6.1.2.1.31.1.1.1.12.2097924|70|22177810 +1.3.6.1.2.1.31.1.1.1.12.2098052|70|51263910 +1.3.6.1.2.1.31.1.1.1.12.2098180|70|27328084 +1.3.6.1.2.1.31.1.1.1.12.2098308|70|24734453 +1.3.6.1.2.1.31.1.1.1.12.2098436|70|24727198 +1.3.6.1.2.1.31.1.1.1.12.2098564|70|0 +1.3.6.1.2.1.31.1.1.1.12.2098692|70|0 +1.3.6.1.2.1.31.1.1.1.12.2098820|70|0 +1.3.6.1.2.1.31.1.1.1.12.2098948|70|0 +1.3.6.1.2.1.31.1.1.1.12.2099076|70|0 +1.3.6.1.2.1.31.1.1.1.12.2099204|70|0 +1.3.6.1.2.1.31.1.1.1.12.2099332|70|0 +1.3.6.1.2.1.31.1.1.1.12.2099460|70|0 +1.3.6.1.2.1.31.1.1.1.12.2099588|70|0 +1.3.6.1.2.1.31.1.1.1.12.2099726|70|0 +1.3.6.1.2.1.31.1.1.1.12.2100238|70|0 +1.3.6.1.2.1.31.1.1.1.12.2100750|70|0 +1.3.6.1.2.1.31.1.1.1.12.2101262|70|0 +1.3.6.1.2.1.31.1.1.1.12.2101774|70|0 +1.3.6.1.2.1.31.1.1.1.12.2102286|70|0 +1.3.6.1.2.1.31.1.1.1.12.2102798|70|0 +1.3.6.1.2.1.31.1.1.1.12.2103310|70|0 +1.3.6.1.2.1.31.1.1.1.12.2103822|70|0 +1.3.6.1.2.1.31.1.1.1.12.2104334|70|0 +1.3.6.1.2.1.31.1.1.1.12.2104846|70|0 +1.3.6.1.2.1.31.1.1.1.12.2105358|70|0 +1.3.6.1.2.1.31.1.1.1.12.2105870|70|0 +1.3.6.1.2.1.31.1.1.1.12.2106382|70|0 +1.3.6.1.2.1.31.1.1.1.12.2106894|70|0 +1.3.6.1.2.1.31.1.1.1.12.2107406|70|0 +1.3.6.1.2.1.31.1.1.1.12.2107918|70|0 +1.3.6.1.2.1.31.1.1.1.12.2108430|70|0 +1.3.6.1.2.1.31.1.1.1.12.2108942|70|0 +1.3.6.1.2.1.31.1.1.1.12.2109454|70|0 +1.3.6.1.2.1.31.1.1.1.12.2109966|70|0 +1.3.6.1.2.1.31.1.1.1.12.2110478|70|0 +1.3.6.1.2.1.31.1.1.1.12.2110990|70|0 +1.3.6.1.2.1.31.1.1.1.12.2111502|70|0 +1.3.6.1.2.1.31.1.1.1.12.2112014|70|0 +1.3.6.1.2.1.31.1.1.1.12.2112526|70|0 +1.3.6.1.2.1.31.1.1.1.12.2113038|70|3738775 +1.3.6.1.2.1.31.1.1.1.12.2113540|70|0 +1.3.6.1.2.1.31.1.1.1.12.2113668|70|0 +1.3.6.1.2.1.31.1.1.1.12.9437185|70|0 +1.3.6.1.2.1.31.1.1.1.12.1233125376|70|0 +1.3.6.1.2.1.31.1.1.1.12.1258291712|70|3738775 +1.3.6.1.2.1.31.1.1.1.12.1258317312|70|46156893 +1.3.6.1.2.1.31.1.1.1.12.1258317824|70|46884257 +1.3.6.1.2.1.31.1.1.1.12.1258318336|70|51602318 +1.3.6.1.2.1.31.1.1.1.12.1258318848|70|46912263 +1.3.6.1.2.1.31.1.1.1.12.1258319360|70|46897786 +1.3.6.1.2.1.31.1.1.1.12.1275068928|70|0 +1.3.6.1.2.1.31.1.1.1.12.1275076608|70|0 +1.3.6.1.2.1.31.1.1.1.13.2097156|70|50747918 +1.3.6.1.2.1.31.1.1.1.13.2097284|70|50887534 +1.3.6.1.2.1.31.1.1.1.13.2097412|70|56291453 +1.3.6.1.2.1.31.1.1.1.13.2097540|70|50902685 +1.3.6.1.2.1.31.1.1.1.13.2097668|70|49208672 +1.3.6.1.2.1.31.1.1.1.13.2097796|70|50638309 +1.3.6.1.2.1.31.1.1.1.13.2097924|70|50916668 +1.3.6.1.2.1.31.1.1.1.13.2098052|70|113012197 +1.3.6.1.2.1.31.1.1.1.13.2098180|70|56673949 +1.3.6.1.2.1.31.1.1.1.13.2098308|70|50668071 +1.3.6.1.2.1.31.1.1.1.13.2098436|70|50653134 +1.3.6.1.2.1.31.1.1.1.13.2098564|70|0 +1.3.6.1.2.1.31.1.1.1.13.2098692|70|0 +1.3.6.1.2.1.31.1.1.1.13.2098820|70|0 +1.3.6.1.2.1.31.1.1.1.13.2098948|70|0 +1.3.6.1.2.1.31.1.1.1.13.2099076|70|0 +1.3.6.1.2.1.31.1.1.1.13.2099204|70|0 +1.3.6.1.2.1.31.1.1.1.13.2099332|70|0 +1.3.6.1.2.1.31.1.1.1.13.2099460|70|0 +1.3.6.1.2.1.31.1.1.1.13.2099588|70|0 +1.3.6.1.2.1.31.1.1.1.13.2099726|70|0 +1.3.6.1.2.1.31.1.1.1.13.2100238|70|0 +1.3.6.1.2.1.31.1.1.1.13.2100750|70|0 +1.3.6.1.2.1.31.1.1.1.13.2101262|70|0 +1.3.6.1.2.1.31.1.1.1.13.2101774|70|0 +1.3.6.1.2.1.31.1.1.1.13.2102286|70|0 +1.3.6.1.2.1.31.1.1.1.13.2102798|70|0 +1.3.6.1.2.1.31.1.1.1.13.2103310|70|0 +1.3.6.1.2.1.31.1.1.1.13.2103822|70|0 +1.3.6.1.2.1.31.1.1.1.13.2104334|70|0 +1.3.6.1.2.1.31.1.1.1.13.2104846|70|0 +1.3.6.1.2.1.31.1.1.1.13.2105358|70|0 +1.3.6.1.2.1.31.1.1.1.13.2105870|70|0 +1.3.6.1.2.1.31.1.1.1.13.2106382|70|0 +1.3.6.1.2.1.31.1.1.1.13.2106894|70|0 +1.3.6.1.2.1.31.1.1.1.13.2107406|70|0 +1.3.6.1.2.1.31.1.1.1.13.2107918|70|0 +1.3.6.1.2.1.31.1.1.1.13.2108430|70|0 +1.3.6.1.2.1.31.1.1.1.13.2108942|70|0 +1.3.6.1.2.1.31.1.1.1.13.2109454|70|0 +1.3.6.1.2.1.31.1.1.1.13.2109966|70|0 +1.3.6.1.2.1.31.1.1.1.13.2110478|70|0 +1.3.6.1.2.1.31.1.1.1.13.2110990|70|0 +1.3.6.1.2.1.31.1.1.1.13.2111502|70|0 +1.3.6.1.2.1.31.1.1.1.13.2112014|70|0 +1.3.6.1.2.1.31.1.1.1.13.2112526|70|0 +1.3.6.1.2.1.31.1.1.1.13.2113038|70|1395 +1.3.6.1.2.1.31.1.1.1.13.2113540|70|0 +1.3.6.1.2.1.31.1.1.1.13.2113668|70|0 +1.3.6.1.2.1.31.1.1.1.13.9437185|70|0 +1.3.6.1.2.1.31.1.1.1.13.1233125376|70|0 +1.3.6.1.2.1.31.1.1.1.13.1258291712|70|1395 +1.3.6.1.2.1.31.1.1.1.13.1258317312|70|99956590 +1.3.6.1.2.1.31.1.1.1.13.1258317824|70|101525843 +1.3.6.1.2.1.31.1.1.1.13.1258318336|70|112965402 +1.3.6.1.2.1.31.1.1.1.13.1258318848|70|101584739 +1.3.6.1.2.1.31.1.1.1.13.1258319360|70|101555819 +1.3.6.1.2.1.31.1.1.1.13.1275068928|70|0 +1.3.6.1.2.1.31.1.1.1.13.1275076608|70|0 +1.3.6.1.2.1.31.1.1.1.14.2097156|2|1 +1.3.6.1.2.1.31.1.1.1.14.2097284|2|1 +1.3.6.1.2.1.31.1.1.1.14.2097412|2|1 +1.3.6.1.2.1.31.1.1.1.14.2097540|2|1 +1.3.6.1.2.1.31.1.1.1.14.2097668|2|1 +1.3.6.1.2.1.31.1.1.1.14.2097796|2|1 +1.3.6.1.2.1.31.1.1.1.14.2097924|2|1 +1.3.6.1.2.1.31.1.1.1.14.2098052|2|1 +1.3.6.1.2.1.31.1.1.1.14.2098180|2|1 +1.3.6.1.2.1.31.1.1.1.14.2098308|2|1 +1.3.6.1.2.1.31.1.1.1.14.2098436|2|1 +1.3.6.1.2.1.31.1.1.1.14.2098564|2|1 +1.3.6.1.2.1.31.1.1.1.14.2098692|2|1 +1.3.6.1.2.1.31.1.1.1.14.2098820|2|1 +1.3.6.1.2.1.31.1.1.1.14.2098948|2|1 +1.3.6.1.2.1.31.1.1.1.14.2099076|2|1 +1.3.6.1.2.1.31.1.1.1.14.2099204|2|1 +1.3.6.1.2.1.31.1.1.1.14.2099332|2|1 +1.3.6.1.2.1.31.1.1.1.14.2099460|2|1 +1.3.6.1.2.1.31.1.1.1.14.2099588|2|1 +1.3.6.1.2.1.31.1.1.1.14.2099726|2|1 +1.3.6.1.2.1.31.1.1.1.14.2100238|2|1 +1.3.6.1.2.1.31.1.1.1.14.2100750|2|1 +1.3.6.1.2.1.31.1.1.1.14.2101262|2|1 +1.3.6.1.2.1.31.1.1.1.14.2101774|2|1 +1.3.6.1.2.1.31.1.1.1.14.2102286|2|1 +1.3.6.1.2.1.31.1.1.1.14.2102798|2|1 +1.3.6.1.2.1.31.1.1.1.14.2103310|2|1 +1.3.6.1.2.1.31.1.1.1.14.2103822|2|1 +1.3.6.1.2.1.31.1.1.1.14.2104334|2|1 +1.3.6.1.2.1.31.1.1.1.14.2104846|2|1 +1.3.6.1.2.1.31.1.1.1.14.2105358|2|1 +1.3.6.1.2.1.31.1.1.1.14.2105870|2|1 +1.3.6.1.2.1.31.1.1.1.14.2106382|2|1 +1.3.6.1.2.1.31.1.1.1.14.2106894|2|1 +1.3.6.1.2.1.31.1.1.1.14.2107406|2|1 +1.3.6.1.2.1.31.1.1.1.14.2107918|2|1 +1.3.6.1.2.1.31.1.1.1.14.2108430|2|1 +1.3.6.1.2.1.31.1.1.1.14.2108942|2|1 +1.3.6.1.2.1.31.1.1.1.14.2109454|2|1 +1.3.6.1.2.1.31.1.1.1.14.2109966|2|1 +1.3.6.1.2.1.31.1.1.1.14.2110478|2|1 +1.3.6.1.2.1.31.1.1.1.14.2110990|2|1 +1.3.6.1.2.1.31.1.1.1.14.2111502|2|1 +1.3.6.1.2.1.31.1.1.1.14.2112014|2|1 +1.3.6.1.2.1.31.1.1.1.14.2112526|2|1 +1.3.6.1.2.1.31.1.1.1.14.2113038|2|1 +1.3.6.1.2.1.31.1.1.1.14.2113540|2|1 +1.3.6.1.2.1.31.1.1.1.14.2113668|2|1 +1.3.6.1.2.1.31.1.1.1.14.9437185|2|1 +1.3.6.1.2.1.31.1.1.1.14.1233125376|2|1 +1.3.6.1.2.1.31.1.1.1.14.1258291712|2|1 +1.3.6.1.2.1.31.1.1.1.14.1258317312|2|1 +1.3.6.1.2.1.31.1.1.1.14.1258317824|2|1 +1.3.6.1.2.1.31.1.1.1.14.1258318336|2|1 +1.3.6.1.2.1.31.1.1.1.14.1258318848|2|1 +1.3.6.1.2.1.31.1.1.1.14.1258319360|2|1 +1.3.6.1.2.1.31.1.1.1.14.1275068928|2|1 +1.3.6.1.2.1.31.1.1.1.14.1275076608|2|1 +1.3.6.1.2.1.31.1.1.1.15.2097156|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2097284|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2097412|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2097540|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2097668|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2097796|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2097924|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2098052|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2098180|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2098308|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2098436|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2098564|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2098692|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2098820|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2098948|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2099076|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2099204|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2099332|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2099460|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2099588|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2099726|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2100238|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2100750|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2101262|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2101774|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2102286|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2102798|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2103310|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2103822|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2104334|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2104846|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2105358|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2105870|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2106382|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2106894|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2107406|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2107918|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2108430|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2108942|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2109454|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2109966|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2110478|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2110990|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2111502|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2112014|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2112526|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2113038|66|100000 +1.3.6.1.2.1.31.1.1.1.15.2113540|66|10000 +1.3.6.1.2.1.31.1.1.1.15.2113668|66|10000 +1.3.6.1.2.1.31.1.1.1.15.9437185|66|0 +1.3.6.1.2.1.31.1.1.1.15.1233125376|66|0 +1.3.6.1.2.1.31.1.1.1.15.1258291712|66|100000 +1.3.6.1.2.1.31.1.1.1.15.1258317312|66|20000 +1.3.6.1.2.1.31.1.1.1.15.1258317824|66|20000 +1.3.6.1.2.1.31.1.1.1.15.1258318336|66|20000 +1.3.6.1.2.1.31.1.1.1.15.1258318848|66|20000 +1.3.6.1.2.1.31.1.1.1.15.1258319360|66|20000 +1.3.6.1.2.1.31.1.1.1.15.1275068928|66|10000 +1.3.6.1.2.1.31.1.1.1.15.1275076608|66|100000 +1.3.6.1.2.1.31.1.1.1.16.2097156|2|2 +1.3.6.1.2.1.31.1.1.1.16.2097284|2|2 +1.3.6.1.2.1.31.1.1.1.16.2097412|2|2 +1.3.6.1.2.1.31.1.1.1.16.2097540|2|2 +1.3.6.1.2.1.31.1.1.1.16.2097668|2|2 +1.3.6.1.2.1.31.1.1.1.16.2097796|2|2 +1.3.6.1.2.1.31.1.1.1.16.2097924|2|2 +1.3.6.1.2.1.31.1.1.1.16.2098052|2|1 +1.3.6.1.2.1.31.1.1.1.16.2098180|2|2 +1.3.6.1.2.1.31.1.1.1.16.2098308|2|2 +1.3.6.1.2.1.31.1.1.1.16.2098436|2|2 +1.3.6.1.2.1.31.1.1.1.16.2098564|2|2 +1.3.6.1.2.1.31.1.1.1.16.2098692|2|2 +1.3.6.1.2.1.31.1.1.1.16.2098820|2|2 +1.3.6.1.2.1.31.1.1.1.16.2098948|2|2 +1.3.6.1.2.1.31.1.1.1.16.2099076|2|2 +1.3.6.1.2.1.31.1.1.1.16.2099204|2|2 +1.3.6.1.2.1.31.1.1.1.16.2099332|2|2 +1.3.6.1.2.1.31.1.1.1.16.2099460|2|2 +1.3.6.1.2.1.31.1.1.1.16.2099588|2|2 +1.3.6.1.2.1.31.1.1.1.16.2099726|2|2 +1.3.6.1.2.1.31.1.1.1.16.2100238|2|2 +1.3.6.1.2.1.31.1.1.1.16.2100750|2|2 +1.3.6.1.2.1.31.1.1.1.16.2101262|2|2 +1.3.6.1.2.1.31.1.1.1.16.2101774|2|2 +1.3.6.1.2.1.31.1.1.1.16.2102286|2|2 +1.3.6.1.2.1.31.1.1.1.16.2102798|2|2 +1.3.6.1.2.1.31.1.1.1.16.2103310|2|2 +1.3.6.1.2.1.31.1.1.1.16.2103822|2|2 +1.3.6.1.2.1.31.1.1.1.16.2104334|2|2 +1.3.6.1.2.1.31.1.1.1.16.2104846|2|2 +1.3.6.1.2.1.31.1.1.1.16.2105358|2|2 +1.3.6.1.2.1.31.1.1.1.16.2105870|2|2 +1.3.6.1.2.1.31.1.1.1.16.2106382|2|2 +1.3.6.1.2.1.31.1.1.1.16.2106894|2|2 +1.3.6.1.2.1.31.1.1.1.16.2107406|2|2 +1.3.6.1.2.1.31.1.1.1.16.2107918|2|2 +1.3.6.1.2.1.31.1.1.1.16.2108430|2|2 +1.3.6.1.2.1.31.1.1.1.16.2108942|2|2 +1.3.6.1.2.1.31.1.1.1.16.2109454|2|2 +1.3.6.1.2.1.31.1.1.1.16.2109966|2|2 +1.3.6.1.2.1.31.1.1.1.16.2110478|2|2 +1.3.6.1.2.1.31.1.1.1.16.2110990|2|2 +1.3.6.1.2.1.31.1.1.1.16.2111502|2|2 +1.3.6.1.2.1.31.1.1.1.16.2112014|2|2 +1.3.6.1.2.1.31.1.1.1.16.2112526|2|2 +1.3.6.1.2.1.31.1.1.1.16.2113038|2|2 +1.3.6.1.2.1.31.1.1.1.16.2113540|2|2 +1.3.6.1.2.1.31.1.1.1.16.2113668|2|2 +1.3.6.1.2.1.31.1.1.1.16.9437185|2|2 +1.3.6.1.2.1.31.1.1.1.16.1233125376|2|2 +1.3.6.1.2.1.31.1.1.1.16.1258291712|2|2 +1.3.6.1.2.1.31.1.1.1.16.1258317312|2|2 +1.3.6.1.2.1.31.1.1.1.16.1258317824|2|2 +1.3.6.1.2.1.31.1.1.1.16.1258318336|2|2 +1.3.6.1.2.1.31.1.1.1.16.1258318848|2|2 +1.3.6.1.2.1.31.1.1.1.16.1258319360|2|2 +1.3.6.1.2.1.31.1.1.1.16.1275068928|2|2 +1.3.6.1.2.1.31.1.1.1.16.1275076608|2|2 +1.3.6.1.2.1.31.1.1.1.17.2097156|2|1 +1.3.6.1.2.1.31.1.1.1.17.2097284|2|1 +1.3.6.1.2.1.31.1.1.1.17.2097412|2|1 +1.3.6.1.2.1.31.1.1.1.17.2097540|2|1 +1.3.6.1.2.1.31.1.1.1.17.2097668|2|1 +1.3.6.1.2.1.31.1.1.1.17.2097796|2|1 +1.3.6.1.2.1.31.1.1.1.17.2097924|2|1 +1.3.6.1.2.1.31.1.1.1.17.2098052|2|1 +1.3.6.1.2.1.31.1.1.1.17.2098180|2|1 +1.3.6.1.2.1.31.1.1.1.17.2098308|2|1 +1.3.6.1.2.1.31.1.1.1.17.2098436|2|1 +1.3.6.1.2.1.31.1.1.1.17.2098564|2|1 +1.3.6.1.2.1.31.1.1.1.17.2098692|2|1 +1.3.6.1.2.1.31.1.1.1.17.2098820|2|1 +1.3.6.1.2.1.31.1.1.1.17.2098948|2|1 +1.3.6.1.2.1.31.1.1.1.17.2099076|2|1 +1.3.6.1.2.1.31.1.1.1.17.2099204|2|1 +1.3.6.1.2.1.31.1.1.1.17.2099332|2|1 +1.3.6.1.2.1.31.1.1.1.17.2099460|2|1 +1.3.6.1.2.1.31.1.1.1.17.2099588|2|1 +1.3.6.1.2.1.31.1.1.1.17.2099726|2|2 +1.3.6.1.2.1.31.1.1.1.17.2100238|2|2 +1.3.6.1.2.1.31.1.1.1.17.2100750|2|2 +1.3.6.1.2.1.31.1.1.1.17.2101262|2|2 +1.3.6.1.2.1.31.1.1.1.17.2101774|2|2 +1.3.6.1.2.1.31.1.1.1.17.2102286|2|2 +1.3.6.1.2.1.31.1.1.1.17.2102798|2|2 +1.3.6.1.2.1.31.1.1.1.17.2103310|2|2 +1.3.6.1.2.1.31.1.1.1.17.2103822|2|2 +1.3.6.1.2.1.31.1.1.1.17.2104334|2|2 +1.3.6.1.2.1.31.1.1.1.17.2104846|2|2 +1.3.6.1.2.1.31.1.1.1.17.2105358|2|2 +1.3.6.1.2.1.31.1.1.1.17.2105870|2|2 +1.3.6.1.2.1.31.1.1.1.17.2106382|2|2 +1.3.6.1.2.1.31.1.1.1.17.2106894|2|2 +1.3.6.1.2.1.31.1.1.1.17.2107406|2|2 +1.3.6.1.2.1.31.1.1.1.17.2107918|2|2 +1.3.6.1.2.1.31.1.1.1.17.2108430|2|2 +1.3.6.1.2.1.31.1.1.1.17.2108942|2|2 +1.3.6.1.2.1.31.1.1.1.17.2109454|2|2 +1.3.6.1.2.1.31.1.1.1.17.2109966|2|2 +1.3.6.1.2.1.31.1.1.1.17.2110478|2|2 +1.3.6.1.2.1.31.1.1.1.17.2110990|2|2 +1.3.6.1.2.1.31.1.1.1.17.2111502|2|2 +1.3.6.1.2.1.31.1.1.1.17.2112014|2|2 +1.3.6.1.2.1.31.1.1.1.17.2112526|2|2 +1.3.6.1.2.1.31.1.1.1.17.2113038|2|1 +1.3.6.1.2.1.31.1.1.1.17.2113540|2|2 +1.3.6.1.2.1.31.1.1.1.17.2113668|2|2 +1.3.6.1.2.1.31.1.1.1.17.9437185|2|1 +1.3.6.1.2.1.31.1.1.1.17.1233125376|2|2 +1.3.6.1.2.1.31.1.1.1.17.1258291712|2|2 +1.3.6.1.2.1.31.1.1.1.17.1258317312|2|2 +1.3.6.1.2.1.31.1.1.1.17.1258317824|2|2 +1.3.6.1.2.1.31.1.1.1.17.1258318336|2|2 +1.3.6.1.2.1.31.1.1.1.17.1258318848|2|2 +1.3.6.1.2.1.31.1.1.1.17.1258319360|2|2 +1.3.6.1.2.1.31.1.1.1.17.1275068928|2|2 +1.3.6.1.2.1.31.1.1.1.17.1275076608|2|2 +1.3.6.1.2.1.31.1.1.1.18.2097156|4|P1;A1;teisl1-1,79 +1.3.6.1.2.1.31.1.1.1.18.2097284|4|P1;A1;teisl2-1,80 +1.3.6.1.2.1.31.1.1.1.18.2097412|4|P1;A1;teisl3-1,81 +1.3.6.1.2.1.31.1.1.1.18.2097540|4|P1;A1;teisl5-1,83 +1.3.6.1.2.1.31.1.1.1.18.2097668|4|P1;A2;teisl1-2,79 +1.3.6.1.2.1.31.1.1.1.18.2097796|4|P1;A2;teisl2-2,80 +1.3.6.1.2.1.31.1.1.1.18.2097924|4|P1;A2;teisl4-1,82 +1.3.6.1.2.1.31.1.1.1.18.2098052|4|P1;A2;l5mdt,78 +1.3.6.1.2.1.31.1.1.1.18.2098180|4|P1;A3;teisl3-2,81 +1.3.6.1.2.1.31.1.1.1.18.2098308|4|P1;A3;teisl4-2,82 +1.3.6.1.2.1.31.1.1.1.18.2098436|4|P1;A3;teisl5-2,83 +1.3.6.1.2.1.31.1.1.1.18.2098564|4|P1;A3; +1.3.6.1.2.1.31.1.1.1.18.2098692|4|P1;B1; +1.3.6.1.2.1.31.1.1.1.18.2098820|4|P1;B1; +1.3.6.1.2.1.31.1.1.1.18.2098948|4|P1;B1; +1.3.6.1.2.1.31.1.1.1.18.2099076|4|P1;B1; +1.3.6.1.2.1.31.1.1.1.18.2099204|4|P1;B2; +1.3.6.1.2.1.31.1.1.1.18.2099332|4|P1;B2; +1.3.6.1.2.1.31.1.1.1.18.2099460|4|P1;B2; +1.3.6.1.2.1.31.1.1.1.18.2099588|4|P1;B2; +1.3.6.1.2.1.31.1.1.1.18.2099726|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2100238|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2100750|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2101262|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2101774|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2102286|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2102798|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2103310|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2103822|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2104334|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2104846|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2105358|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2105870|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2106382|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2106894|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2107406|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2107918|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2108430|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2108942|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2109454|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2109966|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2110478|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2110990|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2111502|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2112014|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2112526|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2113038|4|swrr309a-1/9 +1.3.6.1.2.1.31.1.1.1.18.2113540|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.2113668|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.9437185|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.1233125376|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.1258291712|4|swrr309a-1/9 +1.3.6.1.2.1.31.1.1.1.18.1258317312|4|teisl1;79 +1.3.6.1.2.1.31.1.1.1.18.1258317824|4|teisl2;80 +1.3.6.1.2.1.31.1.1.1.18.1258318336|4|teisl3;81 +1.3.6.1.2.1.31.1.1.1.18.1258318848|4|teisl4/82 +1.3.6.1.2.1.31.1.1.1.18.1258319360|4|teisl5;83 +1.3.6.1.2.1.31.1.1.1.18.1275068928|4x|0000 +1.3.6.1.2.1.31.1.1.1.18.1275076608|4x|0000 +1.3.6.1.2.1.31.1.1.1.19.2097156|67|0 +1.3.6.1.2.1.31.1.1.1.19.2097284|67|0 +1.3.6.1.2.1.31.1.1.1.19.2097412|67|0 +1.3.6.1.2.1.31.1.1.1.19.2097540|67|0 +1.3.6.1.2.1.31.1.1.1.19.2097668|67|0 +1.3.6.1.2.1.31.1.1.1.19.2097796|67|0 +1.3.6.1.2.1.31.1.1.1.19.2097924|67|0 +1.3.6.1.2.1.31.1.1.1.19.2098052|67|0 +1.3.6.1.2.1.31.1.1.1.19.2098180|67|0 +1.3.6.1.2.1.31.1.1.1.19.2098308|67|0 +1.3.6.1.2.1.31.1.1.1.19.2098436|67|0 +1.3.6.1.2.1.31.1.1.1.19.2098564|67|0 +1.3.6.1.2.1.31.1.1.1.19.2098692|67|0 +1.3.6.1.2.1.31.1.1.1.19.2098820|67|0 +1.3.6.1.2.1.31.1.1.1.19.2098948|67|0 +1.3.6.1.2.1.31.1.1.1.19.2099076|67|0 +1.3.6.1.2.1.31.1.1.1.19.2099204|67|0 +1.3.6.1.2.1.31.1.1.1.19.2099332|67|0 +1.3.6.1.2.1.31.1.1.1.19.2099460|67|0 +1.3.6.1.2.1.31.1.1.1.19.2099588|67|0 +1.3.6.1.2.1.31.1.1.1.19.2099726|67|0 +1.3.6.1.2.1.31.1.1.1.19.2100238|67|0 +1.3.6.1.2.1.31.1.1.1.19.2100750|67|0 +1.3.6.1.2.1.31.1.1.1.19.2101262|67|0 +1.3.6.1.2.1.31.1.1.1.19.2101774|67|0 +1.3.6.1.2.1.31.1.1.1.19.2102286|67|0 +1.3.6.1.2.1.31.1.1.1.19.2102798|67|0 +1.3.6.1.2.1.31.1.1.1.19.2103310|67|0 +1.3.6.1.2.1.31.1.1.1.19.2103822|67|0 +1.3.6.1.2.1.31.1.1.1.19.2104334|67|0 +1.3.6.1.2.1.31.1.1.1.19.2104846|67|0 +1.3.6.1.2.1.31.1.1.1.19.2105358|67|0 +1.3.6.1.2.1.31.1.1.1.19.2105870|67|0 +1.3.6.1.2.1.31.1.1.1.19.2106382|67|0 +1.3.6.1.2.1.31.1.1.1.19.2106894|67|0 +1.3.6.1.2.1.31.1.1.1.19.2107406|67|0 +1.3.6.1.2.1.31.1.1.1.19.2107918|67|0 +1.3.6.1.2.1.31.1.1.1.19.2108430|67|0 +1.3.6.1.2.1.31.1.1.1.19.2108942|67|0 +1.3.6.1.2.1.31.1.1.1.19.2109454|67|0 +1.3.6.1.2.1.31.1.1.1.19.2109966|67|0 +1.3.6.1.2.1.31.1.1.1.19.2110478|67|0 +1.3.6.1.2.1.31.1.1.1.19.2110990|67|0 +1.3.6.1.2.1.31.1.1.1.19.2111502|67|0 +1.3.6.1.2.1.31.1.1.1.19.2112014|67|0 +1.3.6.1.2.1.31.1.1.1.19.2112526|67|0 +1.3.6.1.2.1.31.1.1.1.19.2113038|67|0 +1.3.6.1.2.1.31.1.1.1.19.2113540|67|0 +1.3.6.1.2.1.31.1.1.1.19.2113668|67|0 +1.3.6.1.2.1.31.1.1.1.19.9437185|67|0 +1.3.6.1.2.1.31.1.1.1.19.1233125376|67|0 +1.3.6.1.2.1.31.1.1.1.19.1258291712|67|0 +1.3.6.1.2.1.31.1.1.1.19.1258317312|67|0 +1.3.6.1.2.1.31.1.1.1.19.1258317824|67|0 +1.3.6.1.2.1.31.1.1.1.19.1258318336|67|0 +1.3.6.1.2.1.31.1.1.1.19.1258318848|67|0 +1.3.6.1.2.1.31.1.1.1.19.1258319360|67|0 +1.3.6.1.2.1.31.1.1.1.19.1275068928|67|0 +1.3.6.1.2.1.31.1.1.1.19.1275076608|67|0 +1.3.6.1.2.1.31.1.2.1.3.0.2097156|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2097284|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2097412|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2097540|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2097668|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2097796|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2097924|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2098052|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2098180|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2098308|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2098436|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2098564|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2098692|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2098820|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2098948|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2099076|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2099204|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2099332|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2099460|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2099588|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2099726|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2100238|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2100750|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2101262|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2101774|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2102286|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2102798|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2103310|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2103822|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2104334|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2104846|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2105358|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2105870|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2106382|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2106894|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2107406|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2107918|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2108430|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2108942|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2109454|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2109966|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2110478|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2110990|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2111502|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2112014|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2112526|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2113038|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2113540|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.2113668|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.9437185|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.1233125376|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.1258291712|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.1258317312|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.1258317824|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.1258318336|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.1258318848|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.1258319360|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.1275068928|2|1 +1.3.6.1.2.1.31.1.2.1.3.0.1275076608|2|1 +1.3.6.1.2.1.31.1.2.1.3.2097156.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2097284.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2097412.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2097540.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2097668.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2097796.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2097924.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2098052.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2098180.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2098308.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2098436.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2098564.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2098692.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2098820.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2098948.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2099076.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2099204.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2099332.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2099460.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2099588.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2099726.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2100238.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2100750.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2101262.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2101774.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2102286.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2102798.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2103310.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2103822.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2104334.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2104846.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2105358.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2105870.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2106382.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2106894.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2107406.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2107918.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2108430.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2108942.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2109454.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2109966.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2110478.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2110990.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2111502.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2112014.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2112526.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2113038.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2113540.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.2113668.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.9437185.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.1233125376.0|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258291712.2113038|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258317312.2097156|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258317312.2097668|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258317824.2097284|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258317824.2097796|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258318336.2097412|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258318336.2098180|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258318848.2097924|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258318848.2098308|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258319360.2097540|2|1 +1.3.6.1.2.1.31.1.2.1.3.1258319360.2098436|2|1 +1.3.6.1.2.1.31.1.2.1.3.1275068928.2098052|2|1 +1.3.6.1.2.1.31.1.2.1.3.1275068928.1258291712|2|1 +1.3.6.1.2.1.31.1.2.1.3.1275068928.1258317312|2|1 +1.3.6.1.2.1.31.1.2.1.3.1275068928.1258317824|2|1 +1.3.6.1.2.1.31.1.2.1.3.1275068928.1258318336|2|1 +1.3.6.1.2.1.31.1.2.1.3.1275068928.1258318848|2|1 +1.3.6.1.2.1.31.1.2.1.3.1275068928.1258319360|2|1 +1.3.6.1.2.1.31.1.2.1.3.1275076608.1258291712|2|1 +1.3.6.1.2.1.47.1.1.1.1.2.1|4| +1.3.6.1.2.1.47.1.1.1.1.2.2|4|Z9100-ON-01-FE-34 Chassis +1.3.6.1.2.1.47.1.1.1.1.2.3|4|Chassis 1 container +1.3.6.1.2.1.47.1.1.1.1.2.4|4|Z9100-ON 32x100Gbe(QSFP28),2x10Gbe(SFP+) Interface module +1.3.6.1.2.1.47.1.1.1.1.2.5|4|Unit: 1 Port 1/1 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.6|4|Unit: 1 Port 1/2 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.7|4|Unit: 1 Port 1/3 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.8|4|Unit: 1 Port 1/4 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.9|4|Unit: 1 Port 2/1 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.10|4|Unit: 1 Port 2/2 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.11|4|Unit: 1 Port 2/3 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.12|4|Unit: 1 Port 2/4 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.13|4|Unit: 1 Port 3/1 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.14|4|Unit: 1 Port 3/2 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.15|4|Unit: 1 Port 3/3 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.16|4|Unit: 1 Port 3/4 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.17|4|Unit: 1 Port 4/1 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.18|4|Unit: 1 Port 4/2 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.19|4|Unit: 1 Port 4/3 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.20|4|Unit: 1 Port 4/4 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.21|4|Unit: 1 Port 5/1 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.22|4|Unit: 1 Port 5/2 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.23|4|Unit: 1 Port 5/3 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.24|4|Unit: 1 Port 5/4 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.25|4|Unit: 1 Port 6 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.29|4|Unit: 1 Port 7 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.33|4|Unit: 1 Port 8 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.37|4|Unit: 1 Port 9 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.41|4|Unit: 1 Port 10 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.45|4|Unit: 1 Port 11 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.49|4|Unit: 1 Port 12 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.53|4|Unit: 1 Port 13 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.57|4|Unit: 1 Port 14 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.61|4|Unit: 1 Port 15 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.65|4|Unit: 1 Port 16 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.69|4|Unit: 1 Port 17 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.73|4|Unit: 1 Port 18 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.77|4|Unit: 1 Port 19 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.81|4|Unit: 1 Port 20 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.85|4|Unit: 1 Port 21 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.89|4|Unit: 1 Port 22 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.93|4|Unit: 1 Port 23 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.97|4|Unit: 1 Port 24 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.101|4|Unit: 1 Port 25 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.105|4|Unit: 1 Port 26 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.109|4|Unit: 1 Port 27 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.113|4|Unit: 1 Port 28 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.117|4|Unit: 1 Port 29 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.121|4|Unit: 1 Port 30 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.125|4|Unit: 1 Port 31 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.129|4|Unit: 1 Port 32 100G Level +1.3.6.1.2.1.47.1.1.1.1.2.133|4|Unit: 1 Port 33 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.134|4|Unit: 1 Port 34 10G Level +1.3.6.1.2.1.47.1.1.1.1.2.135|4|Z9100-ON Fan Tray Module 1 +1.3.6.1.2.1.47.1.1.1.1.2.136|4|Z9100-ON Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.137|4|Z9100-ON Fan 2 +1.3.6.1.2.1.47.1.1.1.1.2.138|4|Z9100-ON Fan Tray Module 2 +1.3.6.1.2.1.47.1.1.1.1.2.139|4|Z9100-ON Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.140|4|Z9100-ON Fan 2 +1.3.6.1.2.1.47.1.1.1.1.2.141|4|Z9100-ON Fan Tray Module 3 +1.3.6.1.2.1.47.1.1.1.1.2.142|4|Z9100-ON Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.143|4|Z9100-ON Fan 2 +1.3.6.1.2.1.47.1.1.1.1.2.144|4|Z9100-ON Fan Tray Module 4 +1.3.6.1.2.1.47.1.1.1.1.2.145|4|Z9100-ON Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.146|4|Z9100-ON Fan 2 +1.3.6.1.2.1.47.1.1.1.1.2.147|4|Z9100-ON Fan Tray Module 5 +1.3.6.1.2.1.47.1.1.1.1.2.148|4|Z9100-ON Fan 1 +1.3.6.1.2.1.47.1.1.1.1.2.149|4|Z9100-ON Fan 2 +1.3.6.1.2.1.47.1.1.1.1.2.150|4|Z9100-ON Power Supply Module 1 +1.3.6.1.2.1.47.1.1.1.1.2.151|4|Z9100-ON PSU 1 +1.3.6.1.2.1.47.1.1.1.1.2.152|4|Z9100-ON Power Supply Module 2 +1.3.6.1.2.1.47.1.1.1.1.2.153|4|Z9100-ON PSU 1 +1.3.6.1.2.1.47.1.1.1.1.3.1|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.2|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.3|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.4|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.5|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.6|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.7|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.8|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.9|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.10|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.11|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.12|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.13|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.14|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.15|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.16|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.17|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.18|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.19|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.20|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.21|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.22|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.23|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.24|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.25|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.29|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.33|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.37|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.41|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.45|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.49|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.53|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.57|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.61|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.65|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.69|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.73|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.77|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.81|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.85|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.89|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.93|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.97|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.101|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.105|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.109|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.113|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.117|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.121|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.125|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.129|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.133|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.134|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.135|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.136|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.137|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.138|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.139|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.140|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.141|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.142|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.143|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.144|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.145|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.146|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.147|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.148|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.149|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.150|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.151|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.152|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.153|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.4.1|2|0 +1.3.6.1.2.1.47.1.1.1.1.4.2|2|1 +1.3.6.1.2.1.47.1.1.1.1.4.3|2|2 +1.3.6.1.2.1.47.1.1.1.1.4.4|2|3 +1.3.6.1.2.1.47.1.1.1.1.4.5|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.6|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.7|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.8|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.9|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.10|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.11|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.12|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.13|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.14|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.15|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.16|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.17|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.18|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.19|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.20|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.21|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.22|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.23|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.24|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.25|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.29|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.33|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.37|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.41|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.45|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.49|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.53|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.57|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.61|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.65|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.69|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.73|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.77|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.81|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.85|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.89|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.93|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.97|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.101|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.105|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.109|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.113|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.117|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.121|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.125|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.129|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.133|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.134|2|4 +1.3.6.1.2.1.47.1.1.1.1.4.135|2|3 +1.3.6.1.2.1.47.1.1.1.1.4.136|2|135 +1.3.6.1.2.1.47.1.1.1.1.4.137|2|135 +1.3.6.1.2.1.47.1.1.1.1.4.138|2|3 +1.3.6.1.2.1.47.1.1.1.1.4.139|2|138 +1.3.6.1.2.1.47.1.1.1.1.4.140|2|138 +1.3.6.1.2.1.47.1.1.1.1.4.141|2|3 +1.3.6.1.2.1.47.1.1.1.1.4.142|2|141 +1.3.6.1.2.1.47.1.1.1.1.4.143|2|141 +1.3.6.1.2.1.47.1.1.1.1.4.144|2|3 +1.3.6.1.2.1.47.1.1.1.1.4.145|2|144 +1.3.6.1.2.1.47.1.1.1.1.4.146|2|144 +1.3.6.1.2.1.47.1.1.1.1.4.147|2|3 +1.3.6.1.2.1.47.1.1.1.1.4.148|2|147 +1.3.6.1.2.1.47.1.1.1.1.4.149|2|147 +1.3.6.1.2.1.47.1.1.1.1.4.150|2|3 +1.3.6.1.2.1.47.1.1.1.1.4.151|2|150 +1.3.6.1.2.1.47.1.1.1.1.4.152|2|3 +1.3.6.1.2.1.47.1.1.1.1.4.153|2|152 +1.3.6.1.2.1.47.1.1.1.1.5.1|2|11 +1.3.6.1.2.1.47.1.1.1.1.5.2|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.3|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.4|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.5|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.6|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.7|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.8|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.9|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.10|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.11|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.12|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.13|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.14|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.15|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.16|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.17|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.18|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.19|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.20|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.21|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.22|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.23|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.24|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.25|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.29|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.33|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.37|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.41|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.45|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.49|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.53|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.57|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.61|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.65|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.69|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.73|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.77|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.81|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.85|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.89|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.93|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.97|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.101|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.105|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.109|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.113|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.117|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.121|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.125|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.129|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.133|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.134|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.135|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.136|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.137|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.138|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.139|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.140|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.141|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.142|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.143|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.144|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.145|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.146|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.147|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.148|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.149|2|7 +1.3.6.1.2.1.47.1.1.1.1.5.150|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.151|2|6 +1.3.6.1.2.1.47.1.1.1.1.5.152|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.153|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.1|2|-1 +1.3.6.1.2.1.47.1.1.1.1.6.2|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.3|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.4|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.5|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.6|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.7|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.8|2|4 +1.3.6.1.2.1.47.1.1.1.1.6.9|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.10|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.11|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.12|2|8 +1.3.6.1.2.1.47.1.1.1.1.6.13|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.14|2|10 +1.3.6.1.2.1.47.1.1.1.1.6.15|2|11 +1.3.6.1.2.1.47.1.1.1.1.6.16|2|12 +1.3.6.1.2.1.47.1.1.1.1.6.17|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.18|2|14 +1.3.6.1.2.1.47.1.1.1.1.6.19|2|15 +1.3.6.1.2.1.47.1.1.1.1.6.20|2|16 +1.3.6.1.2.1.47.1.1.1.1.6.21|2|8 +1.3.6.1.2.1.47.1.1.1.1.6.22|2|18 +1.3.6.1.2.1.47.1.1.1.1.6.23|2|19 +1.3.6.1.2.1.47.1.1.1.1.6.24|2|20 +1.3.6.1.2.1.47.1.1.1.1.6.25|2|9 +1.3.6.1.2.1.47.1.1.1.1.6.29|2|10 +1.3.6.1.2.1.47.1.1.1.1.6.33|2|11 +1.3.6.1.2.1.47.1.1.1.1.6.37|2|12 +1.3.6.1.2.1.47.1.1.1.1.6.41|2|13 +1.3.6.1.2.1.47.1.1.1.1.6.45|2|14 +1.3.6.1.2.1.47.1.1.1.1.6.49|2|15 +1.3.6.1.2.1.47.1.1.1.1.6.53|2|16 +1.3.6.1.2.1.47.1.1.1.1.6.57|2|17 +1.3.6.1.2.1.47.1.1.1.1.6.61|2|18 +1.3.6.1.2.1.47.1.1.1.1.6.65|2|19 +1.3.6.1.2.1.47.1.1.1.1.6.69|2|20 +1.3.6.1.2.1.47.1.1.1.1.6.73|2|21 +1.3.6.1.2.1.47.1.1.1.1.6.77|2|22 +1.3.6.1.2.1.47.1.1.1.1.6.81|2|23 +1.3.6.1.2.1.47.1.1.1.1.6.85|2|24 +1.3.6.1.2.1.47.1.1.1.1.6.89|2|25 +1.3.6.1.2.1.47.1.1.1.1.6.93|2|26 +1.3.6.1.2.1.47.1.1.1.1.6.97|2|27 +1.3.6.1.2.1.47.1.1.1.1.6.101|2|28 +1.3.6.1.2.1.47.1.1.1.1.6.105|2|29 +1.3.6.1.2.1.47.1.1.1.1.6.109|2|30 +1.3.6.1.2.1.47.1.1.1.1.6.113|2|31 +1.3.6.1.2.1.47.1.1.1.1.6.117|2|32 +1.3.6.1.2.1.47.1.1.1.1.6.121|2|33 +1.3.6.1.2.1.47.1.1.1.1.6.125|2|34 +1.3.6.1.2.1.47.1.1.1.1.6.129|2|35 +1.3.6.1.2.1.47.1.1.1.1.6.133|2|36 +1.3.6.1.2.1.47.1.1.1.1.6.134|2|37 +1.3.6.1.2.1.47.1.1.1.1.6.135|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.136|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.137|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.138|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.139|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.140|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.141|2|4 +1.3.6.1.2.1.47.1.1.1.1.6.142|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.143|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.144|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.145|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.146|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.147|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.148|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.149|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.150|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.151|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.152|2|8 +1.3.6.1.2.1.47.1.1.1.1.6.153|2|1 +1.3.6.1.2.1.47.1.1.1.1.7.1|4|Stack +1.3.6.1.2.1.47.1.1.1.1.7.2|4|Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.3|4|Slot 1 +1.3.6.1.2.1.47.1.1.1.1.7.4|4|Z9100-ON Interface module +1.3.6.1.2.1.47.1.1.1.1.7.5|4|Te 1/1/1 +1.3.6.1.2.1.47.1.1.1.1.7.6|4|Te 1/1/2 +1.3.6.1.2.1.47.1.1.1.1.7.7|4|Te 1/1/3 +1.3.6.1.2.1.47.1.1.1.1.7.8|4|Te 1/1/4 +1.3.6.1.2.1.47.1.1.1.1.7.9|4|Te 1/2/1 +1.3.6.1.2.1.47.1.1.1.1.7.10|4|Te 1/2/2 +1.3.6.1.2.1.47.1.1.1.1.7.11|4|Te 1/2/3 +1.3.6.1.2.1.47.1.1.1.1.7.12|4|Te 1/2/4 +1.3.6.1.2.1.47.1.1.1.1.7.13|4|Te 1/3/1 +1.3.6.1.2.1.47.1.1.1.1.7.14|4|Te 1/3/2 +1.3.6.1.2.1.47.1.1.1.1.7.15|4|Te 1/3/3 +1.3.6.1.2.1.47.1.1.1.1.7.16|4|Te 1/3/4 +1.3.6.1.2.1.47.1.1.1.1.7.17|4|Te 1/4/1 +1.3.6.1.2.1.47.1.1.1.1.7.18|4|Te 1/4/2 +1.3.6.1.2.1.47.1.1.1.1.7.19|4|Te 1/4/3 +1.3.6.1.2.1.47.1.1.1.1.7.20|4|Te 1/4/4 +1.3.6.1.2.1.47.1.1.1.1.7.21|4|Te 1/5/1 +1.3.6.1.2.1.47.1.1.1.1.7.22|4|Te 1/5/2 +1.3.6.1.2.1.47.1.1.1.1.7.23|4|Te 1/5/3 +1.3.6.1.2.1.47.1.1.1.1.7.24|4|Te 1/5/4 +1.3.6.1.2.1.47.1.1.1.1.7.25|4|Hu 1/6 +1.3.6.1.2.1.47.1.1.1.1.7.29|4|Hu 1/7 +1.3.6.1.2.1.47.1.1.1.1.7.33|4|Hu 1/8 +1.3.6.1.2.1.47.1.1.1.1.7.37|4|Hu 1/9 +1.3.6.1.2.1.47.1.1.1.1.7.41|4|Hu 1/10 +1.3.6.1.2.1.47.1.1.1.1.7.45|4|Hu 1/11 +1.3.6.1.2.1.47.1.1.1.1.7.49|4|Hu 1/12 +1.3.6.1.2.1.47.1.1.1.1.7.53|4|Hu 1/13 +1.3.6.1.2.1.47.1.1.1.1.7.57|4|Hu 1/14 +1.3.6.1.2.1.47.1.1.1.1.7.61|4|Hu 1/15 +1.3.6.1.2.1.47.1.1.1.1.7.65|4|Hu 1/16 +1.3.6.1.2.1.47.1.1.1.1.7.69|4|Hu 1/17 +1.3.6.1.2.1.47.1.1.1.1.7.73|4|Hu 1/18 +1.3.6.1.2.1.47.1.1.1.1.7.77|4|Hu 1/19 +1.3.6.1.2.1.47.1.1.1.1.7.81|4|Hu 1/20 +1.3.6.1.2.1.47.1.1.1.1.7.85|4|Hu 1/21 +1.3.6.1.2.1.47.1.1.1.1.7.89|4|Hu 1/22 +1.3.6.1.2.1.47.1.1.1.1.7.93|4|Hu 1/23 +1.3.6.1.2.1.47.1.1.1.1.7.97|4|Hu 1/24 +1.3.6.1.2.1.47.1.1.1.1.7.101|4|Hu 1/25 +1.3.6.1.2.1.47.1.1.1.1.7.105|4|Hu 1/26 +1.3.6.1.2.1.47.1.1.1.1.7.109|4|Hu 1/27 +1.3.6.1.2.1.47.1.1.1.1.7.113|4|Hu 1/28 +1.3.6.1.2.1.47.1.1.1.1.7.117|4|Hu 1/29 +1.3.6.1.2.1.47.1.1.1.1.7.121|4|Hu 1/30 +1.3.6.1.2.1.47.1.1.1.1.7.125|4|Hu 1/31 +1.3.6.1.2.1.47.1.1.1.1.7.129|4|Hu 1/32 +1.3.6.1.2.1.47.1.1.1.1.7.133|4|Te 1/33 +1.3.6.1.2.1.47.1.1.1.1.7.134|4|Te 1/34 +1.3.6.1.2.1.47.1.1.1.1.7.135|4|Fan Tray Module 1 +1.3.6.1.2.1.47.1.1.1.1.7.136|4|Fan Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.137|4|Fan Unit 2 +1.3.6.1.2.1.47.1.1.1.1.7.138|4|Fan Tray Module 2 +1.3.6.1.2.1.47.1.1.1.1.7.139|4|Fan Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.140|4|Fan Unit 2 +1.3.6.1.2.1.47.1.1.1.1.7.141|4|Fan Tray Module 3 +1.3.6.1.2.1.47.1.1.1.1.7.142|4|Fan Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.143|4|Fan Unit 2 +1.3.6.1.2.1.47.1.1.1.1.7.144|4|Fan Tray Module 4 +1.3.6.1.2.1.47.1.1.1.1.7.145|4|Fan Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.146|4|Fan Unit 2 +1.3.6.1.2.1.47.1.1.1.1.7.147|4|Fan Tray Module 5 +1.3.6.1.2.1.47.1.1.1.1.7.148|4|Fan Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.149|4|Fan Unit 2 +1.3.6.1.2.1.47.1.1.1.1.7.150|4|Power Supply Module 1 +1.3.6.1.2.1.47.1.1.1.1.7.151|4|PS Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.152|4|Power Supply Module 2 +1.3.6.1.2.1.47.1.1.1.1.7.153|4|PS Unit 1 +1.3.6.1.2.1.47.1.1.1.1.8.1|4| +1.3.6.1.2.1.47.1.1.1.1.8.2|4|0.0 +1.3.6.1.2.1.47.1.1.1.1.8.3|4| +1.3.6.1.2.1.47.1.1.1.1.8.4|4| +1.3.6.1.2.1.47.1.1.1.1.8.5|4| +1.3.6.1.2.1.47.1.1.1.1.8.6|4| +1.3.6.1.2.1.47.1.1.1.1.8.7|4| +1.3.6.1.2.1.47.1.1.1.1.8.8|4| +1.3.6.1.2.1.47.1.1.1.1.8.9|4| +1.3.6.1.2.1.47.1.1.1.1.8.10|4| +1.3.6.1.2.1.47.1.1.1.1.8.11|4| +1.3.6.1.2.1.47.1.1.1.1.8.12|4| +1.3.6.1.2.1.47.1.1.1.1.8.13|4| +1.3.6.1.2.1.47.1.1.1.1.8.14|4| +1.3.6.1.2.1.47.1.1.1.1.8.15|4| +1.3.6.1.2.1.47.1.1.1.1.8.16|4| +1.3.6.1.2.1.47.1.1.1.1.8.17|4| +1.3.6.1.2.1.47.1.1.1.1.8.18|4| +1.3.6.1.2.1.47.1.1.1.1.8.19|4| +1.3.6.1.2.1.47.1.1.1.1.8.20|4| +1.3.6.1.2.1.47.1.1.1.1.8.21|4| +1.3.6.1.2.1.47.1.1.1.1.8.22|4| +1.3.6.1.2.1.47.1.1.1.1.8.23|4| +1.3.6.1.2.1.47.1.1.1.1.8.24|4| +1.3.6.1.2.1.47.1.1.1.1.8.25|4| +1.3.6.1.2.1.47.1.1.1.1.8.29|4| +1.3.6.1.2.1.47.1.1.1.1.8.33|4| +1.3.6.1.2.1.47.1.1.1.1.8.37|4| +1.3.6.1.2.1.47.1.1.1.1.8.41|4| +1.3.6.1.2.1.47.1.1.1.1.8.45|4| +1.3.6.1.2.1.47.1.1.1.1.8.49|4| +1.3.6.1.2.1.47.1.1.1.1.8.53|4| +1.3.6.1.2.1.47.1.1.1.1.8.57|4| +1.3.6.1.2.1.47.1.1.1.1.8.61|4| +1.3.6.1.2.1.47.1.1.1.1.8.65|4| +1.3.6.1.2.1.47.1.1.1.1.8.69|4| +1.3.6.1.2.1.47.1.1.1.1.8.73|4| +1.3.6.1.2.1.47.1.1.1.1.8.77|4| +1.3.6.1.2.1.47.1.1.1.1.8.81|4| +1.3.6.1.2.1.47.1.1.1.1.8.85|4| +1.3.6.1.2.1.47.1.1.1.1.8.89|4| +1.3.6.1.2.1.47.1.1.1.1.8.93|4| +1.3.6.1.2.1.47.1.1.1.1.8.97|4| +1.3.6.1.2.1.47.1.1.1.1.8.101|4| +1.3.6.1.2.1.47.1.1.1.1.8.105|4| +1.3.6.1.2.1.47.1.1.1.1.8.109|4| +1.3.6.1.2.1.47.1.1.1.1.8.113|4| +1.3.6.1.2.1.47.1.1.1.1.8.117|4| +1.3.6.1.2.1.47.1.1.1.1.8.121|4| +1.3.6.1.2.1.47.1.1.1.1.8.125|4| +1.3.6.1.2.1.47.1.1.1.1.8.129|4| +1.3.6.1.2.1.47.1.1.1.1.8.133|4| +1.3.6.1.2.1.47.1.1.1.1.8.134|4| +1.3.6.1.2.1.47.1.1.1.1.8.135|4| +1.3.6.1.2.1.47.1.1.1.1.8.136|4| +1.3.6.1.2.1.47.1.1.1.1.8.137|4| +1.3.6.1.2.1.47.1.1.1.1.8.138|4| +1.3.6.1.2.1.47.1.1.1.1.8.139|4| +1.3.6.1.2.1.47.1.1.1.1.8.140|4| +1.3.6.1.2.1.47.1.1.1.1.8.141|4| +1.3.6.1.2.1.47.1.1.1.1.8.142|4| +1.3.6.1.2.1.47.1.1.1.1.8.143|4| +1.3.6.1.2.1.47.1.1.1.1.8.144|4| +1.3.6.1.2.1.47.1.1.1.1.8.145|4| +1.3.6.1.2.1.47.1.1.1.1.8.146|4| +1.3.6.1.2.1.47.1.1.1.1.8.147|4| +1.3.6.1.2.1.47.1.1.1.1.8.148|4| +1.3.6.1.2.1.47.1.1.1.1.8.149|4| +1.3.6.1.2.1.47.1.1.1.1.8.150|4| +1.3.6.1.2.1.47.1.1.1.1.8.151|4| +1.3.6.1.2.1.47.1.1.1.1.8.152|4| +1.3.6.1.2.1.47.1.1.1.1.8.153|4| +1.3.6.1.2.1.47.1.1.1.1.9.1|4| +1.3.6.1.2.1.47.1.1.1.1.9.2|4| +1.3.6.1.2.1.47.1.1.1.1.9.3|4| +1.3.6.1.2.1.47.1.1.1.1.9.4|4| +1.3.6.1.2.1.47.1.1.1.1.9.5|4| +1.3.6.1.2.1.47.1.1.1.1.9.6|4| +1.3.6.1.2.1.47.1.1.1.1.9.7|4| +1.3.6.1.2.1.47.1.1.1.1.9.8|4| +1.3.6.1.2.1.47.1.1.1.1.9.9|4| +1.3.6.1.2.1.47.1.1.1.1.9.10|4| +1.3.6.1.2.1.47.1.1.1.1.9.11|4| +1.3.6.1.2.1.47.1.1.1.1.9.12|4| +1.3.6.1.2.1.47.1.1.1.1.9.13|4| +1.3.6.1.2.1.47.1.1.1.1.9.14|4| +1.3.6.1.2.1.47.1.1.1.1.9.15|4| +1.3.6.1.2.1.47.1.1.1.1.9.16|4| +1.3.6.1.2.1.47.1.1.1.1.9.17|4| +1.3.6.1.2.1.47.1.1.1.1.9.18|4| +1.3.6.1.2.1.47.1.1.1.1.9.19|4| +1.3.6.1.2.1.47.1.1.1.1.9.20|4| +1.3.6.1.2.1.47.1.1.1.1.9.21|4| +1.3.6.1.2.1.47.1.1.1.1.9.22|4| +1.3.6.1.2.1.47.1.1.1.1.9.23|4| +1.3.6.1.2.1.47.1.1.1.1.9.24|4| +1.3.6.1.2.1.47.1.1.1.1.9.25|4| +1.3.6.1.2.1.47.1.1.1.1.9.29|4| +1.3.6.1.2.1.47.1.1.1.1.9.33|4| +1.3.6.1.2.1.47.1.1.1.1.9.37|4| +1.3.6.1.2.1.47.1.1.1.1.9.41|4| +1.3.6.1.2.1.47.1.1.1.1.9.45|4| +1.3.6.1.2.1.47.1.1.1.1.9.49|4| +1.3.6.1.2.1.47.1.1.1.1.9.53|4| +1.3.6.1.2.1.47.1.1.1.1.9.57|4| +1.3.6.1.2.1.47.1.1.1.1.9.61|4| +1.3.6.1.2.1.47.1.1.1.1.9.65|4| +1.3.6.1.2.1.47.1.1.1.1.9.69|4| +1.3.6.1.2.1.47.1.1.1.1.9.73|4| +1.3.6.1.2.1.47.1.1.1.1.9.77|4| +1.3.6.1.2.1.47.1.1.1.1.9.81|4| +1.3.6.1.2.1.47.1.1.1.1.9.85|4| +1.3.6.1.2.1.47.1.1.1.1.9.89|4| +1.3.6.1.2.1.47.1.1.1.1.9.93|4| +1.3.6.1.2.1.47.1.1.1.1.9.97|4| +1.3.6.1.2.1.47.1.1.1.1.9.101|4| +1.3.6.1.2.1.47.1.1.1.1.9.105|4| +1.3.6.1.2.1.47.1.1.1.1.9.109|4| +1.3.6.1.2.1.47.1.1.1.1.9.113|4| +1.3.6.1.2.1.47.1.1.1.1.9.117|4| +1.3.6.1.2.1.47.1.1.1.1.9.121|4| +1.3.6.1.2.1.47.1.1.1.1.9.125|4| +1.3.6.1.2.1.47.1.1.1.1.9.129|4| +1.3.6.1.2.1.47.1.1.1.1.9.133|4| +1.3.6.1.2.1.47.1.1.1.1.9.134|4| +1.3.6.1.2.1.47.1.1.1.1.9.135|4| +1.3.6.1.2.1.47.1.1.1.1.9.136|4| +1.3.6.1.2.1.47.1.1.1.1.9.137|4| +1.3.6.1.2.1.47.1.1.1.1.9.138|4| +1.3.6.1.2.1.47.1.1.1.1.9.139|4| +1.3.6.1.2.1.47.1.1.1.1.9.140|4| +1.3.6.1.2.1.47.1.1.1.1.9.141|4| +1.3.6.1.2.1.47.1.1.1.1.9.142|4| +1.3.6.1.2.1.47.1.1.1.1.9.143|4| +1.3.6.1.2.1.47.1.1.1.1.9.144|4| +1.3.6.1.2.1.47.1.1.1.1.9.145|4| +1.3.6.1.2.1.47.1.1.1.1.9.146|4| +1.3.6.1.2.1.47.1.1.1.1.9.147|4| +1.3.6.1.2.1.47.1.1.1.1.9.148|4| +1.3.6.1.2.1.47.1.1.1.1.9.149|4| +1.3.6.1.2.1.47.1.1.1.1.9.150|4| +1.3.6.1.2.1.47.1.1.1.1.9.151|4| +1.3.6.1.2.1.47.1.1.1.1.9.152|4| +1.3.6.1.2.1.47.1.1.1.1.9.153|4| +1.3.6.1.2.1.47.1.1.1.1.10.1|4| +1.3.6.1.2.1.47.1.1.1.1.10.2|4|9.14(1.5) +1.3.6.1.2.1.47.1.1.1.1.10.3|4| +1.3.6.1.2.1.47.1.1.1.1.10.4|4| +1.3.6.1.2.1.47.1.1.1.1.10.5|4| +1.3.6.1.2.1.47.1.1.1.1.10.6|4| +1.3.6.1.2.1.47.1.1.1.1.10.7|4| +1.3.6.1.2.1.47.1.1.1.1.10.8|4| +1.3.6.1.2.1.47.1.1.1.1.10.9|4| +1.3.6.1.2.1.47.1.1.1.1.10.10|4| +1.3.6.1.2.1.47.1.1.1.1.10.11|4| +1.3.6.1.2.1.47.1.1.1.1.10.12|4| +1.3.6.1.2.1.47.1.1.1.1.10.13|4| +1.3.6.1.2.1.47.1.1.1.1.10.14|4| +1.3.6.1.2.1.47.1.1.1.1.10.15|4| +1.3.6.1.2.1.47.1.1.1.1.10.16|4| +1.3.6.1.2.1.47.1.1.1.1.10.17|4| +1.3.6.1.2.1.47.1.1.1.1.10.18|4| +1.3.6.1.2.1.47.1.1.1.1.10.19|4| +1.3.6.1.2.1.47.1.1.1.1.10.20|4| +1.3.6.1.2.1.47.1.1.1.1.10.21|4| +1.3.6.1.2.1.47.1.1.1.1.10.22|4| +1.3.6.1.2.1.47.1.1.1.1.10.23|4| +1.3.6.1.2.1.47.1.1.1.1.10.24|4| +1.3.6.1.2.1.47.1.1.1.1.10.25|4| +1.3.6.1.2.1.47.1.1.1.1.10.29|4| +1.3.6.1.2.1.47.1.1.1.1.10.33|4| +1.3.6.1.2.1.47.1.1.1.1.10.37|4| +1.3.6.1.2.1.47.1.1.1.1.10.41|4| +1.3.6.1.2.1.47.1.1.1.1.10.45|4| +1.3.6.1.2.1.47.1.1.1.1.10.49|4| +1.3.6.1.2.1.47.1.1.1.1.10.53|4| +1.3.6.1.2.1.47.1.1.1.1.10.57|4| +1.3.6.1.2.1.47.1.1.1.1.10.61|4| +1.3.6.1.2.1.47.1.1.1.1.10.65|4| +1.3.6.1.2.1.47.1.1.1.1.10.69|4| +1.3.6.1.2.1.47.1.1.1.1.10.73|4| +1.3.6.1.2.1.47.1.1.1.1.10.77|4| +1.3.6.1.2.1.47.1.1.1.1.10.81|4| +1.3.6.1.2.1.47.1.1.1.1.10.85|4| +1.3.6.1.2.1.47.1.1.1.1.10.89|4| +1.3.6.1.2.1.47.1.1.1.1.10.93|4| +1.3.6.1.2.1.47.1.1.1.1.10.97|4| +1.3.6.1.2.1.47.1.1.1.1.10.101|4| +1.3.6.1.2.1.47.1.1.1.1.10.105|4| +1.3.6.1.2.1.47.1.1.1.1.10.109|4| +1.3.6.1.2.1.47.1.1.1.1.10.113|4| +1.3.6.1.2.1.47.1.1.1.1.10.117|4| +1.3.6.1.2.1.47.1.1.1.1.10.121|4| +1.3.6.1.2.1.47.1.1.1.1.10.125|4| +1.3.6.1.2.1.47.1.1.1.1.10.129|4| +1.3.6.1.2.1.47.1.1.1.1.10.133|4| +1.3.6.1.2.1.47.1.1.1.1.10.134|4| +1.3.6.1.2.1.47.1.1.1.1.10.135|4| +1.3.6.1.2.1.47.1.1.1.1.10.136|4| +1.3.6.1.2.1.47.1.1.1.1.10.137|4| +1.3.6.1.2.1.47.1.1.1.1.10.138|4| +1.3.6.1.2.1.47.1.1.1.1.10.139|4| +1.3.6.1.2.1.47.1.1.1.1.10.140|4| +1.3.6.1.2.1.47.1.1.1.1.10.141|4| +1.3.6.1.2.1.47.1.1.1.1.10.142|4| +1.3.6.1.2.1.47.1.1.1.1.10.143|4| +1.3.6.1.2.1.47.1.1.1.1.10.144|4| +1.3.6.1.2.1.47.1.1.1.1.10.145|4| +1.3.6.1.2.1.47.1.1.1.1.10.146|4| +1.3.6.1.2.1.47.1.1.1.1.10.147|4| +1.3.6.1.2.1.47.1.1.1.1.10.148|4| +1.3.6.1.2.1.47.1.1.1.1.10.149|4| +1.3.6.1.2.1.47.1.1.1.1.10.150|4| +1.3.6.1.2.1.47.1.1.1.1.10.151|4| +1.3.6.1.2.1.47.1.1.1.1.10.152|4| +1.3.6.1.2.1.47.1.1.1.1.10.153|4| +1.3.6.1.2.1.47.1.1.1.1.11.1|4| +1.3.6.1.2.1.47.1.1.1.1.11.2|4|NA +1.3.6.1.2.1.47.1.1.1.1.11.3|4| +1.3.6.1.2.1.47.1.1.1.1.11.4|4| +1.3.6.1.2.1.47.1.1.1.1.11.5|4| +1.3.6.1.2.1.47.1.1.1.1.11.6|4| +1.3.6.1.2.1.47.1.1.1.1.11.7|4| +1.3.6.1.2.1.47.1.1.1.1.11.8|4| +1.3.6.1.2.1.47.1.1.1.1.11.9|4| +1.3.6.1.2.1.47.1.1.1.1.11.10|4| +1.3.6.1.2.1.47.1.1.1.1.11.11|4| +1.3.6.1.2.1.47.1.1.1.1.11.12|4| +1.3.6.1.2.1.47.1.1.1.1.11.13|4| +1.3.6.1.2.1.47.1.1.1.1.11.14|4| +1.3.6.1.2.1.47.1.1.1.1.11.15|4| +1.3.6.1.2.1.47.1.1.1.1.11.16|4| +1.3.6.1.2.1.47.1.1.1.1.11.17|4| +1.3.6.1.2.1.47.1.1.1.1.11.18|4| +1.3.6.1.2.1.47.1.1.1.1.11.19|4| +1.3.6.1.2.1.47.1.1.1.1.11.20|4| +1.3.6.1.2.1.47.1.1.1.1.11.21|4| +1.3.6.1.2.1.47.1.1.1.1.11.22|4| +1.3.6.1.2.1.47.1.1.1.1.11.23|4| +1.3.6.1.2.1.47.1.1.1.1.11.24|4| +1.3.6.1.2.1.47.1.1.1.1.11.25|4| +1.3.6.1.2.1.47.1.1.1.1.11.29|4| +1.3.6.1.2.1.47.1.1.1.1.11.33|4| +1.3.6.1.2.1.47.1.1.1.1.11.37|4| +1.3.6.1.2.1.47.1.1.1.1.11.41|4| +1.3.6.1.2.1.47.1.1.1.1.11.45|4| +1.3.6.1.2.1.47.1.1.1.1.11.49|4| +1.3.6.1.2.1.47.1.1.1.1.11.53|4| +1.3.6.1.2.1.47.1.1.1.1.11.57|4| +1.3.6.1.2.1.47.1.1.1.1.11.61|4| +1.3.6.1.2.1.47.1.1.1.1.11.65|4| +1.3.6.1.2.1.47.1.1.1.1.11.69|4| +1.3.6.1.2.1.47.1.1.1.1.11.73|4| +1.3.6.1.2.1.47.1.1.1.1.11.77|4| +1.3.6.1.2.1.47.1.1.1.1.11.81|4| +1.3.6.1.2.1.47.1.1.1.1.11.85|4| +1.3.6.1.2.1.47.1.1.1.1.11.89|4| +1.3.6.1.2.1.47.1.1.1.1.11.93|4| +1.3.6.1.2.1.47.1.1.1.1.11.97|4| +1.3.6.1.2.1.47.1.1.1.1.11.101|4| +1.3.6.1.2.1.47.1.1.1.1.11.105|4| +1.3.6.1.2.1.47.1.1.1.1.11.109|4| +1.3.6.1.2.1.47.1.1.1.1.11.113|4| +1.3.6.1.2.1.47.1.1.1.1.11.117|4| +1.3.6.1.2.1.47.1.1.1.1.11.121|4| +1.3.6.1.2.1.47.1.1.1.1.11.125|4| +1.3.6.1.2.1.47.1.1.1.1.11.129|4| +1.3.6.1.2.1.47.1.1.1.1.11.133|4| +1.3.6.1.2.1.47.1.1.1.1.11.134|4| +1.3.6.1.2.1.47.1.1.1.1.11.135|4|NA +1.3.6.1.2.1.47.1.1.1.1.11.136|4| +1.3.6.1.2.1.47.1.1.1.1.11.137|4| +1.3.6.1.2.1.47.1.1.1.1.11.138|4|NA +1.3.6.1.2.1.47.1.1.1.1.11.139|4| +1.3.6.1.2.1.47.1.1.1.1.11.140|4| +1.3.6.1.2.1.47.1.1.1.1.11.141|4|NA +1.3.6.1.2.1.47.1.1.1.1.11.142|4| +1.3.6.1.2.1.47.1.1.1.1.11.143|4| +1.3.6.1.2.1.47.1.1.1.1.11.144|4|NA +1.3.6.1.2.1.47.1.1.1.1.11.145|4| +1.3.6.1.2.1.47.1.1.1.1.11.146|4| +1.3.6.1.2.1.47.1.1.1.1.11.147|4|NA +1.3.6.1.2.1.47.1.1.1.1.11.148|4| +1.3.6.1.2.1.47.1.1.1.1.11.149|4| +1.3.6.1.2.1.47.1.1.1.1.11.150|4|NA +1.3.6.1.2.1.47.1.1.1.1.11.151|4| +1.3.6.1.2.1.47.1.1.1.1.11.152|4|NA +1.3.6.1.2.1.47.1.1.1.1.11.153|4| +1.3.6.1.2.1.47.1.1.1.1.12.1|4| +1.3.6.1.2.1.47.1.1.1.1.12.2|4| +1.3.6.1.2.1.47.1.1.1.1.12.3|4| +1.3.6.1.2.1.47.1.1.1.1.12.4|4| +1.3.6.1.2.1.47.1.1.1.1.12.5|4| +1.3.6.1.2.1.47.1.1.1.1.12.6|4| +1.3.6.1.2.1.47.1.1.1.1.12.7|4| +1.3.6.1.2.1.47.1.1.1.1.12.8|4| +1.3.6.1.2.1.47.1.1.1.1.12.9|4| +1.3.6.1.2.1.47.1.1.1.1.12.10|4| +1.3.6.1.2.1.47.1.1.1.1.12.11|4| +1.3.6.1.2.1.47.1.1.1.1.12.12|4| +1.3.6.1.2.1.47.1.1.1.1.12.13|4| +1.3.6.1.2.1.47.1.1.1.1.12.14|4| +1.3.6.1.2.1.47.1.1.1.1.12.15|4| +1.3.6.1.2.1.47.1.1.1.1.12.16|4| +1.3.6.1.2.1.47.1.1.1.1.12.17|4| +1.3.6.1.2.1.47.1.1.1.1.12.18|4| +1.3.6.1.2.1.47.1.1.1.1.12.19|4| +1.3.6.1.2.1.47.1.1.1.1.12.20|4| +1.3.6.1.2.1.47.1.1.1.1.12.21|4| +1.3.6.1.2.1.47.1.1.1.1.12.22|4| +1.3.6.1.2.1.47.1.1.1.1.12.23|4| +1.3.6.1.2.1.47.1.1.1.1.12.24|4| +1.3.6.1.2.1.47.1.1.1.1.12.25|4| +1.3.6.1.2.1.47.1.1.1.1.12.29|4| +1.3.6.1.2.1.47.1.1.1.1.12.33|4| +1.3.6.1.2.1.47.1.1.1.1.12.37|4| +1.3.6.1.2.1.47.1.1.1.1.12.41|4| +1.3.6.1.2.1.47.1.1.1.1.12.45|4| +1.3.6.1.2.1.47.1.1.1.1.12.49|4| +1.3.6.1.2.1.47.1.1.1.1.12.53|4| +1.3.6.1.2.1.47.1.1.1.1.12.57|4| +1.3.6.1.2.1.47.1.1.1.1.12.61|4| +1.3.6.1.2.1.47.1.1.1.1.12.65|4| +1.3.6.1.2.1.47.1.1.1.1.12.69|4| +1.3.6.1.2.1.47.1.1.1.1.12.73|4| +1.3.6.1.2.1.47.1.1.1.1.12.77|4| +1.3.6.1.2.1.47.1.1.1.1.12.81|4| +1.3.6.1.2.1.47.1.1.1.1.12.85|4| +1.3.6.1.2.1.47.1.1.1.1.12.89|4| +1.3.6.1.2.1.47.1.1.1.1.12.93|4| +1.3.6.1.2.1.47.1.1.1.1.12.97|4| +1.3.6.1.2.1.47.1.1.1.1.12.101|4| +1.3.6.1.2.1.47.1.1.1.1.12.105|4| +1.3.6.1.2.1.47.1.1.1.1.12.109|4| +1.3.6.1.2.1.47.1.1.1.1.12.113|4| +1.3.6.1.2.1.47.1.1.1.1.12.117|4| +1.3.6.1.2.1.47.1.1.1.1.12.121|4| +1.3.6.1.2.1.47.1.1.1.1.12.125|4| +1.3.6.1.2.1.47.1.1.1.1.12.129|4| +1.3.6.1.2.1.47.1.1.1.1.12.133|4| +1.3.6.1.2.1.47.1.1.1.1.12.134|4| +1.3.6.1.2.1.47.1.1.1.1.12.135|4| +1.3.6.1.2.1.47.1.1.1.1.12.136|4| +1.3.6.1.2.1.47.1.1.1.1.12.137|4| +1.3.6.1.2.1.47.1.1.1.1.12.138|4| +1.3.6.1.2.1.47.1.1.1.1.12.139|4| +1.3.6.1.2.1.47.1.1.1.1.12.140|4| +1.3.6.1.2.1.47.1.1.1.1.12.141|4| +1.3.6.1.2.1.47.1.1.1.1.12.142|4| +1.3.6.1.2.1.47.1.1.1.1.12.143|4| +1.3.6.1.2.1.47.1.1.1.1.12.144|4| +1.3.6.1.2.1.47.1.1.1.1.12.145|4| +1.3.6.1.2.1.47.1.1.1.1.12.146|4| +1.3.6.1.2.1.47.1.1.1.1.12.147|4| +1.3.6.1.2.1.47.1.1.1.1.12.148|4| +1.3.6.1.2.1.47.1.1.1.1.12.149|4| +1.3.6.1.2.1.47.1.1.1.1.12.150|4| +1.3.6.1.2.1.47.1.1.1.1.12.151|4| +1.3.6.1.2.1.47.1.1.1.1.12.152|4| +1.3.6.1.2.1.47.1.1.1.1.12.153|4| +1.3.6.1.2.1.47.1.1.1.1.13.1|4| +1.3.6.1.2.1.47.1.1.1.1.13.2|4|Z9100-ON-01-FE-34 +1.3.6.1.2.1.47.1.1.1.1.13.3|4| +1.3.6.1.2.1.47.1.1.1.1.13.4|4| +1.3.6.1.2.1.47.1.1.1.1.13.5|4| +1.3.6.1.2.1.47.1.1.1.1.13.6|4| +1.3.6.1.2.1.47.1.1.1.1.13.7|4| +1.3.6.1.2.1.47.1.1.1.1.13.8|4| +1.3.6.1.2.1.47.1.1.1.1.13.9|4| +1.3.6.1.2.1.47.1.1.1.1.13.10|4| +1.3.6.1.2.1.47.1.1.1.1.13.11|4| +1.3.6.1.2.1.47.1.1.1.1.13.12|4| +1.3.6.1.2.1.47.1.1.1.1.13.13|4| +1.3.6.1.2.1.47.1.1.1.1.13.14|4| +1.3.6.1.2.1.47.1.1.1.1.13.15|4| +1.3.6.1.2.1.47.1.1.1.1.13.16|4| +1.3.6.1.2.1.47.1.1.1.1.13.17|4| +1.3.6.1.2.1.47.1.1.1.1.13.18|4| +1.3.6.1.2.1.47.1.1.1.1.13.19|4| +1.3.6.1.2.1.47.1.1.1.1.13.20|4| +1.3.6.1.2.1.47.1.1.1.1.13.21|4| +1.3.6.1.2.1.47.1.1.1.1.13.22|4| +1.3.6.1.2.1.47.1.1.1.1.13.23|4| +1.3.6.1.2.1.47.1.1.1.1.13.24|4| +1.3.6.1.2.1.47.1.1.1.1.13.25|4| +1.3.6.1.2.1.47.1.1.1.1.13.29|4| +1.3.6.1.2.1.47.1.1.1.1.13.33|4| +1.3.6.1.2.1.47.1.1.1.1.13.37|4| +1.3.6.1.2.1.47.1.1.1.1.13.41|4| +1.3.6.1.2.1.47.1.1.1.1.13.45|4| +1.3.6.1.2.1.47.1.1.1.1.13.49|4| +1.3.6.1.2.1.47.1.1.1.1.13.53|4| +1.3.6.1.2.1.47.1.1.1.1.13.57|4| +1.3.6.1.2.1.47.1.1.1.1.13.61|4| +1.3.6.1.2.1.47.1.1.1.1.13.65|4| +1.3.6.1.2.1.47.1.1.1.1.13.69|4| +1.3.6.1.2.1.47.1.1.1.1.13.73|4| +1.3.6.1.2.1.47.1.1.1.1.13.77|4| +1.3.6.1.2.1.47.1.1.1.1.13.81|4| +1.3.6.1.2.1.47.1.1.1.1.13.85|4| +1.3.6.1.2.1.47.1.1.1.1.13.89|4| +1.3.6.1.2.1.47.1.1.1.1.13.93|4| +1.3.6.1.2.1.47.1.1.1.1.13.97|4| +1.3.6.1.2.1.47.1.1.1.1.13.101|4| +1.3.6.1.2.1.47.1.1.1.1.13.105|4| +1.3.6.1.2.1.47.1.1.1.1.13.109|4| +1.3.6.1.2.1.47.1.1.1.1.13.113|4| +1.3.6.1.2.1.47.1.1.1.1.13.117|4| +1.3.6.1.2.1.47.1.1.1.1.13.121|4| +1.3.6.1.2.1.47.1.1.1.1.13.125|4| +1.3.6.1.2.1.47.1.1.1.1.13.129|4| +1.3.6.1.2.1.47.1.1.1.1.13.133|4| +1.3.6.1.2.1.47.1.1.1.1.13.134|4| +1.3.6.1.2.1.47.1.1.1.1.13.135|4| +1.3.6.1.2.1.47.1.1.1.1.13.136|4| +1.3.6.1.2.1.47.1.1.1.1.13.137|4| +1.3.6.1.2.1.47.1.1.1.1.13.138|4| +1.3.6.1.2.1.47.1.1.1.1.13.139|4| +1.3.6.1.2.1.47.1.1.1.1.13.140|4| +1.3.6.1.2.1.47.1.1.1.1.13.141|4| +1.3.6.1.2.1.47.1.1.1.1.13.142|4| +1.3.6.1.2.1.47.1.1.1.1.13.143|4| +1.3.6.1.2.1.47.1.1.1.1.13.144|4| +1.3.6.1.2.1.47.1.1.1.1.13.145|4| +1.3.6.1.2.1.47.1.1.1.1.13.146|4| +1.3.6.1.2.1.47.1.1.1.1.13.147|4| +1.3.6.1.2.1.47.1.1.1.1.13.148|4| +1.3.6.1.2.1.47.1.1.1.1.13.149|4| +1.3.6.1.2.1.47.1.1.1.1.13.150|4| +1.3.6.1.2.1.47.1.1.1.1.13.151|4| +1.3.6.1.2.1.47.1.1.1.1.13.152|4| +1.3.6.1.2.1.47.1.1.1.1.13.153|4| +1.3.6.1.2.1.47.1.1.1.1.14.1|4| +1.3.6.1.2.1.47.1.1.1.1.14.2|4| +1.3.6.1.2.1.47.1.1.1.1.14.3|4| +1.3.6.1.2.1.47.1.1.1.1.14.4|4| +1.3.6.1.2.1.47.1.1.1.1.14.5|4| +1.3.6.1.2.1.47.1.1.1.1.14.6|4| +1.3.6.1.2.1.47.1.1.1.1.14.7|4| +1.3.6.1.2.1.47.1.1.1.1.14.8|4| +1.3.6.1.2.1.47.1.1.1.1.14.9|4| +1.3.6.1.2.1.47.1.1.1.1.14.10|4| +1.3.6.1.2.1.47.1.1.1.1.14.11|4| +1.3.6.1.2.1.47.1.1.1.1.14.12|4| +1.3.6.1.2.1.47.1.1.1.1.14.13|4| +1.3.6.1.2.1.47.1.1.1.1.14.14|4| +1.3.6.1.2.1.47.1.1.1.1.14.15|4| +1.3.6.1.2.1.47.1.1.1.1.14.16|4| +1.3.6.1.2.1.47.1.1.1.1.14.17|4| +1.3.6.1.2.1.47.1.1.1.1.14.18|4| +1.3.6.1.2.1.47.1.1.1.1.14.19|4| +1.3.6.1.2.1.47.1.1.1.1.14.20|4| +1.3.6.1.2.1.47.1.1.1.1.14.21|4| +1.3.6.1.2.1.47.1.1.1.1.14.22|4| +1.3.6.1.2.1.47.1.1.1.1.14.23|4| +1.3.6.1.2.1.47.1.1.1.1.14.24|4| +1.3.6.1.2.1.47.1.1.1.1.14.25|4| +1.3.6.1.2.1.47.1.1.1.1.14.29|4| +1.3.6.1.2.1.47.1.1.1.1.14.33|4| +1.3.6.1.2.1.47.1.1.1.1.14.37|4| +1.3.6.1.2.1.47.1.1.1.1.14.41|4| +1.3.6.1.2.1.47.1.1.1.1.14.45|4| +1.3.6.1.2.1.47.1.1.1.1.14.49|4| +1.3.6.1.2.1.47.1.1.1.1.14.53|4| +1.3.6.1.2.1.47.1.1.1.1.14.57|4| +1.3.6.1.2.1.47.1.1.1.1.14.61|4| +1.3.6.1.2.1.47.1.1.1.1.14.65|4| +1.3.6.1.2.1.47.1.1.1.1.14.69|4| +1.3.6.1.2.1.47.1.1.1.1.14.73|4| +1.3.6.1.2.1.47.1.1.1.1.14.77|4| +1.3.6.1.2.1.47.1.1.1.1.14.81|4| +1.3.6.1.2.1.47.1.1.1.1.14.85|4| +1.3.6.1.2.1.47.1.1.1.1.14.89|4| +1.3.6.1.2.1.47.1.1.1.1.14.93|4| +1.3.6.1.2.1.47.1.1.1.1.14.97|4| +1.3.6.1.2.1.47.1.1.1.1.14.101|4| +1.3.6.1.2.1.47.1.1.1.1.14.105|4| +1.3.6.1.2.1.47.1.1.1.1.14.109|4| +1.3.6.1.2.1.47.1.1.1.1.14.113|4| +1.3.6.1.2.1.47.1.1.1.1.14.117|4| +1.3.6.1.2.1.47.1.1.1.1.14.121|4| +1.3.6.1.2.1.47.1.1.1.1.14.125|4| +1.3.6.1.2.1.47.1.1.1.1.14.129|4| +1.3.6.1.2.1.47.1.1.1.1.14.133|4| +1.3.6.1.2.1.47.1.1.1.1.14.134|4| +1.3.6.1.2.1.47.1.1.1.1.14.135|4| +1.3.6.1.2.1.47.1.1.1.1.14.136|4| +1.3.6.1.2.1.47.1.1.1.1.14.137|4| +1.3.6.1.2.1.47.1.1.1.1.14.138|4| +1.3.6.1.2.1.47.1.1.1.1.14.139|4| +1.3.6.1.2.1.47.1.1.1.1.14.140|4| +1.3.6.1.2.1.47.1.1.1.1.14.141|4| +1.3.6.1.2.1.47.1.1.1.1.14.142|4| +1.3.6.1.2.1.47.1.1.1.1.14.143|4| +1.3.6.1.2.1.47.1.1.1.1.14.144|4| +1.3.6.1.2.1.47.1.1.1.1.14.145|4| +1.3.6.1.2.1.47.1.1.1.1.14.146|4| +1.3.6.1.2.1.47.1.1.1.1.14.147|4| +1.3.6.1.2.1.47.1.1.1.1.14.148|4| +1.3.6.1.2.1.47.1.1.1.1.14.149|4| +1.3.6.1.2.1.47.1.1.1.1.14.150|4| +1.3.6.1.2.1.47.1.1.1.1.14.151|4| +1.3.6.1.2.1.47.1.1.1.1.14.152|4| +1.3.6.1.2.1.47.1.1.1.1.14.153|4| +1.3.6.1.2.1.47.1.1.1.1.15.1|4| +1.3.6.1.2.1.47.1.1.1.1.15.2|4| +1.3.6.1.2.1.47.1.1.1.1.15.3|4| +1.3.6.1.2.1.47.1.1.1.1.15.4|4| +1.3.6.1.2.1.47.1.1.1.1.15.5|4| +1.3.6.1.2.1.47.1.1.1.1.15.6|4| +1.3.6.1.2.1.47.1.1.1.1.15.7|4| +1.3.6.1.2.1.47.1.1.1.1.15.8|4| +1.3.6.1.2.1.47.1.1.1.1.15.9|4| +1.3.6.1.2.1.47.1.1.1.1.15.10|4| +1.3.6.1.2.1.47.1.1.1.1.15.11|4| +1.3.6.1.2.1.47.1.1.1.1.15.12|4| +1.3.6.1.2.1.47.1.1.1.1.15.13|4| +1.3.6.1.2.1.47.1.1.1.1.15.14|4| +1.3.6.1.2.1.47.1.1.1.1.15.15|4| +1.3.6.1.2.1.47.1.1.1.1.15.16|4| +1.3.6.1.2.1.47.1.1.1.1.15.17|4| +1.3.6.1.2.1.47.1.1.1.1.15.18|4| +1.3.6.1.2.1.47.1.1.1.1.15.19|4| +1.3.6.1.2.1.47.1.1.1.1.15.20|4| +1.3.6.1.2.1.47.1.1.1.1.15.21|4| +1.3.6.1.2.1.47.1.1.1.1.15.22|4| +1.3.6.1.2.1.47.1.1.1.1.15.23|4| +1.3.6.1.2.1.47.1.1.1.1.15.24|4| +1.3.6.1.2.1.47.1.1.1.1.15.25|4| +1.3.6.1.2.1.47.1.1.1.1.15.29|4| +1.3.6.1.2.1.47.1.1.1.1.15.33|4| +1.3.6.1.2.1.47.1.1.1.1.15.37|4| +1.3.6.1.2.1.47.1.1.1.1.15.41|4| +1.3.6.1.2.1.47.1.1.1.1.15.45|4| +1.3.6.1.2.1.47.1.1.1.1.15.49|4| +1.3.6.1.2.1.47.1.1.1.1.15.53|4| +1.3.6.1.2.1.47.1.1.1.1.15.57|4| +1.3.6.1.2.1.47.1.1.1.1.15.61|4| +1.3.6.1.2.1.47.1.1.1.1.15.65|4| +1.3.6.1.2.1.47.1.1.1.1.15.69|4| +1.3.6.1.2.1.47.1.1.1.1.15.73|4| +1.3.6.1.2.1.47.1.1.1.1.15.77|4| +1.3.6.1.2.1.47.1.1.1.1.15.81|4| +1.3.6.1.2.1.47.1.1.1.1.15.85|4| +1.3.6.1.2.1.47.1.1.1.1.15.89|4| +1.3.6.1.2.1.47.1.1.1.1.15.93|4| +1.3.6.1.2.1.47.1.1.1.1.15.97|4| +1.3.6.1.2.1.47.1.1.1.1.15.101|4| +1.3.6.1.2.1.47.1.1.1.1.15.105|4| +1.3.6.1.2.1.47.1.1.1.1.15.109|4| +1.3.6.1.2.1.47.1.1.1.1.15.113|4| +1.3.6.1.2.1.47.1.1.1.1.15.117|4| +1.3.6.1.2.1.47.1.1.1.1.15.121|4| +1.3.6.1.2.1.47.1.1.1.1.15.125|4| +1.3.6.1.2.1.47.1.1.1.1.15.129|4| +1.3.6.1.2.1.47.1.1.1.1.15.133|4| +1.3.6.1.2.1.47.1.1.1.1.15.134|4| +1.3.6.1.2.1.47.1.1.1.1.15.135|4| +1.3.6.1.2.1.47.1.1.1.1.15.136|4| +1.3.6.1.2.1.47.1.1.1.1.15.137|4| +1.3.6.1.2.1.47.1.1.1.1.15.138|4| +1.3.6.1.2.1.47.1.1.1.1.15.139|4| +1.3.6.1.2.1.47.1.1.1.1.15.140|4| +1.3.6.1.2.1.47.1.1.1.1.15.141|4| +1.3.6.1.2.1.47.1.1.1.1.15.142|4| +1.3.6.1.2.1.47.1.1.1.1.15.143|4| +1.3.6.1.2.1.47.1.1.1.1.15.144|4| +1.3.6.1.2.1.47.1.1.1.1.15.145|4| +1.3.6.1.2.1.47.1.1.1.1.15.146|4| +1.3.6.1.2.1.47.1.1.1.1.15.147|4| +1.3.6.1.2.1.47.1.1.1.1.15.148|4| +1.3.6.1.2.1.47.1.1.1.1.15.149|4| +1.3.6.1.2.1.47.1.1.1.1.15.150|4| +1.3.6.1.2.1.47.1.1.1.1.15.151|4| +1.3.6.1.2.1.47.1.1.1.1.15.152|4| +1.3.6.1.2.1.47.1.1.1.1.15.153|4| +1.3.6.1.2.1.47.1.1.1.1.16.1|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.2|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.3|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.4|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.5|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.6|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.7|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.8|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.9|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.10|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.11|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.12|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.13|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.14|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.15|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.16|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.17|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.18|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.19|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.20|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.21|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.22|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.23|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.24|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.25|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.29|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.33|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.37|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.41|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.45|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.49|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.53|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.57|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.61|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.65|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.69|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.73|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.77|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.81|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.85|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.89|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.93|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.97|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.101|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.105|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.109|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.113|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.117|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.121|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.125|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.129|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.133|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.134|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.135|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.136|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.137|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.138|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.139|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.140|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.141|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.142|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.143|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.144|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.145|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.146|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.147|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.148|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.149|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.150|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.151|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.152|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.153|2|2 +1.3.6.1.2.1.47.1.1.1.1.17.1|4| +1.3.6.1.2.1.47.1.1.1.1.17.2|4|NA +1.3.6.1.2.1.47.1.1.1.1.17.3|4| +1.3.6.1.2.1.47.1.1.1.1.17.4|4| +1.3.6.1.2.1.47.1.1.1.1.17.5|4| +1.3.6.1.2.1.47.1.1.1.1.17.6|4| +1.3.6.1.2.1.47.1.1.1.1.17.7|4| +1.3.6.1.2.1.47.1.1.1.1.17.8|4| +1.3.6.1.2.1.47.1.1.1.1.17.9|4| +1.3.6.1.2.1.47.1.1.1.1.17.10|4| +1.3.6.1.2.1.47.1.1.1.1.17.11|4| +1.3.6.1.2.1.47.1.1.1.1.17.12|4| +1.3.6.1.2.1.47.1.1.1.1.17.13|4| +1.3.6.1.2.1.47.1.1.1.1.17.14|4| +1.3.6.1.2.1.47.1.1.1.1.17.15|4| +1.3.6.1.2.1.47.1.1.1.1.17.16|4| +1.3.6.1.2.1.47.1.1.1.1.17.17|4| +1.3.6.1.2.1.47.1.1.1.1.17.18|4| +1.3.6.1.2.1.47.1.1.1.1.17.19|4| +1.3.6.1.2.1.47.1.1.1.1.17.20|4| +1.3.6.1.2.1.47.1.1.1.1.17.21|4| +1.3.6.1.2.1.47.1.1.1.1.17.22|4| +1.3.6.1.2.1.47.1.1.1.1.17.23|4| +1.3.6.1.2.1.47.1.1.1.1.17.24|4| +1.3.6.1.2.1.47.1.1.1.1.17.25|4| +1.3.6.1.2.1.47.1.1.1.1.17.29|4| +1.3.6.1.2.1.47.1.1.1.1.17.33|4| +1.3.6.1.2.1.47.1.1.1.1.17.37|4| +1.3.6.1.2.1.47.1.1.1.1.17.41|4| +1.3.6.1.2.1.47.1.1.1.1.17.45|4| +1.3.6.1.2.1.47.1.1.1.1.17.49|4| +1.3.6.1.2.1.47.1.1.1.1.17.53|4| +1.3.6.1.2.1.47.1.1.1.1.17.57|4| +1.3.6.1.2.1.47.1.1.1.1.17.61|4| +1.3.6.1.2.1.47.1.1.1.1.17.65|4| +1.3.6.1.2.1.47.1.1.1.1.17.69|4| +1.3.6.1.2.1.47.1.1.1.1.17.73|4| +1.3.6.1.2.1.47.1.1.1.1.17.77|4| +1.3.6.1.2.1.47.1.1.1.1.17.81|4| +1.3.6.1.2.1.47.1.1.1.1.17.85|4| +1.3.6.1.2.1.47.1.1.1.1.17.89|4| +1.3.6.1.2.1.47.1.1.1.1.17.93|4| +1.3.6.1.2.1.47.1.1.1.1.17.97|4| +1.3.6.1.2.1.47.1.1.1.1.17.101|4| +1.3.6.1.2.1.47.1.1.1.1.17.105|4| +1.3.6.1.2.1.47.1.1.1.1.17.109|4| +1.3.6.1.2.1.47.1.1.1.1.17.113|4| +1.3.6.1.2.1.47.1.1.1.1.17.117|4| +1.3.6.1.2.1.47.1.1.1.1.17.121|4| +1.3.6.1.2.1.47.1.1.1.1.17.125|4| +1.3.6.1.2.1.47.1.1.1.1.17.129|4| +1.3.6.1.2.1.47.1.1.1.1.17.133|4| +1.3.6.1.2.1.47.1.1.1.1.17.134|4| +1.3.6.1.2.1.47.1.1.1.1.17.135|4| +1.3.6.1.2.1.47.1.1.1.1.17.136|4| +1.3.6.1.2.1.47.1.1.1.1.17.137|4| +1.3.6.1.2.1.47.1.1.1.1.17.138|4| +1.3.6.1.2.1.47.1.1.1.1.17.139|4| +1.3.6.1.2.1.47.1.1.1.1.17.140|4| +1.3.6.1.2.1.47.1.1.1.1.17.141|4| +1.3.6.1.2.1.47.1.1.1.1.17.142|4| +1.3.6.1.2.1.47.1.1.1.1.17.143|4| +1.3.6.1.2.1.47.1.1.1.1.17.144|4| +1.3.6.1.2.1.47.1.1.1.1.17.145|4| +1.3.6.1.2.1.47.1.1.1.1.17.146|4| +1.3.6.1.2.1.47.1.1.1.1.17.147|4| +1.3.6.1.2.1.47.1.1.1.1.17.148|4| +1.3.6.1.2.1.47.1.1.1.1.17.149|4| +1.3.6.1.2.1.47.1.1.1.1.17.150|4| +1.3.6.1.2.1.47.1.1.1.1.17.151|4| +1.3.6.1.2.1.47.1.1.1.1.17.152|4| +1.3.6.1.2.1.47.1.1.1.1.17.153|4| +1.3.6.1.2.1.47.1.1.1.1.18.1|4| +1.3.6.1.2.1.47.1.1.1.1.18.2|4| +1.3.6.1.2.1.47.1.1.1.1.18.3|4| +1.3.6.1.2.1.47.1.1.1.1.18.4|4| +1.3.6.1.2.1.47.1.1.1.1.18.5|4| +1.3.6.1.2.1.47.1.1.1.1.18.6|4| +1.3.6.1.2.1.47.1.1.1.1.18.7|4| +1.3.6.1.2.1.47.1.1.1.1.18.8|4| +1.3.6.1.2.1.47.1.1.1.1.18.9|4| +1.3.6.1.2.1.47.1.1.1.1.18.10|4| +1.3.6.1.2.1.47.1.1.1.1.18.11|4| +1.3.6.1.2.1.47.1.1.1.1.18.12|4| +1.3.6.1.2.1.47.1.1.1.1.18.13|4| +1.3.6.1.2.1.47.1.1.1.1.18.14|4| +1.3.6.1.2.1.47.1.1.1.1.18.15|4| +1.3.6.1.2.1.47.1.1.1.1.18.16|4| +1.3.6.1.2.1.47.1.1.1.1.18.17|4| +1.3.6.1.2.1.47.1.1.1.1.18.18|4| +1.3.6.1.2.1.47.1.1.1.1.18.19|4| +1.3.6.1.2.1.47.1.1.1.1.18.20|4| +1.3.6.1.2.1.47.1.1.1.1.18.21|4| +1.3.6.1.2.1.47.1.1.1.1.18.22|4| +1.3.6.1.2.1.47.1.1.1.1.18.23|4| +1.3.6.1.2.1.47.1.1.1.1.18.24|4| +1.3.6.1.2.1.47.1.1.1.1.18.25|4| +1.3.6.1.2.1.47.1.1.1.1.18.29|4| +1.3.6.1.2.1.47.1.1.1.1.18.33|4| +1.3.6.1.2.1.47.1.1.1.1.18.37|4| +1.3.6.1.2.1.47.1.1.1.1.18.41|4| +1.3.6.1.2.1.47.1.1.1.1.18.45|4| +1.3.6.1.2.1.47.1.1.1.1.18.49|4| +1.3.6.1.2.1.47.1.1.1.1.18.53|4| +1.3.6.1.2.1.47.1.1.1.1.18.57|4| +1.3.6.1.2.1.47.1.1.1.1.18.61|4| +1.3.6.1.2.1.47.1.1.1.1.18.65|4| +1.3.6.1.2.1.47.1.1.1.1.18.69|4| +1.3.6.1.2.1.47.1.1.1.1.18.73|4| +1.3.6.1.2.1.47.1.1.1.1.18.77|4| +1.3.6.1.2.1.47.1.1.1.1.18.81|4| +1.3.6.1.2.1.47.1.1.1.1.18.85|4| +1.3.6.1.2.1.47.1.1.1.1.18.89|4| +1.3.6.1.2.1.47.1.1.1.1.18.93|4| +1.3.6.1.2.1.47.1.1.1.1.18.97|4| +1.3.6.1.2.1.47.1.1.1.1.18.101|4| +1.3.6.1.2.1.47.1.1.1.1.18.105|4| +1.3.6.1.2.1.47.1.1.1.1.18.109|4| +1.3.6.1.2.1.47.1.1.1.1.18.113|4| +1.3.6.1.2.1.47.1.1.1.1.18.117|4| +1.3.6.1.2.1.47.1.1.1.1.18.121|4| +1.3.6.1.2.1.47.1.1.1.1.18.125|4| +1.3.6.1.2.1.47.1.1.1.1.18.129|4| +1.3.6.1.2.1.47.1.1.1.1.18.133|4| +1.3.6.1.2.1.47.1.1.1.1.18.134|4| +1.3.6.1.2.1.47.1.1.1.1.18.135|4| +1.3.6.1.2.1.47.1.1.1.1.18.136|4| +1.3.6.1.2.1.47.1.1.1.1.18.137|4| +1.3.6.1.2.1.47.1.1.1.1.18.138|4| +1.3.6.1.2.1.47.1.1.1.1.18.139|4| +1.3.6.1.2.1.47.1.1.1.1.18.140|4| +1.3.6.1.2.1.47.1.1.1.1.18.141|4| +1.3.6.1.2.1.47.1.1.1.1.18.142|4| +1.3.6.1.2.1.47.1.1.1.1.18.143|4| +1.3.6.1.2.1.47.1.1.1.1.18.144|4| +1.3.6.1.2.1.47.1.1.1.1.18.145|4| +1.3.6.1.2.1.47.1.1.1.1.18.146|4| +1.3.6.1.2.1.47.1.1.1.1.18.147|4| +1.3.6.1.2.1.47.1.1.1.1.18.148|4| +1.3.6.1.2.1.47.1.1.1.1.18.149|4| +1.3.6.1.2.1.47.1.1.1.1.18.150|4| +1.3.6.1.2.1.47.1.1.1.1.18.151|4| +1.3.6.1.2.1.47.1.1.1.1.18.152|4| +1.3.6.1.2.1.47.1.1.1.1.18.153|4| +1.3.6.1.2.1.47.1.3.2.1.2.5.0|6|1.3.6.1.2.1.2.2.1.1.2097156 +1.3.6.1.2.1.47.1.3.2.1.2.6.0|6|1.3.6.1.2.1.2.2.1.1.2097284 +1.3.6.1.2.1.47.1.3.2.1.2.7.0|6|1.3.6.1.2.1.2.2.1.1.2097412 +1.3.6.1.2.1.47.1.3.2.1.2.8.0|6|1.3.6.1.2.1.2.2.1.1.2097540 +1.3.6.1.2.1.47.1.3.2.1.2.9.0|6|1.3.6.1.2.1.2.2.1.1.2097668 +1.3.6.1.2.1.47.1.3.2.1.2.10.0|6|1.3.6.1.2.1.2.2.1.1.2097796 +1.3.6.1.2.1.47.1.3.2.1.2.11.0|6|1.3.6.1.2.1.2.2.1.1.2097924 +1.3.6.1.2.1.47.1.3.2.1.2.12.0|6|1.3.6.1.2.1.2.2.1.1.2098052 +1.3.6.1.2.1.47.1.3.2.1.2.13.0|6|1.3.6.1.2.1.2.2.1.1.2098180 +1.3.6.1.2.1.47.1.3.2.1.2.14.0|6|1.3.6.1.2.1.2.2.1.1.2098308 +1.3.6.1.2.1.47.1.3.2.1.2.15.0|6|1.3.6.1.2.1.2.2.1.1.2098436 +1.3.6.1.2.1.47.1.3.2.1.2.16.0|6|1.3.6.1.2.1.2.2.1.1.2098564 +1.3.6.1.2.1.47.1.3.2.1.2.17.0|6|1.3.6.1.2.1.2.2.1.1.2098692 +1.3.6.1.2.1.47.1.3.2.1.2.18.0|6|1.3.6.1.2.1.2.2.1.1.2098820 +1.3.6.1.2.1.47.1.3.2.1.2.19.0|6|1.3.6.1.2.1.2.2.1.1.2098948 +1.3.6.1.2.1.47.1.3.2.1.2.20.0|6|1.3.6.1.2.1.2.2.1.1.2099076 +1.3.6.1.2.1.47.1.3.2.1.2.21.0|6|1.3.6.1.2.1.2.2.1.1.2099204 +1.3.6.1.2.1.47.1.3.2.1.2.22.0|6|1.3.6.1.2.1.2.2.1.1.2099332 +1.3.6.1.2.1.47.1.3.2.1.2.23.0|6|1.3.6.1.2.1.2.2.1.1.2099460 +1.3.6.1.2.1.47.1.3.2.1.2.24.0|6|1.3.6.1.2.1.2.2.1.1.2099588 +1.3.6.1.2.1.47.1.3.2.1.2.25.0|6|1.3.6.1.2.1.2.2.1.1.2099726 +1.3.6.1.2.1.47.1.3.2.1.2.29.0|6|1.3.6.1.2.1.2.2.1.1.2100238 +1.3.6.1.2.1.47.1.3.2.1.2.33.0|6|1.3.6.1.2.1.2.2.1.1.2100750 +1.3.6.1.2.1.47.1.3.2.1.2.37.0|6|1.3.6.1.2.1.2.2.1.1.2101262 +1.3.6.1.2.1.47.1.3.2.1.2.41.0|6|1.3.6.1.2.1.2.2.1.1.2101774 +1.3.6.1.2.1.47.1.3.2.1.2.45.0|6|1.3.6.1.2.1.2.2.1.1.2102286 +1.3.6.1.2.1.47.1.3.2.1.2.49.0|6|1.3.6.1.2.1.2.2.1.1.2102798 +1.3.6.1.2.1.47.1.3.2.1.2.53.0|6|1.3.6.1.2.1.2.2.1.1.2103310 +1.3.6.1.2.1.47.1.3.2.1.2.57.0|6|1.3.6.1.2.1.2.2.1.1.2103822 +1.3.6.1.2.1.47.1.3.2.1.2.61.0|6|1.3.6.1.2.1.2.2.1.1.2104334 +1.3.6.1.2.1.47.1.3.2.1.2.65.0|6|1.3.6.1.2.1.2.2.1.1.2104846 +1.3.6.1.2.1.47.1.3.2.1.2.69.0|6|1.3.6.1.2.1.2.2.1.1.2105358 +1.3.6.1.2.1.47.1.3.2.1.2.73.0|6|1.3.6.1.2.1.2.2.1.1.2105870 +1.3.6.1.2.1.47.1.3.2.1.2.77.0|6|1.3.6.1.2.1.2.2.1.1.2106382 +1.3.6.1.2.1.47.1.3.2.1.2.81.0|6|1.3.6.1.2.1.2.2.1.1.2106894 +1.3.6.1.2.1.47.1.3.2.1.2.85.0|6|1.3.6.1.2.1.2.2.1.1.2107406 +1.3.6.1.2.1.47.1.3.2.1.2.89.0|6|1.3.6.1.2.1.2.2.1.1.2107918 +1.3.6.1.2.1.47.1.3.2.1.2.93.0|6|1.3.6.1.2.1.2.2.1.1.2108430 +1.3.6.1.2.1.47.1.3.2.1.2.97.0|6|1.3.6.1.2.1.2.2.1.1.2108942 +1.3.6.1.2.1.47.1.3.2.1.2.101.0|6|1.3.6.1.2.1.2.2.1.1.2109454 +1.3.6.1.2.1.47.1.3.2.1.2.105.0|6|1.3.6.1.2.1.2.2.1.1.2109966 +1.3.6.1.2.1.47.1.3.2.1.2.109.0|6|1.3.6.1.2.1.2.2.1.1.2110478 +1.3.6.1.2.1.47.1.3.2.1.2.113.0|6|1.3.6.1.2.1.2.2.1.1.2110990 +1.3.6.1.2.1.47.1.3.2.1.2.117.0|6|1.3.6.1.2.1.2.2.1.1.2111502 +1.3.6.1.2.1.47.1.3.2.1.2.121.0|6|1.3.6.1.2.1.2.2.1.1.2112014 +1.3.6.1.2.1.47.1.3.2.1.2.125.0|6|1.3.6.1.2.1.2.2.1.1.2112526 +1.3.6.1.2.1.47.1.3.2.1.2.129.0|6|1.3.6.1.2.1.2.2.1.1.2113038 +1.3.6.1.2.1.47.1.3.2.1.2.133.0|6|1.3.6.1.2.1.2.2.1.1.2113540 +1.3.6.1.2.1.47.1.3.2.1.2.134.0|6|1.3.6.1.2.1.2.2.1.1.2113668 +1.3.6.1.4.1.674.10895.3000.1.2.100.1.0|4|Dell EMC Networking Z9100-ON switch/router +1.3.6.1.4.1.674.10895.3000.1.2.100.2.0|4|Dell EMC Networking Ethernet Switch / Router +1.3.6.1.4.1.674.10895.3000.1.2.100.4.0|4|9.14(1.5) +1.3.6.1.4.1.674.10895.3000.1.2.100.8.1.4.1|4|89PDDZ2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2097156|4|stack-unit-1 port-1/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2097284|4|stack-unit-1 port-1/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2097412|4|stack-unit-1 port-1/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2097540|4|stack-unit-1 port-1/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2097668|4|stack-unit-1 port-2/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2097796|4|stack-unit-1 port-2/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2097924|4|stack-unit-1 port-2/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2098052|4|stack-unit-1 port-2/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2098180|4|stack-unit-1 port-3/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2098308|4|stack-unit-1 port-3/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2098436|4|stack-unit-1 port-3/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2098564|4|stack-unit-1 port-3/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2098692|4|stack-unit-1 port-4/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2098820|4|stack-unit-1 port-4/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2098948|4|stack-unit-1 port-4/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2099076|4|stack-unit-1 port-4/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2099204|4|stack-unit-1 port-5/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2099332|4|stack-unit-1 port-5/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2099460|4|stack-unit-1 port-5/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2099588|4|stack-unit-1 port-5/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2099726|4|stack-unit-1 port-6 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2100238|4|stack-unit-1 port-7 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2100750|4|stack-unit-1 port-8 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2101262|4|stack-unit-1 port-9 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2101774|4|stack-unit-1 port-10 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2102286|4|stack-unit-1 port-11 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2102798|4|stack-unit-1 port-12 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2103310|4|stack-unit-1 port-13 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2103822|4|stack-unit-1 port-14 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2104334|4|stack-unit-1 port-15 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2104846|4|stack-unit-1 port-16 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2105358|4|stack-unit-1 port-17 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2105870|4|stack-unit-1 port-18 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2106382|4|stack-unit-1 port-19 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2106894|4|stack-unit-1 port-20 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2107406|4|stack-unit-1 port-21 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2107918|4|stack-unit-1 port-22 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2108430|4|stack-unit-1 port-23 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2108942|4|stack-unit-1 port-24 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2109454|4|stack-unit-1 port-25 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2109966|4|stack-unit-1 port-26 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2110478|4|stack-unit-1 port-27 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2110990|4|stack-unit-1 port-28 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2111502|4|stack-unit-1 port-29 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2112014|4|stack-unit-1 port-30 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2112526|4|stack-unit-1 port-31 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2113038|4|stack-unit-1 port-32 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2113540|4|stack-unit-1 port-33 +1.3.6.1.4.1.6027.3.11.1.3.1.1.1.2113668|4|stack-unit-1 port-34 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2097156|4|Te 1/1/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2097284|4|Te 1/1/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2097412|4|Te 1/1/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2097540|4|Te 1/1/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2097668|4|Te 1/2/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2097796|4|Te 1/2/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2097924|4|Te 1/2/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2098052|4|Te 1/2/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2098180|4|Te 1/3/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2098308|4|Te 1/3/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2098436|4|Te 1/3/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2098564|4|Te 1/3/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2098692|4|Te 1/4/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2098820|4|Te 1/4/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2098948|4|Te 1/4/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2099076|4|Te 1/4/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2099204|4|Te 1/5/1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2099332|4|Te 1/5/2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2099460|4|Te 1/5/3 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2099588|4|Te 1/5/4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2099726|4|Hu 1/6 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2100238|4|Hu 1/7 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2100750|4|Hu 1/8 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2101262|4|Hu 1/9 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2101774|4|Hu 1/10 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2102286|4|Hu 1/11 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2102798|4|Hu 1/12 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2103310|4|Hu 1/13 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2103822|4|Hu 1/14 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2104334|4|Hu 1/15 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2104846|4|Hu 1/16 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2105358|4|Hu 1/17 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2105870|4|Hu 1/18 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2106382|4|Hu 1/19 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2106894|4|Hu 1/20 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2107406|4|Hu 1/21 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2107918|4|Hu 1/22 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2108430|4|Hu 1/23 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2108942|4|Hu 1/24 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2109454|4|Hu 1/25 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2109966|4|Hu 1/26 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2110478|4|Hu 1/27 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2110990|4|Hu 1/28 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2111502|4|Hu 1/29 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2112014|4|Hu 1/30 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2112526|4|Hu 1/31 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2113038|4|Hu 1/32 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2113540|4|Te 1/33 +1.3.6.1.4.1.6027.3.11.1.3.1.1.2.2113668|4|Te 1/34 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2097156|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2097284|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2097412|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2097540|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2097668|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2097796|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2097924|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2098052|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2098180|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2098308|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2098436|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2098564|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2098692|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2098820|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2098948|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2099076|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2099204|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2099332|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2099460|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2099588|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2099726|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2100238|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2100750|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2101262|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2101774|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2102286|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2102798|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2103310|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2103822|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2104334|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2104846|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2105358|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2105870|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2106382|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2106894|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2107406|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2107918|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2108430|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2108942|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2109454|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2109966|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2110478|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2110990|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2111502|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2112014|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2112526|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2113038|2|1 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2113540|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.3.2113668|2|2 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2097156|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2097284|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2097412|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2097540|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2097668|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2097796|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2097924|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2098052|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2098180|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2098308|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2098436|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2098564|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2098692|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2098820|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2098948|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2099076|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2099204|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2099332|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2099460|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2099588|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2113038|4|100GBASE-SR4 +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.4.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2097156|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2097284|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2097412|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2097540|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2097668|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2097796|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2097924|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2098052|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2098180|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2098308|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2098436|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2098564|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2098692|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2098820|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2098948|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2099076|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2099204|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2099332|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2099460|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2099588|4|FS +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2113038|4|Fiberstore +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.5.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2097156|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2097284|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2097412|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2097540|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2097668|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2097796|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2097924|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2098052|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2098180|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2098308|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2098436|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2098564|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2098692|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2098820|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2098948|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2099076|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2099204|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2099332|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2099460|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2099588|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2113038|4|QSFP28-SR4-100G +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.6.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2097156|4|S1810378483 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2097284|4|S1810378483 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2097412|4|S1810378483 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2097540|4|S1810378483 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2097668|4|S1810378481 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2097796|4|S1810378481 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2097924|4|S1810378481 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2098052|4|S1810378481 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2098180|4|S1810378482 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2098308|4|S1810378482 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2098436|4|S1810378482 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2098564|4|S1810378482 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2098692|4|G2040083849 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2098820|4|G2040083849 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2098948|4|G2040083849 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2099076|4|G2040083849 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2099204|4|G2040083841 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2099332|4|G2040083841 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2099460|4|G2040083841 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2099588|4|G2040083841 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2113038|4|F1800035045 +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.7.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2097156|4|1.091058 +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2097284|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2097412|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2097540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2097668|4|0.779127 +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2097796|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2097924|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2098052|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2098180|4|2.014245 +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2098308|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2098436|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2098564|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2098692|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2098820|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2098948|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2099076|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2099204|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2099332|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2099460|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2099588|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2113038|4|1.949027 +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.8.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2097156|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2097284|4|1.928461 +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2097412|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2097540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2097668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2097796|4|1.303981 +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2097924|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2098052|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2098180|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2098308|4|1.684975 +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2098436|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2098564|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2098692|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2098820|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2098948|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2099076|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2099204|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2099332|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2099460|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2099588|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2113038|4|2.108801 +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.9.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2097156|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2097284|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2097412|4|1.769879 +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2097540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2097668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2097796|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2097924|4|1.689981 +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2098052|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2098180|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2098308|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2098436|4|-0.790423 +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2098564|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2098692|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2098820|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2098948|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2099076|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2099204|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2099332|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2099460|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2099588|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2113038|4|2.133849 +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.10.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2097156|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2097284|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2097412|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2097540|4|2.276039 +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2097668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2097796|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2097924|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2098052|4|1.516150 +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2098180|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2098308|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2098436|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2098564|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2098692|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2098820|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2098948|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2099076|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2099204|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2099332|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2099460|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2099588|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2113038|4|2.138629 +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.11.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2097156|4|-2.740884 +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2097284|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2097412|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2097540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2097668|4|-2.575891 +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2097796|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2097924|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2098052|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2098180|4|-2.481053 +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2098308|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2098436|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2098564|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2098692|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2098820|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2098948|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2099076|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2099204|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2099332|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2099460|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2099588|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2113038|4|1.498962 +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.12.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2097156|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2097284|4|-3.329208 +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2097412|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2097540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2097668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2097796|4|-2.974833 +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2097924|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2098052|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2098180|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2098308|4|-2.204757 +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2098436|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2098564|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2098692|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2098820|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2098948|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2099076|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2099204|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2099332|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2099460|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2099588|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2113038|4|1.365938 +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.13.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2097156|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2097284|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2097412|4|-2.451168 +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2097540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2097668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2097796|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2097924|4|-2.475674 +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2098052|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2098180|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2098308|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2098436|4|-1.985963 +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2098564|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2098692|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2098820|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2098948|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2099076|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2099204|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2099332|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2099460|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2099588|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2113038|4|1.302694 +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.14.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2097156|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2097284|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2097412|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2097540|4|-1.881570 +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2097668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2097796|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2097924|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2098052|4|-2.644011 +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2098180|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2098308|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2098436|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2098564|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2098692|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2098820|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2098948|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2099076|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2099204|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2099332|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2099460|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2099588|4|-40.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2113038|4|1.722234 +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.15.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2097156|4|35.484375 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2097284|4|35.484375 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2097412|4|35.484375 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2097540|4|35.617188 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2097668|4|37.769531 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2097796|4|37.769531 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2097924|4|37.769531 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2098052|4|37.769531 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2098180|4|39.496094 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2098308|4|39.496094 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2098436|4|39.496094 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2098564|4|39.496094 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2098692|4|33.640625 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2098820|4|33.640625 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2098948|4|33.640625 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2099076|4|33.640625 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2099204|4|33.070312 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2099332|4|33.070312 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2099460|4|33.070312 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2099588|4|33.070312 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2113038|4|33.988281 +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.16.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2097156|4|3.283400 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2097284|4|3.283400 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2097412|4|3.283400 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2097540|4|3.283400 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2097668|4|3.274500 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2097796|4|3.274500 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2097924|4|3.274500 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2098052|4|3.274500 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2098180|4|3.279700 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2098308|4|3.279700 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2098436|4|3.279700 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2098564|4|3.279700 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2098692|4|3.263300 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2098820|4|3.265000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2098948|4|3.265000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2099076|4|3.265000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2099204|4|3.260600 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2099332|4|3.260600 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2099460|4|3.261500 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2099588|4|3.261500 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2113038|4|3.279500 +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.17.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2097156|4|6.676000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2097284|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2097412|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2097540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2097668|4|6.740000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2097796|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2097924|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2098052|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2098180|4|6.930000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2098308|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2098436|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2098564|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2098692|4|0.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2098820|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2098948|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2099076|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2099204|4|0.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2099332|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2099460|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2099588|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2113038|4|6.804000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.18.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2097156|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2097284|4|6.676000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2097412|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2097540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2097668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2097796|4|6.740000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2097924|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2098052|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2098180|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2098308|4|6.868000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2098436|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2098564|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2098692|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2098820|4|0.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2098948|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2099076|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2099204|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2099332|4|0.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2099460|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2099588|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2113038|4|6.676000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.19.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2097156|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2097284|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2097412|4|6.612000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2097540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2097668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2097796|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2097924|4|6.804000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2098052|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2098180|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2098308|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2098436|4|6.804000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2098564|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2098692|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2098820|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2098948|4|0.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2099076|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2099204|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2099332|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2099460|4|0.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2099588|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2113038|4|6.804000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.20.2113668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2097156|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2097284|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2097412|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2097540|4|6.612000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2097668|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2097796|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2097924|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2098052|4|6.804000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2098180|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2098308|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2098436|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2098564|4|0.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2098692|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2098820|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2098948|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2099076|4|0.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2099204|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2099332|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2099460|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2099588|4|0.000000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2099726|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2100238|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2100750|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2101262|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2101774|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2102286|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2102798|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2103310|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2103822|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2104334|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2104846|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2105358|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2105870|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2106382|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2106894|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2107406|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2107918|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2108430|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2108942|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2109454|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2109966|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2110478|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2110990|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2111502|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2112014|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2112526|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2113038|4|6.740000 +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2113540|4| +1.3.6.1.4.1.6027.3.11.1.3.1.1.21.2113668|4| +1.3.6.1.4.1.6027.3.26.1.3.4.1.2.1|2|1 +1.3.6.1.4.1.6027.3.26.1.3.4.1.4.1|2|1 +1.3.6.1.4.1.6027.3.26.1.3.4.1.5.1|2|0 +1.3.6.1.4.1.6027.3.26.1.3.4.1.6.1|2|0 +1.3.6.1.4.1.6027.3.26.1.3.4.1.7.1|2|40 +1.3.6.1.4.1.6027.3.26.1.3.4.1.8.1|2|1 +1.3.6.1.4.1.6027.3.26.1.3.4.1.9.1|4|34-port TE/TF/FO/FI/HU G (Z9100-ON) +1.3.6.1.4.1.6027.3.26.1.3.4.1.10.1|4|9.14(1.5) +1.3.6.1.4.1.6027.3.26.1.3.4.1.11.1|4|NA +1.3.6.1.4.1.6027.3.26.1.3.4.1.12.1|67|374995500 +1.3.6.1.4.1.6027.3.26.1.3.4.1.13.1|66|25 +1.3.6.1.4.1.6027.3.26.1.3.4.1.14.1|4|NA +1.3.6.1.4.1.6027.3.26.1.3.4.1.15.1|4|NA +1.3.6.1.4.1.6027.3.26.1.3.4.1.16.1|4x|0C29EFA0A120 +1.3.6.1.4.1.6027.3.26.1.3.4.1.17.1|4|00F04R +1.3.6.1.4.1.6027.3.26.1.3.4.1.18.1|4|A04 +1.3.6.1.4.1.6027.3.26.1.3.4.1.19.1|4|NA +1.3.6.1.4.1.6027.3.26.1.3.4.1.20.1|4|NA +1.3.6.1.4.1.6027.3.26.1.3.4.1.21.1|4|CN-00F04R-CES00-02F-0007 +1.3.6.1.4.1.6027.3.26.1.3.4.1.22.1|4|A04 +1.3.6.1.4.1.6027.3.26.1.3.4.1.23.1|4|89PDDZ2 +1.3.6.1.4.1.6027.3.26.1.3.4.1.24.1|4|180 009 708 14 +1.3.6.1.4.1.6027.3.26.1.3.4.1.25.1|2|130 +1.3.6.1.4.1.6027.3.26.1.3.4.1.26.1|2|5 +1.3.6.1.4.1.6027.3.26.1.3.4.1.27.1|2|2 +1.3.6.1.4.1.6027.3.26.1.3.4.1.28.1|2|0 +1.3.6.1.4.1.6027.3.26.1.3.4.1.29.1|4| +1.3.6.1.4.1.6027.3.26.1.3.4.1.30.1|2|0 +1.3.6.1.4.1.6027.3.26.1.4.3.1.4.2.1.1|2|4 +1.3.6.1.4.1.6027.3.26.1.4.3.1.5.2.1.1|67|374995600 +1.3.6.1.4.1.6027.3.26.1.4.3.1.6.2.1.1|2|3054 +1.3.6.1.4.1.6027.3.26.1.4.3.1.7.2.1.1|4|Power Cycle +1.3.6.1.4.1.6027.3.26.1.4.3.1.8.2.1.1|4| +1.3.6.1.4.1.6027.3.26.1.4.4.1.1.2.1.1|66|11 +1.3.6.1.4.1.6027.3.26.1.4.4.1.4.2.1.1|66|11 +1.3.6.1.4.1.6027.3.26.1.4.4.1.5.2.1.1|66|5 +1.3.6.1.4.1.6027.3.26.1.4.4.1.6.2.1.1|66|37 +1.3.6.1.4.1.6027.3.26.1.4.4.1.7.2.1.1|66|1 +1.3.6.1.4.1.6027.3.26.1.4.6.1.3.2.1.1|2|1 +1.3.6.1.4.1.6027.3.26.1.4.6.1.3.2.1.2|2|2 +1.3.6.1.4.1.6027.3.26.1.4.6.1.4.2.1.1|2|1 +1.3.6.1.4.1.6027.3.26.1.4.6.1.4.2.1.2|2|1 +1.3.6.1.4.1.6027.3.26.1.4.6.1.5.2.1.1|2|2 +1.3.6.1.4.1.6027.3.26.1.4.6.1.5.2.1.2|2|2 +1.3.6.1.4.1.6027.3.26.1.4.6.1.6.2.1.1|4|CN-0R17R1-DED00-9C6-0MG6 +1.3.6.1.4.1.6027.3.26.1.4.6.1.6.2.1.2|4|CN-0R17R1-DED00-9C6-0MJ5 +1.3.6.1.4.1.6027.3.26.1.4.6.1.7.2.1.1|4|A00 +1.3.6.1.4.1.6027.3.26.1.4.6.1.7.2.1.2|4|A00 +1.3.6.1.4.1.6027.3.26.1.4.6.1.8.2.1.1|4| +1.3.6.1.4.1.6027.3.26.1.4.6.1.8.2.1.2|4| +1.3.6.1.4.1.6027.3.26.1.4.6.1.9.2.1.1|4|NA +1.3.6.1.4.1.6027.3.26.1.4.6.1.9.2.1.2|4|NA +1.3.6.1.4.1.6027.3.26.1.4.6.1.10.2.1.1|2|67 +1.3.6.1.4.1.6027.3.26.1.4.6.1.10.2.1.2|2|79 +1.3.6.1.4.1.6027.3.26.1.4.7.1.3.2.1.1|2|1 +1.3.6.1.4.1.6027.3.26.1.4.7.1.3.2.1.2|2|2 +1.3.6.1.4.1.6027.3.26.1.4.7.1.3.2.1.3|2|3 +1.3.6.1.4.1.6027.3.26.1.4.7.1.3.2.1.4|2|4 +1.3.6.1.4.1.6027.3.26.1.4.7.1.3.2.1.5|2|5 +1.3.6.1.4.1.6027.3.26.1.4.7.1.4.2.1.1|2|1 +1.3.6.1.4.1.6027.3.26.1.4.7.1.4.2.1.2|2|1 +1.3.6.1.4.1.6027.3.26.1.4.7.1.4.2.1.3|2|1 +1.3.6.1.4.1.6027.3.26.1.4.7.1.4.2.1.4|2|1 +1.3.6.1.4.1.6027.3.26.1.4.7.1.4.2.1.5|2|1 +1.3.6.1.4.1.6027.3.26.1.4.7.1.5.2.1.1|4|CN-0X3WCP-CES00-01E-0102 +1.3.6.1.4.1.6027.3.26.1.4.7.1.5.2.1.2|4|CN-0X3WCP-CES00-01E-0054 +1.3.6.1.4.1.6027.3.26.1.4.7.1.5.2.1.3|4|CN-0X3WCP-CES00-019-0019 +1.3.6.1.4.1.6027.3.26.1.4.7.1.5.2.1.4|4|CN-0X3WCP-CES00-019-0020 +1.3.6.1.4.1.6027.3.26.1.4.7.1.5.2.1.5|4|CN-0X3WCP-CES00-019-0021 +1.3.6.1.4.1.6027.3.26.1.4.7.1.6.2.1.1|4|A00 +1.3.6.1.4.1.6027.3.26.1.4.7.1.6.2.1.2|4|A00 +1.3.6.1.4.1.6027.3.26.1.4.7.1.6.2.1.3|4|A00 +1.3.6.1.4.1.6027.3.26.1.4.7.1.6.2.1.4|4|A00 +1.3.6.1.4.1.6027.3.26.1.4.7.1.6.2.1.5|4|A00 +1.3.6.1.4.1.6027.3.26.1.4.7.1.7.2.1.1|4| +1.3.6.1.4.1.6027.3.26.1.4.7.1.7.2.1.2|4| +1.3.6.1.4.1.6027.3.26.1.4.7.1.7.2.1.3|4| +1.3.6.1.4.1.6027.3.26.1.4.7.1.7.2.1.4|4| +1.3.6.1.4.1.6027.3.26.1.4.7.1.7.2.1.5|4| +1.3.6.1.4.1.6027.3.26.1.4.7.1.8.2.1.1|4|NA +1.3.6.1.4.1.6027.3.26.1.4.7.1.8.2.1.2|4|NA +1.3.6.1.4.1.6027.3.26.1.4.7.1.8.2.1.3|4|NA +1.3.6.1.4.1.6027.3.26.1.4.7.1.8.2.1.4|4|NA +1.3.6.1.4.1.6027.3.26.1.4.7.1.8.2.1.5|4|NA +1.3.6.1.6.3.10.2.1.3.0|2|3749936