diff --git a/html/images/os/velocloud.png b/html/images/os/velocloud.png
new file mode 100644
index 0000000000..ab6a36b7bc
Binary files /dev/null and b/html/images/os/velocloud.png differ
diff --git a/includes/definitions/discovery/velocloud.yaml b/includes/definitions/discovery/velocloud.yaml
new file mode 100644
index 0000000000..7bb00304ab
--- /dev/null
+++ b/includes/definitions/discovery/velocloud.yaml
@@ -0,0 +1,91 @@
+mib: VELOCLOUD-EDGE-MIB
+modules:
+ os:
+ sysDescr_regex: '/^VeloCloud (?EDGE.*)/'
+ sensors:
+ pre-cache:
+ data:
+ -
+ oid:
+ - vceLinkItf
+ - vceLinkName
+ - vceLinkVlanId
+ state:
+ data:
+ -
+ oid: vceHaAdminState
+ num_oid: '.1.3.6.1.4.1.45346.1.1.2.1.2.1.{{ $index }}'
+ index: 'vceHaAdminState.{{ $index }}'
+ descr: 'HA configuration'
+ group: HA
+ value: vceHaAdminState
+ states:
+ - { value: 1, graph: 0, generic: 0, descr: none }
+ - { value: 2, graph: 0, generic: 0, descr: ActiveStandbyPair }
+ - { value: 3, graph: 0, generic: 0, descr: Cluster }
+ - { value: 4, graph: 0, generic: 0, descr: VrrpPair }
+ - { value: 5, graph: 0, generic: 3, descr: unknown }
+ -
+ oid: vceHaPeerState
+ num_oid: '.1.3.6.1.4.1.45346.1.1.2.1.2.2.{{ $index }}'
+ index: 'vceHaPeerState.{{ $index }}'
+ descr: 'HA peer state'
+ group: HA
+ value: vceHaPeerState
+ states:
+ - { value: 1, graph: 0, generic: 0, descr: initializing }
+ - { value: 2, graph: 0, generic: 0, descr: active }
+ - { value: 3, graph: 0, generic: 0, descr: standby }
+ - { value: 4, graph: 0, generic: 3, descr: unknown }
+ -
+ oid: vceLinkVpnState
+ num_oid: '.1.3.6.1.4.1.45346.1.1.2.3.2.2.1.26.{{ $index }}'
+ index: 'vceLinkVpnState.{{ $index }}'
+ descr: '{{ $vceLinkItf }} VLAN{{ $vceLinkVlanId }} , {{ $vceLinkName }} VPN link state'
+ group: 'VCE Links'
+ value: vceLinkVpnState
+ states:
+ - { value: 1, graph: 1, generic: 1, descr: initial }
+ - { value: 2, graph: 2, generic: 2, descr: dead }
+ - { value: 3, graph: 3, generic: 2, descr: unusable }
+ - { value: 4, graph: 4, generic: 0, descr: quiet }
+ - { value: 5, graph: 5, generic: 0, descr: standby }
+ - { value: 6, graph: 6, generic: 2, descr: unstable }
+ - { value: 7, graph: 7, generic: 0, descr: stable }
+ - { value: 8, graph: 8, generic: 3, descr: unknown }
+ -
+ oid: vceLinkState
+ num_oid: '.1.3.6.1.4.1.45346.1.1.2.3.2.2.1.34.{{ $index }}'
+ index: 'vceLinkState.{{ $index }}'
+ descr: '{{ $vceLinkItf }} VLAN{{ $vceLinkVlanId }} , {{ $vceLinkName }} WAN link state'
+ group: 'VCE Links'
+ value: vceLinkState
+ states:
+ - { value: 1, graph: 1, generic: 1, descr: initial }
+ - { value: 2, graph: 2, generic: 2, descr: dead }
+ - { value: 3, graph: 3, generic: 2, descr: unusable }
+ - { value: 4, graph: 4, generic: 0, descr: quiet }
+ - { value: 5, graph: 5, generic: 0, descr: standby }
+ - { value: 6, graph: 6, generic: 2, descr: unstable }
+ - { value: 7, graph: 7, generic: 0, descr: stable }
+ - { value: 8, graph: 8, generic: 3, descr: unknown }
+ loss:
+ data:
+ -
+ oid: vceLinkTxLostPkt
+ num_oid: '.1.3.6.1.4.1.45346.1.1.2.3.2.2.1.24.{{ $index }}'
+ index: 'vceLinkTxLostPkt.{{ $index }}'
+ descr: '{{ $vceLinkItf }} VLAN{{ $vceLinkVlanId }} , {{ $vceLinkName }} TX packet loss'
+ group: 'VCE Links'
+ value: vceLinkTxLostPkt
+ warn_limit: '1'
+ high_limit: '5'
+ -
+ oid: vceLinkRxLostPkt
+ num_oid: '.1.3.6.1.4.1.45346.1.1.2.3.2.2.1.25.{{ $index }}'
+ index: 'vceLinkRxLostPkt.{{ $index }}'
+ descr: '{{ $vceLinkItf }} VLAN{{ $vceLinkVlanId }} , {{ $vceLinkName }} RX packet loss'
+ group: 'VCE Links'
+ value: vceLinkRxLostPkt
+ warn_limit: '1'
+ high_limit: '5'
diff --git a/includes/definitions/velocloud.yaml b/includes/definitions/velocloud.yaml
new file mode 100644
index 0000000000..1ee6339276
--- /dev/null
+++ b/includes/definitions/velocloud.yaml
@@ -0,0 +1,15 @@
+os: velocloud
+text: 'VMware SD-WAN'
+type: appliance
+icon: velocloud
+mib_dir: vmware
+over:
+ - { 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.8072.3.2.10
+ sysDescr:
+ - VeloCloud
diff --git a/mibs/vmware/VELOCLOUD-EDGE-MIB b/mibs/vmware/VELOCLOUD-EDGE-MIB
new file mode 100644
index 0000000000..b5924e1102
--- /dev/null
+++ b/mibs/vmware/VELOCLOUD-EDGE-MIB
@@ -0,0 +1,1073 @@
+------------------------------------
+-- VeloCloud Edge MIB Definitions --
+------------------------------------
+
+VELOCLOUD-EDGE-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ OBJECT-TYPE,
+ Integer32,
+ TimeTicks,
+ Counter64
+ FROM SNMPv2-SMI
+
+ OBJECT-GROUP,
+ MODULE-COMPLIANCE
+ FROM SNMPv2-CONF
+
+ TruthValue,
+ DisplayString,
+ TEXTUAL-CONVENTION,
+ PhysAddress
+ FROM SNMPv2-TC
+
+ InetAddress,
+ InetAddressType
+ FROM INET-ADDRESS-MIB
+
+ InterfaceIndex
+ FROM IF-MIB
+
+ UUID
+ FROM UUID-TC-MIB
+
+ modules
+ FROM VELOCLOUD-MIB
+;
+
+edge MODULE-IDENTITY
+ LAST-UPDATED "201908020000Z"
+ ORGANIZATION "VMware Corporation"
+ CONTACT-INFO "postal: VMware Corporation
+ World Headquarters
+ 3401 Hillview Avenue
+ Palo Alto, CA 94304
+ USA
+
+ email: contact@velocloud.com
+ web: www.velocloud.com"
+ DESCRIPTION "VeloCloud Edge MIB Definitions"
+
+ REVISION "201908020000Z"
+ DESCRIPTION "Update definition of VeloCloud Edge MIB Objects"
+
+ REVISION "201701180000Z"
+ DESCRIPTION "Implementation of VeloCloud Edge Module MIB Objects"
+
+ REVISION "201701130000Z"
+ DESCRIPTION "Inital definition of VeloCloud MIB Objects"
+::= { modules 1 }
+
+
+VceHaAdminStateType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION "VeloCloud specified enumeration type ha adminstration state."
+ SYNTAX INTEGER {
+ none(1),
+ theVelocloudActiveStandbyPair(2),
+ theVeloCloudCluster(3),
+ nonVeloCloudVrrpPair(4),
+ unknown(5)
+ }
+
+VceHaPeerStateType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION "VeloCloud specified enumeration type for ha peer state."
+ SYNTAX INTEGER {
+ initializing(1),
+ active(2),
+ standby(3),
+ unknown(4)
+ }
+
+VceLinkStateType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION "VeloCloud specified enumeration type for link state."
+ SYNTAX INTEGER {
+ initial(1),
+ dead(2),
+ unusable(3),
+ quiet(4),
+ standby(5),
+ unstable(6),
+ stable(7),
+ unknown(8)
+ }
+
+VcePathStateType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION "VeloCloud specified enumeration type for path state."
+ SYNTAX INTEGER {
+ initial(1),
+ dead(2),
+ unusable(3),
+ quiet(4),
+ unstable(5),
+ bwUnmeasurable(6),
+ waitingForLinkbw(7),
+ measuringTxBw(8),
+ measuringRxBw(9),
+ stable(10),
+ active(11),
+ upHsby(12),
+ idleHsby(13),
+ backup(14),
+ unknown(15)
+ }
+
+VcePathTunlModeType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION "VeloCloud specified enumeration type for path tunnel mode."
+ SYNTAX INTEGER {
+ default(1),
+ trusted(2),
+ untrustedTransport(3),
+ untrustedTunnel(4),
+ unknown(5)
+ }
+
+VceArpStateType ::= TEXTUAL-CONVENTION
+ STATUS current
+ DESCRIPTION "VeloCloud specified enumeration type for arp state."
+ SYNTAX INTEGER {
+ reachable(1),
+ stale(2),
+ invalid(5),
+ unknown(6),
+ incomplete(7)
+ }
+
+
+--------------------------------
+-- .edge(1) Top Level --
+-- --
+-- Contains OIDs: --
+-- .vceCompliance(1) --
+-- .vceEdgeObject(2) --
+--------------------------------
+vceCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION "Compliance statement for all VeloCloud edge(vce) objects."
+ MODULE
+ MANDATORY-GROUPS {
+ vceHaGroup,
+ vceHealthGroup,
+ vceLinkGroup,
+ vcePathGroup,
+ vceArpGroup
+ }
+::= { edge 1 }
+
+vceEdgeObject OBJECT IDENTIFIER ::= { edge 2 }
+
+
+--------------------------------
+-- .vceEdgeObject(2) --
+-- --
+-- Contains OIDs: --
+-- .vceHA(1) --
+-- .vceHealth(2) --
+-- .vceLink(3) --
+-- .vcePath(4) --
+-- .vceARP(5) --
+--------------------------------
+vceHA OBJECT IDENTIFIER ::= { vceEdgeObject 1 }
+vceHealth OBJECT IDENTIFIER ::= { vceEdgeObject 2 }
+vceLink OBJECT IDENTIFIER ::= { vceEdgeObject 3 }
+vcePath OBJECT IDENTIFIER ::= { vceEdgeObject 4 }
+vceARP OBJECT IDENTIFIER ::= { vceEdgeObject 5 }
+
+
+--------------------------------
+-- .vceDevice(1) --
+-- --
+-- Contains OIDs: --
+-- .deviceGroup(1) --
+-- .vceDeviceObject(2) --
+--------------------------------
+vceHaGroup OBJECT-GROUP
+ OBJECTS {
+ vceHaAdminState,
+ vceHaPeerState,
+ vceHaActiveWanItfNum,
+ vceHaActiveLanItfNum,
+ vceHaStanbyWanItfNum,
+ vceHaStanbyLanItfNum
+ }
+ STATUS current
+ DESCRIPTION "Conformance group for vceHaGroup objects."
+::= { vceHA 1 }
+vceHAObject OBJECT IDENTIFIER ::= { vceHA 2 }
+
+
+----------------------------------
+-- .vceHAObject(2) --
+-- --
+-- Contains OIDs: --
+-- .vcehaState(1) --
+-- .vcehaActiveWanItfNum(2)--
+-- .vcehaActiveLanItfNum(3)--
+-- .vcehaStanbyWanItfNum(4) --
+-- .vcehaStanbyWLanItfNum(5) --
+----------------------------------
+vceHaAdminState OBJECT-TYPE
+ SYNTAX VceHaAdminStateType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The state of HA administration."
+::= { vceHAObject 1 }
+
+vceHaPeerState OBJECT-TYPE
+ SYNTAX VceHaPeerStateType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The state of HA peer."
+::= { vceHAObject 2 }
+
+vceHaActiveWanItfNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of WAN interface on this active edge."
+::= { vceHAObject 3 }
+
+vceHaActiveLanItfNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of LAN interface on this active edge."
+::= { vceHAObject 4 }
+
+vceHaStanbyWanItfNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of WAN interface on stanby peer."
+::= { vceHAObject 5 }
+
+vceHaStanbyLanItfNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of LAN interface on stanby peer."
+::= { vceHAObject 6 }
+
+
+--------------------------------
+-- .vceHealth(2) --
+-- --
+-- Contains OIDs: --
+-- .vceHealthGroup(1) --
+-- .vceHealthObject(2) --
+--------------------------------
+vceHealthGroup OBJECT-GROUP
+ OBJECTS {
+ vceCpuUtilPct5min,
+ vceCpuUtilPct30sec,
+ vceMemUsedPct
+ }
+ STATUS current
+ DESCRIPTION "Conformance group for vceHealthGroup objects."
+::= { vceHealth 1 }
+vceHealthObject OBJECT IDENTIFIER ::= { vceHealth 2 }
+
+
+--------------------------------
+-- .vceHealtObject(2) --
+-- --
+-- Contains OIDs: --
+-- .vceCpuUtilPct5min(1) --
+-- .vceCpuUtilPct30sec(2)--
+-- .vceMemUsedPct(3) --
+--------------------------------
+vceCpuUtilPct5min OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The average CPU utilization percentage of the VeloCloud Edge in 5 minutes."
+::= { vceHealthObject 1 }
+
+vceCpuUtilPct30sec OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The average CPU utilization percentage of the VeloCloud Edge in 30 seconds."
+::= { vceHealthObject 2 }
+
+vceMemUsedPct OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total used memory percentage of the VeloCloud Edge."
+::= { vceHealthObject 3 }
+
+
+--------------------------------
+-- .vceLink(4) --
+--------------------------------
+vceLinkGroup OBJECT-GROUP
+ OBJECTS {
+ vceLinkNum,
+ vceLinkName,
+ vceLinkTxP1Pkt,
+ vceLinkRxP1Pkt,
+ vceLinkTxP1Bytes,
+ vceLinkRxP1Bytes,
+ vceLinkTxP2Pkt,
+ vceLinkRxP2Pkt,
+ vceLinkTxP2Bytes,
+ vceLinkRxP2Bytes,
+ vceLinkTxP3Pkt,
+ vceLinkRxP3Pkt,
+ vceLinkTxP3Bytes,
+ vceLinkRxP3Bytes,
+ vceLinkTxCtlPkt,
+ vceLinkRxCtlPkt,
+ vceLinkTxCtlBytes,
+ vceLinkRxCtlBytes,
+ vceLinkTxJitter,
+ vceLinkRxJitter,
+ vceLinkTxLatency,
+ vceLinkRxLatency,
+ vceLinkTxLostPkt,
+ vceLinkRxLostPkt,
+ vceLinkVpnState,
+ vceLinkPublicIpType,
+ vceLinkPublicIp,
+ vceLinkLocalIpType,
+ vceLinkLocalIp,
+ vceLinkVlanId,
+ vceLinkMtu,
+ vceLinkItf,
+ vceLinkState,
+ vceLinkVeloSvcReachable,
+ vceLinkTotTxPkts,
+ vceLinkTotRxPkts,
+ vceLinkTotTxbytes,
+ vceLinkTotRxBytes,
+ vceLinkIf,
+ vceLinkNextHopType,
+ vceLinkNextHop
+ }
+ STATUS current
+ DESCRIPTION "Conformance group for vceLinkGroup objects."
+::= { vceLink 1 }
+vceLinkObject OBJECT IDENTIFIER ::= { vceLink 2 }
+
+vceLinkNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of links presented on the VeloCloud Edge."
+::= { vceLinkObject 1 }
+
+vceLinkTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF VceLinkEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "A list of link entries. The number of entries
+ is given by the value of vceLinkNum."
+::= { vceLinkObject 2 }
+
+vceLinkEntry OBJECT-TYPE
+ SYNTAX VceLinkEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "An entry containing additional management information
+ applicable to a particular link"
+ INDEX { vceLinkIntId }
+::= { vceLinkTable 1 }
+
+VceLinkEntry ::=
+ SEQUENCE {
+ vceLinkIntId UUID,
+ vceLinkName DisplayString,
+ vceLinkTxP1Pkt Counter64,
+ vceLinkRxP1Pkt Counter64,
+ vceLinkTxP1Bytes Counter64,
+ vceLinkRxP1Bytes Counter64,
+ vceLinkTxP2Pkt Counter64,
+ vceLinkRxP2Pkt Counter64,
+ vceLinkTxP2Bytes Counter64,
+ vceLinkRxP2Bytes Counter64,
+ vceLinkTxP3Pkt Counter64,
+ vceLinkRxP3Pkt Counter64,
+ vceLinkTxP3Bytes Counter64,
+ vceLinkRxP3Bytes Counter64,
+ vceLinkTxCtlPkt Counter64,
+ vceLinkRxCtlPkt Counter64,
+ vceLinkTxCtlBytes Counter64,
+ vceLinkRxCtlBytes Counter64,
+ vceLinkTxJitter Counter64,
+ vceLinkRxJitter Counter64,
+ vceLinkTxLatency Counter64,
+ vceLinkRxLatency Counter64,
+ vceLinkTxLostPkt Counter64,
+ vceLinkRxLostPkt Counter64,
+ vceLinkVpnState VceLinkStateType,
+ vceLinkPublicIpType InetAddressType,
+ vceLinkPublicIp InetAddress,
+ vceLinkLocalIpType InetAddressType,
+ vceLinkLocalIp InetAddress,
+ vceLinkVlanId Integer32,
+ vceLinkMtu Integer32,
+ vceLinkItf DisplayString,
+ vceLinkState VceLinkStateType,
+ vceLinkVeloSvcReachable TruthValue,
+ vceLinkTotTxPkts Counter64,
+ vceLinkTotRxPkts Counter64,
+ vceLinkTotTxbytes Counter64,
+ vceLinkTotRxBytes Counter64,
+ vceLinkIf InterfaceIndex,
+ vceLinkNextHopType InetAddressType,
+ vceLinkNextHop InetAddress
+ }
+
+--------------------------------
+-- .linkEntry --
+-- --
+-- Contains OIDs: --
+-- .vceLinkIntId(2) --
+-- .vceLinkName(3) --
+-- ... --
+-- ... --
+-- ... --
+-- .vceLinkNextHop(42) --
+--------------------------------
+vceLinkIntId OBJECT-TYPE
+ SYNTAX UUID
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "A unique value, greater than zero, for each link."
+::= { vceLinkEntry 2 }
+
+vceLinkName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The textual name configured for the link."
+::= { vceLinkEntry 3 }
+
+vceLinkTxP1Pkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total packets transmitted through P1 link."
+::= { vceLinkEntry 4 }
+
+vceLinkRxP1Pkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total packets received through P1 link."
+::= { vceLinkEntry 5 }
+
+vceLinkTxP1Bytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total Bytes transmitted through P1 link."
+::= { vceLinkEntry 6 }
+
+vceLinkRxP1Bytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total Bytes received through P1 link."
+::= { vceLinkEntry 7 }
+
+vceLinkTxP2Pkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total packets transmitted through P2 link."
+::= { vceLinkEntry 8 }
+
+vceLinkRxP2Pkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total packets received through P2 link."
+::= { vceLinkEntry 9 }
+
+vceLinkTxP2Bytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total Bytes transmitted through P2 link."
+::= { vceLinkEntry 10 }
+
+vceLinkRxP2Bytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total Bytes received through P2 link."
+::= { vceLinkEntry 11 }
+
+vceLinkTxP3Pkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total packets transmitted through P3 link."
+::= { vceLinkEntry 12 }
+
+vceLinkRxP3Pkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total packets received through P3 link."
+::= { vceLinkEntry 13 }
+
+vceLinkTxP3Bytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total Bytes transmitted through P3 link."
+::= { vceLinkEntry 14 }
+
+vceLinkRxP3Bytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total Bytes received through P3 link."
+::= { vceLinkEntry 15 }
+
+vceLinkTxCtlPkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total control packets transmitted."
+::= { vceLinkEntry 16 }
+
+vceLinkRxCtlPkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total control packets received."
+::= { vceLinkEntry 17 }
+
+vceLinkTxCtlBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total control bytes transmitted."
+::= { vceLinkEntry 18 }
+
+vceLinkRxCtlBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total control bytes received."
+::= { vceLinkEntry 19 }
+
+vceLinkTxJitter OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total outbound jitter."
+::= { vceLinkEntry 20 }
+
+vceLinkRxJitter OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total inbound jitter."
+::= { vceLinkEntry 21 }
+
+vceLinkTxLatency OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total outbound latency."
+::= { vceLinkEntry 22 }
+
+vceLinkRxLatency OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total inbound latency."
+::= { vceLinkEntry 23 }
+
+vceLinkTxLostPkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total outbound loss packets."
+::= { vceLinkEntry 24 }
+
+vceLinkRxLostPkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total inbound loss packets."
+::= { vceLinkEntry 25 }
+
+vceLinkVpnState OBJECT-TYPE
+ SYNTAX VceLinkStateType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "State of VPN connection."
+::= { vceLinkEntry 26 }
+
+vceLinkPublicIpType OBJECT-TYPE
+ SYNTAX InetAddressType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Type of public IP address of the link."
+::= { vceLinkEntry 27 }
+
+vceLinkPublicIp OBJECT-TYPE
+ SYNTAX InetAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Public IP address of the link."
+::= { vceLinkEntry 28 }
+
+vceLinkLocalIpType OBJECT-TYPE
+ SYNTAX InetAddressType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Type of local IP address assigned."
+::= { vceLinkEntry 29 }
+
+
+vceLinkLocalIp OBJECT-TYPE
+ SYNTAX InetAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Local IP address assigned."
+::= { vceLinkEntry 30 }
+
+vceLinkVlanId OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "VLAN ID assigned."
+::= { vceLinkEntry 31 }
+
+vceLinkMtu OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "MTU set for the link."
+::= { vceLinkEntry 32 }
+
+vceLinkItf OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Interface logic name of the link."
+::= { vceLinkEntry 33 }
+
+vceLinkState OBJECT-TYPE
+ SYNTAX VceLinkStateType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "State of the Link."
+::= { vceLinkEntry 34 }
+
+vceLinkVeloSvcReachable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Reachability of the service state."
+::= { vceLinkEntry 35 }
+
+vceLinkTotTxPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total packets transmitted."
+::= { vceLinkEntry 36 }
+
+vceLinkTotRxPkts OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total packets received."
+::= { vceLinkEntry 37 }
+
+vceLinkTotTxbytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total bytes transmitted."
+::= { vceLinkEntry 38 }
+
+vceLinkTotRxBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total bytes received."
+::= { vceLinkEntry 39 }
+
+vceLinkIf OBJECT-TYPE
+ SYNTAX InterfaceIndex
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Interface Index of the vceLink bounded interface."
+::= { vceLinkEntry 40 }
+
+vceLinkNextHopType OBJECT-TYPE
+ SYNTAX InetAddressType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Type of the link Next Hop IP address."
+::= { vceLinkEntry 41 }
+
+vceLinkNextHop OBJECT-TYPE
+ SYNTAX InetAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The link Next Hop IP address."
+::= { vceLinkEntry 42 }
+
+
+--------------------------------
+-- .vcePath(5) --
+--------------------------------
+vcePathGroup OBJECT-GROUP
+ OBJECTS {
+ vcePathNum,
+ vcePathIpType,
+ vcePathIp,
+ vcePathPeerName,
+ vcePathState,
+ vcePathUpTime,
+ vcePathRxState,
+ vcePathTxState,
+ vcePathTunlMode,
+ vcePathTxAveLatency,
+ vcePathRxAveLatency,
+ vcePathRxBytes,
+ vcePathTxBytes,
+ vcePathRxLostPkt,
+ vcePathTxLostPkt,
+ vcePathRxPkt,
+ vcePathTxPkt,
+ vcePathRxJitter,
+ vcePathTxJitter
+ }
+ STATUS current
+ DESCRIPTION "Conformance group for vcePathGroup objects."
+::= { vcePath 1 }
+vcePathObject OBJECT IDENTIFIER ::= { vcePath 2 }
+
+vcePathNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of path presented on the VeloCloud Edge."
+::= { vcePathObject 1 }
+
+vcePathTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF VcePathEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "A list of path entries. The number of entries
+ is given by the value of vcePathNum."
+::= { vcePathObject 2 }
+
+vcePathEntry OBJECT-TYPE
+ SYNTAX VcePathEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "An entry containing additional management information
+ applicable to a particular path"
+ INDEX { vcePathIfIntId, vcePathGwAddrType, vcePathGwAddr }
+::= { vcePathTable 1 }
+
+VcePathEntry ::=
+ SEQUENCE {
+ vcePathIfIntId UUID,
+ vcePathIpType InetAddressType,
+ vcePathIp InetAddress,
+ vcePathGwAddrType InetAddressType,
+ vcePathGwAddr InetAddress,
+ vcePathPeerName DisplayString,
+ vcePathState VcePathStateType,
+ vcePathUpTime TimeTicks,
+ vcePathRxState VcePathStateType,
+ vcePathTxState VcePathStateType,
+ vcePathTunlMode VcePathTunlModeType,
+ vcePathTxAveLatency Integer32,
+ vcePathRxAveLatency Integer32,
+ vcePathRxBytes Counter64,
+ vcePathTxBytes Counter64,
+ vcePathRxLostPkt Counter64,
+ vcePathTxLostPkt Counter64,
+ vcePathRxPkt Counter64,
+ vcePathTxPkt Counter64,
+ vcePathRxJitter Counter64,
+ vcePathTxJitter Counter64
+ }
+
+--------------------------------
+-- .pathEntry --
+-- --
+-- Contains OIDs: --
+-- .vcePathIfIntId(1) --
+-- ... --
+-- ... --
+-- ... --
+-- .vcePathTxJitter(22) --
+--------------------------------
+vcePathIfIntId OBJECT-TYPE
+ SYNTAX UUID
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "A unique value, greater than zero, representing the internal id of the
+ link used by the path."
+::= { vcePathEntry 1 }
+
+vcePathIpType OBJECT-TYPE
+ SYNTAX InetAddressType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Type of the path IP address."
+::= { vcePathEntry 2 }
+
+vcePathIp OBJECT-TYPE
+ SYNTAX InetAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The IP address of the path."
+::= { vcePathEntry 3 }
+
+vcePathGwAddrType OBJECT-TYPE
+ SYNTAX InetAddressType
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "Type of path gateway IP address."
+::= { vcePathEntry 4 }
+
+vcePathGwAddr OBJECT-TYPE
+ SYNTAX InetAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The path gateway IP address."
+::= { vcePathEntry 5 }
+
+vcePathPeerName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The textual name configured for the path."
+::= { vcePathEntry 6 }
+
+vcePathState OBJECT-TYPE
+ SYNTAX VcePathStateType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The current state of the path."
+::= { vcePathEntry 7 }
+
+vcePathUpTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total uptime of the path in miliseconds."
+::= { vcePathEntry 8 }
+
+vcePathRxState OBJECT-TYPE
+ SYNTAX VcePathStateType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The receive state of the path."
+::= { vcePathEntry 10 }
+
+vcePathTxState OBJECT-TYPE
+ SYNTAX VcePathStateType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The transmit state of the path."
+::= { vcePathEntry 11 }
+
+vcePathTunlMode OBJECT-TYPE
+ SYNTAX VcePathTunlModeType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The mode type of the path tunnel."
+::= { vcePathEntry 12 }
+
+vcePathTxAveLatency OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The average inbound latency measured on the path."
+::= { vcePathEntry 13 }
+
+vcePathRxAveLatency OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The average inbound latency measured on the path."
+::= { vcePathEntry 14 }
+
+vcePathRxBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of received bytes."
+::= { vcePathEntry 15 }
+
+vcePathTxBytes OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of transmitted bytes."
+::= { vcePathEntry 16 }
+
+vcePathRxLostPkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The Total number of lost inbound packets."
+::= { vcePathEntry 17 }
+
+vcePathTxLostPkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of lost outbound packets."
+::= { vcePathEntry 18 }
+
+vcePathRxPkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total number of received packets."
+::= { vcePathEntry 19 }
+
+vcePathTxPkt OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total number of transmitted packets."
+::= { vcePathEntry 20 }
+
+vcePathRxJitter OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total inbound jitter."
+::= { vcePathEntry 21 }
+
+vcePathTxJitter OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Total outbound jitter."
+::= { vcePathEntry 22 }
+
+
+--------------------------------
+-- .vceARP(6) --
+--------------------------------
+vceArpGroup OBJECT-GROUP
+ OBJECTS {
+ vceArpNum,
+ vceArpMac,
+ vceArpStag,
+ vceArpCtag,
+ vceArpState
+ }
+ STATUS current
+ DESCRIPTION "Conformance group for vceArpGroup objects."
+::= { vceARP 1 }
+vceArpObject OBJECT IDENTIFIER ::= { vceARP 2 }
+
+vceArpNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The total number of arp entries presented on the VeloCloud Edge."
+::= { vceArpObject 1 }
+
+vceArpTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF VceArpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "A list of arp entries. The number of entries
+ is given by the value of vceArpNum."
+::= { vceArpObject 2 }
+
+vceArpEntry OBJECT-TYPE
+ SYNTAX VceArpEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "An entry containing additional management information
+ applicable to a particular arp entry"
+ INDEX { vceArpItf, vceArpIpAddrType, vceArpIpAddr }
+::= { vceArpTable 1 }
+
+VceArpEntry ::=
+ SEQUENCE {
+ vceArpItf InterfaceIndex,
+ vceArpIpAddrType InetAddressType,
+ vceArpIpAddr InetAddress,
+ vceArpMac PhysAddress,
+ vceArpStag Integer32,
+ vceArpCtag Integer32,
+ vceArpState VceArpStateType
+ }
+
+--------------------------------
+-- .arpEntry --
+-- --
+-- Contains OIDs: --
+-- .vcerpItf(1) --
+-- ... --
+-- .vceArpState(7) --
+--------------------------------
+vceArpItf OBJECT-TYPE
+ SYNTAX InterfaceIndex
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "A unique value, greater than zero, for the interface used by the arp entry."
+::= { vceArpEntry 1 }
+
+vceArpIpAddrType OBJECT-TYPE
+ SYNTAX InetAddressType
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The type of arp IP address."
+::= { vceArpEntry 2 }
+
+vceArpIpAddr OBJECT-TYPE
+ SYNTAX InetAddress
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "The Ip address of the arp entry"
+::= { vceArpEntry 3 }
+
+vceArpMac OBJECT-TYPE
+ SYNTAX PhysAddress (SIZE(0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The MAC address of the arp entry"
+::= { vceArpEntry 4 }
+
+vceArpStag OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "S-tag value"
+::= { vceArpEntry 5 }
+
+vceArpCtag OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "C-tag value"
+::= { vceArpEntry 6 }
+
+vceArpState OBJECT-TYPE
+ SYNTAX VceArpStateType
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "The State of arp entry"
+::= { vceArpEntry 7 }
+
+END
\ No newline at end of file
diff --git a/mibs/vmware/VELOCLOUD-MIB b/mibs/vmware/VELOCLOUD-MIB
new file mode 100644
index 0000000000..5928b32ed8
--- /dev/null
+++ b/mibs/vmware/VELOCLOUD-MIB
@@ -0,0 +1,42 @@
+-------------------------------
+-- VeloCloud MIB Definitions --
+-- --
+-- Contains: --
+-- .velocloud(45346) --
+-- .orchestrator(1) --
+-- .edge(2) --
+-- .gateway(3) --
+-------------------------------
+
+VELOCLOUD-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY, enterprises FROM SNMPv2-SMI
+;
+
+velocloud MODULE-IDENTITY
+ LAST-UPDATED "201908020000Z"
+ ORGANIZATION "VMware Corporation"
+ CONTACT-INFO "postal: VMware Corporation
+ World Headquarters
+ 3401 Hillview Avenue
+ Palo Alto, CA 943043
+ USA
+
+ web: www.velocloud.com
+ email: contact@velocloud.com"
+ DESCRIPTION "Top-level infrastructure of the VeloCloud enterprise MIB tree"
+
+ REVISION "201908020000Z"
+ DESCRIPTION "Implementation of VeloCloud Edge MIB Objects"
+
+ REVISION "201701180000Z"
+ DESCRIPTION "Implementation of VCO MIB Objects"
+
+ REVISION "201701130000Z"
+ DESCRIPTION "Inital definition of VeloCloud MIB Objects"
+::= { enterprises 45346 }
+
+modules OBJECT IDENTIFIER ::= { velocloud 1 }
+
+END
\ No newline at end of file
diff --git a/tests/data/velocloud.json b/tests/data/velocloud.json
new file mode 100644
index 0000000000..ad6bf80a95
--- /dev/null
+++ b/tests/data/velocloud.json
@@ -0,0 +1,2571 @@
+{
+ "os": {
+ "discovery": {
+ "devices": [
+ {
+ "sysName": "",
+ "sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
+ "sysDescr": "VeloCloud EDGE610",
+ "sysContact": "",
+ "version": null,
+ "hardware": "EDGE610",
+ "features": null,
+ "os": "velocloud",
+ "type": "appliance",
+ "serial": null,
+ "icon": "velocloud.png",
+ "location": ""
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ },
+ "ports": {
+ "discovery": {
+ "ports": [
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "SFP1",
+ "ifName": "SFP1",
+ "portName": null,
+ "ifIndex": 16777216,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "SFP1",
+ "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": "GE1",
+ "ifName": "GE1",
+ "portName": null,
+ "ifIndex": 16777217,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "GE1",
+ "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": "GE3",
+ "ifName": "GE3",
+ "portName": null,
+ "ifIndex": 16777218,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ppp",
+ "ifAlias": "GE3",
+ "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": "GE4",
+ "ifName": "GE4",
+ "portName": null,
+ "ifIndex": 16777219,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "GE4",
+ "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": "GE5",
+ "ifName": "GE5",
+ "portName": null,
+ "ifIndex": 16777220,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "GE5",
+ "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": "GE6",
+ "ifName": "GE6",
+ "portName": null,
+ "ifIndex": 16777221,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "GE6",
+ "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": "br-management",
+ "ifName": "br-management",
+ "portName": null,
+ "ifIndex": 16777222,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "br-management",
+ "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": "br-network1",
+ "ifName": "br-network1",
+ "portName": null,
+ "ifIndex": 16777223,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "br-network1",
+ "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": "br-network2324",
+ "ifName": "br-network2324",
+ "portName": null,
+ "ifIndex": 16777224,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "br-network2324",
+ "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": "SFP1",
+ "ifName": "SFP1",
+ "portName": null,
+ "ifIndex": 16777216,
+ "ifSpeed": 4294967295000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "true",
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": "down",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "SFP1",
+ "ifPhysAddress": "ffffffffffff",
+ "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": "GE1",
+ "ifName": "GE1",
+ "portName": null,
+ "ifIndex": 16777217,
+ "ifSpeed": 1000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "true",
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "GE1",
+ "ifPhysAddress": "ffffffffffff",
+ "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": 3422548,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 3359775,
+ "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": 312564167,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 3359775,
+ "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": 3422548,
+ "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": "GE3",
+ "ifName": "GE3",
+ "portName": null,
+ "ifIndex": 16777218,
+ "ifSpeed": 0,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "false",
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1472,
+ "ifType": "ppp",
+ "ifAlias": "GE3",
+ "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": 726216,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 1016624,
+ "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": 138538787,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 1016624,
+ "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": 726216,
+ "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": "GE4",
+ "ifName": "GE4",
+ "portName": null,
+ "ifIndex": 16777219,
+ "ifSpeed": 1000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "true",
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "GE4",
+ "ifPhysAddress": "ffffffffffff",
+ "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": 125724,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 35766,
+ "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": 5792064,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 35766,
+ "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": 125724,
+ "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": "GE5",
+ "ifName": "GE5",
+ "portName": null,
+ "ifIndex": 16777220,
+ "ifSpeed": 1000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "true",
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "GE5",
+ "ifPhysAddress": "ffffffffffff",
+ "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": 125724,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 35767,
+ "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": 5792326,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 35767,
+ "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": 125724,
+ "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": "GE6",
+ "ifName": "GE6",
+ "portName": null,
+ "ifIndex": 16777221,
+ "ifSpeed": 1000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "true",
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "GE6",
+ "ifPhysAddress": "ffffffffffff",
+ "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": 46089741,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 31597669,
+ "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": 33124388883,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 31597669,
+ "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": 48,
+ "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": 46089741,
+ "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": "br-management",
+ "ifName": "br-management",
+ "portName": null,
+ "ifIndex": 16777222,
+ "ifSpeed": 0,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "false",
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "br-management",
+ "ifPhysAddress": "ffffffffffff",
+ "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": "br-network1",
+ "ifName": "br-network1",
+ "portName": null,
+ "ifIndex": 16777223,
+ "ifSpeed": 0,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "false",
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "br-network1",
+ "ifPhysAddress": "ffffffffffff",
+ "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": 32655648,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 43496727,
+ "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": 4017245750,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 43496727,
+ "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": 32655648,
+ "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": "br-network2324",
+ "ifName": "br-network2324",
+ "portName": null,
+ "ifIndex": 16777224,
+ "ifSpeed": 0,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "false",
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "br-network2324",
+ "ifPhysAddress": "ffffffffffff",
+ "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": 364475,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 77760,
+ "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": 52877591,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 77760,
+ "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": 364475,
+ "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": 22,
+ "processor_descr": "Intel Atom C3308 @ 1.60GHz",
+ "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": 58,
+ "processor_descr": "Intel Atom C3308 @ 1.60GHz",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ },
+ "mempools": {
+ "discovery": {
+ "mempools": [
+ {
+ "mempool_index": "1",
+ "entPhysicalIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_class": "system",
+ "mempool_precision": 1024,
+ "mempool_descr": "Physical memory",
+ "mempool_perc": 33,
+ "mempool_perc_oid": null,
+ "mempool_used": 1315733504,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.1",
+ "mempool_free": 2665144320,
+ "mempool_free_oid": null,
+ "mempool_total": 3980877824,
+ "mempool_total_oid": null,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 99
+ },
+ {
+ "mempool_index": "3",
+ "entPhysicalIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_class": "virtual",
+ "mempool_precision": 1024,
+ "mempool_descr": "Virtual memory",
+ "mempool_perc": 43,
+ "mempool_perc_oid": null,
+ "mempool_used": 1699258368,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.3",
+ "mempool_free": 2281619456,
+ "mempool_free_oid": null,
+ "mempool_total": 3980877824,
+ "mempool_total_oid": null,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 95
+ },
+ {
+ "mempool_index": "6",
+ "entPhysicalIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_class": "buffers",
+ "mempool_precision": 1024,
+ "mempool_descr": "Memory buffers",
+ "mempool_perc": 3,
+ "mempool_perc_oid": null,
+ "mempool_used": 119566336,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.6",
+ "mempool_free": 3861311488,
+ "mempool_free_oid": null,
+ "mempool_total": 3980877824,
+ "mempool_total_oid": null,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 0
+ },
+ {
+ "mempool_index": "7",
+ "entPhysicalIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_class": "cached",
+ "mempool_precision": 1024,
+ "mempool_descr": "Cached memory",
+ "mempool_perc": 7,
+ "mempool_perc_oid": null,
+ "mempool_used": 263958528,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.7",
+ "mempool_free": 3716919296,
+ "mempool_free_oid": null,
+ "mempool_total": 3980877824,
+ "mempool_total_oid": null,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 0
+ },
+ {
+ "mempool_index": "8",
+ "entPhysicalIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_class": "shared",
+ "mempool_precision": 1024,
+ "mempool_descr": "Shared memory",
+ "mempool_perc": 1,
+ "mempool_perc_oid": null,
+ "mempool_used": 30101504,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.8",
+ "mempool_free": 3950776320,
+ "mempool_free_oid": null,
+ "mempool_total": 3980877824,
+ "mempool_total_oid": null,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 0
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ },
+ "sensors": {
+ "discovery": {
+ "sensors": [
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "loss",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.3.2.2.1.25.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_index": "vceLinkRxLostPkt.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_type": "velocloud",
+ "sensor_descr": "GE3 VLAN0 , Provider1 RX packet loss",
+ "group": "VCE Links",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": 5,
+ "sensor_limit_warn": 1,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": null
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "loss",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.3.2.2.1.25.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_index": "vceLinkRxLostPkt.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_type": "velocloud",
+ "sensor_descr": "GE6 VLAN0 , Provider2 RX packet loss",
+ "group": "VCE Links",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": 5,
+ "sensor_limit_warn": 1,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": null
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "loss",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.3.2.2.1.24.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_index": "vceLinkTxLostPkt.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_type": "velocloud",
+ "sensor_descr": "GE3 VLAN0 , Provider1 TX packet loss",
+ "group": "VCE Links",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": 5,
+ "sensor_limit_warn": 1,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": null
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "loss",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.3.2.2.1.24.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_index": "vceLinkTxLostPkt.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_type": "velocloud",
+ "sensor_descr": "GE6 VLAN0 , Provider2 TX packet loss",
+ "group": "VCE Links",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": 5,
+ "sensor_limit_warn": 1,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": null
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.1.2.1.0",
+ "sensor_index": "vceHaAdminState.0",
+ "sensor_type": "vceHaAdminState",
+ "sensor_descr": "HA configuration",
+ "group": "HA",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 2,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "vceHaAdminState"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.1.2.2.0",
+ "sensor_index": "vceHaPeerState.0",
+ "sensor_type": "vceHaPeerState",
+ "sensor_descr": "HA peer state",
+ "group": "HA",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 3,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "vceHaPeerState"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.3.2.2.1.34.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_index": "vceLinkState.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_type": "vceLinkState",
+ "sensor_descr": "GE3 VLAN0 , Provider1 WAN link state",
+ "group": "VCE Links",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 7,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "vceLinkState"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.3.2.2.1.34.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_index": "vceLinkState.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_type": "vceLinkState",
+ "sensor_descr": "GE6 VLAN0 , Provider2 WAN link state",
+ "group": "VCE Links",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 7,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "vceLinkState"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.3.2.2.1.26.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_index": "vceLinkVpnState.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_type": "vceLinkVpnState",
+ "sensor_descr": "GE3 VLAN0 , Provider1 VPN link state",
+ "group": "VCE Links",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 7,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "vceLinkVpnState"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.45346.1.1.2.3.2.2.1.26.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_index": "vceLinkVpnState.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19",
+ "sensor_type": "vceLinkVpnState",
+ "sensor_descr": "GE6 VLAN0 , Provider2 VPN link state",
+ "group": "VCE Links",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 7,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "vceLinkVpnState"
+ }
+ ],
+ "state_indexes": [
+ {
+ "state_name": "vceHaAdminState",
+ "state_descr": "none",
+ "state_draw_graph": 0,
+ "state_value": 1,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceHaAdminState",
+ "state_descr": "ActiveStandbyPair",
+ "state_draw_graph": 0,
+ "state_value": 2,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceHaAdminState",
+ "state_descr": "Cluster",
+ "state_draw_graph": 0,
+ "state_value": 3,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceHaAdminState",
+ "state_descr": "VrrpPair",
+ "state_draw_graph": 0,
+ "state_value": 4,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceHaAdminState",
+ "state_descr": "unknown",
+ "state_draw_graph": 0,
+ "state_value": 5,
+ "state_generic_value": 3
+ },
+ {
+ "state_name": "vceHaPeerState",
+ "state_descr": "initializing",
+ "state_draw_graph": 0,
+ "state_value": 1,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceHaPeerState",
+ "state_descr": "active",
+ "state_draw_graph": 0,
+ "state_value": 2,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceHaPeerState",
+ "state_descr": "standby",
+ "state_draw_graph": 0,
+ "state_value": 3,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceHaPeerState",
+ "state_descr": "unknown",
+ "state_draw_graph": 0,
+ "state_value": 4,
+ "state_generic_value": 3
+ },
+ {
+ "state_name": "vceLinkState",
+ "state_descr": "initial",
+ "state_draw_graph": 1,
+ "state_value": 1,
+ "state_generic_value": 1
+ },
+ {
+ "state_name": "vceLinkState",
+ "state_descr": "dead",
+ "state_draw_graph": 2,
+ "state_value": 2,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "vceLinkState",
+ "state_descr": "unusable",
+ "state_draw_graph": 3,
+ "state_value": 3,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "vceLinkState",
+ "state_descr": "quiet",
+ "state_draw_graph": 4,
+ "state_value": 4,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceLinkState",
+ "state_descr": "standby",
+ "state_draw_graph": 5,
+ "state_value": 5,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceLinkState",
+ "state_descr": "unstable",
+ "state_draw_graph": 6,
+ "state_value": 6,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "vceLinkState",
+ "state_descr": "stable",
+ "state_draw_graph": 7,
+ "state_value": 7,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceLinkState",
+ "state_descr": "unknown",
+ "state_draw_graph": 8,
+ "state_value": 8,
+ "state_generic_value": 3
+ },
+ {
+ "state_name": "vceLinkVpnState",
+ "state_descr": "initial",
+ "state_draw_graph": 1,
+ "state_value": 1,
+ "state_generic_value": 1
+ },
+ {
+ "state_name": "vceLinkVpnState",
+ "state_descr": "dead",
+ "state_draw_graph": 2,
+ "state_value": 2,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "vceLinkVpnState",
+ "state_descr": "unusable",
+ "state_draw_graph": 3,
+ "state_value": 3,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "vceLinkVpnState",
+ "state_descr": "quiet",
+ "state_draw_graph": 4,
+ "state_value": 4,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceLinkVpnState",
+ "state_descr": "standby",
+ "state_draw_graph": 5,
+ "state_value": 5,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceLinkVpnState",
+ "state_descr": "unstable",
+ "state_draw_graph": 6,
+ "state_value": 6,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "vceLinkVpnState",
+ "state_descr": "stable",
+ "state_draw_graph": 7,
+ "state_value": 7,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "vceLinkVpnState",
+ "state_descr": "unknown",
+ "state_draw_graph": 8,
+ "state_value": 8,
+ "state_generic_value": 3
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ },
+ "storage": {
+ "discovery": {
+ "storage": [
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "31",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/",
+ "storage_size": 1023303680,
+ "storage_units": 4096,
+ "storage_used": 438177792,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "33",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/boot",
+ "storage_size": 17519616,
+ "storage_units": 1024,
+ "storage_used": 2592768,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "34",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/velocloud",
+ "storage_size": 12057874432,
+ "storage_units": 4096,
+ "storage_used": 543502336,
+ "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": 1023303680,
+ "storage_units": 4096,
+ "storage_used": 438177792,
+ "storage_free": 585125888,
+ "storage_perc": 43,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "33",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/boot",
+ "storage_size": 17519616,
+ "storage_units": 1024,
+ "storage_used": 2592768,
+ "storage_free": 14926848,
+ "storage_perc": 15,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "34",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/velocloud",
+ "storage_size": 12057874432,
+ "storage_units": 4096,
+ "storage_used": 543502336,
+ "storage_free": 11514372096,
+ "storage_perc": 5,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ }
+ ]
+ }
+ }
+}
diff --git a/tests/snmpsim/velocloud.snmprec b/tests/snmpsim/velocloud.snmprec
new file mode 100644
index 0000000000..5de3d742e0
--- /dev/null
+++ b/tests/snmpsim/velocloud.snmprec
@@ -0,0 +1,422 @@
+1.3.6.1.2.1.1.1.0|4|VeloCloud EDGE610
+1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
+1.3.6.1.2.1.1.3.0|67|2785528
+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.16777216|4|SFP1
+1.3.6.1.2.1.2.2.1.2.16777217|4|GE1
+1.3.6.1.2.1.2.2.1.2.16777218|4|GE3
+1.3.6.1.2.1.2.2.1.2.16777219|4|GE4
+1.3.6.1.2.1.2.2.1.2.16777220|4|GE5
+1.3.6.1.2.1.2.2.1.2.16777221|4|GE6
+1.3.6.1.2.1.2.2.1.2.16777222|4|br-management
+1.3.6.1.2.1.2.2.1.2.16777223|4|br-network1
+1.3.6.1.2.1.2.2.1.2.16777224|4|br-network2324
+1.3.6.1.2.1.2.2.1.3.16777216|2|6
+1.3.6.1.2.1.2.2.1.3.16777217|2|6
+1.3.6.1.2.1.2.2.1.3.16777218|2|23
+1.3.6.1.2.1.2.2.1.3.16777219|2|6
+1.3.6.1.2.1.2.2.1.3.16777220|2|6
+1.3.6.1.2.1.2.2.1.3.16777221|2|6
+1.3.6.1.2.1.2.2.1.3.16777222|2|6
+1.3.6.1.2.1.2.2.1.3.16777223|2|6
+1.3.6.1.2.1.2.2.1.3.16777224|2|6
+1.3.6.1.2.1.2.2.1.4.16777216|2|1500
+1.3.6.1.2.1.2.2.1.4.16777217|2|1500
+1.3.6.1.2.1.2.2.1.4.16777218|2|1472
+1.3.6.1.2.1.2.2.1.4.16777219|2|1500
+1.3.6.1.2.1.2.2.1.4.16777220|2|1500
+1.3.6.1.2.1.2.2.1.4.16777221|2|1500
+1.3.6.1.2.1.2.2.1.4.16777222|2|1500
+1.3.6.1.2.1.2.2.1.4.16777223|2|1500
+1.3.6.1.2.1.2.2.1.4.16777224|2|1500
+1.3.6.1.2.1.2.2.1.6.16777216|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.2.2.1.6.16777217|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.2.2.1.6.16777218|4|
+1.3.6.1.2.1.2.2.1.6.16777219|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.2.2.1.6.16777220|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.2.2.1.6.16777221|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.2.2.1.6.16777222|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.2.2.1.6.16777223|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.2.2.1.6.16777224|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.2.2.1.7.16777216|2|1
+1.3.6.1.2.1.2.2.1.7.16777217|2|1
+1.3.6.1.2.1.2.2.1.7.16777218|2|1
+1.3.6.1.2.1.2.2.1.7.16777219|2|1
+1.3.6.1.2.1.2.2.1.7.16777220|2|1
+1.3.6.1.2.1.2.2.1.7.16777221|2|1
+1.3.6.1.2.1.2.2.1.7.16777222|2|1
+1.3.6.1.2.1.2.2.1.7.16777223|2|1
+1.3.6.1.2.1.2.2.1.7.16777224|2|1
+1.3.6.1.2.1.2.2.1.8.16777216|2|2
+1.3.6.1.2.1.2.2.1.8.16777217|2|1
+1.3.6.1.2.1.2.2.1.8.16777218|2|1
+1.3.6.1.2.1.2.2.1.8.16777219|2|1
+1.3.6.1.2.1.2.2.1.8.16777220|2|1
+1.3.6.1.2.1.2.2.1.8.16777221|2|1
+1.3.6.1.2.1.2.2.1.8.16777222|2|1
+1.3.6.1.2.1.2.2.1.8.16777223|2|1
+1.3.6.1.2.1.2.2.1.8.16777224|2|1
+1.3.6.1.2.1.2.2.1.9.16777216|67|0
+1.3.6.1.2.1.2.2.1.9.16777217|67|0
+1.3.6.1.2.1.2.2.1.9.16777218|67|0
+1.3.6.1.2.1.2.2.1.9.16777219|67|0
+1.3.6.1.2.1.2.2.1.9.16777220|67|0
+1.3.6.1.2.1.2.2.1.9.16777221|67|0
+1.3.6.1.2.1.2.2.1.9.16777222|67|0
+1.3.6.1.2.1.2.2.1.9.16777223|67|0
+1.3.6.1.2.1.2.2.1.9.16777224|67|0
+1.3.6.1.2.1.2.2.1.13.16777216|65|0
+1.3.6.1.2.1.2.2.1.13.16777217|65|0
+1.3.6.1.2.1.2.2.1.13.16777218|65|0
+1.3.6.1.2.1.2.2.1.13.16777219|65|0
+1.3.6.1.2.1.2.2.1.13.16777220|65|0
+1.3.6.1.2.1.2.2.1.13.16777221|65|48
+1.3.6.1.2.1.2.2.1.13.16777222|65|0
+1.3.6.1.2.1.2.2.1.13.16777223|65|0
+1.3.6.1.2.1.2.2.1.13.16777224|65|0
+1.3.6.1.2.1.2.2.1.14.16777216|65|0
+1.3.6.1.2.1.2.2.1.14.16777217|65|0
+1.3.6.1.2.1.2.2.1.14.16777218|65|0
+1.3.6.1.2.1.2.2.1.14.16777219|65|0
+1.3.6.1.2.1.2.2.1.14.16777220|65|0
+1.3.6.1.2.1.2.2.1.14.16777221|65|0
+1.3.6.1.2.1.2.2.1.14.16777222|65|0
+1.3.6.1.2.1.2.2.1.14.16777223|65|0
+1.3.6.1.2.1.2.2.1.14.16777224|65|0
+1.3.6.1.2.1.2.2.1.19.16777216|65|0
+1.3.6.1.2.1.2.2.1.19.16777217|65|0
+1.3.6.1.2.1.2.2.1.19.16777218|65|0
+1.3.6.1.2.1.2.2.1.19.16777219|65|0
+1.3.6.1.2.1.2.2.1.19.16777220|65|0
+1.3.6.1.2.1.2.2.1.19.16777221|65|0
+1.3.6.1.2.1.2.2.1.19.16777222|65|0
+1.3.6.1.2.1.2.2.1.19.16777223|65|0
+1.3.6.1.2.1.2.2.1.19.16777224|65|0
+1.3.6.1.2.1.2.2.1.20.16777216|65|0
+1.3.6.1.2.1.2.2.1.20.16777217|65|0
+1.3.6.1.2.1.2.2.1.20.16777218|65|0
+1.3.6.1.2.1.2.2.1.20.16777219|65|0
+1.3.6.1.2.1.2.2.1.20.16777220|65|0
+1.3.6.1.2.1.2.2.1.20.16777221|65|0
+1.3.6.1.2.1.2.2.1.20.16777222|65|0
+1.3.6.1.2.1.2.2.1.20.16777223|65|0
+1.3.6.1.2.1.2.2.1.20.16777224|65|0
+1.3.6.1.2.1.4.20.1.2.0.0.0.0|2|16777216
+1.3.6.1.2.1.4.20.1.3.0.0.0.0|64|255.255.255.255
+1.3.6.1.2.1.4.22.1.2.16777221.100.64.8.1|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.22.1.2.16777223.10.111.254.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.22.1.2.16777224.100.64.10.1|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.22.1.2.16777224.100.64.10.2|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.22.1.2.16777224.100.64.10.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.22.1.2.16777224.100.64.10.76|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.22.1.2.16777224.192.168.5.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.22.1.2.16777224.192.168.6.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.22.1.2.16777224.192.168.7.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.35.1.4.16777221.1.4.100.64.8.1|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.35.1.4.16777223.1.4.10.111.254.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.35.1.4.16777224.1.4.100.64.10.1|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.35.1.4.16777224.1.4.100.64.10.2|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.35.1.4.16777224.1.4.100.64.10.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.35.1.4.16777224.1.4.100.64.10.76|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.35.1.4.16777224.1.4.192.168.5.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.35.1.4.16777224.1.4.192.168.6.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.4.35.1.4.16777224.1.4.192.168.7.10|4x|FFFFFFFFFFFF
+1.3.6.1.2.1.25.1.1.0|67|10780869
+1.3.6.1.2.1.25.1.5.0|66|0
+1.3.6.1.2.1.25.1.7.0|2|0
+1.3.6.1.2.1.25.2.2.0|2|3887576
+1.3.6.1.2.1.25.2.3.1.1.1|2|1
+1.3.6.1.2.1.25.2.3.1.1.3|2|3
+1.3.6.1.2.1.25.2.3.1.1.6|2|6
+1.3.6.1.2.1.25.2.3.1.1.7|2|7
+1.3.6.1.2.1.25.2.3.1.1.8|2|8
+1.3.6.1.2.1.25.2.3.1.1.10|2|10
+1.3.6.1.2.1.25.2.3.1.1.31|2|31
+1.3.6.1.2.1.25.2.3.1.1.32|2|32
+1.3.6.1.2.1.25.2.3.1.1.33|2|33
+1.3.6.1.2.1.25.2.3.1.1.34|2|34
+1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.2
+1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.25.2.1.3
+1.3.6.1.2.1.25.2.3.1.2.6|6|1.3.6.1.2.1.25.2.1.1
+1.3.6.1.2.1.25.2.3.1.2.7|6|1.3.6.1.2.1.25.2.1.1
+1.3.6.1.2.1.25.2.3.1.2.8|6|1.3.6.1.2.1.25.2.1.1
+1.3.6.1.2.1.25.2.3.1.2.10|6|1.3.6.1.2.1.25.2.1.3
+1.3.6.1.2.1.25.2.3.1.2.31|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.32|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.33|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.34|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|/sys/fs/cgroup
+1.3.6.1.2.1.25.2.3.1.3.33|4|/boot
+1.3.6.1.2.1.25.2.3.1.3.34|4|/velocloud
+1.3.6.1.2.1.25.2.3.1.4.1|2|1024
+1.3.6.1.2.1.25.2.3.1.4.3|2|1024
+1.3.6.1.2.1.25.2.3.1.4.6|2|1024
+1.3.6.1.2.1.25.2.3.1.4.7|2|1024
+1.3.6.1.2.1.25.2.3.1.4.8|2|1024
+1.3.6.1.2.1.25.2.3.1.4.10|2|1024
+1.3.6.1.2.1.25.2.3.1.4.31|2|4096
+1.3.6.1.2.1.25.2.3.1.4.32|2|4096
+1.3.6.1.2.1.25.2.3.1.4.33|2|1024
+1.3.6.1.2.1.25.2.3.1.4.34|2|4096
+1.3.6.1.2.1.25.2.3.1.5.1|2|3887576
+1.3.6.1.2.1.25.2.3.1.5.3|2|3887576
+1.3.6.1.2.1.25.2.3.1.5.6|2|3887576
+1.3.6.1.2.1.25.2.3.1.5.7|2|257772
+1.3.6.1.2.1.25.2.3.1.5.8|2|29396
+1.3.6.1.2.1.25.2.3.1.5.10|2|0
+1.3.6.1.2.1.25.2.3.1.5.31|2|249830
+1.3.6.1.2.1.25.2.3.1.5.32|2|0
+1.3.6.1.2.1.25.2.3.1.5.33|2|17109
+1.3.6.1.2.1.25.2.3.1.5.34|2|2943817
+1.3.6.1.2.1.25.2.3.1.6.1|2|1659432
+1.3.6.1.2.1.25.2.3.1.6.3|2|1659432
+1.3.6.1.2.1.25.2.3.1.6.6|2|116764
+1.3.6.1.2.1.25.2.3.1.6.7|2|257772
+1.3.6.1.2.1.25.2.3.1.6.8|2|29396
+1.3.6.1.2.1.25.2.3.1.6.10|2|0
+1.3.6.1.2.1.25.2.3.1.6.31|2|106977
+1.3.6.1.2.1.25.2.3.1.6.32|2|0
+1.3.6.1.2.1.25.2.3.1.6.33|2|2532
+1.3.6.1.2.1.25.2.3.1.6.34|2|132691
+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.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.3.196608|4|GenuineIntel: Intel(R) Atom(TM) CPU C3308 @ 1.60GHz
+1.3.6.1.2.1.25.3.2.1.3.196609|4|GenuineIntel: Intel(R) Atom(TM) CPU C3308 @ 1.60GHz
+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.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.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|22
+1.3.6.1.2.1.25.3.3.1.2.196609|2|58
+1.3.6.1.2.1.31.1.1.1.1.16777216|4|SFP1
+1.3.6.1.2.1.31.1.1.1.1.16777217|4|GE1
+1.3.6.1.2.1.31.1.1.1.1.16777218|4|GE3
+1.3.6.1.2.1.31.1.1.1.1.16777219|4|GE4
+1.3.6.1.2.1.31.1.1.1.1.16777220|4|GE5
+1.3.6.1.2.1.31.1.1.1.1.16777221|4|GE6
+1.3.6.1.2.1.31.1.1.1.1.16777222|4|br-management
+1.3.6.1.2.1.31.1.1.1.1.16777223|4|br-network1
+1.3.6.1.2.1.31.1.1.1.1.16777224|4|br-network2324
+1.3.6.1.2.1.31.1.1.1.2.16777216|65|0
+1.3.6.1.2.1.31.1.1.1.2.16777217|65|0
+1.3.6.1.2.1.31.1.1.1.2.16777218|65|0
+1.3.6.1.2.1.31.1.1.1.2.16777219|65|0
+1.3.6.1.2.1.31.1.1.1.2.16777220|65|0
+1.3.6.1.2.1.31.1.1.1.2.16777221|65|0
+1.3.6.1.2.1.31.1.1.1.2.16777222|65|0
+1.3.6.1.2.1.31.1.1.1.2.16777223|65|0
+1.3.6.1.2.1.31.1.1.1.2.16777224|65|0
+1.3.6.1.2.1.31.1.1.1.3.16777216|65|0
+1.3.6.1.2.1.31.1.1.1.3.16777217|65|0
+1.3.6.1.2.1.31.1.1.1.3.16777218|65|0
+1.3.6.1.2.1.31.1.1.1.3.16777219|65|0
+1.3.6.1.2.1.31.1.1.1.3.16777220|65|0
+1.3.6.1.2.1.31.1.1.1.3.16777221|65|0
+1.3.6.1.2.1.31.1.1.1.3.16777222|65|0
+1.3.6.1.2.1.31.1.1.1.3.16777223|65|0
+1.3.6.1.2.1.31.1.1.1.3.16777224|65|0
+1.3.6.1.2.1.31.1.1.1.4.16777216|65|0
+1.3.6.1.2.1.31.1.1.1.4.16777217|65|0
+1.3.6.1.2.1.31.1.1.1.4.16777218|65|0
+1.3.6.1.2.1.31.1.1.1.4.16777219|65|0
+1.3.6.1.2.1.31.1.1.1.4.16777220|65|0
+1.3.6.1.2.1.31.1.1.1.4.16777221|65|0
+1.3.6.1.2.1.31.1.1.1.4.16777222|65|0
+1.3.6.1.2.1.31.1.1.1.4.16777223|65|0
+1.3.6.1.2.1.31.1.1.1.4.16777224|65|0
+1.3.6.1.2.1.31.1.1.1.5.16777216|65|0
+1.3.6.1.2.1.31.1.1.1.5.16777217|65|0
+1.3.6.1.2.1.31.1.1.1.5.16777218|65|0
+1.3.6.1.2.1.31.1.1.1.5.16777219|65|0
+1.3.6.1.2.1.31.1.1.1.5.16777220|65|0
+1.3.6.1.2.1.31.1.1.1.5.16777221|65|0
+1.3.6.1.2.1.31.1.1.1.5.16777222|65|0
+1.3.6.1.2.1.31.1.1.1.5.16777223|65|0
+1.3.6.1.2.1.31.1.1.1.5.16777224|65|0
+1.3.6.1.2.1.31.1.1.1.6.16777216|70|0
+1.3.6.1.2.1.31.1.1.1.6.16777217|70|312564167
+1.3.6.1.2.1.31.1.1.1.6.16777218|70|138538787
+1.3.6.1.2.1.31.1.1.1.6.16777219|70|5792064
+1.3.6.1.2.1.31.1.1.1.6.16777220|70|5792326
+1.3.6.1.2.1.31.1.1.1.6.16777221|70|33124388883
+1.3.6.1.2.1.31.1.1.1.6.16777222|70|0
+1.3.6.1.2.1.31.1.1.1.6.16777223|70|4017245750
+1.3.6.1.2.1.31.1.1.1.6.16777224|70|52877591
+1.3.6.1.2.1.31.1.1.1.7.16777216|70|0
+1.3.6.1.2.1.31.1.1.1.7.16777217|70|3422548
+1.3.6.1.2.1.31.1.1.1.7.16777218|70|726216
+1.3.6.1.2.1.31.1.1.1.7.16777219|70|125724
+1.3.6.1.2.1.31.1.1.1.7.16777220|70|125724
+1.3.6.1.2.1.31.1.1.1.7.16777221|70|46089741
+1.3.6.1.2.1.31.1.1.1.7.16777222|70|0
+1.3.6.1.2.1.31.1.1.1.7.16777223|70|32655648
+1.3.6.1.2.1.31.1.1.1.7.16777224|70|364475
+1.3.6.1.2.1.31.1.1.1.8.16777216|70|0
+1.3.6.1.2.1.31.1.1.1.8.16777217|70|3422548
+1.3.6.1.2.1.31.1.1.1.8.16777218|70|726216
+1.3.6.1.2.1.31.1.1.1.8.16777219|70|125724
+1.3.6.1.2.1.31.1.1.1.8.16777220|70|125724
+1.3.6.1.2.1.31.1.1.1.8.16777221|70|46089741
+1.3.6.1.2.1.31.1.1.1.8.16777222|70|0
+1.3.6.1.2.1.31.1.1.1.8.16777223|70|32655648
+1.3.6.1.2.1.31.1.1.1.8.16777224|70|364475
+1.3.6.1.2.1.31.1.1.1.9.16777216|70|0
+1.3.6.1.2.1.31.1.1.1.9.16777217|70|0
+1.3.6.1.2.1.31.1.1.1.9.16777218|70|0
+1.3.6.1.2.1.31.1.1.1.9.16777219|70|0
+1.3.6.1.2.1.31.1.1.1.9.16777220|70|0
+1.3.6.1.2.1.31.1.1.1.9.16777221|70|0
+1.3.6.1.2.1.31.1.1.1.9.16777222|70|0
+1.3.6.1.2.1.31.1.1.1.9.16777223|70|0
+1.3.6.1.2.1.31.1.1.1.9.16777224|70|0
+1.3.6.1.2.1.31.1.1.1.10.16777216|70|0
+1.3.6.1.2.1.31.1.1.1.10.16777217|70|3359775
+1.3.6.1.2.1.31.1.1.1.10.16777218|70|1016624
+1.3.6.1.2.1.31.1.1.1.10.16777219|70|35766
+1.3.6.1.2.1.31.1.1.1.10.16777220|70|35767
+1.3.6.1.2.1.31.1.1.1.10.16777221|70|31597669
+1.3.6.1.2.1.31.1.1.1.10.16777222|70|0
+1.3.6.1.2.1.31.1.1.1.10.16777223|70|43496727
+1.3.6.1.2.1.31.1.1.1.10.16777224|70|77760
+1.3.6.1.2.1.31.1.1.1.11.16777216|70|0
+1.3.6.1.2.1.31.1.1.1.11.16777217|70|3359775
+1.3.6.1.2.1.31.1.1.1.11.16777218|70|1016624
+1.3.6.1.2.1.31.1.1.1.11.16777219|70|35766
+1.3.6.1.2.1.31.1.1.1.11.16777220|70|35767
+1.3.6.1.2.1.31.1.1.1.11.16777221|70|31597669
+1.3.6.1.2.1.31.1.1.1.11.16777222|70|0
+1.3.6.1.2.1.31.1.1.1.11.16777223|70|43496727
+1.3.6.1.2.1.31.1.1.1.11.16777224|70|77760
+1.3.6.1.2.1.31.1.1.1.12.16777216|70|0
+1.3.6.1.2.1.31.1.1.1.12.16777217|70|0
+1.3.6.1.2.1.31.1.1.1.12.16777218|70|0
+1.3.6.1.2.1.31.1.1.1.12.16777219|70|0
+1.3.6.1.2.1.31.1.1.1.12.16777220|70|0
+1.3.6.1.2.1.31.1.1.1.12.16777221|70|0
+1.3.6.1.2.1.31.1.1.1.12.16777222|70|0
+1.3.6.1.2.1.31.1.1.1.12.16777223|70|0
+1.3.6.1.2.1.31.1.1.1.12.16777224|70|0
+1.3.6.1.2.1.31.1.1.1.13.16777216|70|0
+1.3.6.1.2.1.31.1.1.1.13.16777217|70|0
+1.3.6.1.2.1.31.1.1.1.13.16777218|70|0
+1.3.6.1.2.1.31.1.1.1.13.16777219|70|0
+1.3.6.1.2.1.31.1.1.1.13.16777220|70|0
+1.3.6.1.2.1.31.1.1.1.13.16777221|70|0
+1.3.6.1.2.1.31.1.1.1.13.16777222|70|0
+1.3.6.1.2.1.31.1.1.1.13.16777223|70|0
+1.3.6.1.2.1.31.1.1.1.13.16777224|70|0
+1.3.6.1.2.1.31.1.1.1.14.16777216|2|2
+1.3.6.1.2.1.31.1.1.1.14.16777217|2|2
+1.3.6.1.2.1.31.1.1.1.14.16777218|2|2
+1.3.6.1.2.1.31.1.1.1.14.16777219|2|2
+1.3.6.1.2.1.31.1.1.1.14.16777220|2|2
+1.3.6.1.2.1.31.1.1.1.14.16777221|2|2
+1.3.6.1.2.1.31.1.1.1.14.16777222|2|2
+1.3.6.1.2.1.31.1.1.1.14.16777223|2|2
+1.3.6.1.2.1.31.1.1.1.14.16777224|2|2
+1.3.6.1.2.1.31.1.1.1.15.16777216|66|4294967295
+1.3.6.1.2.1.31.1.1.1.15.16777217|66|1000
+1.3.6.1.2.1.31.1.1.1.15.16777218|66|0
+1.3.6.1.2.1.31.1.1.1.15.16777219|66|1000
+1.3.6.1.2.1.31.1.1.1.15.16777220|66|1000
+1.3.6.1.2.1.31.1.1.1.15.16777221|66|1000
+1.3.6.1.2.1.31.1.1.1.15.16777222|66|0
+1.3.6.1.2.1.31.1.1.1.15.16777223|66|0
+1.3.6.1.2.1.31.1.1.1.15.16777224|66|0
+1.3.6.1.2.1.31.1.1.1.16.16777216|2|1
+1.3.6.1.2.1.31.1.1.1.16.16777217|2|1
+1.3.6.1.2.1.31.1.1.1.16.16777218|2|2
+1.3.6.1.2.1.31.1.1.1.16.16777219|2|1
+1.3.6.1.2.1.31.1.1.1.16.16777220|2|1
+1.3.6.1.2.1.31.1.1.1.16.16777221|2|1
+1.3.6.1.2.1.31.1.1.1.16.16777222|2|2
+1.3.6.1.2.1.31.1.1.1.16.16777223|2|2
+1.3.6.1.2.1.31.1.1.1.16.16777224|2|2
+1.3.6.1.2.1.31.1.1.1.17.16777216|2|2
+1.3.6.1.2.1.31.1.1.1.17.16777217|2|2
+1.3.6.1.2.1.31.1.1.1.17.16777218|2|2
+1.3.6.1.2.1.31.1.1.1.17.16777219|2|2
+1.3.6.1.2.1.31.1.1.1.17.16777220|2|2
+1.3.6.1.2.1.31.1.1.1.17.16777221|2|2
+1.3.6.1.2.1.31.1.1.1.17.16777222|2|2
+1.3.6.1.2.1.31.1.1.1.17.16777223|2|2
+1.3.6.1.2.1.31.1.1.1.17.16777224|2|2
+1.3.6.1.2.1.31.1.1.1.18.16777216|4|SFP1
+1.3.6.1.2.1.31.1.1.1.18.16777217|4|GE1
+1.3.6.1.2.1.31.1.1.1.18.16777218|4|GE3
+1.3.6.1.2.1.31.1.1.1.18.16777219|4|GE4
+1.3.6.1.2.1.31.1.1.1.18.16777220|4|GE5
+1.3.6.1.2.1.31.1.1.1.18.16777221|4|GE6
+1.3.6.1.2.1.31.1.1.1.18.16777222|4|br-management
+1.3.6.1.2.1.31.1.1.1.18.16777223|4|br-network1
+1.3.6.1.2.1.31.1.1.1.18.16777224|4|br-network2324
+1.3.6.1.2.1.31.1.1.1.19.16777216|67|0
+1.3.6.1.2.1.31.1.1.1.19.16777217|67|0
+1.3.6.1.2.1.31.1.1.1.19.16777218|67|0
+1.3.6.1.2.1.31.1.1.1.19.16777219|67|0
+1.3.6.1.2.1.31.1.1.1.19.16777220|67|0
+1.3.6.1.2.1.31.1.1.1.19.16777221|67|0
+1.3.6.1.2.1.31.1.1.1.19.16777222|67|0
+1.3.6.1.2.1.31.1.1.1.19.16777223|67|0
+1.3.6.1.2.1.31.1.1.1.19.16777224|67|0
+1.3.6.1.4.1.2021.10.1.5.1|2|91
+1.3.6.1.4.1.2021.10.1.5.2|2|117
+1.3.6.1.4.1.2021.10.1.5.3|2|108
+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|29
+1.3.6.1.4.1.2021.11.6.0|2|0
+1.3.6.1.4.1.2021.11.7.0|2|84173
+1.3.6.1.4.1.2021.11.8.0|2|186525
+1.3.6.1.4.1.2021.11.9.0|2|24
+1.3.6.1.4.1.2021.11.10.0|2|14
+1.3.6.1.4.1.2021.11.11.0|2|60
+1.3.6.1.4.1.2021.11.50.0|65|2302680
+1.3.6.1.4.1.2021.11.51.0|65|226427
+1.3.6.1.4.1.2021.11.52.0|65|1965087
+1.3.6.1.4.1.2021.11.53.0|65|16915237
+1.3.6.1.4.1.2021.11.54.0|65|23547
+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|3417218
+1.3.6.1.4.1.2021.11.58.0|65|522462
+1.3.6.1.4.1.2021.11.59.0|65|190713016
+1.3.6.1.4.1.2021.11.60.0|65|2078681668
+1.3.6.1.4.1.2021.11.61.0|65|128776
+1.3.6.1.4.1.2021.11.62.0|65|0
+1.3.6.1.4.1.2021.11.63.0|65|0
+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.45346.1.1.2.1.2.1.0|2|2
+1.3.6.1.4.1.45346.1.1.2.1.2.2.0|2|3
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.3.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19|4|Provider1
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.3.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19|4|Provider2
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.24.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19|70|0
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.24.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19|70|0
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.25.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19|70|0
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.25.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19|70|0
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.26.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19|2|7
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.26.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19|2|7
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.31.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19|2|0
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.31.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19|2|0
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.33.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19|4|GE3
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.33.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19|4|GE6
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.34.0.0.0.3.51.89.79.246.178.165.100.186.108.233.107.19|2|7
+1.3.6.1.4.1.45346.1.1.2.3.2.2.1.34.0.0.0.6.51.89.79.246.178.165.100.186.108.233.107.19|2|7