IB-CA-MIB

File: IB-CA-MIB.mib (30871 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IB-TC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
infinibandMIB IbPhysPort

Defined Types

IbCaGeneralInfoEntry  
SEQUENCE    
  ibCaIndex Unsigned32
  ibCaType INTEGER
  ibCaNodeGuid OCTET STRING
  ibCaNumPorts Unsigned32

IbCaAttributeEntry  
SEQUENCE    
  ibCaHasReliableConnection TruthValue
  ibCaHasUnreliableConnection TruthValue
  ibCaHasReliableDatagram TruthValue
  ibCaHasUnreliableDatagram TruthValue
  ibCaSupportsAtomicOperations TruthValue
  ibCaSupportsOtherOperations TruthValue
  ibCaSupportsSolicitedEvents TruthValue
  ibCaPathMtuSetSupport INTEGER
  ibCaGenEndToEndFlowControl TruthValue
  ibCaSupportsMulticast TruthValue
  ibCaSupportsAutoPathMigration TruthValue
  ibCaSupportsMemoryProtection TruthValue
  ibCaSupportsLoopback TruthValue
  ibCaSupportsSubnetManager TruthValue

IbCaPortAttributeEntry  
SEQUENCE    
  ibCaPortIndex IbPhysPort
  ibCaPortGuid OCTET STRING
  ibCaPhysicalInterface INTEGER
  ibCaSupportsStaticRateControl TruthValue
  ibCaInterpacketDelayValue Unsigned32
  ibCaSupportsMultipathing TruthValue
  ibCaValidatesInPktDlid TruthValue
  ibCaMaxGidsPerPort Unsigned32

IbCaPortGidEntry  
SEQUENCE    
  ibCaPortGidIndex Unsigned32
  ibCaPortGidValue OCTET STRING

Defined Values

ibCaMIB 1.3.6.1.3.117.4
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 the instrumentation for an InfiniBand Channel Adapter (CA).
MODULE-IDENTITY    

ibCaObjects 1.3.6.1.3.117.4.1
OBJECT IDENTIFIER    

ibCaConformance 1.3.6.1.3.117.4.2
OBJECT IDENTIFIER    

ibCaGeneralInfo 1.3.6.1.3.117.4.1.1
OBJECT IDENTIFIER    

ibCaGeneralInfoTable 1.3.6.1.3.117.4.1.1.1
A table containing general information about the Channel Adapters on this network entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbCaGeneralInfoEntry

ibCaGeneralInfoEntry 1.3.6.1.3.117.4.1.1.1.1
A conceptual row of the ibCaGeneralInfoTable containing information about the general characteristics of each Channel Adapter on this network entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  IbCaGeneralInfoEntry  

ibCaIndex 1.3.6.1.3.117.4.1.1.1.1.1
Index that identifies the specific CA on this network entity. The index is defined for a range of CAs from 1 to N, where N can have a maximum value of 254.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..254  

ibCaType 1.3.6.1.3.117.4.1.1.1.1.2
Type of Channel Adapter: either a Host Channel Adapter (HCA), or a Target Channel Adapter (TCA). The key difference between an HCA and a TCA is that the HCA supports the IBA Verbs layer, while the TCA uses an implementation dependent interface to the transport layer. If the type of CA cannot be determined, the unknown(1) value is returned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), hca(2), tca(3)  

ibCaNodeGuid 1.3.6.1.3.117.4.1.1.1.1.3
The GUID of this CA. All ports on the same node shall report the same CA node GUID value. This provides a means for uniquely identifying a CA node within a subnet and helps to determine the co-location of the ports.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

ibCaNumPorts 1.3.6.1.3.117.4.1.1.1.1.4
Number of physical IB data ports on this Channel Adapter. Ports are numbered starting from 1. If there is more than one port, the ports are numbered sequentially.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..254  

ibCaAttrInfo 1.3.6.1.3.117.4.1.2
OBJECT IDENTIFIER    

ibCaAttributeTable 1.3.6.1.3.117.4.1.2.1
A table containing information about the Channel Adapter attributes on this network entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbCaAttributeEntry

ibCaAttributeEntry 1.3.6.1.3.117.4.1.2.1.1
A conceptual row of the ibCaAttributeTable containing information about the general characteristics of each Channel Adapter on this network entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  IbCaAttributeEntry  

