IB-IF-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: IB-IF-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ibIfMIB 1.3.6.1.3.117.2
Copyright (C) The Internet Society (2006). The initial version of this MIB module was published in RFC XXXX; for full legal notices see the RFC itself. Supplementary information may be available on http://www.ietf.org/copyrights/ianamib.html. This module contains managed object definitions for managing InfiniBand interfaces.
     ibIfObjects 1.3.6.1.3.117.2.1
         ibIfPortStatTable 1.3.6.1.3.117.2.1.1 no-access
This table provides detail statistics for all InfiniBand interfaces attached to a particular system. There will be one row in this table for each InfiniBand interface in the system.
             ibIfPortStatEntry 1.3.6.1.3.117.2.1.1.1 no-access
Statistics for a particular interface to an InfiniBand medium.
                 ibIfPortStatIfIndex 1.3.6.1.3.117.2.1.1.1.1 interfaceindex no-access
The ifIndex value of the InfiniBand interface to which these port statistics apply.
                 ibIfPortSymbolErrs 1.3.6.1.3.117.2.1.1.1.2 counter32 read-only
Total number of minor link errors detected on one or more physical lanes.
                 ibIfPortLinkErrRecovery 1.3.6.1.3.117.2.1.1.1.3 counter32 read-only
Total number of times the Port Training state machine has successfully completed the link error recovery process.
                 ibIfPortLinkDowned 1.3.6.1.3.117.2.1.1.1.4 counter32 read-only
Total number of times the Port Training state machine has failed the link error recovery process and downed the link.
                 ibIfPortStatLocalPhyErrs 1.3.6.1.3.117.2.1.1.1.5 counter32 read-only
Total number of packets received on the port that contain local physical errors (ICRC, VCRC, FCCRC, and all physical errors that cause entry into the BAD PACKET or BAD PACKET DISCARD states of the packet receiver state machine).
                 ibIfPortStatMalPktErrs 1.3.6.1.3.117.2.1.1.1.6 counter32 read-only
Total number of packets received on the port that contain malformed packet errors - data packets: LVer, length, VL - link packets: operand, length, VL
                 ibIfPortStatRcvRemPhyErrs 1.3.6.1.3.117.2.1.1.1.7 counter32 read-only
Total number of packets marked with the EBP delimiter received on the port.
                 ibIfPortStatRcvConstrErrs 1.3.6.1.3.117.2.1.1.1.8 counter32 read-only
Total number of packets received on the port that are discarded for the following reasons: - FilterRawInbound is true and packet is raw - PartitionEnforcementInbound is true and packet fails partition key check or IP version check.
                 ibIfPortStatInactDiscards 1.3.6.1.3.117.2.1.1.1.9 counter32 read-only
Total number of outbound packets discarded by the port because it is not in the active state.
                 ibIfPortStatNeighMTUDiscards 1.3.6.1.3.117.2.1.1.1.10 counter32 read-only
Total number of outbound packets discarded by the port because packet length exceeded the neighbor MTU.
                 ibIfPortStatSwLifetimeDiscards 1.3.6.1.3.117.2.1.1.1.11 counter32 read-only
Total number of outbound packets discarded by the port because the Switch Lifetime Limit was exceeded. Note this object is only incremented for switches.
                 ibIfPortStatHOQLifetimeDiscards 1.3.6.1.3.117.2.1.1.1.12 counter32 read-only
Total number of outbound packets discarded by the port because the switch HOQ lifetime was exceeded. Note this object is only incremented for switches.
                 ibIfPortStatLinkIntergrityErrs 1.3.6.1.3.117.2.1.1.1.13 counter32 read-only
The number of times that the count of local physical errors exceeded the LocalPhyErrors threshold.
                 ibIfPortStatExcBufOverrunErrs 1.3.6.1.3.117.2.1.1.1.14 counter32 read-only
The number of times that OverrunErrors consecutive flow control update periods occurred with at least one overrun error in each period.
                 ibIfPortStatVL15Dropped 1.3.6.1.3.117.2.1.1.1.15 counter32 read-only
Number of incoming VL15 packets dropped due to resource limitations on the selected port (e.g., lack of buffers).
         ibIfVLTrafficTable 1.3.6.1.3.117.2.1.2 no-access
