Added basic state details for Infoblox NIOS (#10572)

* add basic state for Infoblox NIOS
* add snmprec
* Added JSON nios.json
This commit is contained in:
FTBZ
2019-09-03 20:37:51 +02:00
committed by PipoCanaja
parent 74f1f65234
commit 348190b084
4 changed files with 3560 additions and 117 deletions

View File

@@ -0,0 +1,21 @@
mib: IB-PLATFORMONE-MIB
modules:
sensors:
state:
data:
-
oid: ibGridStatus
num_oid: '.1.3.6.1.4.1.7779.3.1.1.2.1.12.{{ $index }}'
index: 'ibGridStatus.{{ $index }}'
descr: Grid Status
states:
- { value: 1, generic: 0, graph: 1, descr: ID Grid Master }
- { value: 2, generic: 0, graph: 1, descr: ID Grid Member}
-
oid: ibHaStatus
num_oid: '.1.3.6.1.4.1.7779.3.1.1.2.1.13.{{ $index }}'
index: 'ibHaStatus.{{ $index }}'
descr: HA Status
states:
- { value: 1, generic: 0, graph: 1, descr: Active }
- { value: 2, generic: 0, graph: 1, descr: Passive }

View File

@@ -1,22 +1,73 @@
-- --
-- Copyright (c) 2004-2009, Infoblox, Inc -- Copyright (c) 2004-2016, Infoblox, Inc
-- All rights reserved. -- All rights reserved.
IB-PLATFORMONE-MIB DEFINITIONS ::= BEGIN IB-PLATFORMONE-MIB DEFINITIONS ::= BEGIN
IMPORTS IMPORTS
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, enterprises OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, enterprises
FROM SNMPv2-SMI FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC TEXTUAL-CONVENTION FROM SNMPv2-TC
Counter FROM RFC1155-SMI Counter FROM RFC1155-SMI
ibPlatformOne, IbString, IbIpAddr FROM IB-SMI-MIB; ibPlatformOne, IbString, IbIpAddr, IbFloat FROM IB-SMI-MIB;
ibPlatformModule MODULE-IDENTITY ibPlatformModule MODULE-IDENTITY
LAST-UPDATED "201011150000Z" -- November 15, 2010 LAST-UPDATED "201606120000Z" -- Jun 12, 2016
ORGANIZATION "Infoblox" ORGANIZATION "Infoblox"
CONTACT-INFO "Please See IB-SMI-MIB." CONTACT-INFO "Please See IB-SMI-MIB."
DESCRIPTION "This file defines the Infoblox One platform MIB." DESCRIPTION "This file defines the Infoblox One platform MIB."
REVISION "201606120000Z" -- Jun 12, 2016
DESCRIPTION "Add BFD service status"
REVISION "201606070000Z" -- June 07, 2016
DESCRIPTION "Add Outbound traps"
REVISION "201605060000Z" -- May 06, 2016
DESCRIPTION "Removed ibCPUTemperature OBJECT-TYPE"
REVISION "201511190000Z" -- November 19, 2015
DESCRIPTION "Add SNIC interface statistics"
REVISION "201510290000Z" -- Oct 29, 2015
DESCRIPTION "Add Taxii service status"
REVISION "201510090000Z" -- Oct 9, 2015
DESCRIPTION "Add Analytics service status"
REVISION "201505190000Z" -- May 19, 2015
DESCRIPTION "Add new float OIDs for CPU temprature"
REVISION "201407300000Z" -- July 30, 2014
DESCRIPTION "Add Cloud API service status"
REVISION "201310290000Z" -- October 29, 2013
DESCRIPTION "Add Threat Protection service status info"
REVISION "201310220000Z" -- October 22, 2013
DESCRIPTION "Add Discovery Capacity info"
REVISION "201308020000Z" -- August 02, 2013
DESCRIPTION "Add Swap Usage info"
REVISION "201305070000Z" -- May 07, 2013
DESCRIPTION "Added Discovery status services"
REVISION "201205240000Z" -- May 24, 2012
DESCRIPTION "Rename Node1, Node2 to Node, PassiveNode"
REVISION "201204130000Z" -- April 13, 2012
DESCRIPTION "Added DNS Cache Acceleration info"
REVISION "201112020000Z" -- December 02, 2011
DESCRIPTION "Add support for 8 fans and 8 raid disks"
REVISION "201112010000Z" -- December 01, 2011
DESCRIPTION "Added second power-supply service"
REVISION "201105050000Z" -- May 05, 2011
DESCRIPTION "Removed Radius service status info"
REVISION "201011150000Z" -- November 15, 2010 REVISION "201011150000Z" -- November 15, 2010
DESCRIPTION "Added Bloxtools_move service status info" DESCRIPTION "Added Bloxtools_move service status info"
@@ -34,21 +85,15 @@ ibPlatformModule MODULE-IDENTITY
REVISION "200501100000Z" -- Jan 10, 2005 REVISION "200501100000Z" -- Jan 10, 2005
DESCRIPTION "Added copyright" DESCRIPTION "Added copyright"
REVISION "200405210000Z" -- May 21, 2004 REVISION "200405210000Z" -- May 21, 2004
DESCRIPTION "Creation of the MIB file" DESCRIPTION "Creation of the MIB file"
::= { ibPlatformOne 1 } ::= { ibPlatformOne 1 }
-- PlatformOne Mib Definitions -- PlatformOne Mib Definitions
ibCPUTemperature OBJECT-TYPE
SYNTAX IbString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Infoblox One CPU temperature."
::= { ibPlatformModule 1 }
ibClusterReplicationStatusTable OBJECT-TYPE ibClusterReplicationStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF IbClusterReplicationStatusEntry SYNTAX SEQUENCE OF IbClusterReplicationStatusEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
@@ -60,7 +105,7 @@ ibClusterReplicationStatusEntry OBJECT-TYPE
SYNTAX IbClusterReplicationStatusEntry SYNTAX IbClusterReplicationStatusEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION "A conceptual row containing info about a particular DESCRIPTION "A conceptual row containing info about a particular
grid replication status." grid replication status."
INDEX {ibNodeIPAddress} INDEX {ibNodeIPAddress}
::= { ibClusterReplicationStatusTable 1 } ::= { ibClusterReplicationStatusTable 1 }
@@ -157,8 +202,14 @@ ibSystemMonitorCpu OBJECT IDENTIFIER
ibSystemMonitorMem OBJECT IDENTIFIER ibSystemMonitorMem OBJECT IDENTIFIER
::= { ibSystemMonitor 2 } ::= { ibSystemMonitor 2 }
ibSystemMonitorSwap OBJECT IDENTIFIER
::= { ibSystemMonitor 3 }
ibSystemMonitorSnic OBJECT IDENTIFIER
::= { ibSystemMonitor 4 }
ibSystemMonitorCpuUsage OBJECT-TYPE ibSystemMonitorCpuUsage OBJECT-TYPE
SYNTAX INTEGER SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Current average CPU usage" DESCRIPTION "Current average CPU usage"
@@ -171,7 +222,14 @@ ibSystemMonitorMemUsage OBJECT-TYPE
DESCRIPTION "Current Memory usage" DESCRIPTION "Current Memory usage"
::= { ibSystemMonitorMem 1 } ::= { ibSystemMonitorMem 1 }
ibNetworkMonitorDNS OBJECT IDENTIFIER ibSystemMonitorSwapUsage OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current Swap usage"
::= { ibSystemMonitorSwap 1 }
ibNetworkMonitorDNS OBJECT IDENTIFIER
::= { ibNetworkMonitor 1 } ::= { ibNetworkMonitor 1 }
ibNetworkMonitorDNSActive OBJECT-TYPE ibNetworkMonitorDNSActive OBJECT-TYPE
@@ -224,7 +282,7 @@ ibNetworkMonitorDNSNonAAT1AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 1 minute where the reply was queries during the last 1 minute where the reply was
non authoritative" non authoritative"
::= { ibNetworkMonitorDNSNonAAT1 1 } ::= { ibNetworkMonitorDNSNonAAT1 1 }
ibNetworkMonitorDNSNonAAT1Count OBJECT-TYPE ibNetworkMonitorDNSNonAAT1Count OBJECT-TYPE
@@ -233,7 +291,7 @@ ibNetworkMonitorDNSNonAAT1Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 1 minute where the reply was non during the last 1 minute where the reply was non
authoritative" authoritative"
::= { ibNetworkMonitorDNSNonAAT1 2 } ::= { ibNetworkMonitorDNSNonAAT1 2 }
ibNetworkMonitorDNSNonAAT5AvgLatency OBJECT-TYPE ibNetworkMonitorDNSNonAAT5AvgLatency OBJECT-TYPE
@@ -242,7 +300,7 @@ ibNetworkMonitorDNSNonAAT5AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 5 minutes where the reply was queries during the last 5 minutes where the reply was
non authoritative" non authoritative"
::= { ibNetworkMonitorDNSNonAAT5 1 } ::= { ibNetworkMonitorDNSNonAAT5 1 }
ibNetworkMonitorDNSNonAAT5Count OBJECT-TYPE ibNetworkMonitorDNSNonAAT5Count OBJECT-TYPE
@@ -251,7 +309,7 @@ ibNetworkMonitorDNSNonAAT5Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 5 minutes where the reply was non during the last 5 minutes where the reply was non
authoritative" authoritative"
::= { ibNetworkMonitorDNSNonAAT5 2 } ::= { ibNetworkMonitorDNSNonAAT5 2 }
ibNetworkMonitorDNSNonAAT15AvgLatency OBJECT-TYPE ibNetworkMonitorDNSNonAAT15AvgLatency OBJECT-TYPE
@@ -260,7 +318,7 @@ ibNetworkMonitorDNSNonAAT15AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 15 minutes where the reply was queries during the last 15 minutes where the reply was
non authoritative" non authoritative"
::= { ibNetworkMonitorDNSNonAAT15 1 } ::= { ibNetworkMonitorDNSNonAAT15 1 }
ibNetworkMonitorDNSNonAAT15Count OBJECT-TYPE ibNetworkMonitorDNSNonAAT15Count OBJECT-TYPE
@@ -269,7 +327,7 @@ ibNetworkMonitorDNSNonAAT15Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 15 minutes where the reply was non during the last 15 minutes where the reply was non
authoritative" authoritative"
::= { ibNetworkMonitorDNSNonAAT15 2 } ::= { ibNetworkMonitorDNSNonAAT15 2 }
ibNetworkMonitorDNSNonAAT60AvgLatency OBJECT-TYPE ibNetworkMonitorDNSNonAAT60AvgLatency OBJECT-TYPE
@@ -278,7 +336,7 @@ ibNetworkMonitorDNSNonAAT60AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 60 minutes where the reply was queries during the last 60 minutes where the reply was
non authoritative" non authoritative"
::= { ibNetworkMonitorDNSNonAAT60 1 } ::= { ibNetworkMonitorDNSNonAAT60 1 }
ibNetworkMonitorDNSNonAAT60Count OBJECT-TYPE ibNetworkMonitorDNSNonAAT60Count OBJECT-TYPE
@@ -287,7 +345,7 @@ ibNetworkMonitorDNSNonAAT60Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 60 minutes where the reply was non during the last 60 minutes where the reply was non
authoritative" authoritative"
::= { ibNetworkMonitorDNSNonAAT60 2 } ::= { ibNetworkMonitorDNSNonAAT60 2 }
ibNetworkMonitorDNSNonAAT1440AvgLatency OBJECT-TYPE ibNetworkMonitorDNSNonAAT1440AvgLatency OBJECT-TYPE
@@ -296,7 +354,7 @@ ibNetworkMonitorDNSNonAAT1440AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 1440 minutes (24 hours) where queries during the last 1440 minutes (24 hours) where
the reply was non authoritative" the reply was non authoritative"
::= { ibNetworkMonitorDNSNonAAT1440 1 } ::= { ibNetworkMonitorDNSNonAAT1440 1 }
ibNetworkMonitorDNSNonAAT1440Count OBJECT-TYPE ibNetworkMonitorDNSNonAAT1440Count OBJECT-TYPE
@@ -305,7 +363,7 @@ ibNetworkMonitorDNSNonAAT1440Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 1440 minutes (24 hours) where the during the last 1440 minutes (24 hours) where the
reply was non authoritative" reply was non authoritative"
::= { ibNetworkMonitorDNSNonAAT1440 2 } ::= { ibNetworkMonitorDNSNonAAT1440 2 }
ibNetworkMonitorDNSAAT1AvgLatency OBJECT-TYPE ibNetworkMonitorDNSAAT1AvgLatency OBJECT-TYPE
@@ -314,7 +372,7 @@ ibNetworkMonitorDNSAAT1AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 1 minute where the reply was queries during the last 1 minute where the reply was
authoritative" authoritative"
::= { ibNetworkMonitorDNSAAT1 1 } ::= { ibNetworkMonitorDNSAAT1 1 }
ibNetworkMonitorDNSAAT1Count OBJECT-TYPE ibNetworkMonitorDNSAAT1Count OBJECT-TYPE
@@ -323,7 +381,7 @@ ibNetworkMonitorDNSAAT1Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 1 minute where the reply was during the last 1 minute where the reply was
authoritative" authoritative"
::= { ibNetworkMonitorDNSAAT1 2 } ::= { ibNetworkMonitorDNSAAT1 2 }
ibNetworkMonitorDNSAAT5AvgLatency OBJECT-TYPE ibNetworkMonitorDNSAAT5AvgLatency OBJECT-TYPE
@@ -332,7 +390,7 @@ ibNetworkMonitorDNSAAT5AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 5 minutes where the reply was queries during the last 5 minutes where the reply was
authoritative" authoritative"
::= { ibNetworkMonitorDNSAAT5 1 } ::= { ibNetworkMonitorDNSAAT5 1 }
ibNetworkMonitorDNSAAT5Count OBJECT-TYPE ibNetworkMonitorDNSAAT5Count OBJECT-TYPE
@@ -341,7 +399,7 @@ ibNetworkMonitorDNSAAT5Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 5 minutes where the reply was during the last 5 minutes where the reply was
authoritative" authoritative"
::= { ibNetworkMonitorDNSAAT5 2 } ::= { ibNetworkMonitorDNSAAT5 2 }
ibNetworkMonitorDNSAAT15AvgLatency OBJECT-TYPE ibNetworkMonitorDNSAAT15AvgLatency OBJECT-TYPE
@@ -350,7 +408,7 @@ ibNetworkMonitorDNSAAT15AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 15 minutes where the reply was queries during the last 15 minutes where the reply was
authoritative" authoritative"
::= { ibNetworkMonitorDNSAAT15 1 } ::= { ibNetworkMonitorDNSAAT15 1 }
ibNetworkMonitorDNSAAT15Count OBJECT-TYPE ibNetworkMonitorDNSAAT15Count OBJECT-TYPE
@@ -359,7 +417,7 @@ ibNetworkMonitorDNSAAT15Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 15 minutes where the reply was during the last 15 minutes where the reply was
authoritative" authoritative"
::= { ibNetworkMonitorDNSAAT15 2 } ::= { ibNetworkMonitorDNSAAT15 2 }
ibNetworkMonitorDNSAAT60AvgLatency OBJECT-TYPE ibNetworkMonitorDNSAAT60AvgLatency OBJECT-TYPE
@@ -368,7 +426,7 @@ ibNetworkMonitorDNSAAT60AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 60 minutes where the reply was queries during the last 60 minutes where the reply was
authoritative" authoritative"
::= { ibNetworkMonitorDNSAAT60 1 } ::= { ibNetworkMonitorDNSAAT60 1 }
ibNetworkMonitorDNSAAT60Count OBJECT-TYPE ibNetworkMonitorDNSAAT60Count OBJECT-TYPE
@@ -377,7 +435,7 @@ ibNetworkMonitorDNSAAT60Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 60 minutes where the reply was during the last 60 minutes where the reply was
authoritative" authoritative"
::= { ibNetworkMonitorDNSAAT60 2 } ::= { ibNetworkMonitorDNSAAT60 2 }
ibNetworkMonitorDNSAAT1440AvgLatency OBJECT-TYPE ibNetworkMonitorDNSAAT1440AvgLatency OBJECT-TYPE
@@ -386,7 +444,7 @@ ibNetworkMonitorDNSAAT1440AvgLatency OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Average Latencies (in microseconds) for incoming DNS DESCRIPTION "Average Latencies (in microseconds) for incoming DNS
queries during the last 1440 minutes (24 hours) where queries during the last 1440 minutes (24 hours) where
the reply was authoritative" the reply was authoritative"
::= { ibNetworkMonitorDNSAAT1440 1 } ::= { ibNetworkMonitorDNSAAT1440 1 }
ibNetworkMonitorDNSAAT1440Count OBJECT-TYPE ibNetworkMonitorDNSAAT1440Count OBJECT-TYPE
@@ -395,7 +453,7 @@ ibNetworkMonitorDNSAAT1440Count OBJECT-TYPE
STATUS current STATUS current
DESCRIPTION "Number of queries used to calculate the average latencies DESCRIPTION "Number of queries used to calculate the average latencies
during the last 1440 minutes (24 hours) where the reply was during the last 1440 minutes (24 hours) where the reply was
authoritative" authoritative"
::= { ibNetworkMonitorDNSAAT1440 2 } ::= { ibNetworkMonitorDNSAAT1440 2 }
ibNetworkMonitorDNSSecurity OBJECT IDENTIFIER ibNetworkMonitorDNSSecurity OBJECT IDENTIFIER
@@ -432,7 +490,7 @@ ibNetworkMonitorDNSSecurityInvalidPort60 OBJECT-TYPE
SYNTAX INTEGER SYNTAX INTEGER
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Number of DNS responses to invalid ports DESCRIPTION "Number of DNS responses to invalid ports
during the last 60 minutes" during the last 60 minutes"
::= { ibNetworkMonitorDNSSecurityInvalidPort 4 } ::= { ibNetworkMonitorDNSSecurityInvalidPort 4 }
@@ -505,7 +563,7 @@ ibNetworkMonitorDNSSecurityInvalidPortOnly OBJECT-TYPE
SYNTAX Counter SYNTAX Counter
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Number of DNS responses to invalid ports DESCRIPTION "Number of DNS responses to invalid ports
with a valid TXID" with a valid TXID"
::= { ibNetworkMonitorDNSSecurity 3 } ::= { ibNetworkMonitorDNSSecurity 3 }
@@ -513,7 +571,7 @@ ibNetworkMonitorDNSSecurityInvalidTxidOnly OBJECT-TYPE
SYNTAX Counter SYNTAX Counter
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Number of DNS responses to valid ports DESCRIPTION "Number of DNS responses to valid ports
with an invalid TXID" with an invalid TXID"
::= { ibNetworkMonitorDNSSecurity 4 } ::= { ibNetworkMonitorDNSSecurity 4 }
@@ -528,14 +586,14 @@ ibNetworkMonitorDNSSecurityInvalidTxidAndPort OBJECT-TYPE
IbServiceStates ::= TEXTUAL-CONVENTION IbServiceStates ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "It defines the states for infoblox services DESCRIPTION "It defines the states for infoblox services
Note: NTP service will always be running on NIOS, Note: NTP service will always be running on NIOS,
even when disabled in the GUI.This is for internal even when disabled in the GUI.This is for internal
grid operations." grid operations."
SYNTAX INTEGER { SYNTAX INTEGER {
working (1), working (1),
warning (2), warning (2),
failed (3), failed (3),
inactive (4), inactive (4),
unknown (5) unknown (5)
} }
@@ -543,42 +601,67 @@ IbServiceNames ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "It defines the names for infoblox services." DESCRIPTION "It defines the names for infoblox services."
SYNTAX INTEGER { SYNTAX INTEGER {
dhcp (1), dhcp (1),
dns (2), dns (2),
ntp (3), ntp (3),
radius (4), tftp (4),
tftp (5), http-file-dist (5),
http-file-dist (6), ftp (6),
ftp (7), bloxtools-move (7),
bloxtools-move (8), bloxtools (8),
bloxtools (9), node-status (9),
node-status (10), disk-usage (10),
disk-usage (11), enet-lan (11),
enet-lan (12), enet-lan2 (12),
enet-lan2 (13), enet-ha (13),
enet-ha (14), enet-mgmt (14),
enet-mgmt (15), lcd (15),
lcd (16), memory (16),
memory (17), replication (17),
replication (18), db-object (18),
db-object (19), raid-summary (19),
raid-summary (20), raid-disk1 (20),
raid-disk1 (21), raid-disk2 (21),
raid-disk2 (22), raid-disk3 (22),
raid-disk3 (23), raid-disk4 (23),
raid-disk4 (24), raid-disk5 (24),
fan1 (25), raid-disk6 (25),
fan2 (26), raid-disk7 (26),
fan3 (27), raid-disk8 (27),
power-supply (28), fan1 (28),
ntp-sync (29), fan2 (29),
cpu1-temp (30), fan3 (30),
cpu2-temp (31), fan4 (31),
sys-temp (32), fan5 (32),
raid-battery (33), fan6 (33),
cpu-usage (34), fan7 (34),
ospf (35), fan8 (35),
bgp (36) power-supply1 (36),
power-supply2 (37),
ntp-sync (38),
cpu1-temp (39),
cpu2-temp (40),
sys-temp (41),
raid-battery (42),
cpu-usage (43),
ospf (44),
bgp (45),
mgm-service (46),
subgrid-conn (47),
network-capacity (48),
reporting (49),
dns-cache-acceleration (50),
ospf6 (51),
swap-usage (52),
discovery-consolidator (53),
discovery-collector (54),
discovery-capacity (55),
threat-protection (56),
cloud-api (57),
threat-analytics (58),
taxii (59),
bfd (60),
outbound (61)
} }
ibMemberServiceStatusTable OBJECT-TYPE ibMemberServiceStatusTable OBJECT-TYPE
@@ -592,7 +675,7 @@ ibMemberServiceStatusEntry OBJECT-TYPE
SYNTAX IbMemberServiceStatusEntry SYNTAX IbMemberServiceStatusEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION "A conceptual row containing info about a particular DESCRIPTION "A conceptual row containing info about a particular
service status." service status."
INDEX {ibServiceName} INDEX {ibServiceName}
::= { ibMemberServiceStatusTable 1 } ::= { ibMemberServiceStatusTable 1 }
@@ -625,92 +708,304 @@ ibServiceDesc OBJECT-TYPE
DESCRIPTION "Service Description." DESCRIPTION "Service Description."
::= { ibMemberServiceStatusEntry 3 } ::= { ibMemberServiceStatusEntry 3 }
ibMemberNode1ServiceStatusTable OBJECT-TYPE ibMemberNodeServiceStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF IbMemberNode1ServiceStatusEntry SYNTAX SEQUENCE OF IbMemberNodeServiceStatusEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION "A table of Physical Node's Service Status." DESCRIPTION "A table of Physical Node's Service Status."
::= { ibPlatformModule 10 } ::= { ibPlatformModule 10 }
ibMemberNode1ServiceStatusEntry OBJECT-TYPE ibMemberNodeServiceStatusEntry OBJECT-TYPE
SYNTAX IbMemberNode1ServiceStatusEntry SYNTAX IbMemberNodeServiceStatusEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION "A conceptual row containing info about a particular DESCRIPTION "A conceptual row containing info about a particular
service status." service status."
INDEX {ibNode1ServiceName} INDEX {ibNodeServiceName}
::= { ibMemberNode1ServiceStatusTable 1 } ::= { ibMemberNodeServiceStatusTable 1 }
IbMemberNode1ServiceStatusEntry ::= IbMemberNodeServiceStatusEntry ::=
SEQUENCE { SEQUENCE {
ibNode1ServiceName IbServiceNames, ibNodeServiceName IbServiceNames,
ibNode1ServiceStatus IbServiceStates, ibNodeServiceStatus IbServiceStates,
ibNode1ServiceDesc IbString ibNodeServiceDesc IbString
} }
ibNode1ServiceName OBJECT-TYPE ibNodeServiceName OBJECT-TYPE
SYNTAX IbServiceNames SYNTAX IbServiceNames
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Service Name." DESCRIPTION "Service Name."
::= { ibMemberNode1ServiceStatusEntry 1 } ::= { ibMemberNodeServiceStatusEntry 1 }
ibNode1ServiceStatus OBJECT-TYPE ibNodeServiceStatus OBJECT-TYPE
SYNTAX IbServiceStates SYNTAX IbServiceStates
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Service Status." DESCRIPTION "Service Status."
::= { ibMemberNode1ServiceStatusEntry 2 } ::= { ibMemberNodeServiceStatusEntry 2 }
ibNode1ServiceDesc OBJECT-TYPE ibNodeServiceDesc OBJECT-TYPE
SYNTAX IbString SYNTAX IbString
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Service Description." DESCRIPTION "Service Description."
::= { ibMemberNode1ServiceStatusEntry 3 } ::= { ibMemberNodeServiceStatusEntry 3 }
ibMemberNode2ServiceStatusTable OBJECT-TYPE ibMemberPasiveNodeServiceStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF IbMemberNode2ServiceStatusEntry SYNTAX SEQUENCE OF IbMemberPasiveNodeServiceStatusEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION "A table of Physical Node's Service Status." DESCRIPTION "A table of Physical Node's Service Status."
::= { ibPlatformModule 11 } ::= { ibPlatformModule 11 }
ibMemberNode2ServiceStatusEntry OBJECT-TYPE ibMemberPasiveNodeServiceStatusEntry OBJECT-TYPE
SYNTAX IbMemberNode2ServiceStatusEntry SYNTAX IbMemberPasiveNodeServiceStatusEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION "A conceptual row containing info about a particular DESCRIPTION "A conceptual row containing info about a particular
service status." service status."
INDEX {ibNode2ServiceName} INDEX {ibPasiveNodeServiceName}
::= { ibMemberNode2ServiceStatusTable 1 } ::= { ibMemberPasiveNodeServiceStatusTable 1 }
IbMemberNode2ServiceStatusEntry ::= IbMemberPasiveNodeServiceStatusEntry ::=
SEQUENCE { SEQUENCE {
ibNode2ServiceName IbServiceNames, ibPasiveNodeServiceName IbServiceNames,
ibNode2ServiceStatus IbServiceStates, ibPasiveNodeServiceStatus IbServiceStates,
ibNode2ServiceDesc IbString ibPasiveNodeServiceDesc IbString
} }
ibNode2ServiceName OBJECT-TYPE ibPasiveNodeServiceName OBJECT-TYPE
SYNTAX IbServiceNames SYNTAX IbServiceNames
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Service Name." DESCRIPTION "Service Name."
::= { ibMemberNode2ServiceStatusEntry 1 } ::= { ibMemberPasiveNodeServiceStatusEntry 1 }
ibNode2ServiceStatus OBJECT-TYPE ibPasiveNodeServiceStatus OBJECT-TYPE
SYNTAX IbServiceStates SYNTAX IbServiceStates
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Service Status." DESCRIPTION "Service Status."
::= { ibMemberNode2ServiceStatusEntry 2 } ::= { ibMemberPasiveNodeServiceStatusEntry 2 }
ibNode2ServiceDesc OBJECT-TYPE ibPasiveNodeServiceDesc OBJECT-TYPE
SYNTAX IbString SYNTAX IbString
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION "Service Description." DESCRIPTION "Service Description."
::= { ibMemberNode2ServiceStatusEntry 3 } ::= { ibMemberPasiveNodeServiceStatusEntry 3 }
ibGridStatus OBJECT-TYPE
SYNTAX IbString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Grid Status"
::= { ibPlatformModule 12 }
ibHaStatus OBJECT-TYPE
SYNTAX IbString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "High Availability Status"
::= { ibPlatformModule 13 }
ibGridMasterCandStatus OBJECT-TYPE
SYNTAX IbString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Grid Master candidate status"
::= { ibPlatformModule 14 }
ibGridMasterVIP OBJECT-TYPE
SYNTAX IbString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Grid Master virtual IP address"
::= { ibPlatformModule 15 }
ibGridReplicationState OBJECT-TYPE
SYNTAX IbString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Grid Replication State"
::= { ibPlatformModule 16 }
ibCPU1Temperature OBJECT-TYPE
SYNTAX IbFloat
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Infoblox CPU One temperature."
::= { ibPlatformModule 17 }
ibCPU2Temperature OBJECT-TYPE
SYNTAX IbFloat
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Infoblox CPU Two temperature."
::= { ibPlatformModule 18 }
IbSnicNames ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "It defines the names for SNIC supported interfaces."
SYNTAX INTEGER {
lan1 (1),
lan2 (2),
ha (3)
}
ibSystemMonitorSnicStatsTable1 OBJECT-TYPE
SYNTAX SEQUENCE OF IbSystemMonitorSnicStatsEntry1
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of SNIC statistics during last 1 min."
::= { ibSystemMonitorSnic 1 }
ibSystemMonitorSnicStatsEntry1 OBJECT-TYPE
SYNTAX IbSystemMonitorSnicStatsEntry1
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A conceptual row containing info about a particular
SNIC statistics."
INDEX { ibSnicName1 }
::= { ibSystemMonitorSnicStatsTable1 1 }
IbSystemMonitorSnicStatsEntry1 ::=
SEQUENCE {
ibSnicName1 IbSnicNames,
ibSnicRxBits1 INTEGER,
ibSnicRxPackets1 INTEGER,
ibSnicTxBits1 INTEGER,
ibSnicTxPackets1 INTEGER,
ibSnicDropBits1 INTEGER,
ibSnicDropPackets1 INTEGER
}
ibSnicName1 OBJECT-TYPE
SYNTAX IbSnicNames
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic Name."
::= { ibSystemMonitorSnicStatsEntry1 1 }
ibSnicRxBits1 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic recieved bits per second."
::= { ibSystemMonitorSnicStatsEntry1 2 }
ibSnicRxPackets1 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic recieved packets per second."
::= { ibSystemMonitorSnicStatsEntry1 3 }
ibSnicTxBits1 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic sent bits per second."
::= { ibSystemMonitorSnicStatsEntry1 4 }
ibSnicTxPackets1 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic sent packets per second."
::= { ibSystemMonitorSnicStatsEntry1 5 }
ibSnicDropBits1 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic dropped bits per second."
::= { ibSystemMonitorSnicStatsEntry1 6 }
ibSnicDropPackets1 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic dropped packets per second."
::= { ibSystemMonitorSnicStatsEntry1 7 }
ibSystemMonitorSnicStatsTable5 OBJECT-TYPE
SYNTAX SEQUENCE OF IbSystemMonitorSnicStatsEntry5
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of SNIC statistics during last 5 min."
::= { ibSystemMonitorSnic 2 }
ibSystemMonitorSnicStatsEntry5 OBJECT-TYPE
SYNTAX IbSystemMonitorSnicStatsEntry5
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A conceptual row containing info about a particular
SNIC statistics."
INDEX { ibSnicName5 }
::= { ibSystemMonitorSnicStatsTable5 1 }
IbSystemMonitorSnicStatsEntry5 ::=
SEQUENCE {
ibSnicName5 IbSnicNames,
ibSnicRxBits5 INTEGER,
ibSnicRxPackets5 INTEGER,
ibSnicTxBits5 INTEGER,
ibSnicTxPackets5 INTEGER,
ibSnicDropBits5 INTEGER,
ibSnicDropPackets5 INTEGER
}
ibSnicName5 OBJECT-TYPE
SYNTAX IbSnicNames
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic Name."
::= { ibSystemMonitorSnicStatsEntry5 1 }
ibSnicRxBits5 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic recieved bits per second."
::= { ibSystemMonitorSnicStatsEntry5 2 }
ibSnicRxPackets5 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic recieved packets per second."
::= { ibSystemMonitorSnicStatsEntry5 3 }
ibSnicTxBits5 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic sent bits per second."
::= { ibSystemMonitorSnicStatsEntry5 4 }
ibSnicTxPackets5 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic sent packets per second."
::= { ibSystemMonitorSnicStatsEntry5 5 }
ibSnicDropBits5 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic dropped bits per second."
::= { ibSystemMonitorSnicStatsEntry5 6 }
ibSnicDropPackets5 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "SmartNic dropped packets per second."
::= { ibSystemMonitorSnicStatsEntry5 7 }
END END

2426
tests/data/nios.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,703 @@
1.3.6.1.2.1.1.1.0|4|Linux 3.14.25 #1 SMP Thu Jun 16 18:19:37 EDT 2016 x86_64 1.3.6.1.2.1.1.1.0|4|Linux 3.14.25 #1 SMP Thu Jun 16 18:19:37 EDT 2016 x86_64
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.7779.1.1402 1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.7779.1.1402
1.3.6.1.2.1.1.3.0|67|26005617
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.2.1|4|lo
1.3.6.1.2.1.2.2.1.2.2|4|tunl0
1.3.6.1.2.1.2.2.1.2.3|4|sit0
1.3.6.1.2.1.2.2.1.2.4|4|ip6tnl0
1.3.6.1.2.1.2.2.1.2.45|4|eth0
1.3.6.1.2.1.2.2.1.2.46|4|eth1
1.3.6.1.2.1.2.2.1.2.47|4|eth2
1.3.6.1.2.1.2.2.1.2.48|4|eth3
1.3.6.1.2.1.2.2.1.2.57|4|tun2
1.3.6.1.2.1.2.2.1.3.1|2|24
1.3.6.1.2.1.2.2.1.3.2|2|131
1.3.6.1.2.1.2.2.1.3.3|2|131
1.3.6.1.2.1.2.2.1.3.4|2|131
1.3.6.1.2.1.2.2.1.3.45|2|6
1.3.6.1.2.1.2.2.1.3.46|2|6
1.3.6.1.2.1.2.2.1.3.47|2|6
1.3.6.1.2.1.2.2.1.3.48|2|6
1.3.6.1.2.1.2.2.1.3.57|2|1
1.3.6.1.2.1.2.2.1.4.1|2|65536
1.3.6.1.2.1.2.2.1.4.2|2|1480
1.3.6.1.2.1.2.2.1.4.3|2|1480
1.3.6.1.2.1.2.2.1.4.4|2|1452
1.3.6.1.2.1.2.2.1.4.45|2|1500
1.3.6.1.2.1.2.2.1.4.46|2|1500
1.3.6.1.2.1.2.2.1.4.47|2|1500
1.3.6.1.2.1.2.2.1.4.48|2|1500
1.3.6.1.2.1.2.2.1.4.57|2|1500
1.3.6.1.2.1.2.2.1.6.1|4|
1.3.6.1.2.1.2.2.1.6.2|4|
1.3.6.1.2.1.2.2.1.6.3|4|
1.3.6.1.2.1.2.2.1.6.4|4|
1.3.6.1.2.1.2.2.1.6.45|4x|AC1F6B7FF14C
1.3.6.1.2.1.2.2.1.6.46|4x|AC1F6B7FF14D
1.3.6.1.2.1.2.2.1.6.47|4x|AC1F6B7FF14E
1.3.6.1.2.1.2.2.1.6.48|4x|AC1F6B7FF14F
1.3.6.1.2.1.2.2.1.6.57|4|
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.7.2|2|2
1.3.6.1.2.1.2.2.1.7.3|2|2
1.3.6.1.2.1.2.2.1.7.4|2|2
1.3.6.1.2.1.2.2.1.7.45|2|1
1.3.6.1.2.1.2.2.1.7.46|2|1
1.3.6.1.2.1.2.2.1.7.47|2|1
1.3.6.1.2.1.2.2.1.7.48|2|2
1.3.6.1.2.1.2.2.1.7.57|2|1
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|2
1.3.6.1.2.1.2.2.1.8.3|2|2
1.3.6.1.2.1.2.2.1.8.4|2|2
1.3.6.1.2.1.2.2.1.8.45|2|1
1.3.6.1.2.1.2.2.1.8.46|2|1
1.3.6.1.2.1.2.2.1.8.47|2|1
1.3.6.1.2.1.2.2.1.8.48|2|2
1.3.6.1.2.1.2.2.1.8.57|2|1
1.3.6.1.2.1.2.2.1.9.1|67|0
1.3.6.1.2.1.2.2.1.9.2|67|0
1.3.6.1.2.1.2.2.1.9.3|67|0
1.3.6.1.2.1.2.2.1.9.4|67|0
1.3.6.1.2.1.2.2.1.9.45|67|0
1.3.6.1.2.1.2.2.1.9.46|67|0
1.3.6.1.2.1.2.2.1.9.47|67|0
1.3.6.1.2.1.2.2.1.9.48|67|0
1.3.6.1.2.1.2.2.1.9.57|67|0
1.3.6.1.2.1.2.2.1.13.1|65|0
1.3.6.1.2.1.2.2.1.13.2|65|0
1.3.6.1.2.1.2.2.1.13.3|65|0
1.3.6.1.2.1.2.2.1.13.4|65|0
1.3.6.1.2.1.2.2.1.13.45|65|164916
1.3.6.1.2.1.2.2.1.13.46|65|5531
1.3.6.1.2.1.2.2.1.13.47|65|4078
1.3.6.1.2.1.2.2.1.13.48|65|0
1.3.6.1.2.1.2.2.1.13.57|65|0
1.3.6.1.2.1.2.2.1.14.1|65|0
1.3.6.1.2.1.2.2.1.14.2|65|0
1.3.6.1.2.1.2.2.1.14.3|65|0
1.3.6.1.2.1.2.2.1.14.4|65|0
1.3.6.1.2.1.2.2.1.14.45|65|0
1.3.6.1.2.1.2.2.1.14.46|65|0
1.3.6.1.2.1.2.2.1.14.47|65|0
1.3.6.1.2.1.2.2.1.14.48|65|0
1.3.6.1.2.1.2.2.1.14.57|65|0
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.19.3|65|0
1.3.6.1.2.1.2.2.1.19.4|65|0
1.3.6.1.2.1.2.2.1.19.45|65|0
1.3.6.1.2.1.2.2.1.19.46|65|0
1.3.6.1.2.1.2.2.1.19.47|65|0
1.3.6.1.2.1.2.2.1.19.48|65|0
1.3.6.1.2.1.2.2.1.19.57|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.2.2.1.20.3|65|0
1.3.6.1.2.1.2.2.1.20.4|65|0
1.3.6.1.2.1.2.2.1.20.45|65|0
1.3.6.1.2.1.2.2.1.20.46|65|0
1.3.6.1.2.1.2.2.1.20.47|65|0
1.3.6.1.2.1.2.2.1.20.48|65|0
1.3.6.1.2.1.2.2.1.20.57|65|0
1.3.6.1.2.1.4.3.0|65|5128303
1.3.6.1.2.1.4.4.0|65|0
1.3.6.1.2.1.4.5.0|65|12
1.3.6.1.2.1.4.6.0|65|251
1.3.6.1.2.1.4.7.0|65|0
1.3.6.1.2.1.4.8.0|65|0
1.3.6.1.2.1.4.9.0|65|4442536
1.3.6.1.2.1.4.10.0|65|3727164
1.3.6.1.2.1.4.11.0|65|47
1.3.6.1.2.1.4.12.0|65|105
1.3.6.1.2.1.4.14.0|65|8
1.3.6.1.2.1.4.15.0|65|4
1.3.6.1.2.1.4.16.0|65|0
1.3.6.1.2.1.4.17.0|65|0
1.3.6.1.2.1.4.18.0|65|0
1.3.6.1.2.1.4.19.0|65|0
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
1.3.6.1.2.1.4.20.1.2.169.254.255.4|2|57
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
1.3.6.1.2.1.4.20.1.3.169.254.255.4|64|255.255.255.255
1.3.6.1.2.1.4.31.1.1.3.1|65|5128492
1.3.6.1.2.1.4.31.1.1.3.2|65|170971
1.3.6.1.2.1.4.31.1.1.4.1|70|5128492
1.3.6.1.2.1.4.31.1.1.4.2|70|170971
1.3.6.1.2.1.4.31.1.1.5.2|65|29374261
1.3.6.1.2.1.4.31.1.1.6.2|70|29374261
1.3.6.1.2.1.4.31.1.1.7.1|65|0
1.3.6.1.2.1.4.31.1.1.7.2|65|0
1.3.6.1.2.1.4.31.1.1.8.1|65|0
1.3.6.1.2.1.4.31.1.1.8.2|65|170962
1.3.6.1.2.1.4.31.1.1.9.1|65|12
1.3.6.1.2.1.4.31.1.1.9.2|65|0
1.3.6.1.2.1.4.31.1.1.10.1|65|0
1.3.6.1.2.1.4.31.1.1.10.2|65|0
1.3.6.1.2.1.4.31.1.1.11.1|65|0
1.3.6.1.2.1.4.31.1.1.11.2|65|0
1.3.6.1.2.1.4.31.1.1.12.1|65|251
1.3.6.1.2.1.4.31.1.1.12.2|65|170962
1.3.6.1.2.1.4.31.1.1.13.1|70|251
1.3.6.1.2.1.4.31.1.1.13.2|70|170962
1.3.6.1.2.1.4.31.1.1.14.1|65|8
1.3.6.1.2.1.4.31.1.1.14.2|65|0
1.3.6.1.2.1.4.31.1.1.15.1|65|4
1.3.6.1.2.1.4.31.1.1.15.2|65|0
1.3.6.1.2.1.4.31.1.1.16.1|65|0
1.3.6.1.2.1.4.31.1.1.16.2|65|0
1.3.6.1.2.1.4.31.1.1.17.1|65|0
1.3.6.1.2.1.4.31.1.1.17.2|65|0
1.3.6.1.2.1.4.31.1.1.18.1|65|4442721
1.3.6.1.2.1.4.31.1.1.18.2|65|170971
1.3.6.1.2.1.4.31.1.1.19.1|70|4442721
1.3.6.1.2.1.4.31.1.1.19.2|70|170971
1.3.6.1.2.1.4.31.1.1.20.1|65|3727338
1.3.6.1.2.1.4.31.1.1.20.2|65|171044
1.3.6.1.2.1.4.31.1.1.21.1|70|3727338
1.3.6.1.2.1.4.31.1.1.21.2|70|171044
1.3.6.1.2.1.4.31.1.1.22.1|65|105
1.3.6.1.2.1.4.31.1.1.22.2|65|0
1.3.6.1.2.1.4.31.1.1.23.1|65|251
1.3.6.1.2.1.4.31.1.1.23.2|65|0
1.3.6.1.2.1.4.31.1.1.24.1|70|251
1.3.6.1.2.1.4.31.1.1.24.2|70|0
1.3.6.1.2.1.4.31.1.1.25.1|65|47
1.3.6.1.2.1.4.31.1.1.25.2|65|40
1.3.6.1.2.1.4.31.1.1.26.1|65|0
1.3.6.1.2.1.4.31.1.1.26.2|65|0
1.3.6.1.2.1.4.31.1.1.27.1|65|0
1.3.6.1.2.1.4.31.1.1.27.2|65|0
1.3.6.1.2.1.4.31.1.1.28.1|65|0
1.3.6.1.2.1.4.31.1.1.28.2|65|0
1.3.6.1.2.1.4.31.1.1.29.1|65|0
1.3.6.1.2.1.4.31.1.1.29.2|65|0
1.3.6.1.2.1.4.31.1.1.30.1|65|3727437
1.3.6.1.2.1.4.31.1.1.30.2|65|171004
1.3.6.1.2.1.4.31.1.1.31.1|70|3727437
1.3.6.1.2.1.4.31.1.1.31.2|70|171004
1.3.6.1.2.1.4.31.1.1.32.2|65|29379469
1.3.6.1.2.1.4.31.1.1.33.2|70|29379469
1.3.6.1.2.1.4.31.1.1.34.1|65|1123803
1.3.6.1.2.1.4.31.1.1.34.2|65|2
1.3.6.1.2.1.4.31.1.1.35.1|70|1123803
1.3.6.1.2.1.4.31.1.1.35.2|70|2
1.3.6.1.2.1.4.31.1.1.36.2|65|144
1.3.6.1.2.1.4.31.1.1.37.2|70|144
1.3.6.1.2.1.4.31.1.1.38.1|65|66817
1.3.6.1.2.1.4.31.1.1.38.2|65|44
1.3.6.1.2.1.4.31.1.1.39.1|70|66817
1.3.6.1.2.1.4.31.1.1.39.2|70|44
1.3.6.1.2.1.4.31.1.1.40.2|65|3032
1.3.6.1.2.1.4.31.1.1.41.2|70|3032
1.3.6.1.2.1.4.31.1.1.42.1|65|147335
1.3.6.1.2.1.4.31.1.1.43.1|70|147335
1.3.6.1.2.1.4.31.1.1.44.1|65|0
1.3.6.1.2.1.4.31.1.1.45.1|70|0
1.3.6.1.2.1.4.31.1.1.46.1|67|0
1.3.6.1.2.1.4.31.1.1.46.2|67|0
1.3.6.1.2.1.4.31.1.1.47.1|66|60000
1.3.6.1.2.1.4.31.1.1.47.2|66|60000
1.3.6.1.2.1.4.34.1.3.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1
1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.174.31.107.255.254.127.241.76|2|45
1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.174.31.107.255.254.127.241.77|2|46
1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.174.31.107.255.254.127.241.78|2|47
1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|6|1.3.6.1.2.1.4.32.1.5.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128
1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.174.31.107.255.254.127.241.76|6|1.3.6.1.2.1.4.32.1.5.45.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64
1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.174.31.107.255.254.127.241.77|6|1.3.6.1.2.1.4.32.1.5.46.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64
1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.174.31.107.255.254.127.241.78|6|1.3.6.1.2.1.4.32.1.5.47.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64
1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|2
1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.174.31.107.255.254.127.241.76|2|5
1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.174.31.107.255.254.127.241.77|2|5
1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.174.31.107.255.254.127.241.78|2|5
1.3.6.1.2.1.5.1.0|65|38573
1.3.6.1.2.1.5.2.0|65|11
1.3.6.1.2.1.5.3.0|65|0
1.3.6.1.2.1.5.4.0|65|74
1.3.6.1.2.1.5.5.0|65|0
1.3.6.1.2.1.5.6.0|65|0
1.3.6.1.2.1.5.7.0|65|0
1.3.6.1.2.1.5.8.0|65|0
1.3.6.1.2.1.5.9.0|65|38499
1.3.6.1.2.1.5.10.0|65|0
1.3.6.1.2.1.5.11.0|65|0
1.3.6.1.2.1.5.12.0|65|0
1.3.6.1.2.1.5.13.0|65|0
1.3.6.1.2.1.5.14.0|65|0
1.3.6.1.2.1.5.15.0|65|39085
1.3.6.1.2.1.5.16.0|65|0
1.3.6.1.2.1.5.17.0|65|92
1.3.6.1.2.1.5.18.0|65|0
1.3.6.1.2.1.5.19.0|65|0
1.3.6.1.2.1.5.20.0|65|0
1.3.6.1.2.1.5.21.0|65|0
1.3.6.1.2.1.5.22.0|65|494
1.3.6.1.2.1.5.23.0|65|38499
1.3.6.1.2.1.5.24.0|65|0
1.3.6.1.2.1.5.25.0|65|0
1.3.6.1.2.1.5.26.0|65|0
1.3.6.1.2.1.5.29.1.2.1|65|38573
1.3.6.1.2.1.5.29.1.2.2|65|40
1.3.6.1.2.1.5.29.1.3.1|65|11
1.3.6.1.2.1.5.29.1.3.2|65|0
1.3.6.1.2.1.5.29.1.4.1|65|0
1.3.6.1.2.1.5.29.1.4.2|65|70
1.3.6.1.2.1.5.29.1.5.1|65|39085
1.3.6.1.2.1.5.29.1.5.2|65|38
1.3.6.1.2.1.5.30.1.3.1.3|65|74
1.3.6.1.2.1.5.30.1.3.1.8|65|38499
1.3.6.1.2.1.5.30.1.3.2.1|65|38
1.3.6.1.2.1.5.30.1.3.2.136|65|2
1.3.6.1.2.1.5.30.1.4.1.0|65|38499
1.3.6.1.2.1.5.30.1.4.1.3|65|92
1.3.6.1.2.1.5.30.1.4.1.8|65|494
1.3.6.1.2.1.5.30.1.4.2.1|65|38
1.3.6.1.2.1.5.30.1.4.2.133|65|9
1.3.6.1.2.1.5.30.1.4.2.135|65|11
1.3.6.1.2.1.5.30.1.4.2.143|65|12
1.3.6.1.2.1.6.5.0|65|43736
1.3.6.1.2.1.6.6.0|65|36074
1.3.6.1.2.1.6.7.0|65|41
1.3.6.1.2.1.6.8.0|65|15
1.3.6.1.2.1.6.9.0|66|1
1.3.6.1.2.1.6.10.0|65|1483814
1.3.6.1.2.1.6.11.0|65|1604763
1.3.6.1.2.1.6.12.0|65|187
1.3.6.1.2.1.6.14.0|65|0
1.3.6.1.2.1.6.15.0|65|80
1.3.6.1.2.1.6.19.1.7.1.4.127.0.0.1.35512.1.4.127.0.0.1.2115|2|11
1.3.6.1.2.1.7.1.0|65|2502684
1.3.6.1.2.1.7.2.0|65|99
1.3.6.1.2.1.7.3.0|65|103
1.3.6.1.2.1.7.4.0|65|2641162
1.3.6.1.2.1.11.1.0|65|721001
1.3.6.1.2.1.11.2.0|65|721000
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|0
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|0
1.3.6.1.2.1.11.8.0|65|0
1.3.6.1.2.1.11.9.0|65|0
1.3.6.1.2.1.11.10.0|65|0
1.3.6.1.2.1.11.11.0|65|0
1.3.6.1.2.1.11.12.0|65|0
1.3.6.1.2.1.11.13.0|65|5866014
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|169872
1.3.6.1.2.1.11.16.0|65|38106
1.3.6.1.2.1.11.17.0|65|0
1.3.6.1.2.1.11.18.0|65|0
1.3.6.1.2.1.11.19.0|65|0
1.3.6.1.2.1.11.20.0|65|0
1.3.6.1.2.1.11.21.0|65|0
1.3.6.1.2.1.11.22.0|65|0
1.3.6.1.2.1.11.24.0|65|0
1.3.6.1.2.1.11.25.0|65|0
1.3.6.1.2.1.11.26.0|65|0
1.3.6.1.2.1.11.27.0|65|0
1.3.6.1.2.1.11.28.0|65|721002
1.3.6.1.2.1.11.29.0|65|0
1.3.6.1.2.1.11.30.0|2|2
1.3.6.1.2.1.11.31.0|65|0
1.3.6.1.2.1.11.32.0|65|0
1.3.6.1.2.1.25.1.1.0|67|32777827
1.3.6.1.2.1.25.1.4.0|4|BOOT_IMAGE=/boot/bzImage ro root=LABEL=root1 panic=60 console=ttyS0,9600n8 loglevel=1 selinux=0 aerdriver.forceload=n pci=ecrc=o
1.3.6.1.2.1.25.1.5.0|66|0
1.3.6.1.2.1.25.1.6.0|66|44
1.3.6.1.2.1.25.2.2.0|2|16254248
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.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.1.35|2|35
1.3.6.1.2.1.25.2.3.1.1.36|2|36
1.3.6.1.2.1.25.2.3.1.1.37|2|37
1.3.6.1.2.1.25.2.3.1.1.38|2|38
1.3.6.1.2.1.25.2.3.1.1.40|2|40
1.3.6.1.2.1.25.2.3.1.1.49|2|49
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.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.2.35|6|1.3.6.1.2.1.25.2.1.4
1.3.6.1.2.1.25.2.3.1.2.36|6|1.3.6.1.2.1.25.2.1.4
1.3.6.1.2.1.25.2.3.1.2.37|6|1.3.6.1.2.1.25.2.1.4
1.3.6.1.2.1.25.2.3.1.2.38|6|1.3.6.1.2.1.25.2.1.4
1.3.6.1.2.1.25.2.3.1.2.40|6|1.3.6.1.2.1.25.2.1.4
1.3.6.1.2.1.25.2.3.1.2.49|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.33|4|/tmpfs
1.3.6.1.2.1.25.2.3.1.3.34|4|/dev/shm
1.3.6.1.2.1.25.2.3.1.3.35|4|/run
1.3.6.1.2.1.25.2.3.1.3.36|4|/storage
1.3.6.1.2.1.25.2.3.1.3.37|4|/config
1.3.6.1.2.1.25.2.3.1.3.38|4|/reporting
1.3.6.1.2.1.25.2.3.1.3.40|4|/sys/fs/cgroup
1.3.6.1.2.1.25.2.3.1.3.49|4|/storage/tftpboot
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.33|2|4096
1.3.6.1.2.1.25.2.3.1.4.34|2|4096
1.3.6.1.2.1.25.2.3.1.4.35|2|4096
1.3.6.1.2.1.25.2.3.1.4.36|2|4096
1.3.6.1.2.1.25.2.3.1.4.37|2|4096
1.3.6.1.2.1.25.2.3.1.4.38|2|4096
1.3.6.1.2.1.25.2.3.1.4.40|2|4096
1.3.6.1.2.1.25.2.3.1.4.49|2|1024
1.3.6.1.2.1.25.2.3.1.5.1|2|16254248
1.3.6.1.2.1.25.2.3.1.5.3|2|41420068
1.3.6.1.2.1.25.2.3.1.5.6|2|16254248
1.3.6.1.2.1.25.2.3.1.5.7|2|12740796
1.3.6.1.2.1.25.2.3.1.5.8|2|8514728
1.3.6.1.2.1.25.2.3.1.5.10|2|25165820
1.3.6.1.2.1.25.2.3.1.5.31|2|2047854
1.3.6.1.2.1.25.2.3.1.5.33|2|2560
1.3.6.1.2.1.25.2.3.1.5.34|2|256
1.3.6.1.2.1.25.2.3.1.5.35|2|256
1.3.6.1.2.1.25.2.3.1.5.36|2|117848974
1.3.6.1.2.1.25.2.3.1.5.37|2|251878
1.3.6.1.2.1.25.2.3.1.5.38|2|251878
1.3.6.1.2.1.25.2.3.1.5.40|2|2560
1.3.6.1.2.1.25.2.3.1.5.49|2|538049
1.3.6.1.2.1.25.2.3.1.6.1|2|13826660
1.3.6.1.2.1.25.2.3.1.6.3|2|13826660
1.3.6.1.2.1.25.2.3.1.6.6|2|243564
1.3.6.1.2.1.25.2.3.1.6.7|2|12740796
1.3.6.1.2.1.25.2.3.1.6.8|2|8514728
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|605291
1.3.6.1.2.1.25.2.3.1.6.33|2|30
1.3.6.1.2.1.25.2.3.1.6.34|2|0
1.3.6.1.2.1.25.2.3.1.6.35|2|0
1.3.6.1.2.1.25.2.3.1.6.36|2|495035
1.3.6.1.2.1.25.2.3.1.6.37|2|360
1.3.6.1.2.1.25.2.3.1.6.38|2|354
1.3.6.1.2.1.25.2.3.1.6.40|2|0
1.3.6.1.2.1.25.2.3.1.6.49|2|2371
1.3.6.1.2.1.25.3.2.1.1.196608|2|196608
1.3.6.1.2.1.25.3.2.1.1.196609|2|196609
1.3.6.1.2.1.25.3.2.1.1.196610|2|196610
1.3.6.1.2.1.25.3.2.1.1.196611|2|196611
1.3.6.1.2.1.25.3.2.1.1.262145|2|262145
1.3.6.1.2.1.25.3.2.1.1.262146|2|262146
1.3.6.1.2.1.25.3.2.1.1.262147|2|262147
1.3.6.1.2.1.25.3.2.1.1.262148|2|262148
1.3.6.1.2.1.25.3.2.1.1.262189|2|262189
1.3.6.1.2.1.25.3.2.1.1.262190|2|262190
1.3.6.1.2.1.25.3.2.1.1.262191|2|262191
1.3.6.1.2.1.25.3.2.1.1.262192|2|262192
1.3.6.1.2.1.25.3.2.1.1.262201|2|262201
1.3.6.1.2.1.25.3.2.1.1.393232|2|393232
1.3.6.1.2.1.25.3.2.1.1.393233|2|393233
1.3.6.1.2.1.25.3.2.1.1.786432|2|786432
1.3.6.1.2.1.25.3.2.1.2.196608|6|1.3.6.1.2.1.25.3.1.3
1.3.6.1.2.1.25.3.2.1.2.196609|6|1.3.6.1.2.1.25.3.1.3
1.3.6.1.2.1.25.3.2.1.2.196610|6|1.3.6.1.2.1.25.3.1.3
1.3.6.1.2.1.25.3.2.1.2.196611|6|1.3.6.1.2.1.25.3.1.3
1.3.6.1.2.1.25.3.2.1.2.262145|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262146|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262147|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262148|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262189|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262190|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262191|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262192|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262201|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.393232|6|1.3.6.1.2.1.25.3.1.6
1.3.6.1.2.1.25.3.2.1.2.393233|6|1.3.6.1.2.1.25.3.1.6
1.3.6.1.2.1.25.3.2.1.2.786432|6|1.3.6.1.2.1.25.3.1.12
1.3.6.1.2.1.25.3.2.1.3.196608|4|GenuineIntel: Intel(R) Core(TM) i3-6100TE CPU @ 2.70GHz
1.3.6.1.2.1.25.3.2.1.3.196609|4|GenuineIntel: Intel(R) Core(TM) i3-6100TE CPU @ 2.70GHz
1.3.6.1.2.1.25.3.2.1.3.196610|4|GenuineIntel: Intel(R) Core(TM) i3-6100TE CPU @ 2.70GHz
1.3.6.1.2.1.25.3.2.1.3.196611|4|GenuineIntel: Intel(R) Core(TM) i3-6100TE CPU @ 2.70GHz
1.3.6.1.2.1.25.3.2.1.3.262145|4|network interface lo
1.3.6.1.2.1.25.3.2.1.3.262146|4|network interface tunl0
1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface sit0
1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface ip6tnl0
1.3.6.1.2.1.25.3.2.1.3.262189|4|network interface eth0
1.3.6.1.2.1.25.3.2.1.3.262190|4|network interface eth1
1.3.6.1.2.1.25.3.2.1.3.262191|4|network interface eth2
1.3.6.1.2.1.25.3.2.1.3.262192|4|network interface eth3
1.3.6.1.2.1.25.3.2.1.3.262201|4|network interface tun2
1.3.6.1.2.1.25.3.2.1.3.393232|4|SCSI disk (/dev/sda)
1.3.6.1.2.1.25.3.2.1.3.393233|4|SCSI disk (/dev/sdb)
1.3.6.1.2.1.25.3.2.1.3.786432|4|Guessing that there's a floating point co-processor
1.3.6.1.2.1.25.3.2.1.4.196608|6|0.0
1.3.6.1.2.1.25.3.2.1.4.196609|6|0.0
1.3.6.1.2.1.25.3.2.1.4.196610|6|0.0
1.3.6.1.2.1.25.3.2.1.4.196611|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262145|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262146|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262147|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262148|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262189|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262190|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262191|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262192|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262201|6|0.0
1.3.6.1.2.1.25.3.2.1.4.393232|6|0.0
1.3.6.1.2.1.25.3.2.1.4.393233|6|0.0
1.3.6.1.2.1.25.3.2.1.4.786432|6|0.0
1.3.6.1.2.1.25.3.2.1.5.196608|2|2
1.3.6.1.2.1.25.3.2.1.5.196609|2|2
1.3.6.1.2.1.25.3.2.1.5.196610|2|2
1.3.6.1.2.1.25.3.2.1.5.196611|2|2
1.3.6.1.2.1.25.3.2.1.5.262145|2|2
1.3.6.1.2.1.25.3.2.1.5.262146|2|5
1.3.6.1.2.1.25.3.2.1.5.262147|2|5
1.3.6.1.2.1.25.3.2.1.5.262148|2|5
1.3.6.1.2.1.25.3.2.1.5.262189|2|2
1.3.6.1.2.1.25.3.2.1.5.262190|2|2
1.3.6.1.2.1.25.3.2.1.5.262191|2|2
1.3.6.1.2.1.25.3.2.1.5.262192|2|5
1.3.6.1.2.1.25.3.2.1.5.262201|2|2
1.3.6.1.2.1.25.3.2.1.6.262145|65|0
1.3.6.1.2.1.25.3.2.1.6.262146|65|0
1.3.6.1.2.1.25.3.2.1.6.262147|65|0
1.3.6.1.2.1.25.3.2.1.6.262148|65|0
1.3.6.1.2.1.25.3.2.1.6.262189|65|0
1.3.6.1.2.1.25.3.2.1.6.262190|65|0
1.3.6.1.2.1.25.3.2.1.6.262191|65|0
1.3.6.1.2.1.25.3.2.1.6.262192|65|0
1.3.6.1.2.1.25.3.2.1.6.262201|65|0
1.3.6.1.2.1.25.3.3.1.1.196608|6|0.0
1.3.6.1.2.1.25.3.3.1.1.196609|6|0.0
1.3.6.1.2.1.25.3.3.1.1.196610|6|0.0
1.3.6.1.2.1.25.3.3.1.1.196611|6|0.0
1.3.6.1.2.1.25.3.3.1.2.196608|2|7
1.3.6.1.2.1.25.3.3.1.2.196609|2|6
1.3.6.1.2.1.25.3.3.1.2.196610|2|2
1.3.6.1.2.1.25.3.3.1.2.196611|2|1
1.3.6.1.2.1.31.1.1.1.1.1|4|lo
1.3.6.1.2.1.31.1.1.1.1.2|4|tunl0
1.3.6.1.2.1.31.1.1.1.1.3|4|sit0
1.3.6.1.2.1.31.1.1.1.1.4|4|ip6tnl0
1.3.6.1.2.1.31.1.1.1.1.45|4|eth0
1.3.6.1.2.1.31.1.1.1.1.46|4|eth1
1.3.6.1.2.1.31.1.1.1.1.47|4|eth2
1.3.6.1.2.1.31.1.1.1.1.48|4|eth3
1.3.6.1.2.1.31.1.1.1.1.57|4|tun2
1.3.6.1.2.1.31.1.1.1.2.1|65|0
1.3.6.1.2.1.31.1.1.1.2.2|65|0
1.3.6.1.2.1.31.1.1.1.2.3|65|0
1.3.6.1.2.1.31.1.1.1.2.4|65|0
1.3.6.1.2.1.31.1.1.1.2.45|65|0
1.3.6.1.2.1.31.1.1.1.2.46|65|595352
1.3.6.1.2.1.31.1.1.1.2.47|65|528453
1.3.6.1.2.1.31.1.1.1.2.48|65|0
1.3.6.1.2.1.31.1.1.1.2.57|65|0
1.3.6.1.2.1.31.1.1.1.3.1|65|0
1.3.6.1.2.1.31.1.1.1.3.2|65|0
1.3.6.1.2.1.31.1.1.1.3.3|65|0
1.3.6.1.2.1.31.1.1.1.3.4|65|0
1.3.6.1.2.1.31.1.1.1.3.45|65|0
1.3.6.1.2.1.31.1.1.1.3.46|65|0
1.3.6.1.2.1.31.1.1.1.3.47|65|0
1.3.6.1.2.1.31.1.1.1.3.48|65|0
1.3.6.1.2.1.31.1.1.1.3.57|65|0
1.3.6.1.2.1.31.1.1.1.4.1|65|0
1.3.6.1.2.1.31.1.1.1.4.2|65|0
1.3.6.1.2.1.31.1.1.1.4.3|65|0
1.3.6.1.2.1.31.1.1.1.4.4|65|0
1.3.6.1.2.1.31.1.1.1.4.45|65|0
1.3.6.1.2.1.31.1.1.1.4.46|65|0
1.3.6.1.2.1.31.1.1.1.4.47|65|0
1.3.6.1.2.1.31.1.1.1.4.48|65|0
1.3.6.1.2.1.31.1.1.1.4.57|65|0
1.3.6.1.2.1.31.1.1.1.5.1|65|0
1.3.6.1.2.1.31.1.1.1.5.2|65|0
1.3.6.1.2.1.31.1.1.1.5.3|65|0
1.3.6.1.2.1.31.1.1.1.5.4|65|0
1.3.6.1.2.1.31.1.1.1.5.45|65|0
1.3.6.1.2.1.31.1.1.1.5.46|65|0
1.3.6.1.2.1.31.1.1.1.5.47|65|0
1.3.6.1.2.1.31.1.1.1.5.48|65|0
1.3.6.1.2.1.31.1.1.1.5.57|65|0
1.3.6.1.2.1.31.1.1.1.6.1|70|48629096
1.3.6.1.2.1.31.1.1.1.6.2|70|0
1.3.6.1.2.1.31.1.1.1.6.3|70|0
1.3.6.1.2.1.31.1.1.1.6.4|70|0
1.3.6.1.2.1.31.1.1.1.6.45|70|107384057
1.3.6.1.2.1.31.1.1.1.6.46|70|676411125
1.3.6.1.2.1.31.1.1.1.6.47|70|74026559
1.3.6.1.2.1.31.1.1.1.6.48|70|0
1.3.6.1.2.1.31.1.1.1.6.57|70|94321549
1.3.6.1.2.1.31.1.1.1.7.1|70|456425
1.3.6.1.2.1.31.1.1.1.7.2|70|0
1.3.6.1.2.1.31.1.1.1.7.3|70|0
1.3.6.1.2.1.31.1.1.1.7.4|70|0
1.3.6.1.2.1.31.1.1.1.7.45|70|1157018
1.3.6.1.2.1.31.1.1.1.7.46|70|1601910
1.3.6.1.2.1.31.1.1.1.7.47|70|411561
1.3.6.1.2.1.31.1.1.1.7.48|70|0
1.3.6.1.2.1.31.1.1.1.7.57|70|561768
1.3.6.1.2.1.31.1.1.1.8.1|70|0
1.3.6.1.2.1.31.1.1.1.8.2|70|0
1.3.6.1.2.1.31.1.1.1.8.3|70|0
1.3.6.1.2.1.31.1.1.1.8.4|70|0
1.3.6.1.2.1.31.1.1.1.8.45|70|0
1.3.6.1.2.1.31.1.1.1.8.46|70|595352
1.3.6.1.2.1.31.1.1.1.8.47|70|528453
1.3.6.1.2.1.31.1.1.1.8.48|70|0
1.3.6.1.2.1.31.1.1.1.8.57|70|0
1.3.6.1.2.1.31.1.1.1.9.1|70|0
1.3.6.1.2.1.31.1.1.1.9.2|70|0
1.3.6.1.2.1.31.1.1.1.9.3|70|0
1.3.6.1.2.1.31.1.1.1.9.4|70|0
1.3.6.1.2.1.31.1.1.1.9.45|70|0
1.3.6.1.2.1.31.1.1.1.9.46|70|0
1.3.6.1.2.1.31.1.1.1.9.47|70|0
1.3.6.1.2.1.31.1.1.1.9.48|70|0
1.3.6.1.2.1.31.1.1.1.9.57|70|0
1.3.6.1.2.1.31.1.1.1.10.1|70|48629096
1.3.6.1.2.1.31.1.1.1.10.2|70|0
1.3.6.1.2.1.31.1.1.1.10.3|70|0
1.3.6.1.2.1.31.1.1.1.10.4|70|0
1.3.6.1.2.1.31.1.1.1.10.45|70|198915818
1.3.6.1.2.1.31.1.1.1.10.46|70|894003053
1.3.6.1.2.1.31.1.1.1.10.47|70|17323494
1.3.6.1.2.1.31.1.1.1.10.48|70|0
1.3.6.1.2.1.31.1.1.1.10.57|70|37803004
1.3.6.1.2.1.31.1.1.1.11.1|70|456425
1.3.6.1.2.1.31.1.1.1.11.2|70|0
1.3.6.1.2.1.31.1.1.1.11.3|70|0
1.3.6.1.2.1.31.1.1.1.11.4|70|0
1.3.6.1.2.1.31.1.1.1.11.45|70|873857
1.3.6.1.2.1.31.1.1.1.11.46|70|1469050
1.3.6.1.2.1.31.1.1.1.11.47|70|189514
1.3.6.1.2.1.31.1.1.1.11.48|70|0
1.3.6.1.2.1.31.1.1.1.11.57|70|534558
1.3.6.1.2.1.31.1.1.1.12.1|70|0
1.3.6.1.2.1.31.1.1.1.12.2|70|0
1.3.6.1.2.1.31.1.1.1.12.3|70|0
1.3.6.1.2.1.31.1.1.1.12.4|70|0
1.3.6.1.2.1.31.1.1.1.12.45|70|0
1.3.6.1.2.1.31.1.1.1.12.46|70|0
1.3.6.1.2.1.31.1.1.1.12.47|70|0
1.3.6.1.2.1.31.1.1.1.12.48|70|0
1.3.6.1.2.1.31.1.1.1.12.57|70|0
1.3.6.1.2.1.31.1.1.1.13.1|70|0
1.3.6.1.2.1.31.1.1.1.13.2|70|0
1.3.6.1.2.1.31.1.1.1.13.3|70|0
1.3.6.1.2.1.31.1.1.1.13.4|70|0
1.3.6.1.2.1.31.1.1.1.13.45|70|0
1.3.6.1.2.1.31.1.1.1.13.46|70|0
1.3.6.1.2.1.31.1.1.1.13.47|70|0
1.3.6.1.2.1.31.1.1.1.13.48|70|0
1.3.6.1.2.1.31.1.1.1.13.57|70|0
1.3.6.1.2.1.31.1.1.1.15.1|66|10
1.3.6.1.2.1.31.1.1.1.15.2|66|0
1.3.6.1.2.1.31.1.1.1.15.3|66|0
1.3.6.1.2.1.31.1.1.1.15.4|66|0
1.3.6.1.2.1.31.1.1.1.15.45|66|1000
1.3.6.1.2.1.31.1.1.1.15.46|66|1000
1.3.6.1.2.1.31.1.1.1.15.47|66|1000
1.3.6.1.2.1.31.1.1.1.15.48|66|0
1.3.6.1.2.1.31.1.1.1.15.57|66|0
1.3.6.1.2.1.31.1.1.1.16.1|2|2
1.3.6.1.2.1.31.1.1.1.16.2|2|2
1.3.6.1.2.1.31.1.1.1.16.3|2|2
1.3.6.1.2.1.31.1.1.1.16.4|2|2
1.3.6.1.2.1.31.1.1.1.16.45|2|2
1.3.6.1.2.1.31.1.1.1.16.46|2|2
1.3.6.1.2.1.31.1.1.1.16.47|2|2
1.3.6.1.2.1.31.1.1.1.16.48|2|2
1.3.6.1.2.1.31.1.1.1.16.57|2|2
1.3.6.1.2.1.31.1.1.1.17.1|2|2
1.3.6.1.2.1.31.1.1.1.17.2|2|1
1.3.6.1.2.1.31.1.1.1.17.3|2|1
1.3.6.1.2.1.31.1.1.1.17.4|2|1
1.3.6.1.2.1.31.1.1.1.17.45|2|1
1.3.6.1.2.1.31.1.1.1.17.46|2|1
1.3.6.1.2.1.31.1.1.1.17.47|2|1
1.3.6.1.2.1.31.1.1.1.17.48|2|1
1.3.6.1.2.1.31.1.1.1.17.57|2|1
1.3.6.1.2.1.31.1.1.1.18.1|4|
1.3.6.1.2.1.31.1.1.1.18.2|4|
1.3.6.1.2.1.31.1.1.1.18.3|4|
1.3.6.1.2.1.31.1.1.1.18.4|4|
1.3.6.1.2.1.31.1.1.1.18.45|4|
1.3.6.1.2.1.31.1.1.1.18.46|4|
1.3.6.1.2.1.31.1.1.1.18.47|4|
1.3.6.1.2.1.31.1.1.1.18.48|4|
1.3.6.1.2.1.31.1.1.1.18.57|4|
1.3.6.1.2.1.31.1.1.1.19.1|67|0
1.3.6.1.2.1.31.1.1.1.19.2|67|0
1.3.6.1.2.1.31.1.1.1.19.3|67|0
1.3.6.1.2.1.31.1.1.1.19.4|67|0
1.3.6.1.2.1.31.1.1.1.19.45|67|0
1.3.6.1.2.1.31.1.1.1.19.46|67|0
1.3.6.1.2.1.31.1.1.1.19.47|67|0
1.3.6.1.2.1.31.1.1.1.19.48|67|0
1.3.6.1.2.1.31.1.1.1.19.57|67|0
1.3.6.1.4.1.2021.4.3.0|2|25165820
1.3.6.1.4.1.2021.4.4.0|2|25165820
1.3.6.1.4.1.2021.4.5.0|2|16254248
1.3.6.1.4.1.2021.4.6.0|2|2427824
1.3.6.1.4.1.2021.4.11.0|2|27593644
1.3.6.1.4.1.2021.4.13.0|2|8514728
1.3.6.1.4.1.2021.4.14.0|2|243564
1.3.6.1.4.1.2021.4.15.0|2|12740796
1.3.6.1.4.1.2021.10.1.5.1|2|35
1.3.6.1.4.1.2021.10.1.5.2|2|24
1.3.6.1.4.1.2021.10.1.5.3|2|23
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|35
1.3.6.1.4.1.2021.11.6.0|2|1
1.3.6.1.4.1.2021.11.7.0|2|1636
1.3.6.1.4.1.2021.11.8.0|2|3060
1.3.6.1.4.1.2021.11.9.0|2|0
1.3.6.1.4.1.2021.11.10.0|2|1
1.3.6.1.4.1.2021.11.11.0|2|96
1.3.6.1.4.1.2021.11.50.0|65|69447
1.3.6.1.4.1.2021.11.51.0|65|2560105
1.3.6.1.4.1.2021.11.52.0|65|2013542
1.3.6.1.4.1.2021.11.53.0|65|123617018
1.3.6.1.4.1.2021.11.54.0|65|39374
1.3.6.1.4.1.2021.11.55.0|65|0
1.3.6.1.4.1.2021.11.56.0|65|1
1.3.6.1.4.1.2021.11.57.0|65|22324614
1.3.6.1.4.1.2021.11.58.0|65|4410258
1.3.6.1.4.1.2021.11.59.0|65|477434584
1.3.6.1.4.1.2021.11.60.0|65|888641986
1.3.6.1.4.1.2021.11.61.0|65|10983
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.7779.3.1.1.2.1.3.1.2.1.1.0|2|0
1.3.6.1.4.1.7779.3.1.1.2.1.3.1.3.1.1.0|2|0
1.3.6.1.4.1.7779.3.1.1.2.1.4.0|4|IB-825
1.3.6.1.4.1.7779.3.1.1.2.1.6.0|4|0805201904700392
1.3.6.1.4.1.7779.3.1.1.2.1.7.0|4|8.0.11
1.3.6.1.4.1.7779.3.1.1.2.1.12.0|4|ID Grid Member
1.3.6.1.4.1.7779.3.1.1.2.1.13.0|4|Passive
1.3.6.1.6.3.10.2.1.3.0|2|260056