ibCaHasReliableConnection 1.3.6.1.3.117.4.1.2.1.1.1
Flag that indicates whether this CA supports Reliable Connection (RC) transport service.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaHasUnreliableConnection 1.3.6.1.3.117.4.1.2.1.1.2
Flag that indicates whether this CA supports Unreliable Connection (UC) transport service.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaHasReliableDatagram 1.3.6.1.3.117.4.1.2.1.1.3
Flag that indicates whether this CA supports Reliable Datagram (RD) transport service.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaHasUnreliableDatagram 1.3.6.1.3.117.4.1.2.1.1.4
Flag that indicates whether this CA supports Unreliable Datagram (UD) transport service.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaSupportsAtomicOperations 1.3.6.1.3.117.4.1.2.1.1.5
Flag that indicates whether this CA supports atomic operations. An atomic operation is an operation that is guaranteed to finish without having another operation alter the results once the atomic operation has been initiated.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaSupportsOtherOperations 1.3.6.1.3.117.4.1.2.1.1.6
Flag that indicates whether this CA supports all of the other operations (excluding atomic operations) defined for a particular supported transport service.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaSupportsSolicitedEvents 1.3.6.1.3.117.4.1.2.1.1.7
Flag that indicates whether this CA supports the generation and reception of solicited events. A solicited event is a feature by which a queue pair consumer on a CA can cause an event to be generated at the destination when its message is received.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaPathMtuSetSupport 1.3.6.1.3.117.4.1.2.1.1.8
Set of MTU values (in bytes) supported by this CA for all transport service classes. The Maximum Transfer Unit is the largest size allowable for the packet payload.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER mtu256(1), mtu256n512(2), mtu256n512n1024(3), mtu256n512n1024n2048(4), mtu256n512n1024n2048n4096(5)  

ibCaGenEndToEndFlowControl 1.3.6.1.3.117.4.1.2.1.1.9
Flag that indicates whether this CA supports the generation of end-to-end flow control. End-to-end flow control is a mechanism that prevents sending messages when the destination does not have adequate receive buffers to receive the message.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaSupportsMulticast 1.3.6.1.3.117.4.1.2.1.1.10
Flag that indicates whether this CA supports multicast operations. Multicast is the ability to deliver a single packet to multiple ports.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaSupportsAutoPathMigration 1.3.6.1.3.117.4.1.2.1.1.11
Flag that indicates whether this CA supports automatic path migration. Automatic path migration is the process by which a CA (on a per QP basis) signals another CA to cause path migration to a preset alternate path.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaSupportsMemoryProtection 1.3.6.1.3.117.4.1.2.1.1.12
Flag that indicates whether this CA supports InfiniBand memory management protection mechanisms.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaSupportsLoopback 1.3.6.1.3.117.4.1.2.1.1.13
Flag that indicates whether this CA supports loopback operations. Loopback support allows for the sending and receiving of self-addressed packets that do not go out on the wire. If this feature is supported, self-addressed packets must work, even if no switch is present.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaSupportsSubnetManager 1.3.6.1.3.117.4.1.2.1.1.14
Flag that indicates whether this CA supports a Subnet Manager (SM) instance.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaPortAttrInfo 1.3.6.1.3.117.4.1.3
OBJECT IDENTIFIER    

ibCaPortAttributeTable 1.3.6.1.3.117.4.1.3.1
A table containing information about the Channel Adapter port attributes on this network entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbCaPortAttributeEntry

ibCaPortAttributeEntry 1.3.6.1.3.117.4.1.3.1.1
A conceptual row of the ibCaPortAttributeTable containing information about the general characteristics of each Channel Adapter port on this network entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  IbCaPortAttributeEntry  

ibCaPortIndex 1.3.6.1.3.117.4.1.3.1.1.1
Index that identifies the InfiniBand data port. The IBA defines a range of valid data ports from 1 to N, where N can have a maximum value of 254 for an IBA switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  IbPhysPort  

ibCaPortGuid 1.3.6.1.3.117.4.1.3.1.1.2
The GUID of this CA port. All ports on the same CA shall report a unique ibCaPortGuid value. This provides a means for uniquely identifying a CA port on a node within a subnet and helps to determine the co-location of the ports.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