This table provides traffic statistics for all virtual lanes that are configured on an InfiniBand interface. There will always be at least one data virtual lane in the range VL0-VL14 configured on an interface, as well as control channel VL15. Configuration of what VLs are available on a particular interface is done by IBA native management.
             ibIfVLTrafficEntry 1.3.6.1.3.117.2.1.2.1 no-access
Information about a particular virtual lane (VL).
                 ibIfVLTrafficIfIndex 1.3.6.1.3.117.2.1.2.1.1 interfaceindex no-access
The ifIndex value of the InfiniBand interface to which these virtual lane (VL) traffic statistics apply.
                 ibIfVLIndex 1.3.6.1.3.117.2.1.2.1.2 ibvirtuallane no-access
Identifies what Virtual Lane (VL) instance is being addressed.
                 ibIfVLOutOctets 1.3.6.1.3.117.2.1.2.1.3 counter64 read-only
The number of octets transmitted in valid data packets on this interface, including the START and END delimiters and the VCRC for this VL.
                 ibIfVLOutPkts 1.3.6.1.3.117.2.1.2.1.4 counter64 read-only
The number of packets successfully sent on this VL.
                 ibIfVLInOctets 1.3.6.1.3.117.2.1.2.1.5 counter64 read-only
The number of octets in valid data packets received on this interface, including the START and END delimiters and the VCRC for this VL.
                 ibIfVLInPkts 1.3.6.1.3.117.2.1.2.1.6 counter64 read-only
The number of packets successfully received on this VL. This does not include link packets, since link packets are generated by the interface layer, and are not passed from any higher layer protocol.
         ibIpoibLinkLayerAddrTable 1.3.6.1.3.117.2.1.3 no-access
This table contains information about all IPOIB link layer addresses associated with this InfiniBand interface (port).
             ibIpoibLinkLayerAddrEntry 1.3.6.1.3.117.2.1.3.1 no-access
Information about specific IPOIB link layer addresses associated with this InfiniBand interface (port).
                 ibIpoibLinkLayerIfIndex 1.3.6.1.3.117.2.1.3.1.1 interfaceindex no-access
The ifIndex of the IPOIB InfiniBand interface (port).
                 ibIpoibLinkLayerIndex 1.3.6.1.3.117.2.1.3.1.2 unsigned32 no-access
Index of the IPOIB Link Layer address in the table.
                 ibIpoibLinkLayerAddr 1.3.6.1.3.117.2.1.3.1.3 ibipoibclientidentifier read-only
A Client Identifier for this interface (port). An implementation may associate multiple IPOIB interfaces on the same port. It is up to the implementation to ensure a unique Client Identifier when multiple IPOIB interfaces are defined over the same port and same GID. A unique, invariant interface-id value must be included in addition to the GID within the Client Identifier definition to achieve this. Note: a port may also be associated with multiple GIDs. Therefore, multiple IPOIB interfaces may exist on the same port while using a different GID from among the GIDs associated with the port. In either case, the IbIpoibLinkLayerAddr MUST be unique.
     ibIfNotifications 1.3.6.1.3.117.2.2
     ibIfConformance 1.3.6.1.3.117.2.3
         ibIfCompliances 1.3.6.1.3.117.2.3.1
             ibIfBasicCompliance 1.3.6.1.3.117.2.3.1.1
The basic implementation requirements for managed network entities that have InfiniBand network interfaces.
             ibIfFullCompliance 1.3.6.1.3.117.2.3.1.2
The full implementation requirements for managed network entities that have InfiniBand network interfaces.
         ibIfMIBGroups 1.3.6.1.3.117.2.3.2
             ibIfStatMandatoryPortStatGroup 1.3.6.1.3.117.2.3.2.1
Detailed error statistics group for mandatory InfiniBand-based Port Statistics counters.
             ibIfStatOptionalPortStatGroup 1.3.6.1.3.117.2.3.2.2
Detailed error statistics group for optional InfiniBand-based Port Statistics counters.
             ibIfVLTrafficGroup 1.3.6.1.3.117.2.3.2.3
Detailed per VL traffic statistics group.
             ibIpoibLinkAddrGroup 1.3.6.1.3.117.2.3.2.4
Detailed per port IPOIB link layer address group.