diff --git a/AUTHORS.md b/AUTHORS.md index 2e41a9f6b9..a8474788c8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -217,6 +217,7 @@ LibreNMS contributors: - Daniel Baeza (TheGreatDoc) - Thom Cleary (thomcatdotrocks) - Kayck Matias [KayckMatias](https://github.com/KayckMatias/) +- Peca Nesovanovic Observium was written by: - Adam Armstrong diff --git a/includes/definitions/discovery/supermicro-bmc.yaml b/includes/definitions/discovery/supermicro-bmc.yaml new file mode 100644 index 0000000000..dbde67783c --- /dev/null +++ b/includes/definitions/discovery/supermicro-bmc.yaml @@ -0,0 +1,97 @@ +mib: ATEN-IPMI-MIB +modules: + os: + version: + - ATEN-IPMI-MIB::bmcMajorVesion.0 + - ATEN-IPMI-MIB::bmcMinorVesion.0 + version_template: "FW {{ ATEN-IPMI-MIB::bmcMajorVesion.0 }}.{{ ATEN-IPMI-MIB::bmcMinorVesion.0 }}" + features: ATEN-IPMI-MIB::biosVesion.0 + features_template: "Bios {{ ATEN-IPMI-MIB::biosVesion.0 }}" + sensors: + temperature: + data: + - + oid: sensorTable + value: sensorReading + num_oid: '.1.3.6.1.4.1.21317.1.3.1.2.{{ $index }}' + descr: sensorIDString + index: sensorTableSensorNr.{{ $index }} + low_limit: lcThreshold + low_warn_limit: lncThreshold + warn_limit: uncThreshold + high_limit: ucThreshold + skip_values: + - + oid: sensorIDString + op: 'not_contains' + value: 'Temp' + fanspeed: + data: + - + oid: sensorTable + value: sensorReading + num_oid: '.1.3.6.1.4.1.21317.1.3.1.2.{{ $index }}' + descr: sensorIDString + index: sensorTableSensorNr.{{ $index }} + low_limit: lcThreshold + low_warn_limit: lncThreshold + warn_limit: uncThreshold + high_limit: ucThreshold + skip_values: + - + oid: sensorIDString + op: 'not_contains' + value: 'FAN' + voltage: + data: + - + oid: sensorTable + value: sensorReading + num_oid: '.1.3.6.1.4.1.21317.1.3.1.2.{{ $index }}' + descr: sensorIDString + index: sensorTableSensorNr.{{ $index }} + low_limit: lcThreshold + low_warn_limit: lncThreshold + warn_limit: uncThreshold + high_limit: ucThreshold + skip_values: + - + oid: sensorIDString + op: 'not_in_array' + value: + - Vcpu + - VDIMM + - 12V + - 5VCC + - 3.3VCC + - VBAT + - AVCC + - VSB + state: + data: + - + oid: sensorTable + value: sensorReading + num_oid: '.1.3.6.1.4.1.21317.1.3.1.2.{{ $index }}' + descr: sensorIDString + index: sensorTableSensorNr.{{ $index }} + state_name: smSensorState + skip_values: + - + oid: sensorIDString + op: 'not_contains' + value: 'Status' + states: + - { descr: On, graph: 1, value: 1, generic: 0 } + - { descr: Off, graph: 1, value: 0, generic: 2 } + - + oid: powerStatus + value: powerStatus + num_oid: '.1.3.6.1.4.1.21317.1.4.{{ $index }}' + descr: 'Power Status {{ $index }}' + index: powerStatusSensorNr.{{ $index }} + state_name: smPowerState + states: + - { descr: On, graph: 1, value: 1, generic: 0 } + - { descr: Off, graph: 1, value: 0, generic: 2 } + - { descr: Reset, graph: 1, value: 2, generic: 1 } diff --git a/includes/definitions/supermicro-bmc.yaml b/includes/definitions/supermicro-bmc.yaml new file mode 100644 index 0000000000..4583ec5284 --- /dev/null +++ b/includes/definitions/supermicro-bmc.yaml @@ -0,0 +1,17 @@ +os: supermicro-bmc +text: 'Supermicro-BMC' +type: appliance +icon: supermicro +snmp_bulk: false +mib_dir: supermicro +group: supermicro +over: + - { graph: device_temperature, text: 'Temperatures' } + - { graph: device_fanspeed, text: 'Fan Speed' } +discovery: + - + sysObjectID: .1.3.6.1.4.1.8072.3.2.10 + snmpget: + oid: ATEN-IPMI-MIB::bmcMajorVesion.0 + op: '!=' + value: false diff --git a/mibs/supermicro/ATEN-IPMI-MIB b/mibs/supermicro/ATEN-IPMI-MIB new file mode 100644 index 0000000000..3264a37054 --- /dev/null +++ b/mibs/supermicro/ATEN-IPMI-MIB @@ -0,0 +1,2121 @@ +ATEN-IPMI-MIB DEFINITIONS ::= BEGIN + +-- +-- Top-level infrastructure of the ATEN CORP. enterprise MIB tree +-- + +IMPORTS + NOTIFICATION-TYPE, MODULE-IDENTITY, OBJECT-TYPE, enterprises, Integer32, IpAddress FROM SNMPv2-SMI + DateAndTime FROM SNMPv2-TC; + +aten MODULE-IDENTITY + LAST-UPDATED "200903201150Z" + ORGANIZATION "www.aten.com.tw" + CONTACT-INFO "email:shuyufu@aten.com.tw" + DESCRIPTION "Top-level infrastructure of the ATEN CORP. enterprise MIB tree" + REVISION "200903201150Z" + DESCRIPTION "First draft" + ::= { enterprises 21317 } + +-- +-- ATEN CORP. enterprise-specific management objects +-- + +ipmi OBJECT IDENTIFIER ::= { aten 1 } +boardinfo OBJECT IDENTIFIER ::= { ipmi 5 } +hardwareinfo OBJECT IDENTIFIER ::= { ipmi 6 } +storage OBJECT IDENTIFIER ::= { ipmi 7 } +powerinfo OBJECT IDENTIFIER ::= { ipmi 14 } +fruinfo OBJECT IDENTIFIER ::= { ipmi 16 } +ntpinfo OBJECT IDENTIFIER ::= { ipmi 17 } +nvme OBJECT IDENTIFIER ::= { ipmi 19 } +network OBJECT IDENTIFIER ::= { ipmi 21 } +smtp OBJECT IDENTIFIER ::= { ipmi 22 } + +-- +-- MIB Module Object Types +-- +sel OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Number of SELs" + ::= { ipmi 2 } + +sensorTable OBJECT-TYPE + SYNTAX SEQUENCE OF SensorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of sensors. The number of entries is + given by the value of ifNumber." + ::= { ipmi 3 } + +sensorEntry OBJECT-TYPE + SYNTAX SensorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing management information applicable to a + particular sensor." + INDEX { sensorNumber } + ::= { sensorTable 1 } + +SensorEntry ::= + SEQUENCE { + sensorNumber Integer32, + sensorReading OCTET STRING, + sensorPositiveHysteresis Integer32, + sensorNegativeHysteresis Integer32, + lncThreshold OCTET STRING, + lcThreshold OCTET STRING, + lnrThreshold OCTET STRING, + uncThreshold OCTET STRING, + ucThreshold OCTET STRING, + unrThreshold OCTET STRING, + eventAssertionEnable Integer32, + eventDeassertionEnable Integer32, + sensorIDString OCTET STRING + } + +sensorNumber OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each interface. It + is recommended that values are assigned contiguously + starting from 1. The value for each interface sub-layer + must remain constant at least from one re-initialization of + the entity's network management system to the next re- + initialization." + ::= { sensorEntry 1 } + +sensorReading OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A textual string containing information about the + interface. This string should include the name of the + manufacturer, the product name and the version of the + interface hardware/software." + ::= { sensorEntry 2 } + +sensorPositiveHysteresis OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of interface. Additional values for ifType are + assigned by the Internet Assigned Numbers Authority (IANA), + through updating the syntax of the IANAifType textual + convention." + ::= { sensorEntry 3 } + +sensorNegativeHysteresis OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The size of the largest packet which can be sent/received + on the interface, specified in octets. For interfaces that + are used for transmitting network datagrams, this is the + size of the largest network datagram that can be sent on the + interface." + ::= { sensorEntry 4 } + +lncThreshold OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "An estimate of the interface's current bandwidth in bits + per second. For interfaces which do not vary in bandwidth + or for those where no accurate estimation can be made, this + object should contain the nominal bandwidth. If the + bandwidth of the interface is greater than the maximum value + reportable by this object then this object should report its + maximum value (4,294,967,295) and ifHighSpeed must be used + to report the interace's speed. For a sub-layer which has + no concept of bandwidth, this object should be zero." + ::= { sensorEntry 5 } + +lcThreshold OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The interface's address at its protocol sub-layer. For + example, for an 802.x interface, this object normally + contains a MAC address. The interface's media-specific MIB + must define the bit and byte ordering and the format of the + value of this object. For interfaces which do not have such + an address (e.g., a serial line), this object should contain + an octet string of zero length." + ::= { sensorEntry 6 } + +lnrThreshold OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The desired state of the interface. The testing(3) state + indicates that no operational packets can be passed. When a + managed system initializes, all interfaces start with + ifAdminStatus in the down(2) state. As a result of either + explicit management action or per configuration information + retained by the managed system, ifAdminStatus is then + changed to either the up(1) or testing(3) states (or remains + in the down(2) state)." + ::= { sensorEntry 7 } + + + +uncThreshold OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current operational state of the interface. The + testing(3) state indicates that no operational packets can + be passed. If ifAdminStatus is down(2) then ifOperStatus + should be down(2). If ifAdminStatus is changed to up(1) + then ifOperStatus should change to up(1) if the interface is + ready to transmit and receive network traffic; it should + change to dormant(5) if the interface is waiting for + external actions (such as a serial line waiting for an + incoming connection); it should remain in the down(2) state + if and only if there is a fault that prevents it from going + to the up(1) state; it should remain in the notPresent(6) + state if the interface has missing (typically, hardware) + components." + ::= { sensorEntry 8 } + +ucThreshold OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of sysUpTime at the time the interface entered + its current operational state. If the current state was + entered prior to the last re-initialization of the local + network management subsystem, then this object contains a + zero value." + ::= { sensorEntry 9 } + +unrThreshold OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of octets received on the interface, + + + including framing characters. + + Discontinuities in the value of this counter can occur at + re-initialization of the management system, and at other + times as indicated by the value of + ifCounterDiscontinuityTime." + ::= { sensorEntry 10 } + +eventAssertionEnable OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were not addressed to a multicast + or broadcast address at this sub-layer. + + Discontinuities in the value of this counter can occur at + re-initialization of the management system, and at other + times as indicated by the value of + ifCounterDiscontinuityTime." + ::= { sensorEntry 11 } + +eventDeassertionEnable OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of packets, delivered by this sub-layer to a + higher (sub-)layer, which were addressed to a multicast or + broadcast address at this sub-layer. + + Discontinuities in the value of this counter can occur at + re-initialization of the management system, and at other + times as indicated by the value of + ifCounterDiscontinuityTime. + + This object is deprecated in favour of ifInMulticastPkts and + ifInBroadcastPkts." + ::= { sensorEntry 12 } + +sensorIDString OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "16-byte length field for displaying each available sensors' ID string." + ::= { sensorEntry 13 } + +powerStatus OBJECT-TYPE + SYNTAX INTEGER { poweroff(0), poweron(1) } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Get and set the power status of system. + Set case: + 0 : power off + 1 : power on + 2 : power reset" + ::= { ipmi 4 } + +coldResetBMC OBJECT-TYPE + SYNTAX Integer32 (1) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Cold reset the BMC." + ::= { ipmi 8 } + +bmcMajorVesion OBJECT-TYPE + SYNTAX Integer32 (0..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BMC Major Vesion" + ::= { boardinfo 1 } + +bmcMinorVesion OBJECT-TYPE + SYNTAX Integer32 (0..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BMC Minor Vesion" + ::= { boardinfo 2 } + +bmcBuildDate OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BMC FW Build Date" + ::= { boardinfo 3 } + +biosVesion OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BIOS Vesion" + ::= { boardinfo 4 } + +biosBuildDate OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BIOS Build Date" + ::= { boardinfo 5 } + +hostName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BMC Host Name" + ::= { boardinfo 6 } + +bmcBuildVesion OBJECT-TYPE + SYNTAX Integer32 (0..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BMC Build Vesion" + ::= { boardinfo 7 } + +serialNumber OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Motherboard Serial Number" + ::= { hardwareinfo 1 } + +cpuTable OBJECT-TYPE + SYNTAX SEQUENCE OF CpuEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of CPUs. The number of entries is + given by the number of CPUs." + ::= { hardwareinfo 2 } + +cpuEntry OBJECT-TYPE + SYNTAX CpuEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing management information applicable to a + particular CPU." + INDEX { cpuNumber } + ::= { cpuTable 1 } + +CpuEntry ::= + SEQUENCE { + cpuNumber Integer32, + processor OCTET STRING, + speed Integer32, + core Integer32, + coreActive Integer32, + manufacturer OCTET STRING + } + +cpuNumber OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each CPU. It + is recommended that values are assigned contiguously + starting from 1." + ::= { cpuEntry 1 } + +processor OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Processor name." + ::= { cpuEntry 2 } + +speed OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Processor speed (MHz)." + ::= { cpuEntry 3 } + +core OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of processor cores." + ::= { cpuEntry 4 } + +coreActive OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of active processor cores." + ::= { cpuEntry 5 } + +manufacturer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CPU Manufacturer" + ::= { cpuEntry 6 } + +dimmTable OBJECT-TYPE + SYNTAX SEQUENCE OF DimmEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of DIMMs. The number of entries is + given by the number of DIMMs." + ::= { hardwareinfo 3 } + +dimmEntry OBJECT-TYPE + SYNTAX DimmEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing management information applicable to a + particular DIMM." + INDEX { dimmNumber } + ::= { dimmTable 1 } + +DimmEntry ::= + SEQUENCE { + dimmNumber Integer32, + dimmLocation OCTET STRING, + dimmMaxCapSpeed Integer32, + dimmOpSpeed Integer32, + dimmSize Integer32, + dimmSerialNo OCTET STRING, + dimmPartNo OCTET STRING, + dimmManufacturer OCTET STRING + } + +dimmNumber OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each DIMM. It + is recommended that values are assigned contiguously + starting from 1." + ::= { dimmEntry 1 } + +dimmLocation OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The location of this DIMM." + ::= { dimmEntry 2 } + +dimmMaxCapSpeed OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The max capable speed (MHz) of this DIMM." + ::= { dimmEntry 3 } + +dimmOpSpeed OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current operation speed (MHz) of this DIMM." + ::= { dimmEntry 4 } + +dimmSize OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The size (MBytes) of this DIMM." + ::= { dimmEntry 5 } + +dimmSerialNo OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The serial number of this DIMM." + ::= { dimmEntry 6 } + +dimmPartNo OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The serial number of this DIMM." + ::= { dimmEntry 7 } + +dimmManufacturer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The manufacturer of this DIMM." + ::= { dimmEntry 8 } + +controllerTable OBJECT-TYPE + SYNTAX SEQUENCE OF ControllerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of raid controllers. The number of entries is + given by the number of controllers." + ::= { storage 1 } + +controllerEntry OBJECT-TYPE + SYNTAX ControllerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing management information applicable to a + particular controller." + INDEX { controllerNumber } + ::= { controllerTable 1 } + +ControllerEntry ::= + SEQUENCE { + controllerNumber Integer32, + controllerProductName OCTET STRING, + serial OCTET STRING, + package OCTET STRING, + fwVersion OCTET STRING, + biosVersion OCTET STRING, + bootBlockVersion OCTET STRING, + batteryStatus Integer32, + pcieLocation Integer32, + pcieSlot Integer32 + } + +controllerNumber OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each controller. It + is recommended that values are assigned contiguously + starting from 1." + ::= { controllerEntry 1 } + +controllerProductName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(96)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Product name of the controller." + ::= { controllerEntry 2 } + +serial OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Serial number of the controller." + ::= { controllerEntry 3 } + +package OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(96)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Package version of the controller." + ::= { controllerEntry 4 } + +fwVersion OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Firmware version of the controller." + ::= { controllerEntry 5 } + +biosVersion OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BIOS version of the controller." + ::= { controllerEntry 6 } + +bootBlockVersion OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Boot block version of the controller." + ::= { controllerEntry 7 } + +batteryStatus OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Battery status of the controller. + 0: Missing + 1: Charging + 2: Discharging + 3: Optimal + 4: Needs to be replaced" + ::= { controllerEntry 8 } + +pcieLocation OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PCIE location of the controller. + 0: ONBOARD + 1: RISER WIO Right + 2: RISER WIO Left + 3: RISER Ultra IO" + ::= { controllerEntry 9 } + +pcieSlot OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PCIE slot number of the controller." + ::= { controllerEntry 10 } + +nicTable OBJECT-TYPE + SYNTAX SEQUENCE OF NicEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of NICs. The number of entries is + given by the number of NICs." + ::= { ipmi 20 } + +nicEntry OBJECT-TYPE + SYNTAX NicEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing management information applicable to a + particular NIC." + INDEX { nicNumber } + ::= { nicTable 1 } + +NicEntry ::= + SEQUENCE { + nicNumber Integer32, + nicName OCTET STRING, + nicMac OCTET STRING, + nicIpv4Addr IpAddress, + nicIpv6Addr OCTET STRING, + nicGateway OCTET STRING, + nicNetmask OCTET STRING, + nicFqdn OCTET STRING, + nicDns OCTET STRING, + nicSpeed Integer32, + nicDescript OCTET STRING, + nicStatus OCTET STRING + } + +nicNumber OBJECT-TYPE + SYNTAX Integer32 (1..32) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each NIC. It + is recommended that values are assigned contiguously + starting from 1." + ::= { nicEntry 1 } + +nicName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the NIC." + ::= { nicEntry 2 } + +nicMac OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(17)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "MAC of the NIC." + ::= { nicEntry 3 } + +nicIpv4Addr OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IPv4 address of the NIC." + ::= { nicEntry 4 } + +nicIpv6Addr OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(45)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IPv6 address of the NIC." + ::= { nicEntry 5 } + +nicGateway OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(45)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Gateway of the NIC." + ::= { nicEntry 6 } + +nicNetmask OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(45)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Netmask of the NIC." + ::= { nicEntry 7 } + +nicFqdn OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(256)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FQDN of the NIC." + ::= { nicEntry 8 } + +nicDns OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(91)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "DNS of the NIC." + ::= { nicEntry 9 } + +nicSpeed OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Speed of the NIC. (Unit: Mbps)" + ::= { nicEntry 10 } + +nicDescript OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(255)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description of the NIC." + ::= { nicEntry 11 } + +nicStatus OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Status of the NIC." + ::= { nicEntry 12 } + +phyHddTable OBJECT-TYPE + SYNTAX SEQUENCE OF HddEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of HDDs. The number of entries is + given by the number of HDDs." + ::= { storage 2 } + +hddEntry OBJECT-TYPE + SYNTAX HddEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing management information applicable to a + particular HDD." + INDEX { hddNumber } + ::= { phyHddTable 1 } + +HddEntry ::= + SEQUENCE { + hddNumber Integer32, + hddControllerNumber Integer32, + enclosureNumber Integer32, + status Integer32, + temperature Integer32, + capacity Integer32, + vendor OCTET STRING, + modelName OCTET STRING, + revision OCTET STRING, + sn OCTET STRING, + linkSpeed Integer32, + fwState Integer32, + otherErrCount Integer32, + predictedFailCount Integer32, + mediaErrCount Integer32 + } + +hddNumber OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each HDD. It + is recommended that values are assigned contiguously + starting from 1." + ::= { hddEntry 1 } + +hddControllerNumber OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The controller that this HDD belongs to." + ::= { hddEntry 2 } + +enclosureNumber OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The enclosure that this HDD belongs to." + ::= { hddEntry 3 } + +status OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current status of the HDD. + 1: present + 0: not present" + ::= { hddEntry 4 } + +temperature OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current temperature of the HDD." + ::= { hddEntry 5 } + +capacity OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Capacity(GB) of the HDD. " + ::= { hddEntry 6 } + +vendor OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The vendor of the HDD." + ::= { hddEntry 7 } + +modelName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Model name of the HDD." + ::= { hddEntry 8 } + +revision OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Revision of the HDD." + ::= { hddEntry 9 } + +sn OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The serial number of the HDD." + ::= { hddEntry 10 } + +linkSpeed OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The link speed of the HDD. + 0: not defined + 1: 1.5Gb/s - SATA 150 + 2: 3.0Gb/s + 3: 6.0Gb/s + 4: 12.0Gb/s" + ::= { hddEntry 11 } + +fwState OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The firmware state of the HDD. + 00: Unconfigured good drive + 01: Unconfigured bad drive + 02: Hot spare drive + 16: Configured-good drive(data invalid) + 17: Configured-bad drive (data invalid) + 20: Configured-drive is rebuilding + 24: Configured-drive is online + 32: drive is getting copied + 64: drive is exposed and controlled by host + 128: UnConfigured - shielded + 130: Hot Spare - shielded + 144: Configured - shielded" + ::= { hddEntry 12 } + +otherErrCount OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Other error count of the HDD." + ::= { hddEntry 13 } + +predictedFailCount OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Predicted fail count of the HDD." + ::= { hddEntry 14 } + +mediaErrCount OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Media error Count of the HDD." + ::= { hddEntry 15 } + + +logHddTable OBJECT-TYPE + SYNTAX SEQUENCE OF VolumeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of volumes. The number of entries is + given by the number of volumes." + ::= { storage 3 } + +volumeEntry OBJECT-TYPE + SYNTAX VolumeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing management information applicable to a + particular volume." + INDEX { volNumber } + ::= { logHddTable 1 } + +VolumeEntry ::= + SEQUENCE { + volNumber Integer32, + volControllerNumber Integer32, + volStatus Integer32, + volCapacity Integer32, + priRaidLevel Integer32, + raidLevelQualifier Integer32, + secRaidLevel Integer32, + ldStripSize Integer32, + numDevices Integer32, + spanDepth Integer32, + state Integer32, + volName OCTET STRING + } + +volNumber OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value, greater than zero, for each volume. It + is recommended that values are assigned contiguously + starting from 1." + ::= { volumeEntry 1 } + +volControllerNumber OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The controller that this HDD belongs to." + ::= { volumeEntry 2 } + +volStatus OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current status of the volume. + 1: present + 0: not present" + ::= { volumeEntry 3 } + +volCapacity OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Capacity(GB) of the volume." + ::= { volumeEntry 4 } + +priRaidLevel OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Primary raid level of the volume." + ::= { volumeEntry 5 } + +raidLevelQualifier OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Raid level qaulifier of the volume." + ::= { volumeEntry 6 } + +secRaidLevel OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Secondary raid level of the volume." + ::= { volumeEntry 7 } + +ldStripSize OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "LD strip size of the volume. + (per DDF: 4=8K, 5=16K, 7=64K, 11=1MB, etc.)" + ::= { volumeEntry 8 } + +numDevices OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "number of drives per span." + ::= { volumeEntry 9 } + +spanDepth OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Span depth of the volume." + ::= { volumeEntry 10 } + +state OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the volume. + 0: offline + 1: partially degraded + 2: degraded + 3: optimal" + ::= { volumeEntry 11 } + +volName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the volume." + ::= { volumeEntry 12 } + +userTable OBJECT-TYPE + SYNTAX SEQUENCE OF UserEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of all users." + ::= { ipmi 9 } + +userInfo OBJECT-TYPE + SYNTAX UserEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing management information applicable to a + particular user." + INDEX { id } + ::= { userTable 1 } + +UserEntry ::= + SEQUENCE { + id Integer32, + username OCTET STRING, + password OCTET STRING, + privilege Integer32 + } + +id OBJECT-TYPE + SYNTAX Integer32 (1..15) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value for user ID, greater than zero." + ::= { userInfo 1 } + +username OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "User name." + ::= { userInfo 2 } + +password OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(20)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Password." + ::= { userInfo 3 } + +privilege OBJECT-TYPE + SYNTAX Integer32 (2..4) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "User privilege." + ::= { userInfo 4 } + +uid OBJECT-TYPE + SYNTAX Integer32 (0..1) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Get and set the UID status. + Get case: + 0 : off + 1 : on + Set case: + 0 : off + 1 : on" + ::= { ipmi 10 } + + + +psuNumber OBJECT-TYPE + SYNTAX Integer32 (0..8) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of PSUs" + ::= { powerinfo 1 } + +psuTable OBJECT-TYPE + SYNTAX SEQUENCE OF PsuEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of PSUs. The number of entries is + given by the number of PSUs." + ::= { powerinfo 2 } + +psuEntry OBJECT-TYPE + SYNTAX PsuEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing a particular PSU information." + INDEX { psuIndex } + ::= { psuTable 1 } + +PsuEntry ::= + SEQUENCE { + psuIndex Integer32, + psuStatus Integer32, + inputVoltage OCTET STRING, + inputCurrent OCTET STRING, + inputPower Integer32, + outputVoltage OCTET STRING, + outputCurrent OCTET STRING, + outputPower Integer32, + temperature1 Integer32, + temperature2 Integer32, + fanRPM1 Integer32, + fanRPM2 Integer32, + psuSerialNumber OCTET STRING + } + +psuIndex OBJECT-TYPE + SYNTAX Integer32 (1..8) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value, start from one, for each PSU. It is + recommended that values are assigned contiguously + starting from 1." + ::= { psuEntry 1 } + +psuStatus OBJECT-TYPE + SYNTAX INTEGER { fail(0), good(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Status." + ::= { psuEntry 2 } + +inputVoltage OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Input Voltage." + ::= { psuEntry 3 } + +inputCurrent OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Input Current." + ::= { psuEntry 4 } + +inputPower OBJECT-TYPE + SYNTAX Integer32 (1..1048576) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Input Power." + ::= { psuEntry 5 } + +outputVoltage OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Output Voltage." + ::= { psuEntry 6 } + +outputCurrent OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Output Current." + ::= { psuEntry 7 } + +outputPower OBJECT-TYPE + SYNTAX Integer32 (1..1048576) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Output Power." + ::= { psuEntry 8 } + +temperature1 OBJECT-TYPE + SYNTAX Integer32 (1..256) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Temperature1." + ::= { psuEntry 9 } + +temperature2 OBJECT-TYPE + SYNTAX Integer32 (1..256) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Temperature2." + ::= { psuEntry 10 } + +fanRPM1 OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Fan RPM1." + ::= { psuEntry 11 } + +fanRPM2 OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Fan RPM2." + ::= { psuEntry 12 } + +psuSerialNumber OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(32)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PSU Serial Number." + ::= { psuEntry 13 } + +-- +-- FanMode MIB (15) +-- +fanMode OBJECT-TYPE + SYNTAX INTEGER { standard(0), fullspeed(1), optimal(2), pue2optimal(3), heavyIO(4)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "" + ::= { ipmi 15 } + +-- +-- FRU MIB (16) +-- +chassis OBJECT IDENTIFIER ::= { fruinfo 1 } +board OBJECT IDENTIFIER ::= { fruinfo 2 } +product OBJECT IDENTIFIER ::= { fruinfo 3 } + +chassisType OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Chassis Type." + ::= { chassis 1 } + +chassisPartNumber OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Chassis Part Number" + ::= { chassis 2 } + +chassisSerialNumber OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Chassis Serial Number" + ::= { chassis 3 } + +boardLanguage OBJECT-TYPE + SYNTAX INTEGER { afar(1), abkhazian(2), afrikaans(3), amharic(4), arabic(5), assamese(6), aymara(7), azerbaijani(8), bashkir(9), byelorussian(10), bulgarian(11), bihari(12), bislama(13), bengali(14), tibetan(15), breton(16), catalan(17), corsican(18), czech(19), welsh(20), danish(21), german(22), bhutani(23), greek(24), english(25), esperanto(26), spanish(27), estonian(28), basque(29), persian(30), finnish(31), fiji(32), faeroese(33), french(34), frisian(35), irish(36), gaelic(37), galician(38), guarani(39), gujarati(40), hausa(41), hindi(42), croatian(43), hungarian(44), armenian(45), interlingua(46), interlingue(47), inupiak(48), indonesian(49), icelandic(50), italian(51), hebrew(52), japanese(53), yiddish(54), javanese(55), georgian(56), kazakh(57), greenlandic(58), cambodian(59), kannada(60), korean(61), kashmiri(62), kurdish(63), kirghiz(64), latin(65), lingala(66), laothian(67), lithuanian(68), lettish(69), malagasy(70), maori(71), macedonian(72), malayalam(73), mongolian(74), moldavian(75), marathi(76), malay(77), maltese(78), burmese(79), nauru(80), nepali(81), dutch(82), norwegian(83), occitan(84), oromo(85), oriya(86), punjabi(87), polish(88), pushto(89), portuguese(90), quechua(91), rhaeto-romance(92), kirundi(93), romanian(94), russian(95), kinyarwanda(96), sanskrit(97), sindhi(98), sangro(99), serbo-croatian(100), singhalese(101), slovak(102), slovenian(103), samoan(104), shona(105), somali(106), albanian(107), serbian(108), siswati(109), sesotho(110), sudanese(111), swedish(112), swahili(113), tamil(114), tegulu(115), tajik(116), thai(117), tigrinya(118), turkmen(119), tagalog(120), setswana(121), tonga(122), turkish(123), tsonga(124), tatar(125), twi(126), ukrainian(127), urdu(128), uzbek(129), vietnamese(130), volapuk(131), wolof(132), xhosa(133), yoruba(134), chinese(135), zulu(136) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Board Language" + ::= { board 1 } + +boardManufacturer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Board Manufacturer" + ::= { board 2 } + +boardProductName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Board Product Name" + ::= { board 3 } + +boardSerialNumber OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Board Serial Number" + ::= { board 4 } + +boardPartNumber OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Board part Number" + ::= { board 5 } + +productLanguage OBJECT-TYPE + SYNTAX INTEGER { afar(1), abkhazian(2), afrikaans(3), amharic(4), arabic(5), assamese(6), aymara(7), azerbaijani(8), bashkir(9), byelorussian(10), bulgarian(11), bihari(12), bislama(13), bengali(14), tibetan(15), breton(16), catalan(17), corsican(18), czech(19), welsh(20), danish(21), german(22), bhutani(23), greek(24), english(25), esperanto(26), spanish(27), estonian(28), basque(29), persian(30), finnish(31), fiji(32), faeroese(33), french(34), frisian(35), irish(36), gaelic(37), galician(38), guarani(39), gujarati(40), hausa(41), hindi(42), croatian(43), hungarian(44), armenian(45), interlingua(46), interlingue(47), inupiak(48), indonesian(49), icelandic(50), italian(51), hebrew(52), japanese(53), yiddish(54), javanese(55), georgian(56), kazakh(57), greenlandic(58), cambodian(59), kannada(60), korean(61), kashmiri(62), kurdish(63), kirghiz(64), latin(65), lingala(66), laothian(67), lithuanian(68), lettish(69), malagasy(70), maori(71), macedonian(72), malayalam(73), mongolian(74), moldavian(75), marathi(76), malay(77), maltese(78), burmese(79), nauru(80), nepali(81), dutch(82), norwegian(83), occitan(84), oromo(85), oriya(86), punjabi(87), polish(88), pushto(89), portuguese(90), quechua(91), rhaeto-romance(92), kirundi(93), romanian(94), russian(95), kinyarwanda(96), sanskrit(97), sindhi(98), sangro(99), serbo-croatian(100), singhalese(101), slovak(102), slovenian(103), samoan(104), shona(105), somali(106), albanian(107), serbian(108), siswati(109), sesotho(110), sudanese(111), swedish(112), swahili(113), tamil(114), tegulu(115), tajik(116), thai(117), tigrinya(118), turkmen(119), tagalog(120), setswana(121), tonga(122), turkish(123), tsonga(124), tatar(125), twi(126), ukrainian(127), urdu(128), uzbek(129), vietnamese(130), volapuk(131), wolof(132), xhosa(133), yoruba(134), chinese(135), zulu(136) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Product Language" + ::= { product 1 } + +productManufacturer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Product Manufacturer" + ::= { product 2 } + +productName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Product Name" + ::= { product 3 } + +productPartNumber OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Product Part Number" + ::= { product 4 } + +productVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Product Version" + ::= { product 5 } + +productSerialNumber OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "FRU Product Serial Number" + ::= { product 6 } + +productAssetTag OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "FRU Product Asset Tag" + ::= { product 7 } +-- +-- NTP INFO MIB (17) +-- +timeZone OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(5)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Get and set time zone. + Get/Set case: + -1200 + -1100 + -1000 + -0930 + -0900 + -0800 + -0700 + -0600 + -0500 + -0430 + -0400 + -0330 + -0300 + -0230 + -0200 + -0100 + +0000 + +0100 + +0200 + +0300 + +0330 + +0400 + +0430 + +0500 + +0530 + +0545 + +0600 + +0630 + +0700 + +0800 + +0900 + +0930 + +1000 + +1030 + +1100 + +1130 + +1200 + +1300 + +1400" + ::= { ntpinfo 1 } + +ntpEnable OBJECT-TYPE + SYNTAX INTEGER { disabled(0), enabled(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Get and set NTP status. + Get case: + 0 : off + 1 : on + Set case: + 0 : off + 1 : on" + ::= { ntpinfo 2 } + +primaryNTPServer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(127)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Get and set primary NTP server" + ::= { ntpinfo 3 } + +secondaryNTPServer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(127)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Get and set secondary NTP server" + ::= { ntpinfo 4 } + +dst OBJECT-TYPE + SYNTAX INTEGER { disabled(0), enabled(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Get and set daylight saving time status + Get case: + 0 : off + 1 : on + Set case: + 0 : off + 1 : on" + ::= { ntpinfo 5 } + +selTable OBJECT-TYPE + SYNTAX SEQUENCE OF SelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table displays a record of critical system events from the monitored system." + ::= { ipmi 18 } + +selEntry OBJECT-TYPE + SYNTAX SelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry event logs indicate the time when a critical condition occurred and the time it was resolved" + INDEX { selEid } + ::= { selTable 1 } + +SelEntry ::= + SEQUENCE { + selEid Integer32, + selTimeStamp DateAndTime, + selSensorName OCTET STRING, + selSensorType OCTET STRING, + selDescription OCTET STRING, + selRawData OCTET STRING + } + +selEid OBJECT-TYPE + SYNTAX Integer32 (1..512) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "system event log EID" + ::= { selEntry 1 } + +selTimeStamp OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "System event log trigger time" + ::= { selEntry 2 } + +selSensorName OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "System evnet log sensor name" + ::= { selEntry 3 } + +selSensorType OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "System evnet log sensor type" + ::= { selEntry 4 } + +selDescription OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(512)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "System evnet log description" + ::= { selEntry 5 } + +selRawData OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "System evnet log raw data" + ::= { selEntry 6 } + + +alertTable OBJECT-TYPE + SYNTAX SEQUENCE OF AlertEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of all alerts." + ::= { ipmi 11 } + +alertInfo OBJECT-TYPE + SYNTAX AlertEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing management information applicable to a + particular alert." + INDEX { id } + ::= { alertTable 1 } + +AlertEntry ::= + SEQUENCE { + alertNo Integer32, + alertLevel OCTET STRING, + destinationAddress OCTET STRING + } + +alertNo OBJECT-TYPE + SYNTAX Integer32 (1..16) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value for alert ID, greater than zero." + ::= { alertInfo 1 } + +alertLevel OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(25)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Alert Level." + ::= { alertInfo 2 } + +destinationAddress OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(270)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Alert Level." + ::= { alertInfo 3 } + +-- +-- Network MIB (21) +-- + +ipv4DNSServer OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IPv4 dns server." + ::= { network 1 } + +ipv4Gateway OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IPv4 gateway" + ::= { network 2 } + +ipv6DNSServer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(45)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IPv6 dns server." + ::= { network 3 } + +ipv6DUID OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IPv6 DUID" + ::= { network 4 } + +dhcpv6State OBJECT-TYPE + SYNTAX INTEGER { stateless(0) , stateful(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "DHCPv6 State" + ::= { network 5 } + +hostname OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BMC hostname" + ::= { network 6 } + +dhcpEnabled OBJECT-TYPE + SYNTAX INTEGER { disabled(0), enabled(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "DHCP enabled" + ::= { network 7 } + +vlanIDEnabled OBJECT-TYPE + SYNTAX INTEGER { disabled(0), enabled(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "VLan enabled" + ::= { network 8 } + +vlanID OBJECT-TYPE + SYNTAX Integer32 (1..4095) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Vlan ID" + ::= { network 9 } + +lanInterface OBJECT-TYPE + SYNTAX INTEGER { dedicated(0) , shared(1) ,failover(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "the current Lan interface" + ::= { network 10 } + +rmcpPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "IPMI port number" + ::= { network 11 } + +activeLanInterface OBJECT-TYPE + SYNTAX INTEGER { dedicated(0) , shared(1) ,failover(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "which Lan interface is active." + ::= { network 12 } + +dedicatedLanDuplex OBJECT-TYPE + SYNTAX INTEGER { unknown(0), fullduplex(1) , halfduplex(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Duplex Mode of the dedicated Lan" + ::= { network 13 } + +sharedLanDuplex OBJECT-TYPE + SYNTAX INTEGER { unknown(0), fullduplex(1) , halfduplex(2)} + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Duplex Mode of the share Lan" + ::= { network 14 } + + +-- +-- SMTP MIB (22) +-- + +smtpEnabled OBJECT-TYPE + SYNTAX INTEGER { disabled(0), enabled(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "enable Email server " + ::= { smtp 1 } + +smtpServer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(255)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Email server" + ::= { smtp 2 } + +smtpPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "the port number of the email server" + ::= { smtp 3 } + +smtpUsername OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "the username for email server's authentication" + ::= { smtp 4 } + +smtpSenderEmail OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(63)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "the sender's email address" + ::= { smtp 5 } + +-- +-- MouseMode MIB (23) +-- +mouseMode OBJECT-TYPE + SYNTAX INTEGER { absolute(1), relative(2), single(3) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "the port number of the email server" + ::= { ipmi 23 } + +-- +-- BootOrder MIB (24) +-- +sysBootOrder OBJECT-TYPE + SYNTAX INTEGER { none(0), pxe(1), hdd(2), diags(3), cdDvd(4), biosSetup(5), floppy(6), usbKey(7), usbHdd(8), usbFloppy(9), usbCD(10), uefiUsbKey(11), uefiCD(12), uefiHdd(13), uefiUsbHdd(14), uefiUsbCD(15) } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "One time change system boot order." + ::= { ipmi 24 } + + +-- +-- NVMe MIB (19) +-- + +nvmeCtrlTbl OBJECT-TYPE + SYNTAX SEQUENCE OF NVMeCtrlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of NVMe controllers. The number of entries is + given by the number of controllers." + ::= { nvme 1 } + +nvmeCtrlEntry OBJECT-TYPE + SYNTAX NVMeCtrlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing a particular NVMe controller information." + INDEX { nvmeCtrlPresent } + ::= { nvmeCtrlTbl 1 } + +NVMeCtrlEntry ::= + SEQUENCE { + nvmeCtrlPresent Integer32, + maxTemp Integer32, + maxSlotNum Integer32, + onboard Integer32, + driverIndex Integer32, + cpldVer OCTET STRING + } + +nvmeCtrlPresent OBJECT-TYPE + SYNTAX INTEGER { absent(0), present(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe controllor present or not." + ::= { nvmeCtrlEntry 1 } + +maxTemp OBJECT-TYPE + SYNTAX Integer32 (1..127) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum temperature from all existed NVMe drives." + ::= { nvmeCtrlEntry 2 } + +maxSlotNum OBJECT-TYPE + SYNTAX Integer32 (0..31) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum slot number at each group." + ::= { nvmeCtrlEntry 3 } + +onboard OBJECT-TYPE + SYNTAX INTEGER { no(0), yes(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe controller type." + ::= { nvmeCtrlEntry 4 } + +driverIndex OBJECT-TYPE + SYNTAX Integer32 (0..1) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe BPN driver index." + ::= { nvmeCtrlEntry 5 } + +cpldVer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CPLD FW version of this NVMe controller." + ::= { nvmeCtrlEntry 6 } + +nvmeDriveTbl OBJECT-TYPE + SYNTAX SEQUENCE OF NVMeDriveEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of NVMe drives. The number of entries is + given by the number of drives." + ::= { nvme 2 } + +nvmeDriveEntry OBJECT-TYPE + SYNTAX NVMeDriveEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing a particular NVMe drive information." + INDEX { slotId } + ::= { nvmeDriveTbl 1 } + +NVMeDriveEntry ::= + SEQUENCE { + slotId Integer32, + groupId Integer32, + nvmeDrivePresent Integer32, + locate Integer32, + save2Remove Integer32, + vmdMode Integer32, + temp Integer32, + classCode OCTET STRING, + vendorID OCTET STRING, + serialNum OCTET STRING, + modelNum OCTET STRING, + port0MaxLinkSpd OCTET STRING, + port0MaxLinkWidth OCTET STRING, + port1MaxLinkSpd OCTET STRING, + port1MaxLinkWidth OCTET STRING, + initPowerRequirement Integer32, + maxPowerRequirement Integer32 + } + +slotId OBJECT-TYPE + SYNTAX Integer32 (0..31) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe Slot ID at one group." + ::= { nvmeDriveEntry 1 } + +groupId OBJECT-TYPE + SYNTAX Integer32 (0..7) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Group ID at this slot." + ::= { nvmeDriveEntry 2 } + +nvmeDrivePresent OBJECT-TYPE + SYNTAX INTEGER { absent(0), present(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive presence at this slot." + ::= { nvmeDriveEntry 3 } + +locate OBJECT-TYPE + SYNTAX INTEGER { dislocate(0), locate(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive locate/dislocate status at this slot." + ::= { nvmeDriveEntry 4 } + +save2Remove OBJECT-TYPE + SYNTAX INTEGER { not-ready(0), ready(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive save2Remove status at this slot." + ::= { nvmeDriveEntry 5 } + +vmdMode OBJECT-TYPE + SYNTAX INTEGER { vmd-off(0), vmd-on(1) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive vmdMode status at this slot." + ::= { nvmeDriveEntry 6 } + +temp OBJECT-TYPE + SYNTAX Integer32 (0..127) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive temperature at this slot." + ::= { nvmeDriveEntry 7 } + +classCode OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive class code at this slot." + ::= { nvmeDriveEntry 8 } + +vendorID OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive class code at this slot." + ::= { nvmeDriveEntry 9 } + +serialNum OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive serial number at this slot." + ::= { nvmeDriveEntry 10 } + +modelNum OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(40)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive model number at this slot." + ::= { nvmeDriveEntry 11 } + +port0MaxLinkSpd OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive port0 max link speed at this slot." + ::= { nvmeDriveEntry 12 } + +port0MaxLinkWidth OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive port0 max link width at this slot." + ::= { nvmeDriveEntry 13 } + +port1MaxLinkSpd OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive port1 max link speed at this slot." + ::= { nvmeDriveEntry 14 } + +port1MaxLinkWidth OBJECT-TYPE + SYNTAX OCTET STRING (SIZE(16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "NVMe drive port1 max link width at this slot." + ::= { nvmeDriveEntry 15 } + +initPowerRequirement OBJECT-TYPE + SYNTAX Integer32 (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Initial power requirment (Watts)." + ::= { nvmeDriveEntry 16 } + +maxPowerRequirement OBJECT-TYPE + SYNTAX Integer32 (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum power requirment (Watts)." + ::= { nvmeDriveEntry 17 } + +guid NOTIFICATION-TYPE + STATUS current + DESCRIPTION "GUID." + ::= { ipmi 30 } + +END diff --git a/tests/data/supermicro-bmc_x10slehf.json b/tests/data/supermicro-bmc_x10slehf.json new file mode 100644 index 0000000000..da4671871e --- /dev/null +++ b/tests/data/supermicro-bmc_x10slehf.json @@ -0,0 +1,1539 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": null, + "sysObjectID": ".1.3.6.1.4.1.8072.3.2.10", + "sysDescr": "Linux (none) 2.6.28.9 #1 Mon Feb 10 11:07:10 CST 2020 armv5tejl", + "sysContact": "", + "version": "FW 3.88", + "hardware": null, + "features": "Bios 3.3", + "location": "", + "os": "supermicro-bmc", + "type": "appliance", + "serial": null, + "icon": "supermicro.png" + } + ] + }, + "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": "lo", + "ifName": "lo", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "lo", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "sit0", + "ifName": "sit0", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "tunnel", + "ifAlias": "sit0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "bond0", + "ifName": "bond0", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "bond0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth0", + "ifName": "eth0", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "eth0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth1", + "ifName": "eth1", + "portName": null, + "ifIndex": 5, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "eth1", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth0.76", + "ifName": "eth0.76", + "portName": null, + "ifIndex": 6, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "eth0.76", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lo", + "ifName": "lo", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "lo", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "sit0", + "ifName": "sit0", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "tunnel", + "ifAlias": "sit0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "bond0", + "ifName": "bond0", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "bond0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth0", + "ifName": "eth0", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "eth0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "eth1", + "ifName": "eth1", + "portName": null, + "ifIndex": 5, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "eth1", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth0.76", + "ifName": "eth0.76", + "portName": null, + "ifIndex": 6, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "eth0.76", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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 + } + ] + } + }, + "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": 24, + "processor_descr": "Processor", + "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": 54, + "mempool_perc_oid": null, + "mempool_used": 42713088, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.1", + "mempool_free": 36032512, + "mempool_free_oid": null, + "mempool_total": 78745600, + "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": 90, + "mempool_perc_oid": null, + "mempool_used": 70840320, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.3", + "mempool_free": 7905280, + "mempool_free_oid": null, + "mempool_total": 78745600, + "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": 2015232, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.6", + "mempool_free": 76730368, + "mempool_free_oid": null, + "mempool_total": 78745600, + "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": 33, + "mempool_perc_oid": null, + "mempool_used": 26112000, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.7", + "mempool_free": 52633600, + "mempool_free_oid": null, + "mempool_total": 78745600, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 0 + } + ] + }, + "poller": "matches discovery" + }, + "route": { + "discovery": { + "route": [ + { + "context_name": "", + "inetCidrRouteIfIndex": 6, + "inetCidrRouteType": 4, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 0, + "inetCidrRouteDestType": "ipv4", + "inetCidrRouteDest": "0.0.0.0", + "inetCidrRouteNextHopType": "ipv4", + "inetCidrRouteNextHop": "44.0.76.1", + "inetCidrRoutePolicy": "zeroDotZero", + "inetCidrRoutePfxLen": 0 + }, + { + "context_name": "", + "inetCidrRouteIfIndex": 6, + "inetCidrRouteType": 4, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 1024, + "inetCidrRouteDestType": "ipv6", + "inetCidrRouteDest": "0000:0000:0000:0000:0000:0000:0000:0000", + "inetCidrRouteNextHopType": "ipv6", + "inetCidrRouteNextHop": "fe80:0000:0000:0000:0425:00ff:fe00:0301", + "inetCidrRoutePolicy": "zeroDotZero.13", + "inetCidrRoutePfxLen": 0 + }, + { + "context_name": "", + "inetCidrRouteIfIndex": 6, + "inetCidrRouteType": 3, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 0, + "inetCidrRouteDestType": "ipv4", + "inetCidrRouteDest": "44.0.76.0", + "inetCidrRouteNextHopType": "ipv4", + "inetCidrRouteNextHop": "0.0.0.0", + "inetCidrRoutePolicy": "zeroDotZero.6", + "inetCidrRoutePfxLen": 24 + }, + { + "context_name": "", + "inetCidrRouteIfIndex": 6, + "inetCidrRouteType": 3, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 256, + "inetCidrRouteDestType": "ipv6", + "inetCidrRouteDest": "fd00:0025:0076:0000:0000:0000:0000:0000", + "inetCidrRouteNextHopType": "ipv6", + "inetCidrRouteNextHop": "0000:0000:0000:0000:0000:0000:0000:0000", + "inetCidrRoutePolicy": "zeroDotZero.5", + "inetCidrRoutePfxLen": 64 + }, + { + "context_name": "", + "inetCidrRouteIfIndex": 6, + "inetCidrRouteType": 3, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 0, + "inetCidrRouteDestType": "ipv6", + "inetCidrRouteDest": "fd00:0025:0076:0000:0000:0000:0000:3221", + "inetCidrRouteNextHopType": "ipv6", + "inetCidrRouteNextHop": "fd00:0025:0076:0000:0000:0000:0000:3221", + "inetCidrRoutePolicy": "zeroDotZero.3", + "inetCidrRoutePfxLen": 128 + }, + { + "context_name": "", + "inetCidrRouteIfIndex": 1, + "inetCidrRouteType": 3, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 0, + "inetCidrRouteDestType": "ipv6", + "inetCidrRouteDest": "fd00:0025:0076:0000:0225:90ff:fe86:dc49", + "inetCidrRouteNextHopType": "ipv6", + "inetCidrRouteNextHop": "0000:0000:0000:0000:0000:0000:0000:0000", + "inetCidrRoutePolicy": "zeroDotZero.4", + "inetCidrRoutePfxLen": 128 + }, + { + "context_name": "", + "inetCidrRouteIfIndex": 6, + "inetCidrRouteType": 3, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 256, + "inetCidrRouteDestType": "ipv6", + "inetCidrRouteDest": "fe80:0000:0000:0000:0000:0000:0000:0000", + "inetCidrRouteNextHopType": "ipv6", + "inetCidrRouteNextHop": "0000:0000:0000:0000:0000:0000:0000:0000", + "inetCidrRoutePolicy": "zeroDotZero.8", + "inetCidrRoutePfxLen": 64 + }, + { + "context_name": "", + "inetCidrRouteIfIndex": 1, + "inetCidrRouteType": 3, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 0, + "inetCidrRouteDestType": "ipv6", + "inetCidrRouteDest": "fe80:0000:0000:0000:0225:90ff:fe86:dc49", + "inetCidrRouteNextHopType": "ipv6", + "inetCidrRouteNextHop": "0000:0000:0000:0000:0000:0000:0000:0000", + "inetCidrRoutePolicy": "zeroDotZero.6", + "inetCidrRoutePfxLen": 128 + }, + { + "context_name": "", + "inetCidrRouteIfIndex": 6, + "inetCidrRouteType": 3, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 256, + "inetCidrRouteDestType": "ipv6", + "inetCidrRouteDest": "ff00:0000:0000:0000:0000:0000:0000:0000", + "inetCidrRouteNextHopType": "ipv6", + "inetCidrRouteNextHop": "0000:0000:0000:0000:0000:0000:0000:0000", + "inetCidrRoutePolicy": "zeroDotZero.11", + "inetCidrRoutePfxLen": 8 + }, + { + "context_name": "", + "inetCidrRouteIfIndex": 6, + "inetCidrRouteType": 3, + "inetCidrRouteProto": 2, + "inetCidrRouteNextHopAS": 0, + "inetCidrRouteMetric1": 0, + "inetCidrRouteDestType": "ipv6", + "inetCidrRouteDest": "ff02:0000:0000:0000:0000:0000:0000:0001", + "inetCidrRouteNextHopType": "ipv6", + "inetCidrRouteNextHop": "ff02:0000:0000:0000:0000:0000:0000:0001", + "inetCidrRoutePolicy": "zeroDotZero.10", + "inetCidrRoutePfxLen": 128 + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.21317.1.4.0", + "sensor_index": "powerStatusSensorNr.0", + "sensor_type": "smPowerState", + "sensor_descr": "Power Status 0", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "smPowerState" + } + ], + "state_indexes": [ + { + "state_name": "smPowerState", + "state_descr": "Off", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 2 + }, + { + "state_name": "smPowerState", + "state_descr": "On", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "smPowerState", + "state_descr": "Reset", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/supermicro-bmc_x10slehf.snmprec b/tests/snmpsim/supermicro-bmc_x10slehf.snmprec new file mode 100644 index 0000000000..de15da98d2 --- /dev/null +++ b/tests/snmpsim/supermicro-bmc_x10slehf.snmprec @@ -0,0 +1,397 @@ +1.3.6.1.2.1.1.1.0|4|Linux (none) 2.6.28.9 #1 Mon Feb 10 11:07:10 CST 2020 armv5tejl +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.4.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.1|4|lo +1.3.6.1.2.1.2.2.1.2.2|4|sit0 +1.3.6.1.2.1.2.2.1.2.3|4|bond0 +1.3.6.1.2.1.2.2.1.2.4|4|eth0 +1.3.6.1.2.1.2.2.1.2.5|4|eth1 +1.3.6.1.2.1.2.2.1.2.6|4|eth0.76 +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|6 +1.3.6.1.2.1.2.2.1.3.4|2|6 +1.3.6.1.2.1.2.2.1.3.5|2|6 +1.3.6.1.2.1.2.2.1.3.6|2|6 +1.3.6.1.2.1.2.2.1.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|1 +1.3.6.1.2.1.2.2.1.8.5|2|2 +1.3.6.1.2.1.2.2.1.8.6|2|1 +1.3.6.1.2.1.4.20.1.2.44.0.76.10|2|6 +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.3.44.0.76.10|64|255.255.255.0 +1.3.6.1.2.1.4.24.6.0|66|13 +1.3.6.1.2.1.4.24.7.1.7.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|6 +1.3.6.1.2.1.4.24.7.1.7.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|4 +1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.7.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|6 +1.3.6.1.2.1.4.24.7.1.7.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|4 +1.3.6.1.2.1.4.24.7.1.7.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|6 +1.3.6.1.2.1.4.24.7.1.8.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|4 +1.3.6.1.2.1.4.24.7.1.8.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|4 +1.3.6.1.2.1.4.24.7.1.8.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3 +1.3.6.1.2.1.4.24.7.1.8.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|3 +1.3.6.1.2.1.4.24.7.1.9.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|2 +1.3.6.1.2.1.4.24.7.1.9.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2 +1.3.6.1.2.1.4.24.7.1.9.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|2 +1.3.6.1.2.1.4.24.7.1.10.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|66|0 +1.3.6.1.2.1.4.24.7.1.10.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|66|0 +1.3.6.1.2.1.4.24.7.1.11.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0 +1.3.6.1.2.1.4.24.7.1.11.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0 +1.3.6.1.2.1.4.24.7.1.12.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|0 +1.3.6.1.2.1.4.24.7.1.12.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|0 +1.3.6.1.2.1.4.24.7.1.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|1024 +1.3.6.1.2.1.4.24.7.1.12.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256 +1.3.6.1.2.1.4.24.7.1.12.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|0 +1.3.6.1.2.1.4.24.7.1.12.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|0 +1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256 +1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256 +1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|0 +1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|0 +1.3.6.1.2.1.4.24.7.1.12.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256 +1.3.6.1.2.1.4.24.7.1.12.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256 +1.3.6.1.2.1.4.24.7.1.12.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|0 +1.3.6.1.2.1.4.24.7.1.13.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|-1 +1.3.6.1.2.1.4.24.7.1.13.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.13.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|-1 +1.3.6.1.2.1.4.24.7.1.14.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.14.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|-1 +1.3.6.1.2.1.4.24.7.1.15.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.15.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|-1 +1.3.6.1.2.1.4.24.7.1.16.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1 +1.3.6.1.2.1.4.24.7.1.16.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1 +1.3.6.1.2.1.4.24.7.1.17.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|1 +1.3.6.1.2.1.4.24.7.1.17.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1 +1.3.6.1.2.1.4.24.7.1.17.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.31.1.1.3.1|65|45759875 +1.3.6.1.2.1.4.31.1.1.3.2|65|57989695 +1.3.6.1.2.1.4.31.1.1.4.1|70|45759875 +1.3.6.1.2.1.4.31.1.1.4.2|70|57989695 +1.3.6.1.2.1.4.31.1.1.7.1|65|0 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.1|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.1|65|121 +1.3.6.1.2.1.4.31.1.1.9.2|65|0 +1.3.6.1.2.1.4.31.1.1.10.1|65|0 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.1|65|0 +1.3.6.1.2.1.4.31.1.1.11.2|65|0 +1.3.6.1.2.1.4.31.1.1.12.1|65|0 +1.3.6.1.2.1.4.31.1.1.12.2|65|0 +1.3.6.1.2.1.4.31.1.1.13.1|70|0 +1.3.6.1.2.1.4.31.1.1.13.2|70|0 +1.3.6.1.2.1.4.31.1.1.14.1|65|0 +1.3.6.1.2.1.4.31.1.1.14.2|65|0 +1.3.6.1.2.1.4.31.1.1.15.1|65|0 +1.3.6.1.2.1.4.31.1.1.15.2|65|0 +1.3.6.1.2.1.4.31.1.1.16.1|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.1|65|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|9921 +1.3.6.1.2.1.4.31.1.1.18.1|65|45759742 +1.3.6.1.2.1.4.31.1.1.18.2|65|57973966 +1.3.6.1.2.1.4.31.1.1.19.1|70|45759742 +1.3.6.1.2.1.4.31.1.1.19.2|70|57973966 +1.3.6.1.2.1.4.31.1.1.20.1|65|44459909 +1.3.6.1.2.1.4.31.1.1.20.2|65|57620932 +1.3.6.1.2.1.4.31.1.1.21.1|70|44459909 +1.3.6.1.2.1.4.31.1.1.21.2|70|57620932 +1.3.6.1.2.1.4.31.1.1.22.1|65|88 +1.3.6.1.2.1.4.31.1.1.22.2|65|4 +1.3.6.1.2.1.4.31.1.1.23.1|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.24.1|70|0 +1.3.6.1.2.1.4.31.1.1.24.2|70|0 +1.3.6.1.2.1.4.31.1.1.25.1|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.26.1|65|0 +1.3.6.1.2.1.4.31.1.1.26.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.1|65|0 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.1|65|0 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.1|65|0 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.30.1|65|44459821 +1.3.6.1.2.1.4.31.1.1.30.2|65|57620928 +1.3.6.1.2.1.4.31.1.1.31.1|70|44459821 +1.3.6.1.2.1.4.31.1.1.31.2|70|57620928 +1.3.6.1.2.1.4.31.1.1.34.1|65|0 +1.3.6.1.2.1.4.31.1.1.34.2|65|352663 +1.3.6.1.2.1.4.31.1.1.35.1|70|0 +1.3.6.1.2.1.4.31.1.1.35.2|70|352663 +1.3.6.1.2.1.4.31.1.1.38.1|65|0 +1.3.6.1.2.1.4.31.1.1.38.2|65|27580 +1.3.6.1.2.1.4.31.1.1.39.1|70|0 +1.3.6.1.2.1.4.31.1.1.39.2|70|27580 +1.3.6.1.2.1.4.31.1.1.42.1|65|1248803 +1.3.6.1.2.1.4.31.1.1.43.1|70|1248803 +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.25.1.5.0|66|0 +1.3.6.1.2.1.25.1.6.0|66|41 +1.3.6.1.2.1.25.1.7.0|2|0 +1.3.6.1.2.1.25.2.2.0|2|76900 +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.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.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.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.5.1|2|76900 +1.3.6.1.2.1.25.2.3.1.5.3|2|76900 +1.3.6.1.2.1.25.2.3.1.5.6|2|76900 +1.3.6.1.2.1.25.2.3.1.5.7|2|25500 +1.3.6.1.2.1.25.2.3.1.5.8|2|0 +1.3.6.1.2.1.25.2.3.1.5.10|2|0 +1.3.6.1.2.1.25.2.3.1.6.1|2|69180 +1.3.6.1.2.1.25.2.3.1.6.3|2|69180 +1.3.6.1.2.1.25.2.3.1.6.6|2|1968 +1.3.6.1.2.1.25.2.3.1.6.7|2|25500 +1.3.6.1.2.1.25.2.3.1.6.8|2|0 +1.3.6.1.2.1.25.2.3.1.6.10|2|0 +1.3.6.1.2.1.25.3.2.1.1.196608|2|196608 +1.3.6.1.2.1.25.3.2.1.1.262145|2|262145 +1.3.6.1.2.1.25.3.2.1.1.262146|2|262146 +1.3.6.1.2.1.25.3.2.1.1.262147|2|262147 +1.3.6.1.2.1.25.3.2.1.1.262148|2|262148 +1.3.6.1.2.1.25.3.2.1.1.262149|2|262149 +1.3.6.1.2.1.25.3.2.1.1.262150|2|262150 +1.3.6.1.2.1.25.3.2.1.1.327680|2|327680 +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.262145|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262146|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262147|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262148|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262149|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262150|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.327680|6|1.3.6.1.2.1.25.3.1.5 +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| +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 sit0 +1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface bond0 +1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface eth0 +1.3.6.1.2.1.25.3.2.1.3.262149|4|network interface eth1 +1.3.6.1.2.1.25.3.2.1.3.262150|4|network interface eth0.76 +1.3.6.1.2.1.25.3.2.1.3.327680|4x|22737563682066696c65206f72206469726563746f72790a22 +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.262145|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262146|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262147|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262148|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262149|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262150|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.327680|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.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|2 +1.3.6.1.2.1.25.3.2.1.5.262149|2|5 +1.3.6.1.2.1.25.3.2.1.5.262150|2|2 +1.3.6.1.2.1.25.3.2.1.5.327680|2|1 +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|3 +1.3.6.1.2.1.25.3.2.1.6.262149|65|0 +1.3.6.1.2.1.25.3.2.1.6.262150|65|0 +1.3.6.1.2.1.25.3.2.1.6.327680|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.2.196608|2|24 +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|sit0 +1.3.6.1.2.1.31.1.1.1.1.3|4|bond0 +1.3.6.1.2.1.31.1.1.1.1.4|4|eth0 +1.3.6.1.2.1.31.1.1.1.1.5|4|eth1 +1.3.6.1.2.1.31.1.1.1.1.6|4|eth0.76 +1.3.6.1.2.1.31.1.1.1.18.1|4| +1.3.6.1.2.1.31.1.1.1.18.2|4| +1.3.6.1.2.1.31.1.1.1.18.3|4| +1.3.6.1.2.1.31.1.1.1.18.4|4| +1.3.6.1.2.1.31.1.1.1.18.5|4| +1.3.6.1.2.1.31.1.1.1.18.6|4| +1.3.6.1.4.1.2021.10.1.5.1|2|17 +1.3.6.1.4.1.2021.10.1.5.2|2|13 +1.3.6.1.4.1.2021.10.1.5.3|2|10 +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|0 +1.3.6.1.4.1.2021.11.6.0|2|19 +1.3.6.1.4.1.2021.11.7.0|2|413 +1.3.6.1.4.1.2021.11.8.0|2|507 +1.3.6.1.4.1.2021.11.9.0|2|11 +1.3.6.1.4.1.2021.11.10.0|2|8 +1.3.6.1.4.1.2021.11.11.0|2|76 +1.3.6.1.4.1.2021.11.50.0|65|32320135 +1.3.6.1.4.1.2021.11.51.0|65|0 +1.3.6.1.4.1.2021.11.52.0|65|95835367 +1.3.6.1.4.1.2021.11.53.0|65|2834113288 +1.3.6.1.4.1.2021.11.54.0|65|4455 +1.3.6.1.4.1.2021.11.55.0|65|0 +1.3.6.1.4.1.2021.11.56.0|65|50033 +1.3.6.1.4.1.2021.11.57.0|65|0 +1.3.6.1.4.1.2021.11.58.0|65|115800 +1.3.6.1.4.1.2021.11.59.0|65|1558533809 +1.3.6.1.4.1.2021.11.60.0|65|237946756 +1.3.6.1.4.1.2021.11.61.0|65|5865845 +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.21317.1.3.1.2.1|4|48.000 +1.3.6.1.4.1.21317.1.3.1.2.2|4|29.000 +1.3.6.1.4.1.21317.1.3.1.2.3|4|43.000 +1.3.6.1.4.1.21317.1.3.1.2.4|4|37.000 +1.3.6.1.4.1.21317.1.3.1.2.5|4|33.000 +1.3.6.1.4.1.21317.1.3.1.2.6|4|33.000 +1.3.6.1.4.1.21317.1.3.1.2.7|4|0.000 +1.3.6.1.4.1.21317.1.3.1.2.8|4|0.000 +1.3.6.1.4.1.21317.1.3.1.2.9|4|3600.000 +1.3.6.1.4.1.21317.1.3.1.2.10|4|1.836 +1.3.6.1.4.1.21317.1.3.1.2.11|4|1.460 +1.3.6.1.4.1.21317.1.3.1.2.12|4|11.847 +1.3.6.1.4.1.21317.1.3.1.2.13|4|4.969 +1.3.6.1.4.1.21317.1.3.1.2.14|4|3.329 +1.3.6.1.4.1.21317.1.3.1.2.15|4|2.955 +1.3.6.1.4.1.21317.1.3.1.2.16|4|3.329 +1.3.6.1.4.1.21317.1.3.1.2.17|4|3.284 +1.3.6.1.4.1.21317.1.3.1.2.18|4|1.000 +1.3.6.1.4.1.21317.1.3.1.2.19|4|1.000 +1.3.6.1.4.1.21317.1.4.0|2|1 +1.3.6.1.4.1.21317.1.5.1.0|2|3 +1.3.6.1.4.1.21317.1.5.2.0|2|88 +1.3.6.1.4.1.21317.1.5.4.0|4|3.3