From b8c4f38fb5110f12ac56e50d29044688e929ecac Mon Sep 17 00:00:00 2001 From: pobradovic08 Date: Sat, 27 Apr 2019 15:33:55 +0200 Subject: [PATCH] Added session graphs for Barracuda NGFW (#10102) * devices: Corrected discovery object ID for Barracuda NGFW; Added fw session graphs * device: Added test data --- includes/definitions.inc.php | 6 + includes/definitions/barracudangfirewall.yaml | 8 +- .../barracuda_firewall_sessions.inc.php | 19 + .../polling/os/barracudangfirewall.inc.php | 16 + mibs/barracuda/PHION-MIB | 1819 ++++---- tests/data/barracudangfirewall.json | 4157 +++++++++++++++++ tests/snmpsim/barracudangfirewall.snmprec | 1527 ++++++ 7 files changed, 6697 insertions(+), 855 deletions(-) create mode 100644 includes/html/graphs/device/barracuda_firewall_sessions.inc.php create mode 100644 tests/data/barracudangfirewall.json diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index 85c00930e8..b60be856b1 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -79,6 +79,12 @@ $config['graph_types']['device']['siklu_rfinterfaceOtherOctets']['section'] = 'w $config['graph_types']['device']['siklu_rfinterfaceOtherOctets']['order'] = '6'; $config['graph_types']['device']['siklu_rfinterfaceOtherOctets']['descr'] = 'Other Octets'; +// Barracuda Firewall support +$config['graph_types']['device']['barracuda_firewall_sessions']['section'] = 'firewall'; +$config['graph_types']['device']['barracuda_firewall_sessions']['order'] = 0; +$config['graph_types']['device']['barracuda_firewall_sessions']['descr'] = 'Active Sessions'; + + // Ceragon Ceraos support $config['graph_types']['device']['ceraos_RxLevel']['section'] = 'wireless'; $config['graph_types']['device']['ceraos_RxLevel']['order'] = '0'; diff --git a/includes/definitions/barracudangfirewall.yaml b/includes/definitions/barracudangfirewall.yaml index 0efbf84474..0ef590f786 100644 --- a/includes/definitions/barracudangfirewall.yaml +++ b/includes/definitions/barracudangfirewall.yaml @@ -3,8 +3,14 @@ text: 'Barracuda NG Firewall' type: firewall icon: barracuda over: - - { graph: device_bits, text: Traffic } + - { graph: device_bits, text: 'Device Traffic' } + - { graph: device_processor, text: 'CPU Usage' } + - { graph: device_mempool, text: 'Memory Usage' } discovery: + - sysObjectID: + - .1.3.6.1.4.1.10704.1 - sysDescr: - Barracuda Firewall - Barracuda NG Firewall +mib_dir: + - barracuda diff --git a/includes/html/graphs/device/barracuda_firewall_sessions.inc.php b/includes/html/graphs/device/barracuda_firewall_sessions.inc.php new file mode 100644 index 0000000000..ba452124dd --- /dev/null +++ b/includes/html/graphs/device/barracuda_firewall_sessions.inc.php @@ -0,0 +1,19 @@ +addDataset('fw_sessions', 'GAUGE', 0); + + $fields = array( + 'fw_sessions' => $sessions + ); + + $tags = compact('rrd_def'); + data_update($device, 'barracuda_firewall_sessions', $tags, $fields); + $graphs['barracuda_firewall_sessions'] = true; +} diff --git a/mibs/barracuda/PHION-MIB b/mibs/barracuda/PHION-MIB index ac540986f5..a33e4b23fe 100644 --- a/mibs/barracuda/PHION-MIB +++ b/mibs/barracuda/PHION-MIB @@ -1,971 +1,1082 @@ PHION-MIB DEFINITIONS ::= BEGIN - IMPORTS - MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF - OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE, Integer32, enterprises, Counter64 FROM SNMPv2-SMI - TEXTUAL-CONVENTION, DisplayString, DateAndTime FROM SNMPv2-TC; + IMPORTS + MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF + OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE, Integer32, enterprises, Counter64 FROM SNMPv2-SMI + TEXTUAL-CONVENTION, DisplayString, DateAndTime FROM SNMPv2-TC; - phion MODULE-IDENTITY - LAST-UPDATED "201401080000Z" - ORGANIZATION - "Barracuda Networks" - CONTACT-INFO - "http://www.barracuda.com[1]" - DESCRIPTION - "." + phion MODULE-IDENTITY + LAST-UPDATED "201401080000Z" + ORGANIZATION + "Barracuda Networks" + CONTACT-INFO + "http://www.barracuda.com" + DESCRIPTION + "." - -- Revision log - REVISION "201401080000Z" - DESCRIPTION - "insert OBJECT-GROUPS" + -- Revision log + REVISION "201401080000Z" + DESCRIPTION + "insert OBJECT-GROUPS" - REVISION "201401070000Z" - DESCRIPTION - "Removed syntax errors" + REVISION "201401070000Z" + DESCRIPTION + "Removed syntax errors" - REVISION "201312030000Z" - DESCRIPTION - "Removed errors and warnings" - ::= { enterprises 10704 } - + REVISION "201312030000Z" + DESCRIPTION + "Removed errors and warnings" + ::= { enterprises 10704 } + -- Event - event OBJECT IDENTIFIER ::= { phion 10 } + event OBJECT IDENTIFIER ::= { phion 10 } -- Firewall - firewall OBJECT IDENTIFIER ::= { phion 1 } + firewall OBJECT IDENTIFIER ::= { phion 1 } - fwCompliances OBJECT IDENTIFIER ::= { phion 20 } - fwGroups OBJECT IDENTIFIER ::= { phion 21 } + fwCompliances OBJECT IDENTIFIER ::= { phion 20 } + fwGroups OBJECT IDENTIFIER ::= { phion 21 } - fwCompliance MODULE-COMPLIANCE - STATUS current - DESCRIPTION - "Firewall Info Groups" - MODULE - GROUP boxGroup - DESCRIPTION " " - GROUP serverGroup - DESCRIPTION " " - GROUP releaseGroup - DESCRIPTION " " - GROUP hotfixGroup - DESCRIPTION " " - GROUP hwGroup - DESCRIPTION " " - GROUP raidGroup - DESCRIPTION " " - GROUP vpnGroup - DESCRIPTION " " - GROUP bgpGroup - DESCRIPTION " " - GROUP ospfGroup - DESCRIPTION " " - GROUP ripGroup - DESCRIPTION " " - GROUP fwstatsGroup - DESCRIPTION " " - GROUP vpnusersGroup - DESCRIPTION " " - GROUP trafficshapeGroup - DESCRIPTION " " - GROUP eventGroup - DESCRIPTION " " - GROUP notificationGroup - DESCRIPTION " " - ::= { fwCompliances 1 } + fwCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Firewall Info Groups" + MODULE + GROUP boxGroup + DESCRIPTION " " + GROUP serverGroup + DESCRIPTION " " + GROUP releaseGroup + DESCRIPTION " " + GROUP hotfixGroup + DESCRIPTION " " + GROUP hwGroup + DESCRIPTION " " + GROUP raidGroup + DESCRIPTION " " + GROUP vpnGroup + DESCRIPTION " " + GROUP bgpGroup + DESCRIPTION " " + GROUP ospfGroup + DESCRIPTION " " + GROUP ripGroup + DESCRIPTION " " + GROUP fwstatsGroup + DESCRIPTION " " + GROUP vpnusersGroup + DESCRIPTION " " + GROUP trafficshapeGroup + DESCRIPTION " " + GROUP diskspaceGroup + DESCRIPTION " " + GROUP eventGroup + DESCRIPTION " " + GROUP notificationGroup + DESCRIPTION " " + ::= { fwCompliances 1 } - serviceGroups OBJECT IDENTIFIER ::= { fwGroups 1 } - firmwareGroups OBJECT IDENTIFIER ::= { fwGroups 2 } - hwGroups OBJECT IDENTIFIER ::= { fwGroups 3 } - netGroups OBJECT IDENTIFIER ::= { fwGroups 4 } - eventGroups OBJECT IDENTIFIER ::= { fwGroups 5 } + serviceGroups OBJECT IDENTIFIER ::= { fwGroups 1 } + firmwareGroups OBJECT IDENTIFIER ::= { fwGroups 2 } + hwGroups OBJECT IDENTIFIER ::= { fwGroups 3 } + netGroups OBJECT IDENTIFIER ::= { fwGroups 4 } + eventGroups OBJECT IDENTIFIER ::= { fwGroups 5 } -- Textual Conventions - ServiceState ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The state a box service be in." - SYNTAX INTEGER { - unknown(-1), - stopped(0), - started(1), - blocked(2), - removed(4) - } + ServiceState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The state a box service be in." + SYNTAX INTEGER { + unknown(-1), + stopped(0), + started(1), + blocked(2), + removed(4) + } - SensorType ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The types of sensors." - SYNTAX INTEGER { - unknown(-1), - voltage(0), - fan(1), - temperature(2), - psu-status(3) - } + SensorType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The types of sensors." + SYNTAX INTEGER { + unknown(-1), + voltage(0), + fan(1), + temperature(2), + psu-status(3) + } - RaidEventSeverity ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The values of raid event severity." - SYNTAX INTEGER { - unknown(0), - error(1), - warning(2), - information(3), - debug(4) - } + RaidEventSeverity ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The values of raid event severity." + SYNTAX INTEGER { + unknown(0), + error(1), + warning(2), + information(3), + debug(4) + } - VpnStates ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "The states of the VPN tunnel" - SYNTAX INTEGER { - down(-1), - down-disabled(0), - active(1) - } + VpnStates ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The states of the VPN tunnel" + SYNTAX INTEGER { + down(-1), + down-disabled(0), + active(1) + } -- boxServices - boxServices OBJECT-TYPE - SYNTAX SEQUENCE OF BoxServicesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 0 } + boxServices OBJECT-TYPE + SYNTAX SEQUENCE OF BoxServicesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 0 } - boxServicesEntry OBJECT-TYPE - SYNTAX BoxServicesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { boxServiceName } - ::= { boxServices 1 } + boxServicesEntry OBJECT-TYPE + SYNTAX BoxServicesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { boxServiceName } + ::= { boxServices 1 } - BoxServicesEntry ::= SEQUENCE { - boxServiceName DisplayString, - boxServiceState ServiceState - } + BoxServicesEntry ::= SEQUENCE { + boxServiceName DisplayString, + boxServiceState ServiceState + } - boxServiceName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { boxServicesEntry 1 } + boxServiceName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { boxServicesEntry 1 } - boxServiceState OBJECT-TYPE - SYNTAX ServiceState - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { boxServicesEntry 2 } + boxServiceState OBJECT-TYPE + SYNTAX ServiceState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { boxServicesEntry 2 } - boxGroup OBJECT-GROUP - OBJECTS { - boxServiceName, - boxServiceState - } - STATUS current - DESCRIPTION " " - ::= { serviceGroups 1 } + boxGroup OBJECT-GROUP + OBJECTS { + boxServiceName, + boxServiceState + } + STATUS current + DESCRIPTION " " + ::= { serviceGroups 1 } -- serverServices - serverServices OBJECT-TYPE - SYNTAX SEQUENCE OF ServerServicesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 1 } + serverServices OBJECT-TYPE + SYNTAX SEQUENCE OF ServerServicesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 1 } - serverServicesEntry OBJECT-TYPE - SYNTAX ServerServicesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { serverServiceName } - ::= { serverServices 1 } + serverServicesEntry OBJECT-TYPE + SYNTAX ServerServicesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { serverServiceName } + ::= { serverServices 1 } - ServerServicesEntry ::= SEQUENCE { - serverServiceName DisplayString, - serverServiceState ServiceState - } + ServerServicesEntry ::= SEQUENCE { + serverServiceName DisplayString, + serverServiceState ServiceState + } - serverServiceName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { serverServicesEntry 1 } + serverServiceName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { serverServicesEntry 1 } - serverServiceState OBJECT-TYPE - SYNTAX ServiceState - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { serverServicesEntry 2 } + serverServiceState OBJECT-TYPE + SYNTAX ServiceState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { serverServicesEntry 2 } - serverGroup OBJECT-GROUP - OBJECTS { - serverServiceName, - serverServiceState - } - STATUS current - DESCRIPTION " " - ::= { serviceGroups 2 } + serverGroup OBJECT-GROUP + OBJECTS { + serverServiceName, + serverServiceState + } + STATUS current + DESCRIPTION " " + ::= { serviceGroups 2 } -- phionRelease - phionRelease OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { firewall 2 } + phionRelease OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { firewall 2 } - releaseGroup OBJECT-GROUP - OBJECTS { - phionRelease - } - STATUS current - DESCRIPTION " " - ::= { firmwareGroups 1 } + releaseGroup OBJECT-GROUP + OBJECTS { + phionRelease + } + STATUS current + DESCRIPTION " " + ::= { firmwareGroups 1 } -- phionHotfixes - phionHotfixes OBJECT-TYPE - SYNTAX SEQUENCE OF PhionHotfixesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 3 } + phionHotfixes OBJECT-TYPE + SYNTAX SEQUENCE OF PhionHotfixesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 3 } - phionHotfixesEntry OBJECT-TYPE - SYNTAX PhionHotfixesEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { hotfixName } - ::= { phionHotfixes 1 } + phionHotfixesEntry OBJECT-TYPE + SYNTAX PhionHotfixesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { hotfixName } + ::= { phionHotfixes 1 } - PhionHotfixesEntry ::= SEQUENCE { - hotfixName DisplayString, - hotfixInstallTime DateAndTime - } + PhionHotfixesEntry ::= SEQUENCE { + hotfixName DisplayString, + hotfixInstallTime DateAndTime + } - hotfixName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { phionHotfixesEntry 1 } + hotfixName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { phionHotfixesEntry 1 } - hotfixInstallTime OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { phionHotfixesEntry 2 } + hotfixInstallTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { phionHotfixesEntry 2 } - hotfixGroup OBJECT-GROUP - OBJECTS { - hotfixName, - hotfixInstallTime - } - STATUS current - DESCRIPTION " " - ::= { firmwareGroups 2 } + hotfixGroup OBJECT-GROUP + OBJECTS { + hotfixName, + hotfixInstallTime + } + STATUS current + DESCRIPTION " " + ::= { firmwareGroups 2 } -- hwSensors - hwSensors OBJECT-TYPE - SYNTAX SEQUENCE OF HwSensorsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 4 } + hwSensors OBJECT-TYPE + SYNTAX SEQUENCE OF HwSensorsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 4 } - hwSensorsEntry OBJECT-TYPE - SYNTAX HwSensorsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { hwSensorName } - ::= { hwSensors 1 } + hwSensorsEntry OBJECT-TYPE + SYNTAX HwSensorsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { hwSensorName } + ::= { hwSensors 1 } - HwSensorsEntry ::= SEQUENCE { - hwSensorName DisplayString, - hwSensorType SensorType, - hwSensorValue Integer32 - } + HwSensorsEntry ::= SEQUENCE { + hwSensorName DisplayString, + hwSensorType SensorType, + hwSensorValue Integer32 + } - hwSensorName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { hwSensorsEntry 1 } + hwSensorName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { hwSensorsEntry 1 } - hwSensorType OBJECT-TYPE - SYNTAX SensorType - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { hwSensorsEntry 2 } + hwSensorType OBJECT-TYPE + SYNTAX SensorType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { hwSensorsEntry 2 } - hwSensorValue OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { hwSensorsEntry 3 } + hwSensorValue OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { hwSensorsEntry 3 } - hwGroup OBJECT-GROUP - OBJECTS { - hwSensorName, - hwSensorType, - hwSensorValue - } - STATUS current - DESCRIPTION " " - ::= { hwGroups 1 } + hwGroup OBJECT-GROUP + OBJECTS { + hwSensorName, + hwSensorType, + hwSensorValue + } + STATUS current + DESCRIPTION " " + ::= { hwGroups 1 } -- raidEvents - raidEvents OBJECT-TYPE - SYNTAX SEQUENCE OF RaidEventsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 5 } + raidEvents OBJECT-TYPE + SYNTAX SEQUENCE OF RaidEventsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 5 } - raidEventsEntry OBJECT-TYPE - SYNTAX RaidEventsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { raidEventIndex } - ::= { raidEvents 1 } + raidEventsEntry OBJECT-TYPE + SYNTAX RaidEventsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { raidEventIndex } + ::= { raidEvents 1 } - RaidEventsEntry ::= SEQUENCE { - raidEventIndex Integer32, - raidEventSev RaidEventSeverity, - raidEventTime DateAndTime, - raidEventText DisplayString - } + RaidEventsEntry ::= SEQUENCE { + raidEventIndex Integer32, + raidEventSev RaidEventSeverity, + raidEventTime DateAndTime, + raidEventText DisplayString + } - raidEventIndex OBJECT-TYPE - SYNTAX Integer32 (0..2147483647) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { raidEventsEntry 1 } + raidEventIndex OBJECT-TYPE + SYNTAX Integer32 (0..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { raidEventsEntry 1 } - raidEventSev OBJECT-TYPE - SYNTAX RaidEventSeverity - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { raidEventsEntry 2 } + raidEventSev OBJECT-TYPE + SYNTAX RaidEventSeverity + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { raidEventsEntry 2 } - raidEventTime OBJECT-TYPE - SYNTAX DateAndTime - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { raidEventsEntry 3 } + raidEventTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { raidEventsEntry 3 } - raidEventText OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { raidEventsEntry 4 } + raidEventText OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { raidEventsEntry 4 } - raidGroup OBJECT-GROUP - OBJECTS { - raidEventIndex, - raidEventSev, - raidEventTime, - raidEventText - } - STATUS current - DESCRIPTION " " - ::= { hwGroups 2 } + raidGroup OBJECT-GROUP + OBJECTS { + raidEventIndex, + raidEventSev, + raidEventTime, + raidEventText + } + STATUS current + DESCRIPTION " " + ::= { hwGroups 2 } -- vpnTunnels - vpnTunnels OBJECT-TYPE - SYNTAX SEQUENCE OF VpnTunnelsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 6 } + vpnTunnels OBJECT-TYPE + SYNTAX SEQUENCE OF VpnTunnelsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 6 } - vpnTunnelsEntry OBJECT-TYPE - SYNTAX VpnTunnelsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { vpnName } - ::= { vpnTunnels 1 } + vpnTunnelsEntry OBJECT-TYPE + SYNTAX VpnTunnelsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { vpnName } + ::= { vpnTunnels 1 } - VpnTunnelsEntry ::= SEQUENCE { - vpnName DisplayString, - vpnState VpnStates - } + VpnTunnelsEntry ::= SEQUENCE { + vpnName DisplayString, + vpnState VpnStates + } - vpnName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { vpnTunnelsEntry 1 } + vpnName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { vpnTunnelsEntry 1 } - vpnState OBJECT-TYPE - SYNTAX VpnStates - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { vpnTunnelsEntry 2 } + vpnState OBJECT-TYPE + SYNTAX VpnStates + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { vpnTunnelsEntry 2 } - vpnGroup OBJECT-GROUP - OBJECTS { - vpnName, - vpnState - } - STATUS current - DESCRIPTION " " - ::= { netGroups 1 } + vpnGroup OBJECT-GROUP + OBJECTS { + vpnName, + vpnState + } + STATUS current + DESCRIPTION " " + ::= { netGroups 1 } -- bgpNeighbors - bgpNeighbors OBJECT-TYPE - SYNTAX SEQUENCE OF BgpNeighborsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 7 } + bgpNeighbors OBJECT-TYPE + SYNTAX SEQUENCE OF BgpNeighborsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 7 } - bgpNeighborsEntry OBJECT-TYPE - SYNTAX BgpNeighborsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { bgpNeighborAddress } - ::= { bgpNeighbors 1 } + bgpNeighborsEntry OBJECT-TYPE + SYNTAX BgpNeighborsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { bgpNeighborAddress } + ::= { bgpNeighbors 1 } - BgpNeighborsEntry ::= SEQUENCE { - bgpNeighborAddress DisplayString, - bgpNeighborState Integer32 - } + BgpNeighborsEntry ::= SEQUENCE { + bgpNeighborAddress DisplayString, + bgpNeighborState Integer32 + } - bgpNeighborAddress OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { bgpNeighborsEntry 1 } + bgpNeighborAddress OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { bgpNeighborsEntry 1 } - bgpNeighborState OBJECT-TYPE - -- SYNTAX NeighborState - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { bgpNeighborsEntry 2 } + bgpNeighborState OBJECT-TYPE + -- SYNTAX NeighborState + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { bgpNeighborsEntry 2 } - bgpGroup OBJECT-GROUP - OBJECTS { - bgpNeighborAddress, - bgpNeighborState - } - STATUS current - DESCRIPTION " " - ::= { netGroups 2 } + bgpGroup OBJECT-GROUP + OBJECTS { + bgpNeighborAddress, + bgpNeighborState + } + STATUS current + DESCRIPTION " " + ::= { netGroups 2 } -- ospfNeighbors - ospfNeighbors OBJECT-TYPE - SYNTAX SEQUENCE OF OspfNeighborsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 8 } + ospfNeighbors OBJECT-TYPE + SYNTAX SEQUENCE OF OspfNeighborsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 8 } - ospfNeighborsEntry OBJECT-TYPE - SYNTAX OspfNeighborsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ospfNeighborId } - ::= { ospfNeighbors 1 } + ospfNeighborsEntry OBJECT-TYPE + SYNTAX OspfNeighborsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { ospfNeighborId } + ::= { ospfNeighbors 1 } - OspfNeighborsEntry ::= SEQUENCE { - ospfNeighborId DisplayString, - ospfNeighborAddress DisplayString, - ospfNeighborInterface DisplayString, - ospfNeighborStatus DisplayString - } + OspfNeighborsEntry ::= SEQUENCE { + ospfNeighborId DisplayString, + ospfNeighborAddress DisplayString, + ospfNeighborInterface DisplayString, + ospfNeighborStatus DisplayString + } - ospfNeighborId OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ospfNeighborsEntry 1 } + ospfNeighborId OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { ospfNeighborsEntry 1 } - ospfNeighborAddress OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ospfNeighborsEntry 2 } + ospfNeighborAddress OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { ospfNeighborsEntry 2 } - ospfNeighborInterface OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ospfNeighborsEntry 3 } + ospfNeighborInterface OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { ospfNeighborsEntry 3 } - ospfNeighborStatus OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ospfNeighborsEntry 4 } + ospfNeighborStatus OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { ospfNeighborsEntry 4 } - ospfGroup OBJECT-GROUP - OBJECTS { - ospfNeighborId, - ospfNeighborAddress, - ospfNeighborInterface, - ospfNeighborStatus - } - STATUS current - DESCRIPTION " " - ::= { netGroups 3 } + ospfGroup OBJECT-GROUP + OBJECTS { + ospfNeighborId, + ospfNeighborAddress, + ospfNeighborInterface, + ospfNeighborStatus + } + STATUS current + DESCRIPTION " " + ::= { netGroups 3 } -- ripNeighbors - ripNeighbors OBJECT-TYPE - SYNTAX SEQUENCE OF RipNeighborsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 9 } + ripNeighbors OBJECT-TYPE + SYNTAX SEQUENCE OF RipNeighborsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 9 } - ripNeighborsEntry OBJECT-TYPE - SYNTAX RipNeighborsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { ripNeighborAddress } - ::= { ripNeighbors 1 } + ripNeighborsEntry OBJECT-TYPE + SYNTAX RipNeighborsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { ripNeighborAddress } + ::= { ripNeighbors 1 } - RipNeighborsEntry ::= SEQUENCE { - ripNeighborAddress DisplayString, - ripNeighborState DisplayString - } + RipNeighborsEntry ::= SEQUENCE { + ripNeighborAddress DisplayString, + ripNeighborState DisplayString + } - ripNeighborAddress OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ripNeighborsEntry 1 } + ripNeighborAddress OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { ripNeighborsEntry 1 } - ripNeighborState OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { ripNeighborsEntry 2 } + ripNeighborState OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { ripNeighborsEntry 2 } - ripGroup OBJECT-GROUP - OBJECTS { - ripNeighborAddress, - ripNeighborState - } - STATUS current - DESCRIPTION " " - ::= { netGroups 4 } + ripGroup OBJECT-GROUP + OBJECTS { + ripNeighborAddress, + ripNeighborState + } + STATUS current + DESCRIPTION " " + ::= { netGroups 4 } -- fwStats - fwStats OBJECT-TYPE - SYNTAX SEQUENCE OF FwStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 10 } + fwStats OBJECT-TYPE + SYNTAX SEQUENCE OF FwStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 10 } - fwStatsEntry OBJECT-TYPE - SYNTAX FwStatsEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { firewallSessions } - ::= { fwStats 1 } + fwStatsEntry OBJECT-TYPE + SYNTAX FwStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { firewallSessions } + ::= { fwStats 1 } - FwStatsEntry ::= SEQUENCE { - firewallSessions Integer32, - packetThroughput Integer32, - dataThroughput Integer32 - } + FwStatsEntry ::= SEQUENCE { + firewallSessions Integer32, + packetThroughput Integer32, + dataThroughput Integer32, + firewallSessions64 Counter64, + packetThroughput64 Counter64, + dataThroughput64 Counter64 + } - firewallSessions OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { fwStatsEntry 1 } + firewallSessions OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { fwStatsEntry 1 } - packetThroughput OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { fwStatsEntry 2 } + packetThroughput OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { fwStatsEntry 2 } - dataThroughput OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { fwStatsEntry 3 } + dataThroughput OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { fwStatsEntry 3 } - fwstatsGroup OBJECT-GROUP - OBJECTS { - firewallSessions, - packetThroughput, - dataThroughput - } - STATUS current - DESCRIPTION " " - ::= { hwGroups 3 } + firewallSessions64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { fwStatsEntry 4 } + + packetThroughput64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { fwStatsEntry 5 } + + dataThroughput64 OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { fwStatsEntry 6 } + + fwstatsGroup OBJECT-GROUP + OBJECTS { + firewallSessions, + packetThroughput, + dataThroughput, + firewallSessions64, + packetThroughput64, + dataThroughput64 + } + STATUS current + DESCRIPTION " " + ::= { hwGroups 3 } -- vpnUsers - vpnUsers OBJECT-TYPE - SYNTAX Integer32 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - " " - ::= { firewall 11 } + vpnUsers OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " " + ::= { firewall 11 } - vpnusersGroup OBJECT-GROUP - OBJECTS { - vpnUsers - } - STATUS current - DESCRIPTION " " - ::= { netGroups 5 } - + vpnusersGroup OBJECT-GROUP + OBJECTS { + vpnUsers + } + STATUS current + DESCRIPTION " " + ::= { netGroups 5 } + -- trafficShape - trafficShape OBJECT-TYPE - SYNTAX SEQUENCE OF TrafficShapeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - ::= { firewall 12 } + trafficShape OBJECT-TYPE + SYNTAX SEQUENCE OF TrafficShapeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 12 } - trafficShapeEntry OBJECT-TYPE - SYNTAX TrafficShapeEntry - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - " " - INDEX { connectorName } - ::= { trafficShape 1 } + trafficShapeEntry OBJECT-TYPE + SYNTAX TrafficShapeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { connectorName } + ::= { trafficShape 1 } - TrafficShapeEntry ::= SEQUENCE { - connectorName DisplayString, - rate Counter64, - sessions Counter64, - class1Total Counter64, - class1Pakets Counter64, - class1Drop Counter64, - class2Total Counter64, - class2Pakets Counter64, - class2Drop Counter64, - class3Total Counter64, - class3Pakets Counter64, - class3Drop Counter64, - noDelayTotal Counter64, - noDelayPakets Counter64, - noDelayDrop Counter64 - } + TrafficShapeEntry ::= SEQUENCE { + connectorName DisplayString, + rate Counter64, + sessions Counter64, + class1Total Counter64, + class1Pakets Counter64, + class1Drop Counter64, + class2Total Counter64, + class2Pakets Counter64, + class2Drop Counter64, + class3Total Counter64, + class3Pakets Counter64, + class3Drop Counter64, + noDelayTotal Counter64, + noDelayPakets Counter64, + noDelayDrop Counter64 + } - connectorName OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..63)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Name of shaping connector. With :IN for inbound and :OUT for outbound" - ::= { trafficShapeEntry 1 } + connectorName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of shaping connector. With :IN for inbound and :OUT for outbound" + ::= { trafficShapeEntry 1 } - rate OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Rate in kbit/sec" - ::= { trafficShapeEntry 2 } + rate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Rate in kbit/sec" + ::= { trafficShapeEntry 2 } - sessions OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Number of sessions" - ::= { trafficShapeEntry 3 } - - class1Total OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total bytes for class1" - ::= { trafficShapeEntry 4 } + sessions OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of sessions" + ::= { trafficShapeEntry 3 } + + class1Total OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total bytes for class1" + ::= { trafficShapeEntry 4 } - class1Pakets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total packets for class1" - ::= { trafficShapeEntry 5 } - - class1Drop OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Dropped packets for class1" - ::= { trafficShapeEntry 6 } + class1Pakets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total packets for class1" + ::= { trafficShapeEntry 5 } + + class1Drop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dropped packets for class1" + ::= { trafficShapeEntry 6 } - class2Total OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total bytes for class2" - ::= { trafficShapeEntry 7 } + class2Total OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total bytes for class2" + ::= { trafficShapeEntry 7 } - class2Pakets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total packets for class2" - ::= { trafficShapeEntry 8 } - - class2Drop OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Dropped packets for class2" - ::= { trafficShapeEntry 9 } - - class3Total OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total bytes for class3" - ::= { trafficShapeEntry 10 } + class2Pakets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total packets for class2" + ::= { trafficShapeEntry 8 } + + class2Drop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dropped packets for class2" + ::= { trafficShapeEntry 9 } + + class3Total OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total bytes for class3" + ::= { trafficShapeEntry 10 } - class3Pakets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total packets for class3" - ::= { trafficShapeEntry 11 } - - class3Drop OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Dropped packets for class3" - ::= { trafficShapeEntry 12 } - - noDelayTotal OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total bytes for no delay" - ::= { trafficShapeEntry 13 } + class3Pakets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total packets for class3" + ::= { trafficShapeEntry 11 } + + class3Drop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dropped packets for class3" + ::= { trafficShapeEntry 12 } + + noDelayTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total bytes for no delay" + ::= { trafficShapeEntry 13 } - noDelayPakets OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Total packets for no delay" - ::= { trafficShapeEntry 14 } - - noDelayDrop OBJECT-TYPE - SYNTAX Counter64 - MAX-ACCESS read-only - STATUS current - DESCRIPTION - "Dropped packets for no delay" - ::= { trafficShapeEntry 15 } - - trafficshapeGroup OBJECT-GROUP - OBJECTS { - connectorName, - rate, - sessions, - class1Total, - class1Pakets, - class1Drop, - class2Total, - class2Pakets, - class2Drop, - class3Total, - class3Pakets, - class3Drop, - noDelayTotal, - noDelayPakets, - noDelayDrop - } - STATUS current - DESCRIPTION " " - ::= { hwGroups 4 } + noDelayPakets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total packets for no delay" + ::= { trafficShapeEntry 14 } + + noDelayDrop OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dropped packets for no delay" + ::= { trafficShapeEntry 15 } + + trafficshapeGroup OBJECT-GROUP + OBJECTS { + connectorName, + rate, + sessions, + class1Total, + class1Pakets, + class1Drop, + class2Total, + class2Pakets, + class2Drop, + class3Total, + class3Pakets, + class3Drop, + noDelayTotal, + noDelayPakets, + noDelayDrop + } + STATUS current + DESCRIPTION " " + ::= { hwGroups 4 } + +-- diskSpace + diskSpace OBJECT-TYPE + SYNTAX SEQUENCE OF DiskSpaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + ::= { firewall 13 } + + diskSpaceEntry OBJECT-TYPE + SYNTAX DiskSpaceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " " + INDEX { partitionName } + ::= { diskSpace 1 } + + DiskSpaceEntry ::= SEQUENCE { + partitionName DisplayString, + partitionMaxSpace Counter64, + partitionFreeSpace Counter64, + partitionUsedSpace Counter64, + partitionUsedSpacePercent Integer32 + } + + partitionName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the partition entry" + ::= { diskSpaceEntry 1 } + + partitionMaxSpace OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum space of partition entry in KB" + ::= { diskSpaceEntry 2 } + + partitionFreeSpace OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Free space of partition entry in KB" + ::= { diskSpaceEntry 3 } + + partitionUsedSpace OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Used space of partition entry in KB" + ::= { diskSpaceEntry 4 } + + partitionUsedSpacePercent OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Used space of partition entry in %" + ::= { diskSpaceEntry 5 } + + diskspaceGroup OBJECT-GROUP + OBJECTS { + partitionName, + partitionMaxSpace, + partitionFreeSpace, + partitionUsedSpace, + partitionUsedSpacePercent + } + STATUS current + DESCRIPTION " " + ::= { hwGroups 5 } -- Vars - eventID OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..5)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Event ID" - ::= { event 1 } -- 10704.10.1 - - eventIDDescription OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Event Type-Description" - ::= { event 2 } -- 10704.10.2 - - eventType OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..5)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Event Type" - ::= { event 3 } -- 10704.10.3 - - eventAlarmTime OBJECT-TYPE - SYNTAX DisplayString (SIZE (0..24)) - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Event Alarm Time" - ::= { event 4 } -- 10704.10.4 - - eventLayerDescription OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Event Layer Description" - ::= { event 5 } -- 10704.10.5 - - eventClassification OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Event Classification" - ::= { event 6 } -- 10704.10.6 - - eventRepresentation OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Event Representation" - ::= { event 7 } -- 10704.10.7 - - eventSeverity OBJECT-TYPE - SYNTAX DisplayString - MAX-ACCESS read-only - STATUS current - DESCRIPTION "Event Severity" - ::= { event 8 } -- 10704.10.8 + eventID OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..5)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event ID" + ::= { event 1 } -- 10704.10.1 + + eventIDDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event Type-Description" + ::= { event 2 } -- 10704.10.2 + + eventType OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..5)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event Type" + ::= { event 3 } -- 10704.10.3 + + eventAlarmTime OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..24)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event Alarm Time" + ::= { event 4 } -- 10704.10.4 + + eventLayerDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event Layer Description" + ::= { event 5 } -- 10704.10.5 + + eventClassification OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event Classification" + ::= { event 6 } -- 10704.10.6 + + eventRepresentation OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event Representation" + ::= { event 7 } -- 10704.10.7 + + eventSeverity OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event Severity" + ::= { event 8 } -- 10704.10.8 - eventGroup OBJECT-GROUP - OBJECTS { - eventID, - eventIDDescription, - eventType, - eventAlarmTime, - eventLayerDescription, - eventClassification, - eventRepresentation, - eventSeverity - } - STATUS current - DESCRIPTION " " - ::= { eventGroups 1 } + eventGroup OBJECT-GROUP + OBJECTS { + eventID, + eventIDDescription, + eventType, + eventAlarmTime, + eventLayerDescription, + eventClassification, + eventRepresentation, + eventSeverity + } + STATUS current + DESCRIPTION " " + ::= { eventGroups 1 } --- TRAPS - eventTrap NOTIFICATION-TYPE - OBJECTS { eventID, eventIDDescription, eventType, eventAlarmTime, - eventLayerDescription, eventClassification, eventRepresentation, eventSeverity } - STATUS current - DESCRIPTION "Trap" - REFERENCE " " - ::= { phion 11 } + eventTrap NOTIFICATION-TYPE + OBJECTS { eventID, eventIDDescription, eventType, eventAlarmTime, + eventLayerDescription, eventClassification, eventRepresentation, eventSeverity } + STATUS current + DESCRIPTION "Trap" + REFERENCE " " + ::= { phion 11 } - notificationGroup NOTIFICATION-GROUP - NOTIFICATIONS { - eventTrap - } - STATUS current - DESCRIPTION " " - ::= { eventGroups 2 } + notificationGroup NOTIFICATION-GROUP + NOTIFICATIONS { + eventTrap + } + STATUS current + DESCRIPTION " " + ::= { eventGroups 2 } END + diff --git a/tests/data/barracudangfirewall.json b/tests/data/barracudangfirewall.json new file mode 100644 index 0000000000..fffca3fe3a --- /dev/null +++ b/tests/data/barracudangfirewall.json @@ -0,0 +1,4157 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.10704.1.10", + "sysDescr": "Barracuda Firewall", + "sysContact": null, + "version": null, + "hardware": null, + "features": null, + "os": "barracudangfirewall", + "type": "firewall", + "serial": null, + "icon": "barracuda.svg", + "location": null + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.10704.1.10", + "sysDescr": "Barracuda Firewall", + "sysContact": "", + "version": null, + "hardware": "", + "features": null, + "os": "barracudangfirewall", + "type": "firewall", + "serial": null, + "icon": "barracuda.svg", + "location": "" + } + ] + } + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "p3", + "ifName": "p3", + "portName": null, + "ifIndex": 3689, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p3", + "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": "p2", + "ifName": "p2", + "portName": null, + "ifIndex": 7752, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p2", + "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": "p1", + "ifName": "p1", + "portName": null, + "ifIndex": 11819, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p1", + "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": "ppp15056", + "ifName": "ppp15056", + "portName": null, + "ifIndex": 11954, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ppp", + "ifAlias": "ppp15056", + "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": "vpnr0", + "ifName": "vpnr0", + "portName": null, + "ifIndex": 19060, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "vpnr0", + "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": "p1.501", + "ifName": "p1.501", + "portName": null, + "ifIndex": 31621, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p1.501", + "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": "gre0", + "ifName": "gre0", + "portName": null, + "ifIndex": 31771, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "tunnel", + "ifAlias": "gre0", + "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": "p4", + "ifName": "p4", + "portName": null, + "ifIndex": 32398, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p4", + "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": "p1.2", + "ifName": "p1.2", + "portName": null, + "ifIndex": 33560, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p1.2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "p1.15", + "ifName": "p1.15", + "portName": null, + "ifIndex": 35406, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p1.15", + "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": "vpn0", + "ifName": "vpn0", + "portName": null, + "ifIndex": 41874, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "vpn0", + "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": "pvpn0", + "ifName": "pvpn0", + "portName": null, + "ifIndex": 48660, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "pvpn0", + "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": "p1.99", + "ifName": "p1.99", + "portName": null, + "ifIndex": 49771, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p1.99", + "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": "p1.301", + "ifName": "p1.301", + "portName": null, + "ifIndex": 51493, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p1.301", + "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": "lo", + "ifName": "lo", + "portName": null, + "ifIndex": 54030, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "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": 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": "p1.10", + "ifName": "p1.10", + "portName": null, + "ifIndex": 56043, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p1.10", + "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": "p1.5", + "ifName": "p1.5", + "portName": null, + "ifIndex": 62463, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p1.5", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "p1.201", + "ifName": "p1.201", + "portName": null, + "ifIndex": 65045, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "p1.201", + "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": "p3", + "ifName": "p3", + "portName": null, + "ifIndex": 3689, + "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": "p3", + "ifPhysAddress": "309c231a57fa", + "ifHardType": null, + "ifLastChange": 52046009, + "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": 4203348729, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 2523549403, + "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": 4305631743832, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 743623700520, + "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": 40, + "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": 171843, + "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": "p2", + "ifName": "p2", + "portName": null, + "ifIndex": 7752, + "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": "p2", + "ifPhysAddress": "309c231a57f9", + "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": "p1", + "ifName": "p1", + "portName": null, + "ifIndex": 11819, + "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": "p1", + "ifPhysAddress": "309c231a57f8", + "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": 5837028892, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 10138444968, + "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": 1342854643897, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 11080883167159, + "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": 2168955, + "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": "ppp15056", + "ifName": "ppp15056", + "portName": null, + "ifIndex": 11954, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1396, + "ifType": "ppp", + "ifAlias": "ppp15056", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 491818037, + "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": 15225, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 13509, + "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": 1105500, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 11474142, + "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": "vpnr0", + "ifName": "vpnr0", + "portName": null, + "ifIndex": 19060, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1398, + "ifType": "ethernetCsmacd", + "ifAlias": "vpnr0", + "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": "p1.501", + "ifName": "p1.501", + "portName": null, + "ifIndex": 31621, + "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": "p1.501", + "ifPhysAddress": "309c231a57f8", + "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": 50232439, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 81885262, + "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": 8928089606, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 96192982001, + "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": 180, + "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": "gre0", + "ifName": "gre0", + "portName": null, + "ifIndex": 31771, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1476, + "ifType": "tunnel", + "ifAlias": "gre0", + "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": "p4", + "ifName": "p4", + "portName": null, + "ifIndex": 32398, + "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": "p4", + "ifPhysAddress": "309c231a57fb", + "ifHardType": null, + "ifLastChange": 110265237, + "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": 6148478620, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 3465698710, + "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": 6906036177331, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 703887358490, + "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": "p1.2", + "ifName": "p1.2", + "portName": null, + "ifIndex": 33560, + "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": "p1.2", + "ifPhysAddress": "309c231a57f8", + "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": 65291951, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 108304933, + "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": 13232157590, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 137945896838, + "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": 2070, + "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": "p1.15", + "ifName": "p1.15", + "portName": null, + "ifIndex": 35406, + "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": "p1.15", + "ifPhysAddress": "309c231a57f8", + "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": 211826385, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 290008705, + "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": 41179362520, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 314324913086, + "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": 5881, + "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": "vpn0", + "ifName": "vpn0", + "portName": null, + "ifIndex": 41874, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1398, + "ifType": "ethernetCsmacd", + "ifAlias": "vpn0", + "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": 9629271, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 8007543, + "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": 7118549845, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1043682741, + "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": "pvpn0", + "ifName": "pvpn0", + "portName": null, + "ifIndex": 48660, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1398, + "ifType": "ethernetCsmacd", + "ifAlias": "pvpn0", + "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": 5480232, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 7660599, + "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": 438397241, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 3240714010, + "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": "p1.99", + "ifName": "p1.99", + "portName": null, + "ifIndex": 49771, + "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": "p1.99", + "ifPhysAddress": "309c231a57f8", + "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": 859232, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1146467, + "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": 84549539, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 72866527, + "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": "p1.301", + "ifName": "p1.301", + "portName": null, + "ifIndex": 51493, + "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": "p1.301", + "ifPhysAddress": "309c231a57f8", + "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": 186831, + "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": 7846902, + "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": "lo", + "ifName": "lo", + "portName": null, + "ifIndex": 54030, + "ifSpeed": 10000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 10, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 3500, + "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": 1372122108, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1372122108, + "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": 544997700035, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 544997700035, + "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": "p1.10", + "ifName": "p1.10", + "portName": null, + "ifIndex": 56043, + "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": "p1.10", + "ifPhysAddress": "309c231a57f8", + "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": "p1.5", + "ifName": "p1.5", + "portName": null, + "ifIndex": 62463, + "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": "p1.5", + "ifPhysAddress": "309c231a57f8", + "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": 47471184, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 80959845, + "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": 9054530548, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 100893802048, + "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": 752, + "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": "p1.201", + "ifName": "p1.201", + "portName": null, + "ifIndex": 65045, + "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": "p1.201", + "ifPhysAddress": "309c231a57f8", + "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": 5461257606, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 9575952926, + "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": 1188613384834, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 10431444859811, + "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": 2160595, + "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": 14, + "processor_descr": "Intel Atom C2358 @ 1.74GHz", + "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": 20, + "processor_descr": "Intel Atom C2358 @ 1.74GHz", + "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": 96, + "mempool_used": 3976548352, + "mempool_free": 155303936, + "mempool_total": 4131852288, + "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": 77, + "mempool_used": 3992432640, + "mempool_free": 1213157376, + "mempool_total": 5205590016, + "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": 1, + "mempool_used": 15884288, + "mempool_free": 1057853440, + "mempool_total": 1073737728, + "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": "/", + "storage_size": 8455118848, + "storage_units": 4096, + "storage_used": 2260852736, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "37", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/art", + "storage_size": 2113748992, + "storage_units": 4096, + "storage_used": 1180835840, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "38", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/phion0", + "storage_size": 40946253824, + "storage_units": 4096, + "storage_used": 1826324480, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "39", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/boot", + "storage_size": 203128832, + "storage_units": 4096, + "storage_used": 60854272, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "40", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/dev/shm", + "storage_size": 2065924096, + "storage_units": 4096, + "storage_used": 8192, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "42", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/sys/fs/cgroup", + "storage_size": 2065924096, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "50", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/phion0/mail/transactions", + "storage_size": 209715200, + "storage_units": 4096, + "storage_used": 0, + "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": "/", + "storage_size": 8455118848, + "storage_units": 4096, + "storage_used": 2260852736, + "storage_free": 6194266112, + "storage_perc": 27, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "37", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/art", + "storage_size": 2113748992, + "storage_units": 4096, + "storage_used": 1180835840, + "storage_free": 932913152, + "storage_perc": 56, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "38", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/phion0", + "storage_size": 40946253824, + "storage_units": 4096, + "storage_used": 1826324480, + "storage_free": 39119929344, + "storage_perc": 4, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "39", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/boot", + "storage_size": 203128832, + "storage_units": 4096, + "storage_used": 60854272, + "storage_free": 142274560, + "storage_perc": 30, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "40", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/dev/shm", + "storage_size": 2065924096, + "storage_units": 4096, + "storage_used": 8192, + "storage_free": 2065915904, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "42", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/sys/fs/cgroup", + "storage_size": 2065924096, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 2065924096, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "50", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/phion0/mail/transactions", + "storage_size": 209715200, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 209715200, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + } +} diff --git a/tests/snmpsim/barracudangfirewall.snmprec b/tests/snmpsim/barracudangfirewall.snmprec index cd5f0bdd1c..a7395bc260 100644 --- a/tests/snmpsim/barracudangfirewall.snmprec +++ b/tests/snmpsim/barracudangfirewall.snmprec @@ -1 +1,1528 @@ 1.3.6.1.2.1.1.1.0|4|Barracuda Firewall +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.10704.1.10 +1.3.6.1.2.1.1.3.0|67|284110100 +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.3689|4|p3 +1.3.6.1.2.1.2.2.1.2.7752|4|p2 +1.3.6.1.2.1.2.2.1.2.11819|4|p1 +1.3.6.1.2.1.2.2.1.2.11954|4|ppp15056 +1.3.6.1.2.1.2.2.1.2.19060|4|vpnr0 +1.3.6.1.2.1.2.2.1.2.31621|4|p1.501 +1.3.6.1.2.1.2.2.1.2.31771|4|gre0 +1.3.6.1.2.1.2.2.1.2.32398|4|p4 +1.3.6.1.2.1.2.2.1.2.33560|4|p1.2 +1.3.6.1.2.1.2.2.1.2.35406|4|p1.15 +1.3.6.1.2.1.2.2.1.2.41874|4|vpn0 +1.3.6.1.2.1.2.2.1.2.48660|4|pvpn0 +1.3.6.1.2.1.2.2.1.2.49771|4|p1.99 +1.3.6.1.2.1.2.2.1.2.51493|4|p1.301 +1.3.6.1.2.1.2.2.1.2.54030|4|lo +1.3.6.1.2.1.2.2.1.2.56043|4|p1.10 +1.3.6.1.2.1.2.2.1.2.62463|4|p1.5 +1.3.6.1.2.1.2.2.1.2.65045|4|p1.201 +1.3.6.1.2.1.2.2.1.3.3689|2|6 +1.3.6.1.2.1.2.2.1.3.7752|2|6 +1.3.6.1.2.1.2.2.1.3.11819|2|6 +1.3.6.1.2.1.2.2.1.3.11954|2|23 +1.3.6.1.2.1.2.2.1.3.19060|2|6 +1.3.6.1.2.1.2.2.1.3.31621|2|6 +1.3.6.1.2.1.2.2.1.3.31771|2|131 +1.3.6.1.2.1.2.2.1.3.32398|2|6 +1.3.6.1.2.1.2.2.1.3.33560|2|6 +1.3.6.1.2.1.2.2.1.3.35406|2|6 +1.3.6.1.2.1.2.2.1.3.41874|2|6 +1.3.6.1.2.1.2.2.1.3.48660|2|6 +1.3.6.1.2.1.2.2.1.3.49771|2|6 +1.3.6.1.2.1.2.2.1.3.51493|2|6 +1.3.6.1.2.1.2.2.1.3.54030|2|24 +1.3.6.1.2.1.2.2.1.3.56043|2|6 +1.3.6.1.2.1.2.2.1.3.62463|2|6 +1.3.6.1.2.1.2.2.1.3.65045|2|6 +1.3.6.1.2.1.2.2.1.4.3689|2|1500 +1.3.6.1.2.1.2.2.1.4.7752|2|1500 +1.3.6.1.2.1.2.2.1.4.11819|2|1500 +1.3.6.1.2.1.2.2.1.4.11954|2|1396 +1.3.6.1.2.1.2.2.1.4.19060|2|1398 +1.3.6.1.2.1.2.2.1.4.31621|2|1500 +1.3.6.1.2.1.2.2.1.4.31771|2|1476 +1.3.6.1.2.1.2.2.1.4.32398|2|1500 +1.3.6.1.2.1.2.2.1.4.33560|2|1500 +1.3.6.1.2.1.2.2.1.4.35406|2|1500 +1.3.6.1.2.1.2.2.1.4.41874|2|1398 +1.3.6.1.2.1.2.2.1.4.48660|2|1398 +1.3.6.1.2.1.2.2.1.4.49771|2|1500 +1.3.6.1.2.1.2.2.1.4.51493|2|1500 +1.3.6.1.2.1.2.2.1.4.54030|2|3500 +1.3.6.1.2.1.2.2.1.4.56043|2|1500 +1.3.6.1.2.1.2.2.1.4.62463|2|1500 +1.3.6.1.2.1.2.2.1.4.65045|2|1500 +1.3.6.1.2.1.2.2.1.6.3689|4x|309C231A57FA +1.3.6.1.2.1.2.2.1.6.7752|4x|309C231A57F9 +1.3.6.1.2.1.2.2.1.6.11819|4x|309C231A57F8 +1.3.6.1.2.1.2.2.1.6.11954|4| +1.3.6.1.2.1.2.2.1.6.19060|4| +1.3.6.1.2.1.2.2.1.6.31621|4x|309C231A57F8 +1.3.6.1.2.1.2.2.1.6.31771|4| +1.3.6.1.2.1.2.2.1.6.32398|4x|309C231A57FB +1.3.6.1.2.1.2.2.1.6.33560|4x|309C231A57F8 +1.3.6.1.2.1.2.2.1.6.35406|4x|309C231A57F8 +1.3.6.1.2.1.2.2.1.6.41874|4| +1.3.6.1.2.1.2.2.1.6.48660|4| +1.3.6.1.2.1.2.2.1.6.49771|4x|309C231A57F8 +1.3.6.1.2.1.2.2.1.6.51493|4x|309C231A57F8 +1.3.6.1.2.1.2.2.1.6.54030|4| +1.3.6.1.2.1.2.2.1.6.56043|4x|309C231A57F8 +1.3.6.1.2.1.2.2.1.6.62463|4x|309C231A57F8 +1.3.6.1.2.1.2.2.1.6.65045|4x|309C231A57F8 +1.3.6.1.2.1.2.2.1.7.3689|2|1 +1.3.6.1.2.1.2.2.1.7.7752|2|2 +1.3.6.1.2.1.2.2.1.7.11819|2|1 +1.3.6.1.2.1.2.2.1.7.11954|2|1 +1.3.6.1.2.1.2.2.1.7.19060|2|1 +1.3.6.1.2.1.2.2.1.7.31621|2|1 +1.3.6.1.2.1.2.2.1.7.31771|2|2 +1.3.6.1.2.1.2.2.1.7.32398|2|1 +1.3.6.1.2.1.2.2.1.7.33560|2|1 +1.3.6.1.2.1.2.2.1.7.35406|2|1 +1.3.6.1.2.1.2.2.1.7.41874|2|1 +1.3.6.1.2.1.2.2.1.7.48660|2|1 +1.3.6.1.2.1.2.2.1.7.49771|2|1 +1.3.6.1.2.1.2.2.1.7.51493|2|1 +1.3.6.1.2.1.2.2.1.7.54030|2|1 +1.3.6.1.2.1.2.2.1.7.56043|2|1 +1.3.6.1.2.1.2.2.1.7.62463|2|1 +1.3.6.1.2.1.2.2.1.7.65045|2|1 +1.3.6.1.2.1.2.2.1.8.3689|2|1 +1.3.6.1.2.1.2.2.1.8.7752|2|2 +1.3.6.1.2.1.2.2.1.8.11819|2|1 +1.3.6.1.2.1.2.2.1.8.11954|2|1 +1.3.6.1.2.1.2.2.1.8.19060|2|1 +1.3.6.1.2.1.2.2.1.8.31621|2|1 +1.3.6.1.2.1.2.2.1.8.31771|2|2 +1.3.6.1.2.1.2.2.1.8.32398|2|1 +1.3.6.1.2.1.2.2.1.8.33560|2|1 +1.3.6.1.2.1.2.2.1.8.35406|2|1 +1.3.6.1.2.1.2.2.1.8.41874|2|1 +1.3.6.1.2.1.2.2.1.8.48660|2|1 +1.3.6.1.2.1.2.2.1.8.49771|2|1 +1.3.6.1.2.1.2.2.1.8.51493|2|1 +1.3.6.1.2.1.2.2.1.8.54030|2|1 +1.3.6.1.2.1.2.2.1.8.56043|2|1 +1.3.6.1.2.1.2.2.1.8.62463|2|1 +1.3.6.1.2.1.2.2.1.8.65045|2|1 +1.3.6.1.2.1.2.2.1.9.3689|67|52046009 +1.3.6.1.2.1.2.2.1.9.7752|67|0 +1.3.6.1.2.1.2.2.1.9.11819|67|0 +1.3.6.1.2.1.2.2.1.9.11954|67|491818037 +1.3.6.1.2.1.2.2.1.9.19060|67|0 +1.3.6.1.2.1.2.2.1.9.31621|67|0 +1.3.6.1.2.1.2.2.1.9.31771|67|0 +1.3.6.1.2.1.2.2.1.9.32398|67|110265237 +1.3.6.1.2.1.2.2.1.9.33560|67|0 +1.3.6.1.2.1.2.2.1.9.35406|67|0 +1.3.6.1.2.1.2.2.1.9.41874|67|0 +1.3.6.1.2.1.2.2.1.9.48660|67|0 +1.3.6.1.2.1.2.2.1.9.49771|67|0 +1.3.6.1.2.1.2.2.1.9.51493|67|0 +1.3.6.1.2.1.2.2.1.9.54030|67|0 +1.3.6.1.2.1.2.2.1.9.56043|67|0 +1.3.6.1.2.1.2.2.1.9.62463|67|0 +1.3.6.1.2.1.2.2.1.9.65045|67|0 +1.3.6.1.2.1.2.2.1.13.3689|65|40 +1.3.6.1.2.1.2.2.1.13.7752|65|0 +1.3.6.1.2.1.2.2.1.13.11819|65|0 +1.3.6.1.2.1.2.2.1.13.11954|65|0 +1.3.6.1.2.1.2.2.1.13.19060|65|0 +1.3.6.1.2.1.2.2.1.13.31621|65|0 +1.3.6.1.2.1.2.2.1.13.31771|65|0 +1.3.6.1.2.1.2.2.1.13.32398|65|0 +1.3.6.1.2.1.2.2.1.13.33560|65|0 +1.3.6.1.2.1.2.2.1.13.35406|65|0 +1.3.6.1.2.1.2.2.1.13.41874|65|0 +1.3.6.1.2.1.2.2.1.13.48660|65|0 +1.3.6.1.2.1.2.2.1.13.49771|65|0 +1.3.6.1.2.1.2.2.1.13.51493|65|0 +1.3.6.1.2.1.2.2.1.13.54030|65|0 +1.3.6.1.2.1.2.2.1.13.56043|65|0 +1.3.6.1.2.1.2.2.1.13.62463|65|0 +1.3.6.1.2.1.2.2.1.13.65045|65|0 +1.3.6.1.2.1.2.2.1.14.3689|65|0 +1.3.6.1.2.1.2.2.1.14.7752|65|0 +1.3.6.1.2.1.2.2.1.14.11819|65|0 +1.3.6.1.2.1.2.2.1.14.11954|65|0 +1.3.6.1.2.1.2.2.1.14.19060|65|0 +1.3.6.1.2.1.2.2.1.14.31621|65|0 +1.3.6.1.2.1.2.2.1.14.31771|65|0 +1.3.6.1.2.1.2.2.1.14.32398|65|0 +1.3.6.1.2.1.2.2.1.14.33560|65|0 +1.3.6.1.2.1.2.2.1.14.35406|65|0 +1.3.6.1.2.1.2.2.1.14.41874|65|0 +1.3.6.1.2.1.2.2.1.14.48660|65|0 +1.3.6.1.2.1.2.2.1.14.49771|65|0 +1.3.6.1.2.1.2.2.1.14.51493|65|0 +1.3.6.1.2.1.2.2.1.14.54030|65|0 +1.3.6.1.2.1.2.2.1.14.56043|65|0 +1.3.6.1.2.1.2.2.1.14.62463|65|0 +1.3.6.1.2.1.2.2.1.14.65045|65|0 +1.3.6.1.2.1.2.2.1.19.3689|65|0 +1.3.6.1.2.1.2.2.1.19.7752|65|0 +1.3.6.1.2.1.2.2.1.19.11819|65|0 +1.3.6.1.2.1.2.2.1.19.11954|65|0 +1.3.6.1.2.1.2.2.1.19.19060|65|0 +1.3.6.1.2.1.2.2.1.19.31621|65|0 +1.3.6.1.2.1.2.2.1.19.31771|65|0 +1.3.6.1.2.1.2.2.1.19.32398|65|0 +1.3.6.1.2.1.2.2.1.19.33560|65|0 +1.3.6.1.2.1.2.2.1.19.35406|65|0 +1.3.6.1.2.1.2.2.1.19.41874|65|0 +1.3.6.1.2.1.2.2.1.19.48660|65|0 +1.3.6.1.2.1.2.2.1.19.49771|65|0 +1.3.6.1.2.1.2.2.1.19.51493|65|0 +1.3.6.1.2.1.2.2.1.19.54030|65|0 +1.3.6.1.2.1.2.2.1.19.56043|65|0 +1.3.6.1.2.1.2.2.1.19.62463|65|0 +1.3.6.1.2.1.2.2.1.19.65045|65|0 +1.3.6.1.2.1.2.2.1.20.3689|65|0 +1.3.6.1.2.1.2.2.1.20.7752|65|0 +1.3.6.1.2.1.2.2.1.20.11819|65|0 +1.3.6.1.2.1.2.2.1.20.11954|65|0 +1.3.6.1.2.1.2.2.1.20.19060|65|0 +1.3.6.1.2.1.2.2.1.20.31621|65|0 +1.3.6.1.2.1.2.2.1.20.31771|65|0 +1.3.6.1.2.1.2.2.1.20.32398|65|0 +1.3.6.1.2.1.2.2.1.20.33560|65|0 +1.3.6.1.2.1.2.2.1.20.35406|65|0 +1.3.6.1.2.1.2.2.1.20.41874|65|0 +1.3.6.1.2.1.2.2.1.20.48660|65|0 +1.3.6.1.2.1.2.2.1.20.49771|65|0 +1.3.6.1.2.1.2.2.1.20.51493|65|0 +1.3.6.1.2.1.2.2.1.20.54030|65|0 +1.3.6.1.2.1.2.2.1.20.56043|65|0 +1.3.6.1.2.1.2.2.1.20.62463|65|0 +1.3.6.1.2.1.2.2.1.20.65045|65|0 +1.3.6.1.2.1.4.20.1.2.82.214.94.174|2|3689 +1.3.6.1.2.1.4.20.1.2.91.185.99.193|2|32398 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|54030 +1.3.6.1.2.1.4.20.1.2.127.0.3.1|2|41874 +1.3.6.1.2.1.4.20.1.2.192.168.21.1|2|54030 +1.3.6.1.2.1.4.20.1.2.192.168.120.254|2|33560 +1.3.6.1.2.1.4.20.1.2.192.168.122.254|2|11954 +1.3.6.1.2.1.4.20.1.2.192.168.123.254|2|65045 +1.3.6.1.2.1.4.20.1.2.192.168.131.254|2|51493 +1.3.6.1.2.1.4.20.1.2.192.168.150.254|2|62463 +1.3.6.1.2.1.4.20.1.2.192.168.151.254|2|31621 +1.3.6.1.2.1.4.20.1.2.192.168.199.251|2|49771 +1.3.6.1.2.1.4.20.1.2.192.168.199.254|2|49771 +1.3.6.1.2.1.4.20.1.2.192.168.255.254|2|35406 +1.3.6.1.2.1.4.20.1.3.82.214.94.174|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.91.185.99.193|64|255.255.255.255 +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.127.0.3.1|64|255.255.255.0 +1.3.6.1.2.1.4.20.1.3.192.168.21.1|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.192.168.120.254|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.192.168.122.254|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.192.168.123.254|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.192.168.131.254|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.192.168.150.254|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.192.168.151.254|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.192.168.199.251|64|255.255.255.0 +1.3.6.1.2.1.4.20.1.3.192.168.199.254|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.192.168.255.254|64|255.255.255.255 +1.3.6.1.2.1.4.22.1.2.3689.82.214.94.173|4x|A03D6FFB4505 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.10|4x|089E013D24BB +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.21|4x|901B0E204EC0 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.26|4x|901B0E204EA2 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.33|4x|901B0E203BA4 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.41|4x|2E577484EF70 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.56|4x|00155D979A01 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.57|4x|00155D979A02 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.132|4x|901B0E0382A6 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.133|4x|901B0E0380F0 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.134|4x|901B0E0380EC +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.138|4x|901B0E03828C +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.139|4x|901B0E0380D9 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.154|4x|901B0E2038D8 +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.159|4x|901B0E2038DA +1.3.6.1.2.1.4.22.1.2.31621.192.168.151.162|4x|901B0E203BA4 +1.3.6.1.2.1.4.22.1.2.32398.91.185.99.194|4x|000C42C0EBEB +1.3.6.1.2.1.4.22.1.2.33560.192.168.120.1|4x|DC729BA5A3B6 +1.3.6.1.2.1.4.22.1.2.33560.192.168.120.2|4x|74D21D0752B8 +1.3.6.1.2.1.4.22.1.2.33560.192.168.120.5|4x|ACC1EE4B846B +1.3.6.1.2.1.4.22.1.2.33560.192.168.120.6|4x|8C859068889D +1.3.6.1.2.1.4.22.1.2.33560.192.168.120.8|4x|605718105315 +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.2|4x|D065CA5EB3CC +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.3|4x|D4C94BD5098B +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.4|4x|0C2C5420CF72 +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.6|4x|18F0E4E27379 +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.8|4x|8C85902504B9 +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.9|4x|9CB70D7E8D3D +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.12|4x|08C5E10C9248 +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.13|4x|4C664105762A +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.14|4x|D4DCCDA1B2BB +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.15|4x|B0890033A9FF +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.17|4x|3880DF9E20FE +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.20|4x|B49CDF8BC61A +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.21|4x|047970226DC1 +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.24|4x|843838198BD4 +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.27|4x|2CF0A27A3751 +1.3.6.1.2.1.4.22.1.2.35406.192.168.255.29|4x|505BC216B274 +1.3.6.1.2.1.4.22.1.2.49771.192.168.199.20|4x|FC15B4542600 +1.3.6.1.2.1.4.22.1.2.49771.192.168.199.202|4x|8851FBB5FDA0 +1.3.6.1.2.1.4.22.1.2.49771.192.168.199.220|4x|009C025ABE20 +1.3.6.1.2.1.4.22.1.2.49771.192.168.199.232|4x|4431922789E3 +1.3.6.1.2.1.4.22.1.2.62463.192.168.150.1|4x|10B1F84FE27E +1.3.6.1.2.1.4.22.1.2.62463.192.168.150.2|4x|1C151F94DD37 +1.3.6.1.2.1.4.22.1.2.62463.192.168.150.4|4x|0C2C5420CEB7 +1.3.6.1.2.1.4.22.1.2.62463.192.168.150.5|4x|4C74BFBC23D5 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.1|4x|0019996AE42A +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.4|4x|9664783DE72B +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.5|4x|F4B549002659 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.7|4x|E2F389ED3C90 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.8|4x|7A44C60A300F +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.10|4x|98E7F47F798B +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.13|4x|308D99AF2368 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.14|4x|180CACDBBFBF +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.24|4x|0002D1193D12 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.31|4x|DC4A3E9BBF53 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.35|4x|B827EBD66299 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.36|4x|C8B37312FA0D +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.44|4x|B827EB4F643E +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.45|4x|B827EB5350D4 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.46|4x|B827EBE2C06B +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.48|4x|B827EBAAF9A4 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.49|4x|B827EB9335F4 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.52|4x|C81F66288B37 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.53|4x|704D7BB4F5FE +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.54|4x|480FCF4634B3 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.55|4x|6C3BE5317A64 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.62|4x|1866DA3DE64B +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.65|4x|480FCF462E4B +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.66|4x|6C3BE532730D +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.67|4x|E86A643EF943 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.69|4x|B827EBD1284E +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.71|4x|D0D2B09A4DBC +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.72|4x|40B034406730 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.74|4x|F0921CE147A0 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.75|4x|2C44FD27A419 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.76|4x|40B0343AB882 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.79|4x|00155D7BD102 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.80|4x|E8EDF36A78E6 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.81|4x|0800279821EC +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.84|4x|50E54942B484 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.86|4x|00155D380111 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.87|4x|B4B52FBBC896 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.89|4x|902B346C033A +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.90|4x|A44CC8A734E0 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.92|4x|D4C9EFF0F6E7 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.97|4x|E02F6D612EDC +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.98|4x|ECE1A9CC4DAA +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.102|4x|847BEB3D5E65 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.104|4x|E8EDF36A78D3 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.105|4x|8C1645B9B476 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.106|4x|0013B0025AE7 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.107|4x|6451064DCEAE +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.109|4x|3ED0E16E92ED +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.110|4x|E8EDF36A3B69 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.111|4x|DC4A3E4E4DB2 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.114|4x|FCAA149D337A +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.117|4x|C8D3FFB51121 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.118|4x|B827EB604E56 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.119|4x|649EF3769257 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.123|4x|00155D7BA700 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.124|4x|00155D7BD100 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.125|4x|3C528255D6ED +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.126|4x|00A289595A91 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.128|4x|2C44FD14FD7A +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.129|4x|6C626D693815 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.130|4x|B827EBC3F352 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.133|4x|00E081E0EFE6 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.137|4x|DC4A3E47C764 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.141|4x|6C3BE51EE00B +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.144|4x|E8EDF36A30E0 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.145|4x|0C4DE9A74469 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.149|4x|1062E5127E50 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.151|4x|D481D78B22C7 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.152|4x|00155D7BD103 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.153|4x|0013B0025AE7 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.157|4x|2C86D2114049 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.159|4x|10C37B9F8829 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.160|4x|5065F3459901 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.163|4x|C4346B556D44 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.164|4x|1062E5127E00 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.166|4x|D89EF331CC2F +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.172|4x|F4390924F814 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.174|4x|A44CC8F2206F +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.176|4x|1860247B7F01 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.181|4x|0265961EF08A +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.182|4x|0800278F447C +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.188|4x|40A8F059F802 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.204|4x|00155D7BD908 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.209|4x|50E549D20812 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.213|4x|3C52824F4B55 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.214|4x|1062E50654F8 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.218|4x|080027843EC0 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.223|4x|480FCF48891E +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.225|4x|BC305BE60BA3 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.228|4x|14C91392CA40 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.230|4x|802AA846B677 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.231|4x|802AA880FFCF +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.232|4x|802AA8192993 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.233|4x|802AA81929D8 +1.3.6.1.2.1.4.22.1.2.65045.192.168.123.234|4x|802AA8192898 +1.3.6.1.2.1.4.31.1.1.3.1|65|2948246324 +1.3.6.1.2.1.4.31.1.1.3.2|65|2440888 +1.3.6.1.2.1.4.31.1.1.4.1|70|20128115508 +1.3.6.1.2.1.4.31.1.1.4.2|70|2440888 +1.3.6.1.2.1.4.31.1.1.5.1|65|1710561166 +1.3.6.1.2.1.4.31.1.1.5.2|65|463338266 +1.3.6.1.2.1.4.31.1.1.6.1|70|14819347732366 +1.3.6.1.2.1.4.31.1.1.6.2|70|463338266 +1.3.6.1.2.1.4.31.1.1.7.1|65|11126 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.1|65|54 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.1|65|1598 +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|131 +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|1359294764 +1.3.6.1.2.1.4.31.1.1.12.2|65|0 +1.3.6.1.2.1.4.31.1.1.13.1|70|18539163948 +1.3.6.1.2.1.4.31.1.1.13.2|70|0 +1.3.6.1.2.1.4.31.1.1.14.1|65|11555037 +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|5774729 +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|4147 +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|2440887 +1.3.6.1.2.1.4.31.1.1.18.1|65|1546218219 +1.3.6.1.2.1.4.31.1.1.18.2|65|0 +1.3.6.1.2.1.4.31.1.1.19.1|70|1546218219 +1.3.6.1.2.1.4.31.1.1.19.2|70|0 +1.3.6.1.2.1.4.31.1.1.20.1|65|2954414350 +1.3.6.1.2.1.4.31.1.1.20.2|65|40 +1.3.6.1.2.1.4.31.1.1.21.1|70|20134283534 +1.3.6.1.2.1.4.31.1.1.21.2|70|40 +1.3.6.1.2.1.4.31.1.1.22.1|65|1055 +1.3.6.1.2.1.4.31.1.1.22.2|65|0 +1.3.6.1.2.1.4.31.1.1.23.1|65|1359294710 +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|18539163894 +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|26457 +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|3757161 +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|3691224 +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|65937 +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|7384207 +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|22341298 +1.3.6.1.2.1.4.31.1.1.30.2|65|40 +1.3.6.1.2.1.4.31.1.1.31.1|70|38677046962 +1.3.6.1.2.1.4.31.1.1.31.2|70|40 +1.3.6.1.2.1.4.31.1.1.32.1|65|163164124 +1.3.6.1.2.1.4.31.1.1.32.2|65|3516 +1.3.6.1.2.1.4.31.1.1.33.1|70|14925174517724 +1.3.6.1.2.1.4.31.1.1.33.2|70|3516 +1.3.6.1.2.1.4.31.1.1.34.1|65|0 +1.3.6.1.2.1.4.31.1.1.34.2|65|0 +1.3.6.1.2.1.4.31.1.1.35.1|70|0 +1.3.6.1.2.1.4.31.1.1.35.2|70|0 +1.3.6.1.2.1.4.31.1.1.36.1|65|0 +1.3.6.1.2.1.4.31.1.1.36.2|65|0 +1.3.6.1.2.1.4.31.1.1.37.1|70|0 +1.3.6.1.2.1.4.31.1.1.37.2|70|0 +1.3.6.1.2.1.4.31.1.1.38.1|65|0 +1.3.6.1.2.1.4.31.1.1.38.2|65|67 +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|67 +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|6208 +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|6208 +1.3.6.1.2.1.4.31.1.1.42.1|65|479710 +1.3.6.1.2.1.4.31.1.1.43.1|70|479710 +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.35.1.4.262.1.4.82.214.94.173|4x|A03D6FFB4505 +1.3.6.1.2.1.4.35.1.4.263.1.4.91.185.99.194|4x|000C42C0EBEB +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.10|4x|089E013D24BB +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.21|4x|901B0E204EC0 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.26|4x|901B0E204EA2 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.33|4x|901B0E203BA4 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.41|4x|2E577484EF70 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.42|4| +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.56|4x|00155D979A01 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.57|4x|00155D979A02 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.132|4x|901B0E0382A6 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.133|4x|901B0E0380F0 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.134|4x|901B0E0380EC +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.138|4x|901B0E03828C +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.139|4x|901B0E0380D9 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.154|4x|901B0E2038D8 +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.159|4x|901B0E2038DA +1.3.6.1.2.1.4.35.1.4.264.1.4.192.168.151.162|4x|901B0E203BA4 +1.3.6.1.2.1.4.35.1.4.265.1.4.192.168.150.1|4x|10B1F84FE27E +1.3.6.1.2.1.4.35.1.4.265.1.4.192.168.150.2|4x|1C151F94DD37 +1.3.6.1.2.1.4.35.1.4.265.1.4.192.168.150.4|4x|0C2C5420CEB7 +1.3.6.1.2.1.4.35.1.4.265.1.4.192.168.150.5|4x|4C74BFBC23D5 +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.2|4x|D065CA5EB3CC +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.3|4x|D4C94BD5098B +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.4|4x|0C2C5420CF72 +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.6|4x|18F0E4E27379 +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.8|4x|8C85902504B9 +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.9|4x|9CB70D7E8D3D +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.12|4x|08C5E10C9248 +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.13|4x|4C664105762A +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.14|4x|D4DCCDA1B2BB +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.15|4x|B0890033A9FF +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.17|4x|3880DF9E20FE +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.20|4x|B49CDF8BC61A +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.21|4x|047970226DC1 +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.24|4x|843838198BD4 +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.27|4x|2CF0A27A3751 +1.3.6.1.2.1.4.35.1.4.266.1.4.192.168.255.29|4x|505BC216B274 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.1|4x|0019996AE42A +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.4|4x|9664783DE72B +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.5|4x|F4B549002659 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.7|4x|E2F389ED3C90 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.8|4x|7A44C60A300F +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.10|4x|98E7F47F798B +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.11|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.12|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.13|4x|308D99AF2368 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.14|4x|180CACDBBFBF +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.24|4x|0002D1193D12 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.31|4x|DC4A3E9BBF53 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.35|4x|B827EBD66299 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.36|4x|C8B37312FA0D +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.44|4x|B827EB4F643E +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.45|4x|B827EB5350D4 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.46|4x|B827EBE2C06B +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.48|4x|B827EBAAF9A4 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.49|4x|B827EB9335F4 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.52|4x|C81F66288B37 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.53|4x|704D7BB4F5FE +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.54|4x|480FCF4634B3 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.55|4x|6C3BE5317A64 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.62|4x|1866DA3DE64B +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.65|4x|480FCF462E4B +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.66|4x|6C3BE532730D +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.67|4x|E86A643EF943 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.69|4x|B827EBD1284E +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.71|4x|D0D2B09A4DBC +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.72|4x|40B034406730 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.74|4x|F0921CE147A0 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.75|4x|2C44FD27A419 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.76|4x|40B0343AB882 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.79|4x|00155D7BD102 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.80|4x|E8EDF36A78E6 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.81|4x|0800279821EC +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.84|4x|50E54942B484 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.86|4x|00155D380111 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.87|4x|B4B52FBBC896 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.89|4x|902B346C033A +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.90|4x|A44CC8A734E0 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.92|4x|D4C9EFF0F6E7 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.97|4x|E02F6D612EDC +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.98|4x|ECE1A9CC4DAA +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.100|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.102|4x|847BEB3D5E65 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.104|4x|E8EDF36A78D3 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.105|4x|8C1645B9B476 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.106|4x|0013B0025AE7 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.107|4x|6451064DCEAE +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.109|4x|3ED0E16E92ED +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.110|4x|E8EDF36A3B69 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.111|4x|DC4A3E4E4DB2 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.113|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.114|4x|FCAA149D337A +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.115|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.117|4x|C8D3FFB51121 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.118|4x|B827EB604E56 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.119|4x|649EF3769257 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.123|4x|00155D7BA700 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.124|4x|00155D7BD100 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.125|4x|3C528255D6ED +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.126|4x|00A289595A91 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.128|4x|2C44FD14FD7A +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.129|4x|6C626D693815 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.130|4x|B827EBC3F352 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.133|4x|00E081E0EFE6 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.137|4x|DC4A3E47C764 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.141|4x|6C3BE51EE00B +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.143|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.144|4x|E8EDF36A30E0 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.145|4x|0C4DE9A74469 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.147|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.148|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.149|4x|1062E5127E50 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.151|4x|D481D78B22C7 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.152|4x|00155D7BD103 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.153|4x|0013B0025AE7 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.157|4x|2C86D2114049 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.159|4x|10C37B9F8829 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.160|4x|5065F3459901 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.163|4x|C4346B556D44 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.164|4x|1062E5127E00 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.166|4x|D89EF331CC2F +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.172|4x|F4390924F814 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.174|4x|A44CC8F2206F +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.176|4x|1860247B7F01 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.181|4x|0265961EF08A +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.182|4x|0800278F447C +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.188|4x|40A8F059F802 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.197|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.200|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.201|4| +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.204|4x|00155D7BD908 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.209|4x|50E549D20812 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.213|4x|3C52824F4B55 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.214|4x|1062E50654F8 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.218|4x|080027843EC0 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.223|4x|480FCF48891E +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.225|4x|BC305BE60BA3 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.228|4x|14C91392CA40 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.230|4x|802AA846B677 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.231|4x|802AA880FFCF +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.232|4x|802AA8192993 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.233|4x|802AA81929D8 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.234|4x|802AA8192898 +1.3.6.1.2.1.4.35.1.4.267.1.4.192.168.123.245|4| +1.3.6.1.2.1.4.35.1.4.269.1.4.192.168.120.1|4x|DC729BA5A3B6 +1.3.6.1.2.1.4.35.1.4.269.1.4.192.168.120.2|4x|74D21D0752B8 +1.3.6.1.2.1.4.35.1.4.269.1.4.192.168.120.5|4x|ACC1EE4B846B +1.3.6.1.2.1.4.35.1.4.269.1.4.192.168.120.6|4x|8C859068889D +1.3.6.1.2.1.4.35.1.4.269.1.4.192.168.120.8|4x|605718105315 +1.3.6.1.2.1.4.35.1.4.270.1.4.192.168.199.20|4x|FC15B4542600 +1.3.6.1.2.1.4.35.1.4.270.1.4.192.168.199.202|4x|8851FBB5FDA0 +1.3.6.1.2.1.4.35.1.4.270.1.4.192.168.199.220|4x|009C025ABE20 +1.3.6.1.2.1.4.35.1.4.270.1.4.192.168.199.232|4x|4431922789E3 +1.3.6.1.2.1.5.1.0|65|4676797 +1.3.6.1.2.1.5.2.0|65|553 +1.3.6.1.2.1.5.3.0|65|46628 +1.3.6.1.2.1.5.4.0|65|81 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|2519906 +1.3.6.1.2.1.5.9.0|65|2110157 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|6035085 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|1352481 +1.3.6.1.2.1.5.17.0|65|13763 +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|2148935 +1.3.6.1.2.1.5.22.0|65|2519906 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.5.29.1.2.1|65|4676798 +1.3.6.1.2.1.5.29.1.2.2|65|0 +1.3.6.1.2.1.5.29.1.3.1|65|553 +1.3.6.1.2.1.5.29.1.3.2|65|0 +1.3.6.1.2.1.5.29.1.4.1|65|6035086 +1.3.6.1.2.1.5.29.1.4.2|65|40 +1.3.6.1.2.1.5.29.1.5.1|65|0 +1.3.6.1.2.1.5.29.1.5.2|65|0 +1.3.6.1.2.1.5.30.1.3.1.0|65|2110157 +1.3.6.1.2.1.5.30.1.3.1.3|65|46628 +1.3.6.1.2.1.5.30.1.3.1.8|65|2519907 +1.3.6.1.2.1.5.30.1.3.1.11|65|81 +1.3.6.1.2.1.5.30.1.4.1.0|65|2519907 +1.3.6.1.2.1.5.30.1.4.1.3|65|1352481 +1.3.6.1.2.1.5.30.1.4.1.8|65|2148935 +1.3.6.1.2.1.5.30.1.4.1.11|65|13763 +1.3.6.1.2.1.5.30.1.4.2.133|65|1 +1.3.6.1.2.1.5.30.1.4.2.135|65|12 +1.3.6.1.2.1.5.30.1.4.2.143|65|27 +1.3.6.1.2.1.10.7.2.1.19.260|2|3 +1.3.6.1.2.1.10.7.2.1.19.261|2|1 +1.3.6.1.2.1.10.7.2.1.19.262|2|3 +1.3.6.1.2.1.10.7.2.1.19.263|2|3 +1.3.6.1.2.1.11.1.0|65|508660 +1.3.6.1.2.1.11.2.0|65|508659 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|3513831 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|161957 +1.3.6.1.2.1.11.16.0|65|225384 +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|508661 +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.16.1.1.1.1.3689|2|3689 +1.3.6.1.2.1.25.1.1.0|67|559707959 +1.3.6.1.2.1.25.1.5.0|66|0 +1.3.6.1.2.1.25.1.6.0|66|167 +1.3.6.1.2.1.25.2.2.0|2|4035012 +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.37|2|37 +1.3.6.1.2.1.25.2.3.1.1.38|2|38 +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.42|2|42 +1.3.6.1.2.1.25.2.3.1.1.50|2|50 +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.37|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.38|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.42|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.50|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|/ +1.3.6.1.2.1.25.2.3.1.3.32|4|/dev +1.3.6.1.2.1.25.2.3.1.3.37|4|/art +1.3.6.1.2.1.25.2.3.1.3.38|4|/phion0 +1.3.6.1.2.1.25.2.3.1.3.39|4|/boot +1.3.6.1.2.1.25.2.3.1.3.40|4|/dev/shm +1.3.6.1.2.1.25.2.3.1.3.42|4|/sys/fs/cgroup +1.3.6.1.2.1.25.2.3.1.3.50|4|/phion0/mail/transactions +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.37|2|4096 +1.3.6.1.2.1.25.2.3.1.4.38|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.42|2|4096 +1.3.6.1.2.1.25.2.3.1.4.50|2|4096 +1.3.6.1.2.1.25.2.3.1.5.1|2|4035012 +1.3.6.1.2.1.25.2.3.1.5.3|2|5083584 +1.3.6.1.2.1.25.2.3.1.5.6|2|4035012 +1.3.6.1.2.1.25.2.3.1.5.7|2|2460988 +1.3.6.1.2.1.25.2.3.1.5.8|2|248 +1.3.6.1.2.1.25.2.3.1.5.10|2|1048572 +1.3.6.1.2.1.25.2.3.1.5.31|2|2064238 +1.3.6.1.2.1.25.2.3.1.5.32|2|504376 +1.3.6.1.2.1.25.2.3.1.5.37|2|516052 +1.3.6.1.2.1.25.2.3.1.5.38|2|9996644 +1.3.6.1.2.1.25.2.3.1.5.39|2|49592 +1.3.6.1.2.1.25.2.3.1.5.40|2|504376 +1.3.6.1.2.1.25.2.3.1.5.42|2|504376 +1.3.6.1.2.1.25.2.3.1.5.50|2|51200 +1.3.6.1.2.1.25.2.3.1.6.1|2|3883348 +1.3.6.1.2.1.25.2.3.1.6.3|2|3898860 +1.3.6.1.2.1.25.2.3.1.6.6|2|321992 +1.3.6.1.2.1.25.2.3.1.6.7|2|2460988 +1.3.6.1.2.1.25.2.3.1.6.8|2|248 +1.3.6.1.2.1.25.2.3.1.6.10|2|15512 +1.3.6.1.2.1.25.2.3.1.6.31|2|551966 +1.3.6.1.2.1.25.2.3.1.6.32|2|14 +1.3.6.1.2.1.25.2.3.1.6.37|2|288290 +1.3.6.1.2.1.25.2.3.1.6.38|2|445880 +1.3.6.1.2.1.25.2.3.1.6.39|2|14857 +1.3.6.1.2.1.25.2.3.1.6.40|2|2 +1.3.6.1.2.1.25.2.3.1.6.42|2|0 +1.3.6.1.2.1.25.2.3.1.6.50|2|0 +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.316174|2|316174 +1.3.6.1.2.1.25.3.2.1.1.324607|2|324607 +1.3.6.1.2.1.25.3.2.1.1.327189|2|327189 +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.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.316174|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.324607|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.327189|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.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) Atom(TM) CPU C2358 @ 1.74GHz +1.3.6.1.2.1.25.3.2.1.3.196609|4|GenuineIntel: Intel(R) Atom(TM) CPU C2358 @ 1.74GHz +1.3.6.1.2.1.25.3.2.1.3.316174|4|network interface lo +1.3.6.1.2.1.25.3.2.1.3.324607|4|network interface p1.5 +1.3.6.1.2.1.25.3.2.1.3.327189|4|network interface p1.201 +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.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.316174|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.324607|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.327189|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.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.316174|2|5 +1.3.6.1.2.1.25.3.2.1.5.324607|2|5 +1.3.6.1.2.1.25.3.2.1.5.327189|2|5 +1.3.6.1.2.1.25.3.2.1.6.316174|65|56043 +1.3.6.1.2.1.25.3.2.1.6.324607|65|65045 +1.3.6.1.2.1.25.3.2.1.6.327189|65|4165098504 +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.2.196608|2|14 +1.3.6.1.2.1.25.3.3.1.2.196609|2|20 +1.3.6.1.2.1.31.1.1.1.1.3689|4|p3 +1.3.6.1.2.1.31.1.1.1.1.7752|4|p2 +1.3.6.1.2.1.31.1.1.1.1.11819|4|p1 +1.3.6.1.2.1.31.1.1.1.1.11954|4|ppp15056 +1.3.6.1.2.1.31.1.1.1.1.19060|4|vpnr0 +1.3.6.1.2.1.31.1.1.1.1.31621|4|p1.501 +1.3.6.1.2.1.31.1.1.1.1.31771|4|gre0 +1.3.6.1.2.1.31.1.1.1.1.32398|4|p4 +1.3.6.1.2.1.31.1.1.1.1.33560|4|p1.2 +1.3.6.1.2.1.31.1.1.1.1.35406|4|p1.15 +1.3.6.1.2.1.31.1.1.1.1.41874|4|vpn0 +1.3.6.1.2.1.31.1.1.1.1.48660|4|pvpn0 +1.3.6.1.2.1.31.1.1.1.1.49771|4|p1.99 +1.3.6.1.2.1.31.1.1.1.1.51493|4|p1.301 +1.3.6.1.2.1.31.1.1.1.1.54030|4|lo +1.3.6.1.2.1.31.1.1.1.1.56043|4|p1.10 +1.3.6.1.2.1.31.1.1.1.1.62463|4|p1.5 +1.3.6.1.2.1.31.1.1.1.1.65045|4|p1.201 +1.3.6.1.2.1.31.1.1.1.2.3689|65|171843 +1.3.6.1.2.1.31.1.1.1.2.7752|65|0 +1.3.6.1.2.1.31.1.1.1.2.11819|65|2168955 +1.3.6.1.2.1.31.1.1.1.2.11954|65|0 +1.3.6.1.2.1.31.1.1.1.2.19060|65|0 +1.3.6.1.2.1.31.1.1.1.2.31621|65|180 +1.3.6.1.2.1.31.1.1.1.2.31771|65|0 +1.3.6.1.2.1.31.1.1.1.2.32398|65|0 +1.3.6.1.2.1.31.1.1.1.2.33560|65|2070 +1.3.6.1.2.1.31.1.1.1.2.35406|65|5881 +1.3.6.1.2.1.31.1.1.1.2.41874|65|0 +1.3.6.1.2.1.31.1.1.1.2.48660|65|0 +1.3.6.1.2.1.31.1.1.1.2.49771|65|0 +1.3.6.1.2.1.31.1.1.1.2.51493|65|0 +1.3.6.1.2.1.31.1.1.1.2.54030|65|0 +1.3.6.1.2.1.31.1.1.1.2.56043|65|0 +1.3.6.1.2.1.31.1.1.1.2.62463|65|752 +1.3.6.1.2.1.31.1.1.1.2.65045|65|2160595 +1.3.6.1.2.1.31.1.1.1.3.3689|65|0 +1.3.6.1.2.1.31.1.1.1.3.7752|65|0 +1.3.6.1.2.1.31.1.1.1.3.11819|65|0 +1.3.6.1.2.1.31.1.1.1.3.11954|65|0 +1.3.6.1.2.1.31.1.1.1.3.19060|65|0 +1.3.6.1.2.1.31.1.1.1.3.31621|65|0 +1.3.6.1.2.1.31.1.1.1.3.31771|65|0 +1.3.6.1.2.1.31.1.1.1.3.32398|65|0 +1.3.6.1.2.1.31.1.1.1.3.33560|65|0 +1.3.6.1.2.1.31.1.1.1.3.35406|65|0 +1.3.6.1.2.1.31.1.1.1.3.41874|65|0 +1.3.6.1.2.1.31.1.1.1.3.48660|65|0 +1.3.6.1.2.1.31.1.1.1.3.49771|65|0 +1.3.6.1.2.1.31.1.1.1.3.51493|65|0 +1.3.6.1.2.1.31.1.1.1.3.54030|65|0 +1.3.6.1.2.1.31.1.1.1.3.56043|65|0 +1.3.6.1.2.1.31.1.1.1.3.62463|65|0 +1.3.6.1.2.1.31.1.1.1.3.65045|65|0 +1.3.6.1.2.1.31.1.1.1.4.3689|65|0 +1.3.6.1.2.1.31.1.1.1.4.7752|65|0 +1.3.6.1.2.1.31.1.1.1.4.11819|65|0 +1.3.6.1.2.1.31.1.1.1.4.11954|65|0 +1.3.6.1.2.1.31.1.1.1.4.19060|65|0 +1.3.6.1.2.1.31.1.1.1.4.31621|65|0 +1.3.6.1.2.1.31.1.1.1.4.31771|65|0 +1.3.6.1.2.1.31.1.1.1.4.32398|65|0 +1.3.6.1.2.1.31.1.1.1.4.33560|65|0 +1.3.6.1.2.1.31.1.1.1.4.35406|65|0 +1.3.6.1.2.1.31.1.1.1.4.41874|65|0 +1.3.6.1.2.1.31.1.1.1.4.48660|65|0 +1.3.6.1.2.1.31.1.1.1.4.49771|65|0 +1.3.6.1.2.1.31.1.1.1.4.51493|65|0 +1.3.6.1.2.1.31.1.1.1.4.54030|65|0 +1.3.6.1.2.1.31.1.1.1.4.56043|65|0 +1.3.6.1.2.1.31.1.1.1.4.62463|65|0 +1.3.6.1.2.1.31.1.1.1.4.65045|65|0 +1.3.6.1.2.1.31.1.1.1.5.3689|65|0 +1.3.6.1.2.1.31.1.1.1.5.7752|65|0 +1.3.6.1.2.1.31.1.1.1.5.11819|65|0 +1.3.6.1.2.1.31.1.1.1.5.11954|65|0 +1.3.6.1.2.1.31.1.1.1.5.19060|65|0 +1.3.6.1.2.1.31.1.1.1.5.31621|65|0 +1.3.6.1.2.1.31.1.1.1.5.31771|65|0 +1.3.6.1.2.1.31.1.1.1.5.32398|65|0 +1.3.6.1.2.1.31.1.1.1.5.33560|65|0 +1.3.6.1.2.1.31.1.1.1.5.35406|65|0 +1.3.6.1.2.1.31.1.1.1.5.41874|65|0 +1.3.6.1.2.1.31.1.1.1.5.48660|65|0 +1.3.6.1.2.1.31.1.1.1.5.49771|65|0 +1.3.6.1.2.1.31.1.1.1.5.51493|65|0 +1.3.6.1.2.1.31.1.1.1.5.54030|65|0 +1.3.6.1.2.1.31.1.1.1.5.56043|65|0 +1.3.6.1.2.1.31.1.1.1.5.62463|65|0 +1.3.6.1.2.1.31.1.1.1.5.65045|65|0 +1.3.6.1.2.1.31.1.1.1.6.3689|70|4305631743832 +1.3.6.1.2.1.31.1.1.1.6.7752|70|0 +1.3.6.1.2.1.31.1.1.1.6.11819|70|1342854643897 +1.3.6.1.2.1.31.1.1.1.6.11954|70|1105500 +1.3.6.1.2.1.31.1.1.1.6.19060|70|0 +1.3.6.1.2.1.31.1.1.1.6.31621|70|8928089606 +1.3.6.1.2.1.31.1.1.1.6.31771|70|0 +1.3.6.1.2.1.31.1.1.1.6.32398|70|6906036177331 +1.3.6.1.2.1.31.1.1.1.6.33560|70|13232157590 +1.3.6.1.2.1.31.1.1.1.6.35406|70|41179362520 +1.3.6.1.2.1.31.1.1.1.6.41874|70|7118549845 +1.3.6.1.2.1.31.1.1.1.6.48660|70|438397241 +1.3.6.1.2.1.31.1.1.1.6.49771|70|84549539 +1.3.6.1.2.1.31.1.1.1.6.51493|70|0 +1.3.6.1.2.1.31.1.1.1.6.54030|70|544997700035 +1.3.6.1.2.1.31.1.1.1.6.56043|70|0 +1.3.6.1.2.1.31.1.1.1.6.62463|70|9054530548 +1.3.6.1.2.1.31.1.1.1.6.65045|70|1188613384834 +1.3.6.1.2.1.31.1.1.1.7.3689|70|4203348729 +1.3.6.1.2.1.31.1.1.1.7.7752|70|0 +1.3.6.1.2.1.31.1.1.1.7.11819|70|5837028892 +1.3.6.1.2.1.31.1.1.1.7.11954|70|15225 +1.3.6.1.2.1.31.1.1.1.7.19060|70|0 +1.3.6.1.2.1.31.1.1.1.7.31621|70|50232439 +1.3.6.1.2.1.31.1.1.1.7.31771|70|0 +1.3.6.1.2.1.31.1.1.1.7.32398|70|6148478620 +1.3.6.1.2.1.31.1.1.1.7.33560|70|65291951 +1.3.6.1.2.1.31.1.1.1.7.35406|70|211826385 +1.3.6.1.2.1.31.1.1.1.7.41874|70|9629271 +1.3.6.1.2.1.31.1.1.1.7.48660|70|5480232 +1.3.6.1.2.1.31.1.1.1.7.49771|70|859232 +1.3.6.1.2.1.31.1.1.1.7.51493|70|0 +1.3.6.1.2.1.31.1.1.1.7.54030|70|1372122108 +1.3.6.1.2.1.31.1.1.1.7.56043|70|0 +1.3.6.1.2.1.31.1.1.1.7.62463|70|47471184 +1.3.6.1.2.1.31.1.1.1.7.65045|70|5461257606 +1.3.6.1.2.1.31.1.1.1.8.3689|70|171843 +1.3.6.1.2.1.31.1.1.1.8.7752|70|0 +1.3.6.1.2.1.31.1.1.1.8.11819|70|2168955 +1.3.6.1.2.1.31.1.1.1.8.11954|70|0 +1.3.6.1.2.1.31.1.1.1.8.19060|70|0 +1.3.6.1.2.1.31.1.1.1.8.31621|70|180 +1.3.6.1.2.1.31.1.1.1.8.31771|70|0 +1.3.6.1.2.1.31.1.1.1.8.32398|70|0 +1.3.6.1.2.1.31.1.1.1.8.33560|70|2070 +1.3.6.1.2.1.31.1.1.1.8.35406|70|5881 +1.3.6.1.2.1.31.1.1.1.8.41874|70|0 +1.3.6.1.2.1.31.1.1.1.8.48660|70|0 +1.3.6.1.2.1.31.1.1.1.8.49771|70|0 +1.3.6.1.2.1.31.1.1.1.8.51493|70|0 +1.3.6.1.2.1.31.1.1.1.8.54030|70|0 +1.3.6.1.2.1.31.1.1.1.8.56043|70|0 +1.3.6.1.2.1.31.1.1.1.8.62463|70|752 +1.3.6.1.2.1.31.1.1.1.8.65045|70|2160595 +1.3.6.1.2.1.31.1.1.1.9.3689|70|0 +1.3.6.1.2.1.31.1.1.1.9.7752|70|0 +1.3.6.1.2.1.31.1.1.1.9.11819|70|0 +1.3.6.1.2.1.31.1.1.1.9.11954|70|0 +1.3.6.1.2.1.31.1.1.1.9.19060|70|0 +1.3.6.1.2.1.31.1.1.1.9.31621|70|0 +1.3.6.1.2.1.31.1.1.1.9.31771|70|0 +1.3.6.1.2.1.31.1.1.1.9.32398|70|0 +1.3.6.1.2.1.31.1.1.1.9.33560|70|0 +1.3.6.1.2.1.31.1.1.1.9.35406|70|0 +1.3.6.1.2.1.31.1.1.1.9.41874|70|0 +1.3.6.1.2.1.31.1.1.1.9.48660|70|0 +1.3.6.1.2.1.31.1.1.1.9.49771|70|0 +1.3.6.1.2.1.31.1.1.1.9.51493|70|0 +1.3.6.1.2.1.31.1.1.1.9.54030|70|0 +1.3.6.1.2.1.31.1.1.1.9.56043|70|0 +1.3.6.1.2.1.31.1.1.1.9.62463|70|0 +1.3.6.1.2.1.31.1.1.1.9.65045|70|0 +1.3.6.1.2.1.31.1.1.1.10.3689|70|743623700520 +1.3.6.1.2.1.31.1.1.1.10.7752|70|0 +1.3.6.1.2.1.31.1.1.1.10.11819|70|11080883167159 +1.3.6.1.2.1.31.1.1.1.10.11954|70|11474142 +1.3.6.1.2.1.31.1.1.1.10.19060|70|0 +1.3.6.1.2.1.31.1.1.1.10.31621|70|96192982001 +1.3.6.1.2.1.31.1.1.1.10.31771|70|0 +1.3.6.1.2.1.31.1.1.1.10.32398|70|703887358490 +1.3.6.1.2.1.31.1.1.1.10.33560|70|137945896838 +1.3.6.1.2.1.31.1.1.1.10.35406|70|314324913086 +1.3.6.1.2.1.31.1.1.1.10.41874|70|1043682741 +1.3.6.1.2.1.31.1.1.1.10.48660|70|3240714010 +1.3.6.1.2.1.31.1.1.1.10.49771|70|72866527 +1.3.6.1.2.1.31.1.1.1.10.51493|70|7846902 +1.3.6.1.2.1.31.1.1.1.10.54030|70|544997700035 +1.3.6.1.2.1.31.1.1.1.10.56043|70|0 +1.3.6.1.2.1.31.1.1.1.10.62463|70|100893802048 +1.3.6.1.2.1.31.1.1.1.10.65045|70|10431444859811 +1.3.6.1.2.1.31.1.1.1.11.3689|70|2523549403 +1.3.6.1.2.1.31.1.1.1.11.7752|70|0 +1.3.6.1.2.1.31.1.1.1.11.11819|70|10138444968 +1.3.6.1.2.1.31.1.1.1.11.11954|70|13509 +1.3.6.1.2.1.31.1.1.1.11.19060|70|0 +1.3.6.1.2.1.31.1.1.1.11.31621|70|81885262 +1.3.6.1.2.1.31.1.1.1.11.31771|70|0 +1.3.6.1.2.1.31.1.1.1.11.32398|70|3465698710 +1.3.6.1.2.1.31.1.1.1.11.33560|70|108304933 +1.3.6.1.2.1.31.1.1.1.11.35406|70|290008705 +1.3.6.1.2.1.31.1.1.1.11.41874|70|8007543 +1.3.6.1.2.1.31.1.1.1.11.48660|70|7660599 +1.3.6.1.2.1.31.1.1.1.11.49771|70|1146467 +1.3.6.1.2.1.31.1.1.1.11.51493|70|186831 +1.3.6.1.2.1.31.1.1.1.11.54030|70|1372122108 +1.3.6.1.2.1.31.1.1.1.11.56043|70|0 +1.3.6.1.2.1.31.1.1.1.11.62463|70|80959845 +1.3.6.1.2.1.31.1.1.1.11.65045|70|9575952926 +1.3.6.1.2.1.31.1.1.1.12.3689|70|0 +1.3.6.1.2.1.31.1.1.1.12.7752|70|0 +1.3.6.1.2.1.31.1.1.1.12.11819|70|0 +1.3.6.1.2.1.31.1.1.1.12.11954|70|0 +1.3.6.1.2.1.31.1.1.1.12.19060|70|0 +1.3.6.1.2.1.31.1.1.1.12.31621|70|0 +1.3.6.1.2.1.31.1.1.1.12.31771|70|0 +1.3.6.1.2.1.31.1.1.1.12.32398|70|0 +1.3.6.1.2.1.31.1.1.1.12.33560|70|0 +1.3.6.1.2.1.31.1.1.1.12.35406|70|0 +1.3.6.1.2.1.31.1.1.1.12.41874|70|0 +1.3.6.1.2.1.31.1.1.1.12.48660|70|0 +1.3.6.1.2.1.31.1.1.1.12.49771|70|0 +1.3.6.1.2.1.31.1.1.1.12.51493|70|0 +1.3.6.1.2.1.31.1.1.1.12.54030|70|0 +1.3.6.1.2.1.31.1.1.1.12.56043|70|0 +1.3.6.1.2.1.31.1.1.1.12.62463|70|0 +1.3.6.1.2.1.31.1.1.1.12.65045|70|0 +1.3.6.1.2.1.31.1.1.1.13.3689|70|0 +1.3.6.1.2.1.31.1.1.1.13.7752|70|0 +1.3.6.1.2.1.31.1.1.1.13.11819|70|0 +1.3.6.1.2.1.31.1.1.1.13.11954|70|0 +1.3.6.1.2.1.31.1.1.1.13.19060|70|0 +1.3.6.1.2.1.31.1.1.1.13.31621|70|0 +1.3.6.1.2.1.31.1.1.1.13.31771|70|0 +1.3.6.1.2.1.31.1.1.1.13.32398|70|0 +1.3.6.1.2.1.31.1.1.1.13.33560|70|0 +1.3.6.1.2.1.31.1.1.1.13.35406|70|0 +1.3.6.1.2.1.31.1.1.1.13.41874|70|0 +1.3.6.1.2.1.31.1.1.1.13.48660|70|0 +1.3.6.1.2.1.31.1.1.1.13.49771|70|0 +1.3.6.1.2.1.31.1.1.1.13.51493|70|0 +1.3.6.1.2.1.31.1.1.1.13.54030|70|0 +1.3.6.1.2.1.31.1.1.1.13.56043|70|0 +1.3.6.1.2.1.31.1.1.1.13.62463|70|0 +1.3.6.1.2.1.31.1.1.1.13.65045|70|0 +1.3.6.1.2.1.31.1.1.1.15.3689|66|1000 +1.3.6.1.2.1.31.1.1.1.15.7752|66|0 +1.3.6.1.2.1.31.1.1.1.15.11819|66|1000 +1.3.6.1.2.1.31.1.1.1.15.11954|66|0 +1.3.6.1.2.1.31.1.1.1.15.19060|66|0 +1.3.6.1.2.1.31.1.1.1.15.31621|66|1000 +1.3.6.1.2.1.31.1.1.1.15.31771|66|0 +1.3.6.1.2.1.31.1.1.1.15.32398|66|1000 +1.3.6.1.2.1.31.1.1.1.15.33560|66|1000 +1.3.6.1.2.1.31.1.1.1.15.35406|66|1000 +1.3.6.1.2.1.31.1.1.1.15.41874|66|0 +1.3.6.1.2.1.31.1.1.1.15.48660|66|0 +1.3.6.1.2.1.31.1.1.1.15.49771|66|1000 +1.3.6.1.2.1.31.1.1.1.15.51493|66|1000 +1.3.6.1.2.1.31.1.1.1.15.54030|66|10 +1.3.6.1.2.1.31.1.1.1.15.56043|66|1000 +1.3.6.1.2.1.31.1.1.1.15.62463|66|1000 +1.3.6.1.2.1.31.1.1.1.15.65045|66|1000 +1.3.6.1.2.1.31.1.1.1.16.3689|2|2 +1.3.6.1.2.1.31.1.1.1.16.7752|2|2 +1.3.6.1.2.1.31.1.1.1.16.11819|2|2 +1.3.6.1.2.1.31.1.1.1.16.11954|2|2 +1.3.6.1.2.1.31.1.1.1.16.19060|2|2 +1.3.6.1.2.1.31.1.1.1.16.31621|2|2 +1.3.6.1.2.1.31.1.1.1.16.31771|2|2 +1.3.6.1.2.1.31.1.1.1.16.32398|2|2 +1.3.6.1.2.1.31.1.1.1.16.33560|2|2 +1.3.6.1.2.1.31.1.1.1.16.35406|2|2 +1.3.6.1.2.1.31.1.1.1.16.41874|2|2 +1.3.6.1.2.1.31.1.1.1.16.48660|2|2 +1.3.6.1.2.1.31.1.1.1.16.49771|2|2 +1.3.6.1.2.1.31.1.1.1.16.51493|2|2 +1.3.6.1.2.1.31.1.1.1.16.54030|2|2 +1.3.6.1.2.1.31.1.1.1.16.56043|2|2 +1.3.6.1.2.1.31.1.1.1.16.62463|2|2 +1.3.6.1.2.1.31.1.1.1.16.65045|2|2 +1.3.6.1.2.1.31.1.1.1.17.3689|2|1 +1.3.6.1.2.1.31.1.1.1.17.7752|2|1 +1.3.6.1.2.1.31.1.1.1.17.11819|2|1 +1.3.6.1.2.1.31.1.1.1.17.11954|2|1 +1.3.6.1.2.1.31.1.1.1.17.19060|2|1 +1.3.6.1.2.1.31.1.1.1.17.31621|2|1 +1.3.6.1.2.1.31.1.1.1.17.31771|2|1 +1.3.6.1.2.1.31.1.1.1.17.32398|2|1 +1.3.6.1.2.1.31.1.1.1.17.33560|2|1 +1.3.6.1.2.1.31.1.1.1.17.35406|2|1 +1.3.6.1.2.1.31.1.1.1.17.41874|2|1 +1.3.6.1.2.1.31.1.1.1.17.48660|2|1 +1.3.6.1.2.1.31.1.1.1.17.49771|2|1 +1.3.6.1.2.1.31.1.1.1.17.51493|2|1 +1.3.6.1.2.1.31.1.1.1.17.54030|2|2 +1.3.6.1.2.1.31.1.1.1.17.56043|2|1 +1.3.6.1.2.1.31.1.1.1.17.62463|2|1 +1.3.6.1.2.1.31.1.1.1.17.65045|2|1 +1.3.6.1.2.1.31.1.1.1.18.3689|4| +1.3.6.1.2.1.31.1.1.1.18.7752|4| +1.3.6.1.2.1.31.1.1.1.18.11819|4| +1.3.6.1.2.1.31.1.1.1.18.11954|4| +1.3.6.1.2.1.31.1.1.1.18.19060|4| +1.3.6.1.2.1.31.1.1.1.18.31621|4| +1.3.6.1.2.1.31.1.1.1.18.31771|4| +1.3.6.1.2.1.31.1.1.1.18.32398|4| +1.3.6.1.2.1.31.1.1.1.18.33560|4| +1.3.6.1.2.1.31.1.1.1.18.35406|4| +1.3.6.1.2.1.31.1.1.1.18.41874|4| +1.3.6.1.2.1.31.1.1.1.18.48660|4| +1.3.6.1.2.1.31.1.1.1.18.49771|4| +1.3.6.1.2.1.31.1.1.1.18.51493|4| +1.3.6.1.2.1.31.1.1.1.18.54030|4| +1.3.6.1.2.1.31.1.1.1.18.56043|4| +1.3.6.1.2.1.31.1.1.1.18.62463|4| +1.3.6.1.2.1.31.1.1.1.18.65045|4| +1.3.6.1.2.1.31.1.1.1.19.3689|67|0 +1.3.6.1.2.1.31.1.1.1.19.7752|67|0 +1.3.6.1.2.1.31.1.1.1.19.11819|67|0 +1.3.6.1.2.1.31.1.1.1.19.11954|67|0 +1.3.6.1.2.1.31.1.1.1.19.19060|67|0 +1.3.6.1.2.1.31.1.1.1.19.31621|67|0 +1.3.6.1.2.1.31.1.1.1.19.31771|67|0 +1.3.6.1.2.1.31.1.1.1.19.32398|67|0 +1.3.6.1.2.1.31.1.1.1.19.33560|67|0 +1.3.6.1.2.1.31.1.1.1.19.35406|67|0 +1.3.6.1.2.1.31.1.1.1.19.41874|67|0 +1.3.6.1.2.1.31.1.1.1.19.48660|67|0 +1.3.6.1.2.1.31.1.1.1.19.49771|67|0 +1.3.6.1.2.1.31.1.1.1.19.51493|67|0 +1.3.6.1.2.1.31.1.1.1.19.54030|67|0 +1.3.6.1.2.1.31.1.1.1.19.56043|67|0 +1.3.6.1.2.1.31.1.1.1.19.62463|67|0 +1.3.6.1.2.1.31.1.1.1.19.65045|67|0 +1.3.6.1.4.1.2021.4.3.0|2|1048572 +1.3.6.1.4.1.2021.4.4.0|2|1033060 +1.3.6.1.4.1.2021.4.5.0|2|4035012 +1.3.6.1.4.1.2021.4.6.0|2|151888 +1.3.6.1.4.1.2021.4.11.0|2|1184948 +1.3.6.1.4.1.2021.4.13.0|2|248 +1.3.6.1.4.1.2021.4.14.0|2|321996 +1.3.6.1.4.1.2021.4.15.0|2|2461092 +1.3.6.1.4.1.2021.10.1.5.1|2|33 +1.3.6.1.4.1.2021.10.1.5.2|2|33 +1.3.6.1.4.1.2021.10.1.5.3|2|32 +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|499 +1.3.6.1.4.1.2021.11.6.0|2|0 +1.3.6.1.4.1.2021.11.7.0|2|10647 +1.3.6.1.4.1.2021.11.8.0|2|4642 +1.3.6.1.4.1.2021.11.9.0|2|5 +1.3.6.1.4.1.2021.11.10.0|2|5 +1.3.6.1.4.1.2021.11.11.0|2|83 +1.3.6.1.4.1.2021.11.50.0|65|53787936 +1.3.6.1.4.1.2021.11.51.0|65|267234 +1.3.6.1.4.1.2021.11.52.0|65|50997923 +1.3.6.1.4.1.2021.11.53.0|65|958642849 +1.3.6.1.4.1.2021.11.54.0|65|2484676 +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|2214145416 +1.3.6.1.4.1.2021.11.58.0|65|53006898 +1.3.6.1.4.1.2021.11.59.0|65|1199197357 +1.3.6.1.4.1.2021.11.60.0|65|2618405503 +1.3.6.1.4.1.2021.11.61.0|65|53045725 +1.3.6.1.4.1.2021.11.62.0|65|1404 +1.3.6.1.4.1.2021.11.63.0|65|4275 +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|2 +1.3.6.1.4.1.2021.13.15.1.1.1.1|2|1 +1.3.6.1.4.1.2021.13.15.1.1.1.2|2|2 +1.3.6.1.4.1.2021.13.15.1.1.1.3|2|3 +1.3.6.1.4.1.2021.13.15.1.1.1.4|2|4 +1.3.6.1.4.1.2021.13.15.1.1.1.5|2|5 +1.3.6.1.4.1.2021.13.15.1.1.1.6|2|6 +1.3.6.1.4.1.2021.13.15.1.1.1.7|2|7 +1.3.6.1.4.1.2021.13.15.1.1.1.8|2|8 +1.3.6.1.4.1.2021.13.15.1.1.1.9|2|9 +1.3.6.1.4.1.2021.13.15.1.1.1.10|2|10 +1.3.6.1.4.1.2021.13.15.1.1.1.11|2|11 +1.3.6.1.4.1.2021.13.15.1.1.1.12|2|12 +1.3.6.1.4.1.2021.13.15.1.1.1.13|2|13 +1.3.6.1.4.1.2021.13.15.1.1.1.14|2|14 +1.3.6.1.4.1.2021.13.15.1.1.1.15|2|15 +1.3.6.1.4.1.2021.13.15.1.1.1.16|2|16 +1.3.6.1.4.1.2021.13.15.1.1.1.17|2|17 +1.3.6.1.4.1.2021.13.15.1.1.1.18|2|18 +1.3.6.1.4.1.2021.13.15.1.1.1.19|2|19 +1.3.6.1.4.1.2021.13.15.1.1.1.20|2|20 +1.3.6.1.4.1.2021.13.15.1.1.1.21|2|21 +1.3.6.1.4.1.2021.13.15.1.1.1.22|2|22 +1.3.6.1.4.1.2021.13.15.1.1.1.23|2|23 +1.3.6.1.4.1.2021.13.15.1.1.1.24|2|24 +1.3.6.1.4.1.2021.13.15.1.1.1.25|2|25 +1.3.6.1.4.1.2021.13.15.1.1.1.26|2|26 +1.3.6.1.4.1.2021.13.15.1.1.1.27|2|27 +1.3.6.1.4.1.2021.13.15.1.1.1.28|2|28 +1.3.6.1.4.1.2021.13.15.1.1.1.29|2|29 +1.3.6.1.4.1.2021.13.15.1.1.1.30|2|30 +1.3.6.1.4.1.2021.13.15.1.1.1.31|2|31 +1.3.6.1.4.1.2021.13.15.1.1.2.1|4|ram0 +1.3.6.1.4.1.2021.13.15.1.1.2.2|4|ram1 +1.3.6.1.4.1.2021.13.15.1.1.2.3|4|ram2 +1.3.6.1.4.1.2021.13.15.1.1.2.4|4|ram3 +1.3.6.1.4.1.2021.13.15.1.1.2.5|4|ram4 +1.3.6.1.4.1.2021.13.15.1.1.2.6|4|ram5 +1.3.6.1.4.1.2021.13.15.1.1.2.7|4|ram6 +1.3.6.1.4.1.2021.13.15.1.1.2.8|4|ram7 +1.3.6.1.4.1.2021.13.15.1.1.2.9|4|ram8 +1.3.6.1.4.1.2021.13.15.1.1.2.10|4|ram9 +1.3.6.1.4.1.2021.13.15.1.1.2.11|4|ram10 +1.3.6.1.4.1.2021.13.15.1.1.2.12|4|ram11 +1.3.6.1.4.1.2021.13.15.1.1.2.13|4|ram12 +1.3.6.1.4.1.2021.13.15.1.1.2.14|4|ram13 +1.3.6.1.4.1.2021.13.15.1.1.2.15|4|ram14 +1.3.6.1.4.1.2021.13.15.1.1.2.16|4|ram15 +1.3.6.1.4.1.2021.13.15.1.1.2.17|4|loop0 +1.3.6.1.4.1.2021.13.15.1.1.2.18|4|loop1 +1.3.6.1.4.1.2021.13.15.1.1.2.19|4|loop2 +1.3.6.1.4.1.2021.13.15.1.1.2.20|4|loop3 +1.3.6.1.4.1.2021.13.15.1.1.2.21|4|loop4 +1.3.6.1.4.1.2021.13.15.1.1.2.22|4|loop5 +1.3.6.1.4.1.2021.13.15.1.1.2.23|4|loop6 +1.3.6.1.4.1.2021.13.15.1.1.2.24|4|loop7 +1.3.6.1.4.1.2021.13.15.1.1.2.25|4|sda +1.3.6.1.4.1.2021.13.15.1.1.2.26|4|sda1 +1.3.6.1.4.1.2021.13.15.1.1.2.27|4|sda2 +1.3.6.1.4.1.2021.13.15.1.1.2.28|4|sda3 +1.3.6.1.4.1.2021.13.15.1.1.2.29|4|sda4 +1.3.6.1.4.1.2021.13.15.1.1.2.30|4|sda5 +1.3.6.1.4.1.2021.13.15.1.1.2.31|4|sda6 +1.3.6.1.4.1.2021.13.15.1.1.3.1|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.2|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.7|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.8|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.9|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.10|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.11|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.12|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.13|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.14|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.15|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.16|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.17|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.18|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.19|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.20|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.21|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.22|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.23|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.24|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.25|65|1369662464 +1.3.6.1.4.1.2021.13.15.1.1.3.26|65|3270111744 +1.3.6.1.4.1.2021.13.15.1.1.3.27|65|2355429888 +1.3.6.1.4.1.2021.13.15.1.1.3.28|65|1978880 +1.3.6.1.4.1.2021.13.15.1.1.3.29|65|6656 +1.3.6.1.4.1.2021.13.15.1.1.3.30|65|7302656 +1.3.6.1.4.1.2021.13.15.1.1.3.31|65|28226048 +1.3.6.1.4.1.2021.13.15.1.1.4.1|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.2|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.7|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.8|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.9|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.10|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.11|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.12|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.13|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.14|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.15|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.16|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.17|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.18|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.19|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.20|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.21|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.22|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.23|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.24|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.25|65|4066054656 +1.3.6.1.4.1.2021.13.15.1.1.4.26|65|357953536 +1.3.6.1.4.1.2021.13.15.1.1.4.27|65|3655335936 +1.3.6.1.4.1.2021.13.15.1.1.4.28|65|8192 +1.3.6.1.4.1.2021.13.15.1.1.4.29|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.30|65|17510912 +1.3.6.1.4.1.2021.13.15.1.1.4.31|65|35246080 +1.3.6.1.4.1.2021.13.15.1.1.5.1|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.2|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.7|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.8|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.9|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.10|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.11|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.12|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.13|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.14|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.15|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.16|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.17|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.18|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.19|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.20|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.21|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.22|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.23|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.24|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.25|65|2427734 +1.3.6.1.4.1.2021.13.15.1.1.5.26|65|608347 +1.3.6.1.4.1.2021.13.15.1.1.5.27|65|1813882 +1.3.6.1.4.1.2021.13.15.1.1.5.28|65|474 +1.3.6.1.4.1.2021.13.15.1.1.5.29|65|4 +1.3.6.1.4.1.2021.13.15.1.1.5.30|65|559 +1.3.6.1.4.1.2021.13.15.1.1.5.31|65|2831 +1.3.6.1.4.1.2021.13.15.1.1.6.1|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.2|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.7|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.8|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.9|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.10|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.11|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.12|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.13|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.14|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.15|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.16|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.17|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.18|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.19|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.20|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.21|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.22|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.23|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.24|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.25|65|260450906 +1.3.6.1.4.1.2021.13.15.1.1.6.26|65|253795168 +1.3.6.1.4.1.2021.13.15.1.1.6.27|65|6654855 +1.3.6.1.4.1.2021.13.15.1.1.6.28|65|2 +1.3.6.1.4.1.2021.13.15.1.1.6.29|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.30|65|320 +1.3.6.1.4.1.2021.13.15.1.1.6.31|65|561 +1.3.6.1.4.1.2021.13.15.1.1.9.1|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.2|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.3|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.4|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.5|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.6|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.7|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.8|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.9|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.10|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.11|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.12|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.13|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.14|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.15|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.16|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.17|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.18|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.19|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.20|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.21|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.22|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.23|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.24|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.25|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.26|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.27|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.28|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.29|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.30|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.31|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.1|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.2|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.3|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.4|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.5|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.6|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.7|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.8|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.9|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.10|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.11|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.12|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.13|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.14|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.15|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.16|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.17|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.18|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.19|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.20|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.21|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.22|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.23|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.24|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.25|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.26|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.27|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.28|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.29|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.30|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.31|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.1|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.2|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.3|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.4|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.5|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.6|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.7|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.8|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.9|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.10|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.11|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.12|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.13|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.14|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.15|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.16|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.17|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.18|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.19|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.20|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.21|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.22|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.23|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.24|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.25|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.26|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.27|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.28|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.29|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.30|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.31|2|0 +1.3.6.1.4.1.2021.13.15.1.1.12.1|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.2|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.3|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.4|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.5|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.6|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.7|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.8|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.9|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.10|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.11|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.12|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.13|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.14|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.15|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.16|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.17|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.18|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.19|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.20|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.21|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.22|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.23|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.24|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.25|70|27139466240 +1.3.6.1.4.1.2021.13.15.1.1.12.26|70|3270111744 +1.3.6.1.4.1.2021.13.15.1.1.12.27|70|23830266368 +1.3.6.1.4.1.2021.13.15.1.1.12.28|70|1978880 +1.3.6.1.4.1.2021.13.15.1.1.12.29|70|6656 +1.3.6.1.4.1.2021.13.15.1.1.12.30|70|7302656 +1.3.6.1.4.1.2021.13.15.1.1.12.31|70|28226048 +1.3.6.1.4.1.2021.13.15.1.1.13.1|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.2|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.3|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.4|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.5|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.6|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.7|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.8|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.9|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.10|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.11|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.12|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.13|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.14|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.15|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.16|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.17|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.18|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.19|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.20|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.21|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.22|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.23|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.24|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.25|70|1133642453504 +1.3.6.1.4.1.2021.13.15.1.1.13.26|70|1104164548608 +1.3.6.1.4.1.2021.13.15.1.1.13.27|70|29425139712 +1.3.6.1.4.1.2021.13.15.1.1.13.28|70|8192 +1.3.6.1.4.1.2021.13.15.1.1.13.29|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.30|70|17510912 +1.3.6.1.4.1.2021.13.15.1.1.13.31|70|35246080 +1.3.6.1.4.1.10704.1.10.1.4.8.102.119.83.116.97.116.115.0|70|897 +1.3.6.1.6.3.10.2.1.3.0|2|2841101