ibCaPhysicalInterface 1.3.6.1.3.117.4.1.3.1.1.3
The physical interface for this CA. When the value is cable(1), the CA supports a cable connector physical interface. This physical attach point is defined for use with copper cables. When the value is fiber(2), the CA supports a fiber connector physical interface. This physical attach point is defined for use with optical cables. When the value is backplane(3), the CA supports a backplane connector physical interface. This physical attach point is defined for accepting a specified form factor that houses the channel adapter.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER cable(1), fiber(2), backplane(3)  

ibCaSupportsStaticRateControl 1.3.6.1.3.117.4.1.3.1.1.4
Flag that indicates whether this CA supports static rate control. Static rate controls are required for all IB ports that support a data rate over 2.5 Gbps.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaInterpacketDelayValue 1.3.6.1.3.117.4.1.3.1.1.5
Interpacket Delay Value (IPD) supported for CAs that have static rate control (i.e., the ibCaSupportsStaticRateControl object must have a value of true(1) for this object to contain a valid value; Otherwise, 0 is returned). The IPD allows for the slowing of the packet rate for all of the standard link rates.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

ibCaSupportsMultipathing 1.3.6.1.3.117.4.1.3.1.1.6
Flag that indicates whether this CA supports multipathing. The CA link layer port checks the unicast DLID in the received packet for validity by masking the number of low order bits indicated by the LID Mask Control field (LMC) before comparing the DLID to its assigned LID if this object is true(1).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaValidatesInPktDlid 1.3.6.1.3.117.4.1.3.1.1.7
Flag that indicates whether this CA supports the validation of incoming packet DLIDs, and if the GRH is present, the DGID.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ibCaMaxGidsPerPort 1.3.6.1.3.117.4.1.3.1.1.8
Maximum number of GIDs per port. The maximum number of unicast GIDs supported per CA port is implementation specific. Each port will support at least one (1) GID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

ibCaPortGidTable 1.3.6.1.3.117.4.1.3.2
A table containing the port GIDs for each CA.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbCaPortGidEntry

ibCaPortGidEntry 1.3.6.1.3.117.4.1.3.2.1
A conceptual row of the ibCaPortGidTable containing information about a particular GID on an IB port for a particular CA.
Status: current Access: not-accessible
OBJECT-TYPE    
  IbCaPortGidEntry  

ibCaPortGidIndex 1.3.6.1.3.117.4.1.3.2.1.1
Index that identifies the GID entry for this IB data port. Each port on a CA is assigned at least 1 unicast GID. Note, the value of ibCaPortGidIndex will never be greater than the value of ibCaMaxGidsPerPort that defines the upper value for this index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

ibCaPortGidValue 1.3.6.1.3.117.4.1.3.2.1.2
The Global Identifier (GID) is a 128-bit (16-byte) unicast or multicast identifier used to identify a channel adapter port. A GID is a valid 128-bit IPv6 address (as defined in RFC 2373) with additional IBA modifications that facilitate node discovery, routing, and communications.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(16)  

ibCaCompliances 1.3.6.1.3.117.4.2.1
OBJECT IDENTIFIER    

ibCaGroups 1.3.6.1.3.117.4.2.2
OBJECT IDENTIFIER    

ibCaBasicCompliance 1.3.6.1.3.117.4.2.1.1
The basic CA implementation requirements for agents that support the IPOIB CA MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ibCaFullCompliance 1.3.6.1.3.117.4.2.1.2
The complete node implementation requirements for agents that support the full IPOIB CA MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ibCaGeneralGroup 1.3.6.1.3.117.4.2.2.1
The ibCaGeneralGroup defines the MIB objects that describe the general characteristics of this Channel Adapter.
Status: current Access: read-only
OBJECT-GROUP    

ibCaAttrGroup 1.3.6.1.3.117.4.2.2.2
The ibCaAttrGroup defines the MIB objects that describe more specific attributes about the Channel Adapter.
Status: current Access: read-only
OBJECT-GROUP    

ibCaPortAttrGroup 1.3.6.1.3.117.4.2.2.3
The ibCaPortAttrGroup defines the MIB objects that describe attributes about the Channel Adapter ports.
Status: current Access: read-only
OBJECT-GROUP    

ibCaPortGidGroup 1.3.6.1.3.117.4.2.2.4
The ibCaPortGidGroup defines the MIB objects that describe attributes about the Channel Adapter port GIDs.
Status: current Access: read-only
OBJECT-GROUP