From 533c9022c9e8a1ff4f2f7d527c293ff193263b87 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Wed, 28 Nov 2018 15:08:42 -0600 Subject: [PATCH] Fixed Procera ports ifIndex and ports added by the poller (#9384) DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply `, i.e `./scripts/github-apply 5926` After you are done testing, you can remove the changes with `./scripts/github-remove`. If there are schema changes, you can ask on discord how to revert. --- includes/polling/ports.inc.php | 2 +- includes/polling/ports/procera.inc.php | 2 +- tests/data/procera.json | 2256 ++++++++++++++++++++++++ tests/snmpsim/procera.snmprec | 1258 +++++++++++++ 4 files changed, 3516 insertions(+), 2 deletions(-) create mode 100644 tests/data/procera.json diff --git a/includes/polling/ports.inc.php b/includes/polling/ports.inc.php index bd45e81344..bfc5b71a0f 100644 --- a/includes/polling/ports.inc.php +++ b/includes/polling/ports.inc.php @@ -417,7 +417,7 @@ foreach ($port_stats as $ifIndex => $port) { d_echo(' valid'); // Port newly discovered? - if (! $ports[$port_id]) { + if (!$port_id || empty($ports[$port_id])) { /** * When using the ifName or ifDescr as means to map discovered ports to * known ports in the DB (think of port association mode) it's possible diff --git a/includes/polling/ports/procera.inc.php b/includes/polling/ports/procera.inc.php index 4039a0d4fb..2f142bc8e8 100644 --- a/includes/polling/ports/procera.inc.php +++ b/includes/polling/ports/procera.inc.php @@ -72,7 +72,7 @@ foreach ($packetlogic_stats as $index => $port) { $procera_port['ifSpeed'] = $mediaType[$negotiatedMedia]['ifSpeed']; $procera_port['ifDuplex'] = $mediaType[$negotiatedMedia]['ifDuplex']; $procera_port['ifType'] = 'ethernetCsmacd'; - array_push($port_stats, $procera_port); + $port_stats[$index] = $procera_port; } } diff --git a/tests/data/procera.json b/tests/data/procera.json new file mode 100644 index 0000000000..a3b378464c --- /dev/null +++ b/tests/data/procera.json @@ -0,0 +1,2256 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.15397.2", + "sysDescr": "Linux hostname 3.4.71-pl-xeon-plos_64 #1 SMP Mon Oct 12 15:21:49 CEST 2015 x86_64", + "sysContact": null, + "version": null, + "hardware": null, + "features": null, + "location": null, + "os": "procera", + "type": "network", + "serial": null, + "icon": "procera.png" + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.15397.2", + "sysDescr": "Linux hostname 3.4.71-pl-xeon-plos_64 #1 SMP Mon Oct 12 15:21:49 CEST 2015 x86_64", + "sysContact": "", + "version": "PacketLogic", + "hardware": "PacketLogic", + "features": null, + "location": "", + "os": "procera", + "type": "network", + "serial": null, + "icon": "procera.png" + } + ] + } + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lo", + "ifName": "lo", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "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": "bond0", + "ifName": "bond0", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "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": "eth0", + "ifName": "eth0", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "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": "eth1", + "ifName": "eth1", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "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": "admin", + "ifName": "admin", + "portName": null, + "ifIndex": 5, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": null, + "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": "lo", + "ifName": "lo", + "portName": null, + "ifIndex": 1, + "ifSpeed": 10000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 65536, + "ifType": "softwareLoopback", + "ifAlias": "lo", + "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": 34648413662, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 34648413662, + "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": 26271779869024, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 26271779869024, + "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": "bond0", + "ifName": "bond0", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "bond0", + "ifPhysAddress": "6e20657f16f9", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth0", + "ifName": "eth0", + "portName": null, + "ifIndex": 3, + "ifSpeed": 1000000000, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "eth0", + "ifPhysAddress": "000bab5adaf6", + "ifHardType": null, + "ifLastChange": 1024647722, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 175060638, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 178566753, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 4, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 14012342607, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 166331364567, + "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": 1482, + "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": "eth1", + "ifName": "eth1", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "eth1", + "ifPhysAddress": "000bab5adaf7", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "admin", + "ifName": "admin", + "portName": null, + "ifIndex": 5, + "ifSpeed": 1000000000, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "admin", + "ifPhysAddress": "000bab5adaf6", + "ifHardType": null, + "ifLastChange": 1024647722, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 175060638, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 178566753, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 4, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 14012342607, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 166331364567, + "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": 24354, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 2, + "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": 1482, + "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": "Channel 1/1 Internal", + "ifName": "Channel 1/1 Internal", + "portName": null, + "ifIndex": 11, + "ifSpeed": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Channel 1/1 Internal", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Channel 1/2 Internal", + "ifName": "Channel 1/2 Internal", + "portName": null, + "ifIndex": 12, + "ifSpeed": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Channel 1/2 Internal", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "FlowSync/Monitor Internal", + "ifName": "FlowSync/Monitor Internal", + "portName": null, + "ifIndex": 13, + "ifSpeed": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "FlowSync/Monitor Internal", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Channel 2/1 Internal", + "ifName": "Channel 2/1 Internal", + "portName": null, + "ifIndex": 21, + "ifSpeed": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Channel 2/1 Internal", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Channel 2/2 Internal", + "ifName": "Channel 2/2 Internal", + "portName": null, + "ifIndex": 22, + "ifSpeed": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Channel 2/2 Internal", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Channel 3/1 Internal", + "ifName": "Channel 3/1 Internal", + "portName": null, + "ifIndex": 31, + "ifSpeed": 10000000000, + "ifConnectorPresent": "true", + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Channel 3/1 Internal", + "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": 1943625550191, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 3299275899024, + "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": 483975047456178, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 4389960345867629, + "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": 196608, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196608", + "processor_index": "196608", + "processor_type": "hr", + "processor_usage": 10, + "processor_descr": "Intel Xeon E31275 @ 3.40GHz", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 196609, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196609", + "processor_index": "196609", + "processor_type": "hr", + "processor_usage": 11, + "processor_descr": "Intel Xeon E31275 @ 3.40GHz", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 196612, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196612", + "processor_index": "196612", + "processor_type": "hr", + "processor_usage": 18, + "processor_descr": "Intel Xeon E31275 @ 3.40GHz", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 196613, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196613", + "processor_index": "196613", + "processor_type": "hr", + "processor_usage": 6, + "processor_descr": "Intel Xeon E31275 @ 3.40GHz", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "1", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 1024, + "mempool_descr": "Physical memory", + "mempool_perc": 0, + "mempool_used": 0, + "mempool_free": 0, + "mempool_total": 0, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + }, + { + "mempool_index": "3", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 1024, + "mempool_descr": "Virtual memory", + "mempool_perc": 0, + "mempool_used": 0, + "mempool_free": 0, + "mempool_total": 0, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + }, + { + "mempool_index": "10", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 1024, + "mempool_descr": "Swap space", + "mempool_perc": 0, + "mempool_used": 0, + "mempool_free": 0, + "mempool_total": 0, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + } + ] + }, + "poller": { + "mempools": [ + { + "mempool_index": "1", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 1024, + "mempool_descr": "Physical memory", + "mempool_perc": 87, + "mempool_used": 7198924800, + "mempool_free": 1121533952, + "mempool_total": 8320458752, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + }, + { + "mempool_index": "3", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 1024, + "mempool_descr": "Virtual memory", + "mempool_perc": 82, + "mempool_used": 8585068544, + "mempool_free": 1881821184, + "mempool_total": 10466889728, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + }, + { + "mempool_index": "10", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 1024, + "mempool_descr": "Swap space", + "mempool_perc": 65, + "mempool_used": 1386143744, + "mempool_free": 760287232, + "mempool_total": 2146430976, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + } + ] + } + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "31", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/pl2", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "32", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/data", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "33", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/statistics/partitions/internal", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "39", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/dev/shm", + "storage_size": 4160229376, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "40", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/tmp", + "storage_size": 4992278528, + "storage_units": 4096, + "storage_used": 55422976, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "41", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/mnt/pl2", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "42", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/mnt/data", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "43", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/usr/local/packetlogic/python-secure/jail/radius", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "44", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/usr/local/packetlogic/python-secure/jail/dhcp", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "45", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/usr/local/packetlogic/python-secure/jail/sip", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "46", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/usr/local/packetlogic/python-secure/jail/custom", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "47", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/chroots/updates/urldata", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "48", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/chroots/data_extract/internal", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "31", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/pl2", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 4465418240, + "storage_perc": 14, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "32", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/data", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 30960541696, + "storage_perc": 94, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "33", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/statistics/partitions/internal", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 30960541696, + "storage_perc": 94, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "39", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/dev/shm", + "storage_size": 4160229376, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 4160229376, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "40", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/tmp", + "storage_size": 4992278528, + "storage_units": 4096, + "storage_used": 55422976, + "storage_free": 4936855552, + "storage_perc": 1, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "41", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/mnt/pl2", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 4465418240, + "storage_perc": 14, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "42", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/mnt/data", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 30960541696, + "storage_perc": 94, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "43", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/usr/local/packetlogic/python-secure/jail/radius", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 4465418240, + "storage_perc": 14, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "44", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/usr/local/packetlogic/python-secure/jail/dhcp", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 4465418240, + "storage_perc": 14, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "45", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/usr/local/packetlogic/python-secure/jail/sip", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 4465418240, + "storage_perc": 14, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "46", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/usr/local/packetlogic/python-secure/jail/custom", + "storage_size": 5192155136, + "storage_units": 4096, + "storage_used": 726736896, + "storage_free": 4465418240, + "storage_perc": 14, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "47", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/chroots/updates/urldata", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 30960541696, + "storage_perc": 94, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "48", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/chroots/data_extract/internal", + "storage_size": 484726382592, + "storage_units": 4096, + "storage_used": 453765840896, + "storage_free": 30960541696, + "storage_perc": 94, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + }, + "arp-table": { + "discovery": { + "ipv4_mac": [ + { + "mac_address": "005056a92c33", + "ipv4_address": "20.48.53.25", + "context_name": "" + }, + { + "mac_address": "005056a923b4", + "ipv4_address": "20.48.53.28", + "context_name": "" + }, + { + "mac_address": "e8f7244947d3", + "ipv4_address": "20.48.53.30", + "context_name": "" + } + ] + } + } +} diff --git a/tests/snmpsim/procera.snmprec b/tests/snmpsim/procera.snmprec index 9ce0552f57..486ac1dd1a 100644 --- a/tests/snmpsim/procera.snmprec +++ b/tests/snmpsim/procera.snmprec @@ -1,2 +1,1260 @@ 1.3.6.1.2.1.1.1.0|4|Linux hostname 3.4.71-pl-xeon-plos_64 #1 SMP Mon Oct 12 15:21:49 CEST 2015 x86_64 1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.15397.2 +1.3.6.1.2.1.1.3.0|67|1999013192 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.1|4|lo +1.3.6.1.2.1.2.2.1.2.2|4|bond0 +1.3.6.1.2.1.2.2.1.2.3|4|eth0 +1.3.6.1.2.1.2.2.1.2.4|4|eth1 +1.3.6.1.2.1.2.2.1.2.5|4|admin +1.3.6.1.2.1.2.2.1.2.6|4|pl0 +1.3.6.1.2.1.2.2.1.2.7|4|pl1 +1.3.6.1.2.1.2.2.1.2.8|4|pl2 +1.3.6.1.2.1.2.2.1.2.9|4|pl3 +1.3.6.1.2.1.2.2.1.2.10|4|pl4 +1.3.6.1.2.1.2.2.1.2.11|4|pl5 +1.3.6.1.2.1.2.2.1.2.12|4|pl6 +1.3.6.1.2.1.2.2.1.2.13|4|pl7 +1.3.6.1.2.1.2.2.1.2.14|4|pl8 +1.3.6.1.2.1.2.2.1.3.1|2|24 +1.3.6.1.2.1.2.2.1.3.2|2|6 +1.3.6.1.2.1.2.2.1.3.3|2|6 +1.3.6.1.2.1.2.2.1.3.4|2|6 +1.3.6.1.2.1.2.2.1.3.5|2|6 +1.3.6.1.2.1.2.2.1.3.6|2|6 +1.3.6.1.2.1.2.2.1.3.7|2|6 +1.3.6.1.2.1.2.2.1.3.8|2|6 +1.3.6.1.2.1.2.2.1.3.9|2|6 +1.3.6.1.2.1.2.2.1.3.10|2|6 +1.3.6.1.2.1.2.2.1.3.11|2|6 +1.3.6.1.2.1.2.2.1.3.12|2|6 +1.3.6.1.2.1.2.2.1.3.13|2|6 +1.3.6.1.2.1.2.2.1.3.14|2|6 +1.3.6.1.2.1.2.2.1.4.1|2|65536 +1.3.6.1.2.1.2.2.1.4.2|2|1500 +1.3.6.1.2.1.2.2.1.4.3|2|1500 +1.3.6.1.2.1.2.2.1.4.4|2|1500 +1.3.6.1.2.1.2.2.1.4.5|2|1500 +1.3.6.1.2.1.2.2.1.4.6|2|1500 +1.3.6.1.2.1.2.2.1.4.7|2|1500 +1.3.6.1.2.1.2.2.1.4.8|2|1500 +1.3.6.1.2.1.2.2.1.4.9|2|1500 +1.3.6.1.2.1.2.2.1.4.10|2|1500 +1.3.6.1.2.1.2.2.1.4.11|2|1500 +1.3.6.1.2.1.2.2.1.4.12|2|1500 +1.3.6.1.2.1.2.2.1.4.13|2|1500 +1.3.6.1.2.1.2.2.1.4.14|2|1500 +1.3.6.1.2.1.2.2.1.6.1|4| +1.3.6.1.2.1.2.2.1.6.2|4x|6E20657F16F9 +1.3.6.1.2.1.2.2.1.6.3|4x|000BAB5ADAF6 +1.3.6.1.2.1.2.2.1.6.4|4x|000BAB5ADAF7 +1.3.6.1.2.1.2.2.1.6.5|4x|000BAB5ADAF6 +1.3.6.1.2.1.2.2.1.6.6|4x|42196141DEFA +1.3.6.1.2.1.2.2.1.6.7|4x|96A1D54D8E73 +1.3.6.1.2.1.2.2.1.6.8|4x|52CBEE8DA212 +1.3.6.1.2.1.2.2.1.6.9|4x|8EDF6D17F00C +1.3.6.1.2.1.2.2.1.6.10|4x|AAA383726E59 +1.3.6.1.2.1.2.2.1.6.11|4x|FEFA75BA828E +1.3.6.1.2.1.2.2.1.6.12|4x|12E6073E2839 +1.3.6.1.2.1.2.2.1.6.13|4x|96A4D4621E89 +1.3.6.1.2.1.2.2.1.6.14|4x|D6ABEF07234E +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.2|2|2 +1.3.6.1.2.1.2.2.1.7.3|2|1 +1.3.6.1.2.1.2.2.1.7.4|2|2 +1.3.6.1.2.1.2.2.1.7.5|2|1 +1.3.6.1.2.1.2.2.1.7.6|2|1 +1.3.6.1.2.1.2.2.1.7.7|2|1 +1.3.6.1.2.1.2.2.1.7.8|2|1 +1.3.6.1.2.1.2.2.1.7.9|2|1 +1.3.6.1.2.1.2.2.1.7.10|2|1 +1.3.6.1.2.1.2.2.1.7.11|2|2 +1.3.6.1.2.1.2.2.1.7.12|2|2 +1.3.6.1.2.1.2.2.1.7.13|2|2 +1.3.6.1.2.1.2.2.1.7.14|2|2 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.2|2|2 +1.3.6.1.2.1.2.2.1.8.3|2|1 +1.3.6.1.2.1.2.2.1.8.4|2|2 +1.3.6.1.2.1.2.2.1.8.5|2|1 +1.3.6.1.2.1.2.2.1.8.6|2|1 +1.3.6.1.2.1.2.2.1.8.7|2|1 +1.3.6.1.2.1.2.2.1.8.8|2|1 +1.3.6.1.2.1.2.2.1.8.9|2|1 +1.3.6.1.2.1.2.2.1.8.10|2|1 +1.3.6.1.2.1.2.2.1.8.11|2|2 +1.3.6.1.2.1.2.2.1.8.12|2|2 +1.3.6.1.2.1.2.2.1.8.13|2|2 +1.3.6.1.2.1.2.2.1.8.14|2|2 +1.3.6.1.2.1.2.2.1.9.1|67|0 +1.3.6.1.2.1.2.2.1.9.2|67|0 +1.3.6.1.2.1.2.2.1.9.3|67|1024647722 +1.3.6.1.2.1.2.2.1.9.4|67|0 +1.3.6.1.2.1.2.2.1.9.5|67|1024647722 +1.3.6.1.2.1.2.2.1.9.6|67|0 +1.3.6.1.2.1.2.2.1.9.7|67|0 +1.3.6.1.2.1.2.2.1.9.8|67|1396433407 +1.3.6.1.2.1.2.2.1.9.9|67|0 +1.3.6.1.2.1.2.2.1.9.10|67|0 +1.3.6.1.2.1.2.2.1.9.11|67|0 +1.3.6.1.2.1.2.2.1.9.12|67|0 +1.3.6.1.2.1.2.2.1.9.13|67|0 +1.3.6.1.2.1.2.2.1.9.14|67|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.13.3|65|0 +1.3.6.1.2.1.2.2.1.13.4|65|0 +1.3.6.1.2.1.2.2.1.13.5|65|24354 +1.3.6.1.2.1.2.2.1.13.6|65|0 +1.3.6.1.2.1.2.2.1.13.7|65|0 +1.3.6.1.2.1.2.2.1.13.8|65|0 +1.3.6.1.2.1.2.2.1.13.9|65|0 +1.3.6.1.2.1.2.2.1.13.10|65|0 +1.3.6.1.2.1.2.2.1.13.11|65|0 +1.3.6.1.2.1.2.2.1.13.12|65|0 +1.3.6.1.2.1.2.2.1.13.13|65|0 +1.3.6.1.2.1.2.2.1.13.14|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.2|65|0 +1.3.6.1.2.1.2.2.1.14.3|65|4 +1.3.6.1.2.1.2.2.1.14.4|65|0 +1.3.6.1.2.1.2.2.1.14.5|65|4 +1.3.6.1.2.1.2.2.1.14.6|65|0 +1.3.6.1.2.1.2.2.1.14.7|65|0 +1.3.6.1.2.1.2.2.1.14.8|65|0 +1.3.6.1.2.1.2.2.1.14.9|65|0 +1.3.6.1.2.1.2.2.1.14.10|65|0 +1.3.6.1.2.1.2.2.1.14.11|65|0 +1.3.6.1.2.1.2.2.1.14.12|65|0 +1.3.6.1.2.1.2.2.1.14.13|65|0 +1.3.6.1.2.1.2.2.1.14.14|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.2|65|0 +1.3.6.1.2.1.2.2.1.19.3|65|0 +1.3.6.1.2.1.2.2.1.19.4|65|0 +1.3.6.1.2.1.2.2.1.19.5|65|2 +1.3.6.1.2.1.2.2.1.19.6|65|0 +1.3.6.1.2.1.2.2.1.19.7|65|0 +1.3.6.1.2.1.2.2.1.19.8|65|0 +1.3.6.1.2.1.2.2.1.19.9|65|0 +1.3.6.1.2.1.2.2.1.19.10|65|0 +1.3.6.1.2.1.2.2.1.19.11|65|0 +1.3.6.1.2.1.2.2.1.19.12|65|0 +1.3.6.1.2.1.2.2.1.19.13|65|0 +1.3.6.1.2.1.2.2.1.19.14|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.2.2.1.20.3|65|0 +1.3.6.1.2.1.2.2.1.20.4|65|0 +1.3.6.1.2.1.2.2.1.20.5|65|0 +1.3.6.1.2.1.2.2.1.20.6|65|0 +1.3.6.1.2.1.2.2.1.20.7|65|0 +1.3.6.1.2.1.2.2.1.20.8|65|0 +1.3.6.1.2.1.2.2.1.20.9|65|0 +1.3.6.1.2.1.2.2.1.20.10|65|0 +1.3.6.1.2.1.2.2.1.20.11|65|0 +1.3.6.1.2.1.2.2.1.20.12|65|0 +1.3.6.1.2.1.2.2.1.20.13|65|0 +1.3.6.1.2.1.2.2.1.20.14|65|0 +1.3.6.1.2.1.4.3.0|65|440370960 +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|4 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|440370956 +1.3.6.1.2.1.4.10.0|65|372036148 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|0 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1 +1.3.6.1.2.1.4.20.1.2.169.254.1.1|2|1 +1.3.6.1.2.1.4.20.1.2.169.254.2.1|2|1 +1.3.6.1.2.1.4.20.1.2.20.48.53.26|2|5 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 +1.3.6.1.2.1.4.20.1.3.169.254.1.1|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.169.254.2.1|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.20.48.53.26|64|255.255.255.248 +1.3.6.1.2.1.4.22.1.2.5.20.48.53.25|4x|005056A92C33 +1.3.6.1.2.1.4.22.1.2.5.20.48.53.28|4x|005056A923B4 +1.3.6.1.2.1.4.22.1.2.5.20.48.53.30|4x|E8F7244947D3 +1.3.6.1.2.1.4.31.1.1.3.1|65|440336666 +1.3.6.1.2.1.4.31.1.1.3.2|65|20922407 +1.3.6.1.2.1.4.31.1.1.4.1|70|34800075034 +1.3.6.1.2.1.4.31.1.1.4.2|70|20922407 +1.3.6.1.2.1.4.31.1.1.5.1|65|2906501221 +1.3.6.1.2.1.4.31.1.1.5.2|65|2983628529 +1.3.6.1.2.1.4.31.1.1.6.1|70|26275221450853 +1.3.6.1.2.1.4.31.1.1.6.2|70|7278595825 +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|24 +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|20922397 +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|4 +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|20922397 +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|20922397 +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|440336662 +1.3.6.1.2.1.4.31.1.1.18.2|65|20920934 +1.3.6.1.2.1.4.31.1.1.19.1|70|34800075030 +1.3.6.1.2.1.4.31.1.1.19.2|70|20920934 +1.3.6.1.2.1.4.31.1.1.20.1|65|372001855 +1.3.6.1.2.1.4.31.1.1.20.2|65|20541408 +1.3.6.1.2.1.4.31.1.1.21.1|70|34731740223 +1.3.6.1.2.1.4.31.1.1.21.2|70|20541408 +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|379607 +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|372001855 +1.3.6.1.2.1.4.31.1.1.30.2|65|20161801 +1.3.6.1.2.1.4.31.1.1.31.1|70|34731740223 +1.3.6.1.2.1.4.31.1.1.31.2|70|20161801 +1.3.6.1.2.1.4.31.1.1.32.1|65|1234273702 +1.3.6.1.2.1.4.31.1.1.32.2|65|2943977553 +1.3.6.1.2.1.4.31.1.1.33.1|70|26423873078694 +1.3.6.1.2.1.4.31.1.1.33.2|70|7238944849 +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|1482 +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|1482 +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|106696 +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|106696 +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|49 +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|49 +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|3360 +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|3360 +1.3.6.1.2.1.4.31.1.1.42.1|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.44.1|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.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|60000 +1.3.6.1.2.1.4.31.1.1.47.2|66|60000 +1.3.6.1.2.1.4.34.1.3.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.34.1.3.2.16.32.1.5.248.127.13.0.1.0.0.0.0.0.0.0.38|2|5 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.2.11.171.255.254.90.218.246|2|5 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.64.25.97.255.254.65.222.250|2|6 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.80.203.238.255.254.141.162.18|2|8 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.140.223.109.255.254.23.240.12|2|9 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.148.161.213.255.254.77.142.115|2|7 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.168.163.131.255.254.114.110.89|2|10 +1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|6|1.3.6.1.2.1.4.32.1.5.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 +1.3.6.1.2.1.4.34.1.5.2.16.32.1.5.248.127.13.0.1.0.0.0.0.0.0.0.38|6|1.3.6.1.2.1.4.32.1.5.5.2.16.32.1.5.248.127.13.0.1.0.0.0.0.0.0.0.38.128 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.2.11.171.255.254.90.218.246|6|1.3.6.1.2.1.4.32.1.5.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.64.25.97.255.254.65.222.250|6|1.3.6.1.2.1.4.32.1.5.6.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.80.203.238.255.254.141.162.18|6|1.3.6.1.2.1.4.32.1.5.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.140.223.109.255.254.23.240.12|6|1.3.6.1.2.1.4.32.1.5.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.148.161.213.255.254.77.142.115|6|1.3.6.1.2.1.4.32.1.5.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.168.163.131.255.254.114.110.89|6|1.3.6.1.2.1.4.32.1.5.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|2 +1.3.6.1.2.1.4.34.1.6.2.16.32.1.5.248.127.13.0.1.0.0.0.0.0.0.0.38|2|2 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.2.11.171.255.254.90.218.246|2|5 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.64.25.97.255.254.65.222.250|2|5 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.80.203.238.255.254.141.162.18|2|5 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.140.223.109.255.254.23.240.12|2|5 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.148.161.213.255.254.77.142.115|2|5 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.168.163.131.255.254.114.110.89|2|5 +1.3.6.1.2.1.4.35.1.4.5.1.4.20.48.53.25|4x|005056A92C33 +1.3.6.1.2.1.4.35.1.4.5.1.4.20.48.53.28|4x|005056A923B4 +1.3.6.1.2.1.4.35.1.4.5.1.4.20.48.53.30|4x|E8F7244947D3 +1.3.6.1.2.1.4.35.1.4.5.2.16.22.1.54.23.234.13.0.1.0.0.0.0.0.89.43.234|4x|E8F7244947D3 +1.3.6.1.2.1.4.35.1.4.5.2.16.43.23.0.0.0.0.0.0.54.89.23.43.21.22.43.23|4x|E8F7244947D3 +1.3.6.1.2.1.5.1.0|65|239482 +1.3.6.1.2.1.5.2.0|65|22230 +1.3.6.1.2.1.5.3.0|65|1 +1.3.6.1.2.1.5.4.0|65|22137 +1.3.6.1.2.1.5.5.0|65|246 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|1 +1.3.6.1.2.1.5.8.0|65|3 +1.3.6.1.2.1.5.9.0|65|217002 +1.3.6.1.2.1.5.10.0|65|88 +1.3.6.1.2.1.5.11.0|65|4 +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|0 +1.3.6.1.2.1.5.15.0|65|251784 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|34778 +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|0 +1.3.6.1.2.1.5.23.0|65|217002 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|4 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.5.29.1.2.1|65|239482 +1.3.6.1.2.1.5.29.1.2.2|65|381447 +1.3.6.1.2.1.5.29.1.3.1|65|22230 +1.3.6.1.2.1.5.29.1.3.2|65|7 +1.3.6.1.2.1.5.29.1.4.1|65|0 +1.3.6.1.2.1.5.29.1.4.2|65|4239 +1.3.6.1.2.1.5.29.1.5.1|65|251784 +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|88 +1.3.6.1.2.1.5.30.1.3.1.3|65|22137 +1.3.6.1.2.1.5.30.1.3.1.4|65|1 +1.3.6.1.2.1.5.30.1.3.1.5|65|3 +1.3.6.1.2.1.5.30.1.3.1.8|65|217002 +1.3.6.1.2.1.5.30.1.3.1.11|65|246 +1.3.6.1.2.1.5.30.1.3.1.13|65|4 +1.3.6.1.2.1.5.30.1.3.2.128|65|377240 +1.3.6.1.2.1.5.30.1.3.2.135|65|2795 +1.3.6.1.2.1.5.30.1.3.2.136|65|1405 +1.3.6.1.2.1.5.30.1.4.1.0|65|217002 +1.3.6.1.2.1.5.30.1.4.1.3|65|34778 +1.3.6.1.2.1.5.30.1.4.1.14|65|4 +1.3.6.1.2.1.5.30.1.4.2.133|65|18 +1.3.6.1.2.1.5.30.1.4.2.135|65|1411 +1.3.6.1.2.1.5.30.1.4.2.136|65|2786 +1.3.6.1.2.1.5.30.1.4.2.143|65|24 +1.3.6.1.2.1.6.5.0|65|228418 +1.3.6.1.2.1.6.6.0|65|4465742 +1.3.6.1.2.1.6.7.0|65|204 +1.3.6.1.2.1.6.8.0|65|855 +1.3.6.1.2.1.6.9.0|66|56 +1.3.6.1.2.1.6.10.0|65|428824495 +1.3.6.1.2.1.6.11.0|65|434943813 +1.3.6.1.2.1.6.12.0|65|20983 +1.3.6.1.2.1.6.14.0|65|7076 +1.3.6.1.2.1.6.15.0|65|642855 +1.3.6.1.2.1.7.1.0|65|31812475 +1.3.6.1.2.1.7.2.0|65|35859 +1.3.6.1.2.1.7.3.0|65|169 +1.3.6.1.2.1.7.4.0|65|31813029 +1.3.6.1.2.1.11.1.0|65|400311178 +1.3.6.1.2.1.11.2.0|65|400309689 +1.3.6.1.2.1.11.3.0|65|7 +1.3.6.1.2.1.11.4.0|65|1440 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|23 +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|506665892 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|29486361 +1.3.6.1.2.1.11.16.0|65|363081156 +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|400309691 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.30.0|2|2 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.25.1.1.0|67|1999016935 +1.3.6.1.2.1.25.1.4.0|4|BOOT_IMAGE=/pl2/boot/bzImage root=/dev/ram0 nmi_watchdog=1 +1.3.6.1.2.1.25.1.5.0|66|0 +1.3.6.1.2.1.25.1.6.0|66|270 +1.3.6.1.2.1.25.2.3.1.1.1|2|1 +1.3.6.1.2.1.25.2.3.1.1.3|2|3 +1.3.6.1.2.1.25.2.3.1.1.6|2|6 +1.3.6.1.2.1.25.2.3.1.1.7|2|7 +1.3.6.1.2.1.25.2.3.1.1.8|2|8 +1.3.6.1.2.1.25.2.3.1.1.10|2|10 +1.3.6.1.2.1.25.2.3.1.1.31|2|31 +1.3.6.1.2.1.25.2.3.1.1.32|2|32 +1.3.6.1.2.1.25.2.3.1.1.33|2|33 +1.3.6.1.2.1.25.2.3.1.1.37|2|37 +1.3.6.1.2.1.25.2.3.1.1.39|2|39 +1.3.6.1.2.1.25.2.3.1.1.40|2|40 +1.3.6.1.2.1.25.2.3.1.1.41|2|41 +1.3.6.1.2.1.25.2.3.1.1.42|2|42 +1.3.6.1.2.1.25.2.3.1.1.43|2|43 +1.3.6.1.2.1.25.2.3.1.1.44|2|44 +1.3.6.1.2.1.25.2.3.1.1.45|2|45 +1.3.6.1.2.1.25.2.3.1.1.46|2|46 +1.3.6.1.2.1.25.2.3.1.1.47|2|47 +1.3.6.1.2.1.25.2.3.1.1.48|2|48 +1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.2 +1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.25.2.1.3 +1.3.6.1.2.1.25.2.3.1.2.6|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.7|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.8|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.10|6|1.3.6.1.2.1.25.2.1.3 +1.3.6.1.2.1.25.2.3.1.2.31|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.32|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.33|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.37|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.39|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.40|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.41|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.42|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.43|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.44|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.45|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.46|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.47|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.48|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.3.1|4|Physical memory +1.3.6.1.2.1.25.2.3.1.3.3|4|Virtual memory +1.3.6.1.2.1.25.2.3.1.3.6|4|Memory buffers +1.3.6.1.2.1.25.2.3.1.3.7|4|Cached memory +1.3.6.1.2.1.25.2.3.1.3.8|4|Shared memory +1.3.6.1.2.1.25.2.3.1.3.10|4|Swap space +1.3.6.1.2.1.25.2.3.1.3.31|4|/pl2 +1.3.6.1.2.1.25.2.3.1.3.32|4|/data +1.3.6.1.2.1.25.2.3.1.3.33|4|/statistics/partitions/internal +1.3.6.1.2.1.25.2.3.1.3.37|4|/dev +1.3.6.1.2.1.25.2.3.1.3.39|4|/dev/shm +1.3.6.1.2.1.25.2.3.1.3.40|4|/tmp +1.3.6.1.2.1.25.2.3.1.3.41|4|/mnt/pl2 +1.3.6.1.2.1.25.2.3.1.3.42|4|/mnt/data +1.3.6.1.2.1.25.2.3.1.3.43|4|/usr/local/packetlogic/python-secure/jail/radius +1.3.6.1.2.1.25.2.3.1.3.44|4|/usr/local/packetlogic/python-secure/jail/dhcp +1.3.6.1.2.1.25.2.3.1.3.45|4|/usr/local/packetlogic/python-secure/jail/sip +1.3.6.1.2.1.25.2.3.1.3.46|4|/usr/local/packetlogic/python-secure/jail/custom +1.3.6.1.2.1.25.2.3.1.3.47|4|/chroots/updates/urldata +1.3.6.1.2.1.25.2.3.1.3.48|4|/chroots/data_extract/internal +1.3.6.1.2.1.25.2.3.1.4.1|2|1024 +1.3.6.1.2.1.25.2.3.1.4.3|2|1024 +1.3.6.1.2.1.25.2.3.1.4.6|2|1024 +1.3.6.1.2.1.25.2.3.1.4.7|2|1024 +1.3.6.1.2.1.25.2.3.1.4.8|2|1024 +1.3.6.1.2.1.25.2.3.1.4.10|2|1024 +1.3.6.1.2.1.25.2.3.1.4.31|2|4096 +1.3.6.1.2.1.25.2.3.1.4.32|2|4096 +1.3.6.1.2.1.25.2.3.1.4.33|2|4096 +1.3.6.1.2.1.25.2.3.1.4.37|2|4096 +1.3.6.1.2.1.25.2.3.1.4.39|2|4096 +1.3.6.1.2.1.25.2.3.1.4.40|2|4096 +1.3.6.1.2.1.25.2.3.1.4.41|2|4096 +1.3.6.1.2.1.25.2.3.1.4.42|2|4096 +1.3.6.1.2.1.25.2.3.1.4.43|2|4096 +1.3.6.1.2.1.25.2.3.1.4.44|2|4096 +1.3.6.1.2.1.25.2.3.1.4.45|2|4096 +1.3.6.1.2.1.25.2.3.1.4.46|2|4096 +1.3.6.1.2.1.25.2.3.1.4.47|2|4096 +1.3.6.1.2.1.25.2.3.1.4.48|2|4096 +1.3.6.1.2.1.25.2.3.1.5.1|2|8125448 +1.3.6.1.2.1.25.2.3.1.5.3|2|10221572 +1.3.6.1.2.1.25.2.3.1.5.6|2|8125448 +1.3.6.1.2.1.25.2.3.1.5.7|2|1687488 +1.3.6.1.2.1.25.2.3.1.5.8|2|300384 +1.3.6.1.2.1.25.2.3.1.5.10|2|2096124 +1.3.6.1.2.1.25.2.3.1.5.31|2|1267616 +1.3.6.1.2.1.25.2.3.1.5.32|2|118341402 +1.3.6.1.2.1.25.2.3.1.5.33|2|118341402 +1.3.6.1.2.1.25.2.3.1.5.37|2|16 +1.3.6.1.2.1.25.2.3.1.5.39|2|1015681 +1.3.6.1.2.1.25.2.3.1.5.40|2|1218818 +1.3.6.1.2.1.25.2.3.1.5.41|2|1267616 +1.3.6.1.2.1.25.2.3.1.5.42|2|118341402 +1.3.6.1.2.1.25.2.3.1.5.43|2|1267616 +1.3.6.1.2.1.25.2.3.1.5.44|2|1267616 +1.3.6.1.2.1.25.2.3.1.5.45|2|1267616 +1.3.6.1.2.1.25.2.3.1.5.46|2|1267616 +1.3.6.1.2.1.25.2.3.1.5.47|2|118341402 +1.3.6.1.2.1.25.2.3.1.5.48|2|118341402 +1.3.6.1.2.1.25.2.3.1.6.1|2|7030200 +1.3.6.1.2.1.25.2.3.1.6.3|2|8383856 +1.3.6.1.2.1.25.2.3.1.6.6|2|64616 +1.3.6.1.2.1.25.2.3.1.6.7|2|1687488 +1.3.6.1.2.1.25.2.3.1.6.8|2|300384 +1.3.6.1.2.1.25.2.3.1.6.10|2|1353656 +1.3.6.1.2.1.25.2.3.1.6.31|2|177426 +1.3.6.1.2.1.25.2.3.1.6.32|2|110782676 +1.3.6.1.2.1.25.2.3.1.6.33|2|110782676 +1.3.6.1.2.1.25.2.3.1.6.37|2|1 +1.3.6.1.2.1.25.2.3.1.6.39|2|0 +1.3.6.1.2.1.25.2.3.1.6.40|2|13531 +1.3.6.1.2.1.25.2.3.1.6.41|2|177426 +1.3.6.1.2.1.25.2.3.1.6.42|2|110782676 +1.3.6.1.2.1.25.2.3.1.6.43|2|177426 +1.3.6.1.2.1.25.2.3.1.6.44|2|177426 +1.3.6.1.2.1.25.2.3.1.6.45|2|177426 +1.3.6.1.2.1.25.2.3.1.6.46|2|177426 +1.3.6.1.2.1.25.2.3.1.6.47|2|110782676 +1.3.6.1.2.1.25.2.3.1.6.48|2|110782676 +1.3.6.1.2.1.25.3.2.1.1.196608|2|196608 +1.3.6.1.2.1.25.3.2.1.1.196609|2|196609 +1.3.6.1.2.1.25.3.2.1.1.196612|2|196612 +1.3.6.1.2.1.25.3.2.1.1.196613|2|196613 +1.3.6.1.2.1.25.3.2.1.1.262145|2|262145 +1.3.6.1.2.1.25.3.2.1.1.262146|2|262146 +1.3.6.1.2.1.25.3.2.1.1.262147|2|262147 +1.3.6.1.2.1.25.3.2.1.1.262148|2|262148 +1.3.6.1.2.1.25.3.2.1.1.262149|2|262149 +1.3.6.1.2.1.25.3.2.1.1.262150|2|262150 +1.3.6.1.2.1.25.3.2.1.1.262151|2|262151 +1.3.6.1.2.1.25.3.2.1.1.262152|2|262152 +1.3.6.1.2.1.25.3.2.1.1.262153|2|262153 +1.3.6.1.2.1.25.3.2.1.1.262154|2|262154 +1.3.6.1.2.1.25.3.2.1.1.262155|2|262155 +1.3.6.1.2.1.25.3.2.1.1.262156|2|262156 +1.3.6.1.2.1.25.3.2.1.1.262157|2|262157 +1.3.6.1.2.1.25.3.2.1.1.262158|2|262158 +1.3.6.1.2.1.25.3.2.1.1.393232|2|393232 +1.3.6.1.2.1.25.3.2.1.1.393233|2|393233 +1.3.6.1.2.1.25.3.2.1.1.393234|2|393234 +1.3.6.1.2.1.25.3.2.1.1.786432|2|786432 +1.3.6.1.2.1.25.3.2.1.2.196608|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.196609|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.196612|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.196613|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.262145|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262146|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262147|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262148|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262149|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262150|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262151|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262152|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262153|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262154|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262155|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262156|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262157|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262158|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.393232|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.393233|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.393234|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.786432|6|1.3.6.1.2.1.25.3.1.12 +1.3.6.1.2.1.25.3.2.1.3.196608|4|GenuineIntel: Intel(R) Xeon(R) CPU E31275 @ 3.40GHz +1.3.6.1.2.1.25.3.2.1.3.196609|4|GenuineIntel: Intel(R) Xeon(R) CPU E31275 @ 3.40GHz +1.3.6.1.2.1.25.3.2.1.3.196612|4|GenuineIntel: Intel(R) Xeon(R) CPU E31275 @ 3.40GHz +1.3.6.1.2.1.25.3.2.1.3.196613|4|GenuineIntel: Intel(R) Xeon(R) CPU E31275 @ 3.40GHz +1.3.6.1.2.1.25.3.2.1.3.262145|4|network interface lo +1.3.6.1.2.1.25.3.2.1.3.262146|4|network interface bond0 +1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface eth0 +1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface eth1 +1.3.6.1.2.1.25.3.2.1.3.262149|4|network interface admin +1.3.6.1.2.1.25.3.2.1.3.262150|4|network interface pl0 +1.3.6.1.2.1.25.3.2.1.3.262151|4|network interface pl1 +1.3.6.1.2.1.25.3.2.1.3.262152|4|network interface pl2 +1.3.6.1.2.1.25.3.2.1.3.262153|4|network interface pl3 +1.3.6.1.2.1.25.3.2.1.3.262154|4|network interface pl4 +1.3.6.1.2.1.25.3.2.1.3.262155|4|network interface pl5 +1.3.6.1.2.1.25.3.2.1.3.262156|4|network interface pl6 +1.3.6.1.2.1.25.3.2.1.3.262157|4|network interface pl7 +1.3.6.1.2.1.25.3.2.1.3.262158|4|network interface pl8 +1.3.6.1.2.1.25.3.2.1.3.393232|4|SCSI disk (/dev/sda) +1.3.6.1.2.1.25.3.2.1.3.393233|4|SCSI disk (/dev/sdb) +1.3.6.1.2.1.25.3.2.1.3.393234|4|SCSI disk (/dev/sdc) +1.3.6.1.2.1.25.3.2.1.3.786432|4|Guessing that there's a floating point co-processor +1.3.6.1.2.1.25.3.2.1.4.196608|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.196609|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.196612|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.196613|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262145|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262146|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262147|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262148|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262149|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262150|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262151|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262152|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262153|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262154|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262155|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262156|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262157|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262158|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.393232|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.393233|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.393234|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.786432|6|0.0 +1.3.6.1.2.1.25.3.2.1.5.196608|2|2 +1.3.6.1.2.1.25.3.2.1.5.196609|2|2 +1.3.6.1.2.1.25.3.2.1.5.196612|2|2 +1.3.6.1.2.1.25.3.2.1.5.196613|2|2 +1.3.6.1.2.1.25.3.2.1.5.262145|2|2 +1.3.6.1.2.1.25.3.2.1.5.262146|2|5 +1.3.6.1.2.1.25.3.2.1.5.262147|2|2 +1.3.6.1.2.1.25.3.2.1.5.262148|2|5 +1.3.6.1.2.1.25.3.2.1.5.262149|2|2 +1.3.6.1.2.1.25.3.2.1.5.262150|2|2 +1.3.6.1.2.1.25.3.2.1.5.262151|2|2 +1.3.6.1.2.1.25.3.2.1.5.262152|2|2 +1.3.6.1.2.1.25.3.2.1.5.262153|2|2 +1.3.6.1.2.1.25.3.2.1.5.262154|2|2 +1.3.6.1.2.1.25.3.2.1.5.262155|2|5 +1.3.6.1.2.1.25.3.2.1.5.262156|2|5 +1.3.6.1.2.1.25.3.2.1.5.262157|2|5 +1.3.6.1.2.1.25.3.2.1.5.262158|2|5 +1.3.6.1.2.1.25.3.2.1.6.262145|65|0 +1.3.6.1.2.1.25.3.2.1.6.262146|65|0 +1.3.6.1.2.1.25.3.2.1.6.262147|65|4 +1.3.6.1.2.1.25.3.2.1.6.262148|65|0 +1.3.6.1.2.1.25.3.2.1.6.262149|65|4 +1.3.6.1.2.1.25.3.2.1.6.262150|65|0 +1.3.6.1.2.1.25.3.2.1.6.262151|65|0 +1.3.6.1.2.1.25.3.2.1.6.262152|65|0 +1.3.6.1.2.1.25.3.2.1.6.262153|65|0 +1.3.6.1.2.1.25.3.2.1.6.262154|65|0 +1.3.6.1.2.1.25.3.2.1.6.262155|65|0 +1.3.6.1.2.1.25.3.2.1.6.262156|65|0 +1.3.6.1.2.1.25.3.2.1.6.262157|65|0 +1.3.6.1.2.1.25.3.2.1.6.262158|65|0 +1.3.6.1.2.1.25.3.3.1.1.196608|6|0.0 +1.3.6.1.2.1.25.3.3.1.1.196609|6|0.0 +1.3.6.1.2.1.25.3.3.1.1.196612|6|0.0 +1.3.6.1.2.1.25.3.3.1.1.196613|6|0.0 +1.3.6.1.2.1.25.3.3.1.2.196608|2|10 +1.3.6.1.2.1.25.3.3.1.2.196609|2|11 +1.3.6.1.2.1.25.3.3.1.2.196612|2|18 +1.3.6.1.2.1.25.3.3.1.2.196613|2|6 +1.3.6.1.2.1.31.1.1.1.1.1|4|lo +1.3.6.1.2.1.31.1.1.1.1.2|4|bond0 +1.3.6.1.2.1.31.1.1.1.1.3|4|eth0 +1.3.6.1.2.1.31.1.1.1.1.4|4|eth1 +1.3.6.1.2.1.31.1.1.1.1.5|4|admin +1.3.6.1.2.1.31.1.1.1.1.6|4|pl0 +1.3.6.1.2.1.31.1.1.1.1.7|4|pl1 +1.3.6.1.2.1.31.1.1.1.1.8|4|pl2 +1.3.6.1.2.1.31.1.1.1.1.9|4|pl3 +1.3.6.1.2.1.31.1.1.1.1.10|4|pl4 +1.3.6.1.2.1.31.1.1.1.1.11|4|pl5 +1.3.6.1.2.1.31.1.1.1.1.12|4|pl6 +1.3.6.1.2.1.31.1.1.1.1.13|4|pl7 +1.3.6.1.2.1.31.1.1.1.1.14|4|pl8 +1.3.6.1.2.1.31.1.1.1.2.1|65|0 +1.3.6.1.2.1.31.1.1.1.2.2|65|0 +1.3.6.1.2.1.31.1.1.1.2.3|65|1482 +1.3.6.1.2.1.31.1.1.1.2.4|65|0 +1.3.6.1.2.1.31.1.1.1.2.5|65|1482 +1.3.6.1.2.1.31.1.1.1.2.6|65|0 +1.3.6.1.2.1.31.1.1.1.2.7|65|0 +1.3.6.1.2.1.31.1.1.1.2.8|65|0 +1.3.6.1.2.1.31.1.1.1.2.9|65|0 +1.3.6.1.2.1.31.1.1.1.2.10|65|0 +1.3.6.1.2.1.31.1.1.1.2.11|65|0 +1.3.6.1.2.1.31.1.1.1.2.12|65|0 +1.3.6.1.2.1.31.1.1.1.2.13|65|0 +1.3.6.1.2.1.31.1.1.1.2.14|65|0 +1.3.6.1.2.1.31.1.1.1.3.1|65|0 +1.3.6.1.2.1.31.1.1.1.3.2|65|0 +1.3.6.1.2.1.31.1.1.1.3.3|65|0 +1.3.6.1.2.1.31.1.1.1.3.4|65|0 +1.3.6.1.2.1.31.1.1.1.3.5|65|0 +1.3.6.1.2.1.31.1.1.1.3.6|65|0 +1.3.6.1.2.1.31.1.1.1.3.7|65|0 +1.3.6.1.2.1.31.1.1.1.3.8|65|0 +1.3.6.1.2.1.31.1.1.1.3.9|65|0 +1.3.6.1.2.1.31.1.1.1.3.10|65|0 +1.3.6.1.2.1.31.1.1.1.3.11|65|0 +1.3.6.1.2.1.31.1.1.1.3.12|65|0 +1.3.6.1.2.1.31.1.1.1.3.13|65|0 +1.3.6.1.2.1.31.1.1.1.3.14|65|0 +1.3.6.1.2.1.31.1.1.1.4.1|65|0 +1.3.6.1.2.1.31.1.1.1.4.2|65|0 +1.3.6.1.2.1.31.1.1.1.4.3|65|0 +1.3.6.1.2.1.31.1.1.1.4.4|65|0 +1.3.6.1.2.1.31.1.1.1.4.5|65|0 +1.3.6.1.2.1.31.1.1.1.4.6|65|0 +1.3.6.1.2.1.31.1.1.1.4.7|65|0 +1.3.6.1.2.1.31.1.1.1.4.8|65|0 +1.3.6.1.2.1.31.1.1.1.4.9|65|0 +1.3.6.1.2.1.31.1.1.1.4.10|65|0 +1.3.6.1.2.1.31.1.1.1.4.11|65|0 +1.3.6.1.2.1.31.1.1.1.4.12|65|0 +1.3.6.1.2.1.31.1.1.1.4.13|65|0 +1.3.6.1.2.1.31.1.1.1.4.14|65|0 +1.3.6.1.2.1.31.1.1.1.5.1|65|0 +1.3.6.1.2.1.31.1.1.1.5.2|65|0 +1.3.6.1.2.1.31.1.1.1.5.3|65|0 +1.3.6.1.2.1.31.1.1.1.5.4|65|0 +1.3.6.1.2.1.31.1.1.1.5.5|65|0 +1.3.6.1.2.1.31.1.1.1.5.6|65|0 +1.3.6.1.2.1.31.1.1.1.5.7|65|0 +1.3.6.1.2.1.31.1.1.1.5.8|65|0 +1.3.6.1.2.1.31.1.1.1.5.9|65|0 +1.3.6.1.2.1.31.1.1.1.5.10|65|0 +1.3.6.1.2.1.31.1.1.1.5.11|65|0 +1.3.6.1.2.1.31.1.1.1.5.12|65|0 +1.3.6.1.2.1.31.1.1.1.5.13|65|0 +1.3.6.1.2.1.31.1.1.1.5.14|65|0 +1.3.6.1.2.1.31.1.1.1.6.1|70|26271779869024 +1.3.6.1.2.1.31.1.1.1.6.2|70|0 +1.3.6.1.2.1.31.1.1.1.6.3|70|14012342607 +1.3.6.1.2.1.31.1.1.1.6.4|70|0 +1.3.6.1.2.1.31.1.1.1.6.5|70|14012342607 +1.3.6.1.2.1.31.1.1.1.6.6|70|0 +1.3.6.1.2.1.31.1.1.1.6.7|70|0 +1.3.6.1.2.1.31.1.1.1.6.8|70|0 +1.3.6.1.2.1.31.1.1.1.6.9|70|0 +1.3.6.1.2.1.31.1.1.1.6.10|70|0 +1.3.6.1.2.1.31.1.1.1.6.11|70|0 +1.3.6.1.2.1.31.1.1.1.6.12|70|0 +1.3.6.1.2.1.31.1.1.1.6.13|70|0 +1.3.6.1.2.1.31.1.1.1.6.14|70|0 +1.3.6.1.2.1.31.1.1.1.7.1|70|34648413662 +1.3.6.1.2.1.31.1.1.1.7.2|70|0 +1.3.6.1.2.1.31.1.1.1.7.3|70|175060638 +1.3.6.1.2.1.31.1.1.1.7.4|70|0 +1.3.6.1.2.1.31.1.1.1.7.5|70|175060638 +1.3.6.1.2.1.31.1.1.1.7.6|70|0 +1.3.6.1.2.1.31.1.1.1.7.7|70|0 +1.3.6.1.2.1.31.1.1.1.7.8|70|0 +1.3.6.1.2.1.31.1.1.1.7.9|70|0 +1.3.6.1.2.1.31.1.1.1.7.10|70|0 +1.3.6.1.2.1.31.1.1.1.7.11|70|0 +1.3.6.1.2.1.31.1.1.1.7.12|70|0 +1.3.6.1.2.1.31.1.1.1.7.13|70|0 +1.3.6.1.2.1.31.1.1.1.7.14|70|0 +1.3.6.1.2.1.31.1.1.1.8.1|70|0 +1.3.6.1.2.1.31.1.1.1.8.2|70|0 +1.3.6.1.2.1.31.1.1.1.8.3|70|1482 +1.3.6.1.2.1.31.1.1.1.8.4|70|0 +1.3.6.1.2.1.31.1.1.1.8.5|70|1482 +1.3.6.1.2.1.31.1.1.1.8.6|70|0 +1.3.6.1.2.1.31.1.1.1.8.7|70|0 +1.3.6.1.2.1.31.1.1.1.8.8|70|0 +1.3.6.1.2.1.31.1.1.1.8.9|70|0 +1.3.6.1.2.1.31.1.1.1.8.10|70|0 +1.3.6.1.2.1.31.1.1.1.8.11|70|0 +1.3.6.1.2.1.31.1.1.1.8.12|70|0 +1.3.6.1.2.1.31.1.1.1.8.13|70|0 +1.3.6.1.2.1.31.1.1.1.8.14|70|0 +1.3.6.1.2.1.31.1.1.1.9.1|70|0 +1.3.6.1.2.1.31.1.1.1.9.2|70|0 +1.3.6.1.2.1.31.1.1.1.9.3|70|0 +1.3.6.1.2.1.31.1.1.1.9.4|70|0 +1.3.6.1.2.1.31.1.1.1.9.5|70|0 +1.3.6.1.2.1.31.1.1.1.9.6|70|0 +1.3.6.1.2.1.31.1.1.1.9.7|70|0 +1.3.6.1.2.1.31.1.1.1.9.8|70|0 +1.3.6.1.2.1.31.1.1.1.9.9|70|0 +1.3.6.1.2.1.31.1.1.1.9.10|70|0 +1.3.6.1.2.1.31.1.1.1.9.11|70|0 +1.3.6.1.2.1.31.1.1.1.9.12|70|0 +1.3.6.1.2.1.31.1.1.1.9.13|70|0 +1.3.6.1.2.1.31.1.1.1.9.14|70|0 +1.3.6.1.2.1.31.1.1.1.10.1|70|26271779869024 +1.3.6.1.2.1.31.1.1.1.10.2|70|0 +1.3.6.1.2.1.31.1.1.1.10.3|70|166331364567 +1.3.6.1.2.1.31.1.1.1.10.4|70|0 +1.3.6.1.2.1.31.1.1.1.10.5|70|166331364567 +1.3.6.1.2.1.31.1.1.1.10.6|70|0 +1.3.6.1.2.1.31.1.1.1.10.7|70|0 +1.3.6.1.2.1.31.1.1.1.10.8|70|0 +1.3.6.1.2.1.31.1.1.1.10.9|70|0 +1.3.6.1.2.1.31.1.1.1.10.10|70|0 +1.3.6.1.2.1.31.1.1.1.10.11|70|0 +1.3.6.1.2.1.31.1.1.1.10.12|70|0 +1.3.6.1.2.1.31.1.1.1.10.13|70|0 +1.3.6.1.2.1.31.1.1.1.10.14|70|0 +1.3.6.1.2.1.31.1.1.1.11.1|70|34648413662 +1.3.6.1.2.1.31.1.1.1.11.2|70|0 +1.3.6.1.2.1.31.1.1.1.11.3|70|178566753 +1.3.6.1.2.1.31.1.1.1.11.4|70|0 +1.3.6.1.2.1.31.1.1.1.11.5|70|178566753 +1.3.6.1.2.1.31.1.1.1.11.6|70|0 +1.3.6.1.2.1.31.1.1.1.11.7|70|0 +1.3.6.1.2.1.31.1.1.1.11.8|70|0 +1.3.6.1.2.1.31.1.1.1.11.9|70|0 +1.3.6.1.2.1.31.1.1.1.11.10|70|0 +1.3.6.1.2.1.31.1.1.1.11.11|70|0 +1.3.6.1.2.1.31.1.1.1.11.12|70|0 +1.3.6.1.2.1.31.1.1.1.11.13|70|0 +1.3.6.1.2.1.31.1.1.1.11.14|70|0 +1.3.6.1.2.1.31.1.1.1.12.1|70|0 +1.3.6.1.2.1.31.1.1.1.12.2|70|0 +1.3.6.1.2.1.31.1.1.1.12.3|70|0 +1.3.6.1.2.1.31.1.1.1.12.4|70|0 +1.3.6.1.2.1.31.1.1.1.12.5|70|0 +1.3.6.1.2.1.31.1.1.1.12.6|70|0 +1.3.6.1.2.1.31.1.1.1.12.7|70|0 +1.3.6.1.2.1.31.1.1.1.12.8|70|0 +1.3.6.1.2.1.31.1.1.1.12.9|70|0 +1.3.6.1.2.1.31.1.1.1.12.10|70|0 +1.3.6.1.2.1.31.1.1.1.12.11|70|0 +1.3.6.1.2.1.31.1.1.1.12.12|70|0 +1.3.6.1.2.1.31.1.1.1.12.13|70|0 +1.3.6.1.2.1.31.1.1.1.12.14|70|0 +1.3.6.1.2.1.31.1.1.1.13.1|70|0 +1.3.6.1.2.1.31.1.1.1.13.2|70|0 +1.3.6.1.2.1.31.1.1.1.13.3|70|0 +1.3.6.1.2.1.31.1.1.1.13.4|70|0 +1.3.6.1.2.1.31.1.1.1.13.5|70|0 +1.3.6.1.2.1.31.1.1.1.13.6|70|0 +1.3.6.1.2.1.31.1.1.1.13.7|70|0 +1.3.6.1.2.1.31.1.1.1.13.8|70|0 +1.3.6.1.2.1.31.1.1.1.13.9|70|0 +1.3.6.1.2.1.31.1.1.1.13.10|70|0 +1.3.6.1.2.1.31.1.1.1.13.11|70|0 +1.3.6.1.2.1.31.1.1.1.13.12|70|0 +1.3.6.1.2.1.31.1.1.1.13.13|70|0 +1.3.6.1.2.1.31.1.1.1.13.14|70|0 +1.3.6.1.2.1.31.1.1.1.15.1|66|10 +1.3.6.1.2.1.31.1.1.1.15.2|66|0 +1.3.6.1.2.1.31.1.1.1.15.3|66|1000 +1.3.6.1.2.1.31.1.1.1.15.4|66|0 +1.3.6.1.2.1.31.1.1.1.15.5|66|1000 +1.3.6.1.2.1.31.1.1.1.15.6|66|0 +1.3.6.1.2.1.31.1.1.1.15.7|66|0 +1.3.6.1.2.1.31.1.1.1.15.8|66|0 +1.3.6.1.2.1.31.1.1.1.15.9|66|0 +1.3.6.1.2.1.31.1.1.1.15.10|66|0 +1.3.6.1.2.1.31.1.1.1.15.11|66|0 +1.3.6.1.2.1.31.1.1.1.15.12|66|0 +1.3.6.1.2.1.31.1.1.1.15.13|66|0 +1.3.6.1.2.1.31.1.1.1.15.14|66|0 +1.3.6.1.2.1.31.1.1.1.16.1|2|2 +1.3.6.1.2.1.31.1.1.1.16.2|2|2 +1.3.6.1.2.1.31.1.1.1.16.3|2|2 +1.3.6.1.2.1.31.1.1.1.16.4|2|2 +1.3.6.1.2.1.31.1.1.1.16.5|2|2 +1.3.6.1.2.1.31.1.1.1.16.6|2|2 +1.3.6.1.2.1.31.1.1.1.16.7|2|2 +1.3.6.1.2.1.31.1.1.1.16.8|2|2 +1.3.6.1.2.1.31.1.1.1.16.9|2|2 +1.3.6.1.2.1.31.1.1.1.16.10|2|2 +1.3.6.1.2.1.31.1.1.1.16.11|2|2 +1.3.6.1.2.1.31.1.1.1.16.12|2|2 +1.3.6.1.2.1.31.1.1.1.16.13|2|2 +1.3.6.1.2.1.31.1.1.1.16.14|2|2 +1.3.6.1.2.1.31.1.1.1.17.1|2|2 +1.3.6.1.2.1.31.1.1.1.17.2|2|1 +1.3.6.1.2.1.31.1.1.1.17.3|2|1 +1.3.6.1.2.1.31.1.1.1.17.4|2|1 +1.3.6.1.2.1.31.1.1.1.17.5|2|1 +1.3.6.1.2.1.31.1.1.1.17.6|2|1 +1.3.6.1.2.1.31.1.1.1.17.7|2|1 +1.3.6.1.2.1.31.1.1.1.17.8|2|1 +1.3.6.1.2.1.31.1.1.1.17.9|2|1 +1.3.6.1.2.1.31.1.1.1.17.10|2|1 +1.3.6.1.2.1.31.1.1.1.17.11|2|1 +1.3.6.1.2.1.31.1.1.1.17.12|2|1 +1.3.6.1.2.1.31.1.1.1.17.13|2|1 +1.3.6.1.2.1.31.1.1.1.17.14|2|1 +1.3.6.1.2.1.31.1.1.1.18.1|4| +1.3.6.1.2.1.31.1.1.1.18.2|4| +1.3.6.1.2.1.31.1.1.1.18.3|4| +1.3.6.1.2.1.31.1.1.1.18.4|4| +1.3.6.1.2.1.31.1.1.1.18.5|4| +1.3.6.1.2.1.31.1.1.1.18.6|4| +1.3.6.1.2.1.31.1.1.1.18.7|4| +1.3.6.1.2.1.31.1.1.1.18.8|4| +1.3.6.1.2.1.31.1.1.1.18.9|4| +1.3.6.1.2.1.31.1.1.1.18.10|4| +1.3.6.1.2.1.31.1.1.1.18.11|4| +1.3.6.1.2.1.31.1.1.1.18.12|4| +1.3.6.1.2.1.31.1.1.1.18.13|4| +1.3.6.1.2.1.31.1.1.1.18.14|4| +1.3.6.1.2.1.31.1.1.1.19.1|67|0 +1.3.6.1.2.1.31.1.1.1.19.2|67|0 +1.3.6.1.2.1.31.1.1.1.19.3|67|0 +1.3.6.1.2.1.31.1.1.1.19.4|67|0 +1.3.6.1.2.1.31.1.1.1.19.5|67|0 +1.3.6.1.2.1.31.1.1.1.19.6|67|0 +1.3.6.1.2.1.31.1.1.1.19.7|67|0 +1.3.6.1.2.1.31.1.1.1.19.8|67|0 +1.3.6.1.2.1.31.1.1.1.19.9|67|0 +1.3.6.1.2.1.31.1.1.1.19.10|67|0 +1.3.6.1.2.1.31.1.1.1.19.11|67|0 +1.3.6.1.2.1.31.1.1.1.19.12|67|0 +1.3.6.1.2.1.31.1.1.1.19.13|67|0 +1.3.6.1.2.1.31.1.1.1.19.14|67|0 +1.3.6.1.4.1.2021.4.3.0|2|2096124 +1.3.6.1.4.1.2021.4.4.0|2|742468 +1.3.6.1.4.1.2021.4.5.0|2|8125448 +1.3.6.1.4.1.2021.4.6.0|2|1095944 +1.3.6.1.4.1.2021.4.11.0|2|1838412 +1.3.6.1.4.1.2021.4.13.0|2|300384 +1.3.6.1.4.1.2021.4.14.0|2|64620 +1.3.6.1.4.1.2021.4.15.0|2|1687488 +1.3.6.1.4.1.2021.9.1.1.1|2|1 +1.3.6.1.4.1.2021.9.1.1.2|2|2 +1.3.6.1.4.1.2021.9.1.1.3|2|3 +1.3.6.1.4.1.2021.9.1.2.1|4|/pl2 +1.3.6.1.4.1.2021.9.1.2.2|4|/data +1.3.6.1.4.1.2021.9.1.2.3|4|/statistics/partitions/internal +1.3.6.1.4.1.2021.9.1.3.1|4|/dev/md_d127p2 +1.3.6.1.4.1.2021.9.1.3.2|4|/dev/md/plswraid3 +1.3.6.1.4.1.2021.9.1.3.3|4|/dev/md/plswraid3 +1.3.6.1.4.1.2021.9.1.4.1|2|-1 +1.3.6.1.4.1.2021.9.1.4.2|2|-1 +1.3.6.1.4.1.2021.9.1.4.3|2|-1 +1.3.6.1.4.1.2021.9.1.5.1|2|20 +1.3.6.1.4.1.2021.9.1.5.2|2|10 +1.3.6.1.4.1.2021.9.1.5.3|2|10 +1.3.6.1.4.1.2021.9.1.6.1|2|5070464 +1.3.6.1.4.1.2021.9.1.6.2|2|473365608 +1.3.6.1.4.1.2021.9.1.6.3|2|473365608 +1.3.6.1.4.1.2021.9.1.7.1|2|4360760 +1.3.6.1.4.1.2021.9.1.7.2|2|30234904 +1.3.6.1.4.1.2021.9.1.7.3|2|30234904 +1.3.6.1.4.1.2021.9.1.8.1|2|709704 +1.3.6.1.4.1.2021.9.1.8.2|2|443130704 +1.3.6.1.4.1.2021.9.1.8.3|2|443130704 +1.3.6.1.4.1.2021.9.1.9.1|2|14 +1.3.6.1.4.1.2021.9.1.9.2|2|94 +1.3.6.1.4.1.2021.9.1.9.3|2|94 +1.3.6.1.4.1.2021.9.1.10.1|2|0 +1.3.6.1.4.1.2021.9.1.10.2|2|0 +1.3.6.1.4.1.2021.9.1.10.3|2|0 +1.3.6.1.4.1.2021.9.1.11.1|66|5070464 +1.3.6.1.4.1.2021.9.1.11.2|66|473365608 +1.3.6.1.4.1.2021.9.1.11.3|66|473365608 +1.3.6.1.4.1.2021.9.1.12.1|66|0 +1.3.6.1.4.1.2021.9.1.12.2|66|0 +1.3.6.1.4.1.2021.9.1.12.3|66|0 +1.3.6.1.4.1.2021.9.1.13.1|66|4360760 +1.3.6.1.4.1.2021.9.1.13.2|66|30234904 +1.3.6.1.4.1.2021.9.1.13.3|66|30234904 +1.3.6.1.4.1.2021.9.1.14.1|66|0 +1.3.6.1.4.1.2021.9.1.14.2|66|0 +1.3.6.1.4.1.2021.9.1.14.3|66|0 +1.3.6.1.4.1.2021.9.1.15.1|66|709704 +1.3.6.1.4.1.2021.9.1.15.2|66|443130704 +1.3.6.1.4.1.2021.9.1.15.3|66|443130704 +1.3.6.1.4.1.2021.9.1.16.1|66|0 +1.3.6.1.4.1.2021.9.1.16.2|66|0 +1.3.6.1.4.1.2021.9.1.16.3|66|0 +1.3.6.1.4.1.2021.9.1.100.1|2|0 +1.3.6.1.4.1.2021.9.1.100.2|2|1 +1.3.6.1.4.1.2021.9.1.100.3|2|1 +1.3.6.1.4.1.2021.9.1.101.1|4| +1.3.6.1.4.1.2021.9.1.101.2|4|/data: less than 10% free (= 6%) +1.3.6.1.4.1.2021.9.1.101.3|4|/statistics/partitions/internal: less than 10% free (= 6%) +1.3.6.1.4.1.2021.10.1.5.1|2|67 +1.3.6.1.4.1.2021.10.1.5.2|2|28 +1.3.6.1.4.1.2021.10.1.5.3|2|15 +1.3.6.1.4.1.2021.11.1.0|2|1 +1.3.6.1.4.1.2021.11.2.0|4|systemStats +1.3.6.1.4.1.2021.11.3.0|2|0 +1.3.6.1.4.1.2021.11.4.0|2|0 +1.3.6.1.4.1.2021.11.5.0|2|676 +1.3.6.1.4.1.2021.11.6.0|2|2 +1.3.6.1.4.1.2021.11.7.0|2|7131 +1.3.6.1.4.1.2021.11.8.0|2|15683 +1.3.6.1.4.1.2021.11.9.0|2|2 +1.3.6.1.4.1.2021.11.10.0|2|1 +1.3.6.1.4.1.2021.11.11.0|2|89 +1.3.6.1.4.1.2021.11.50.0|65|141769716 +1.3.6.1.4.1.2021.11.51.0|65|0 +1.3.6.1.4.1.2021.11.52.0|65|83593807 +1.3.6.1.4.1.2021.11.53.0|65|3426039350 +1.3.6.1.4.1.2021.11.54.0|65|41710512 +1.3.6.1.4.1.2021.11.55.0|65|0 +1.3.6.1.4.1.2021.11.56.0|65|0 +1.3.6.1.4.1.2021.11.57.0|65|1387027480 +1.3.6.1.4.1.2021.11.58.0|65|37107428 +1.3.6.1.4.1.2021.11.59.0|65|789691901 +1.3.6.1.4.1.2021.11.60.0|65|1320333057 +1.3.6.1.4.1.2021.11.61.0|65|7989476 +1.3.6.1.4.1.2021.11.62.0|65|872702 +1.3.6.1.4.1.2021.11.63.0|65|1163015 +1.3.6.1.4.1.2021.11.64.0|65|0 +1.3.6.1.4.1.2021.11.65.0|65|0 +1.3.6.1.4.1.2021.11.66.0|65|0 +1.3.6.1.4.1.2021.11.67.0|2|4 +1.3.6.1.4.1.15397.2.2.17.1.1.11.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.1.12.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.1.13.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.1.21.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.1.22.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.1.31.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.2.11.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.2.12.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.2.13.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.2.21.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.2.22.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.2.31.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.3.11.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.3.12.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.3.13.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.3.21.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.3.22.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.3.31.0|2|6 +1.3.6.1.4.1.15397.2.2.17.1.4.11.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.4.12.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.4.13.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.4.21.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.4.22.0|2|0 +1.3.6.1.4.1.15397.2.2.17.1.4.31.0|2|6 +1.3.6.1.4.1.15397.2.2.17.1.5.11.0|2|1 +1.3.6.1.4.1.15397.2.2.17.1.5.12.0|2|1 +1.3.6.1.4.1.15397.2.2.17.1.5.13.0|2|1 +1.3.6.1.4.1.15397.2.2.17.1.5.21.0|2|1 +1.3.6.1.4.1.15397.2.2.17.1.5.22.0|2|1 +1.3.6.1.4.1.15397.2.2.17.1.5.31.0|2|1 +1.3.6.1.4.1.15397.2.2.17.1.6.11.0|4|Channel 1/1 +1.3.6.1.4.1.15397.2.2.17.1.6.12.0|4|Channel 1/2 +1.3.6.1.4.1.15397.2.2.17.1.6.13.0|4|FlowSync/Monitor +1.3.6.1.4.1.15397.2.2.17.1.6.21.0|4|Channel 2/1 +1.3.6.1.4.1.15397.2.2.17.1.6.22.0|4|Channel 2/2 +1.3.6.1.4.1.15397.2.2.17.1.6.31.0|4|Channel 3/1 +1.3.6.1.4.1.15397.2.2.17.1.7.11.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.7.12.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.7.13.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.7.21.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.7.22.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.7.31.0|66|1530746228 +1.3.6.1.4.1.15397.2.2.17.1.8.11.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.8.12.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.8.13.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.8.21.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.8.22.0|66|0 +1.3.6.1.4.1.15397.2.2.17.1.8.31.0|66|0 +1.3.6.1.4.1.15397.2.2.25.1.1.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.1.31.0|70|1943625550191 +1.3.6.1.4.1.15397.2.2.25.1.1.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.1.2.31.0|70|3349092226181 +1.3.6.1.4.1.15397.2.2.25.1.2.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.1.31.0|70|3299275899024 +1.3.6.1.4.1.15397.2.2.25.1.2.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.2.2.31.0|70|1943231175933 +1.3.6.1.4.1.15397.2.2.25.1.3.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.1.31.0|70|483975047456178 +1.3.6.1.4.1.15397.2.2.25.1.3.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.3.2.31.0|70|4461169237296550 +1.3.6.1.4.1.15397.2.2.25.1.4.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.1.31.0|70|4389960345867629 +1.3.6.1.4.1.15397.2.2.25.1.4.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.4.2.31.0|70|483486737304975 +1.3.6.1.4.1.15397.2.2.25.1.5.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.5.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.6.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.7.2.31.0|70|24863736 +1.3.6.1.4.1.15397.2.2.25.1.8.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.1.31.0|70|9078226 +1.3.6.1.4.1.15397.2.2.25.1.8.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.8.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.9.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.10.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.11.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.12.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.13.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.14.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.15.2.31.0|70|24863736 +1.3.6.1.4.1.15397.2.2.25.1.16.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.16.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.17.2.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.1.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.1.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.1.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.1.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.1.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.1.31.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.2.11.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.2.12.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.2.13.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.2.21.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.2.22.0|70|0 +1.3.6.1.4.1.15397.2.2.25.1.18.2.31.0|70|0 +1.3.6.1.6.3.10.2.1.3.0|2|19990132