BMA-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: BMA-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
 ibBmaMIB 1.3.6.1.3.117.5
Copyright (C) The Internet Society (2005). 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 Baseboard Management Agent instrumentation for an InfiniBand Baseboard Management Agent (BMA).
     ibBmaObjects 1.3.6.1.3.117.5.1
         ibBmaBmuInfo 1.3.6.1.3.117.5.1.1
             ibBmaBaseboardManagedUnitType 1.3.6.1.3.117.5.1.1.1 integer read-only
The Baseboard Managed Unit (BMU) that contains the BMA is one of three basic types. If the BMU contains an interface to the InfiniBand Management Link (IB-ML) it is called an IB-Module and returns ibModule(1). If the BMU does not contain the IB-ML, it is called a non-Module and returns nonModule(2). If the BMU is part of a managed chassis and contains the Chassis Management Entity (CME) it will return managedChassis(3). Enumeration: 'nonModule': 2, 'ibModule': 1, 'managedChassis': 3.
             ibBmaIsIBMLSupported 1.3.6.1.3.117.5.1.1.2 truthvalue read-only
Flag that indicates whether direct access to IB-ML is supported.
             ibBmaIBMLImplementation 1.3.6.1.3.117.5.1.1.3 integer read-only
Indicates whether the IB-ML is a physical or virtual implementation. This object is only meaningful if ibBmaIsIBMLSupported has a value of true(1). If the IB-ML implementation type is not known, the unknown(3) value is returned. Enumeration: 'ibMlVirtual': 2, 'ibMlPhysical': 1, 'unknown': 3.
         ibBmaBKeyInfo 1.3.6.1.3.117.5.1.2
             ibBmaIsBKeyNVRAM 1.3.6.1.3.117.5.1.2.1 truthvalue read-only
Flag that indicates whether the Baseboard Management key (B_Key) is being stored in NVRAM.
             ibBmaBKeyValue 1.3.6.1.3.117.5.1.2.2 octet string read-only
The eight-byte Baseboard Management key that is used in all BM MADs sent and received by all valid Baseboard Managers. If the value is all zeroes, B_Key checking is not done by the BMA. Each BMA in a node has one B_Key.
             ibBmaBKeyProtectBit 1.3.6.1.3.117.5.1.2.3 truthvalue read-only
Flag that controls B_Key prototection levels at the BMA. If the ibBmaBKeyValue is zero, no protection is provided for any ibBmaBKeyProtectBit value. If this value is false(2), protection is provided, but any BM can read this BMA's B_Key value (i.e., ibBmaBKeyValue). If this value is true(1), protection is provided depending on the value of the B_Key lease period (ibBmaBKeyLeasePeriod). If the lease period is non-zero, the BMA does not allow anyone to read the B_Key until the lease period has expired. If the lease period is zero, the BMA does not allow the B_Key in the node to be read by other BMs.
             ibBmaBKeyLeasePeriod 1.3.6.1.3.117.5.1.2.4 integer32 read-only
Specifies the timer value of the B_Key lease period (in seconds). The lease period indicates how long the B_Key Protection bit is to remain non-zero after a BMSet(BKeyInfo) MAD that fails the B_Key authentication check is dropped. When the value is 0, the lease period shall never expire (i.e., infinite).
             ibBmaBKeyViolations 1.3.6.1.3.117.5.1.2.5 integer32 read-only
Counts the number of MAD packets that have been received at this node since power-on or reset that have been dropped due to a failed B_Key check. Note, if this counter is not implemented by the node, the value 65535 shall be returned.
         ibBmaVpd 1.3.6.1.3.117.5.1.3
             ibBmaModuleInfo 1.3.6.1.3.117.5.1.3.1
                 ibBmaModuleInfoTable 1.3.6.1.3.117.5.1.3.1.1 no-access
This table contains objects that describe the Module class and the number of InfiniBand and IB-ML links exiting the Module. Non-Modules can also utilize this information to describe their link and IB-ML connection support.
                     ibBmaModuleInfoEntry 1.3.6.1.3.117.5.1.3.1.1.1 no-access
The column definitions for the Module Info table.
                         ibBmaModuleInfoIndex 1.3.6.1.3.117.5.1.3.1.1.1.1 integer32 no-access
Index into the Module Info table.
                         ibBmaModInfoModGuid 1.3.6.1.3.117.5.1.3.1.1.1.2 octet string read-only
The GUID (EUI-64 ID) assigned to this module.
                         ibBmaModInfoModType 1.3.6.1.3.117.5.1.3.1.1.1.3 integer read-only
InfiniBand module type. Enumeration: 'infiniBandModule': 2, 'other': 3, 'notInfiniBandModule': 1.
                         ibBmaModInfoModClass 1.3.6.1.3.117.5.1.3.1.1.1.4 integer read-only
InfiniBand module class. Enumeration: 'twelveXrepeater': 7, 'fourXrepeater': 6, 'switch': 3, 'hca': 2, 'oneXrepeater': 5, 'router': 4, 'other': 8, 'tca': 1.
                         ibBmaModInfoNodeCount 1.3.6.1.3.117.5.1.3.1.1.1.5 integer32 read-only
Number of InfiniBand nodes on this module with unique NodeGUIDs.
                         ibBmaModInfoLinkCount 1.3.6.1.3.117.5.1.3.1.1.1.6 integer32 read-only
Number of InfiniBand links on this module with unique PortGuids (i.e., NodeGUID plus Port Number).
                         ibBmaModInfoBckplaneLinkCnt 1.3.6.1.3.117.5.1.3.1.1.1.7 integer32 read-only
Number of InfiniBand links exiting this module through its backplane connectors. If the module is not an InfiniBand module, this count is the number of InfiniBand links that exit the module.
                         ibBmaModInfoIbmlCount 1.3.6.1.3.117.5.1.3.1.1.1.8 integer32 read-only
Number of IB-ML interfaces on this module.
                         ibBmaModInfoBckPlaneIbmlCnt 1.3.6.1.3.117.5.1.3.1.1.1.9 integer32 read-only
Number of IB-MLs exiting this module through its backplane connectors. If the module is not an InfiniBand module, this count is the number of IB-MLs that exit the module.
                         ibBmaModInfoModuleSize 1.3.6.1.3.117.5.1.3.1.1.1.10 octet string read-only
Eight-byte bit map for the volumetric information for standard form factors (in millimeters).
                         ibBmaModInfoFormFactor 1.3.6.1.3.117.5.1.3.1.1.1.11 integer read-only
The Module Form Factor. Enumeration: 'deviceBay': 13, 'compactPci': 9, 'cardEdgeBoard': 12, 'vme': 10, 'unspecified': 1, 'standard': 3, 'tallWide': 6, 'standardWide': 4, 'pci': 7, 'nonRemovable': 2, 'tall': 5, 'otherRemovable': 14, 'internalMezzanineBoard': 11, 'lowProfilePci': 8.
             ibBmaChassisInfo 1.3.6.1.3.117.5.1.3.2
                 ibBmaChasInfoChassisGuid 1.3.6.1.3.117.5.1.3.2.1 octet string read-only
The GUID assigned to this chassis.
                 ibBmaChasInfoSlotCount 1.3.6.1.3.117.5.1.3.2.2 integer32 read-only
Total number of InfiniBand module slots in this chassis.
                 ibBmaChasInfoSlotTable 1.3.6.1.3.117.5.1.3.2.3 no-access
This table contains objects that describe the Chassis and slot-specific information for Chassis VPD accessed from an InfiniBand Module or a CME.
                     ibBmaChasInfoSlotEntry 1.3.6.1.3.117.5.1.3.2.3.1 no-access
The column definitions for the Chassis Info table.
                         ibBmaChasInfoSlotIndex 1.3.6.1.3.117.5.1.3.2.3.1.1 integer32 no-access
Chassis slot index.
                         ibBmaChasInfoAssignedSlotNum 1.3.6.1.3.117.5.1.3.2.3.1.2 integer32 read-only
Slot number assigned to the CME and the Chassis containing the CME. If the slot number is unspecified or occupied by a non-Module, the value returned will be 0xFF(255).
                         ibBmaChasInfoSlotConnStatus 1.3.6.1.3.117.5.1.3.2.3.1.3 integer read-only
Chassis slot connector status. Enumeration: 'oneConnectToTallSlot': 3, 'twoConnectToTallSlot': 4, 'oneConnectToStandardSlot': 2, 'notImplemented': 1.
                         ibBmaChasInfoCmeAccess 1.3.6.1.3.117.5.1.3.2.3.1.4 integer read-only
Chassis CME access. Enumeration: 'accessViaPriPort': 2, 'reserved': 4, 'notAccessible': 3, 'unspecified': 1.
                         ibBmaChasInfoProxyAccess 1.3.6.1.3.117.5.1.3.2.3.1.5 integer read-only
Chassis proxy access. Enumeration: 'noProxyAccess': 1, 'hasProxyAccess': 2.
                         ibBmaChasInfoLockDrivesCtr 1.3.6.1.3.117.5.1.3.2.3.1.6 integer read-only
Indicates whether the lock (if present) keeps CME_CTR deasserted until the lock is released. The value lockDrivesCmeCtr(2) is used if the CME uses only the state of the lock to drive the CME_CTR. The value of lockReleaseFromCmeCtr(3) indicates that the CME_CTR will not be asserted unless the lock is released. Also, the CME has other criteria that can also cause the CME_CTR to be kept deasserted. Enumeration: 'lockDrivesCmeCtr': 2, 'reserved': 4, 'unspecified': 1, 'lockReleaseForCmeCtr': 3.
                         ibBmaChasInfoMechLockPresent 1.3.6.1.3.117.5.1.3.2.3.1.7 integer read-only
Indicates whether there is a mechnical lock associated with this slot. A mechnical lock physically prevents the removal of the Module from the slot. The implementation can be mechnical or electro-mechanical. Enumeration: 'hasLock': 2, 'reserved': 4, 'noLock': 3, 'unspecified': 1.
             ibBmaFruInfo 1.3.6.1.3.117.5.1.3.3
                 ibBmaFruInfoTable 1.3.6.1.3.117.5.1.3.3.1 no-access
This table contains objects that describe the FRU records present in the managed device.
                     ibBmaFruInfoEntry 1.3.6.1.3.117.5.1.3.3.1.1 no-access
The column definitions for the FRU Info table.
                         ibBmaFruInfoIndex 1.3.6.1.3.117.5.1.3.3.1.1.1 integer32 no-access
FRU Info index.
                         ibBmaFruInfoType 1.3.6.1.3.117.5.1.3.3.1.1.2 integer read-only
The Field Replaceable Unit (FRU) type. Enumeration: 'processorModule': 13, 'infinibandModule': 2, 'boardOrCard': 8, 'platformSystem': 6, 'memoryModule': 14, 'subChassis': 12, 'memoryCard': 15, 'unspecified': 1, 'infinibandSwitchMod': 4, 'oem': 16, 'standaloneProduct': 7, 'powerConverterSuppyMod': 9, 'mainChassis': 5, 'coolingModule': 11, 'otherModAssembly': 10, 'infinibandModBackplane': 3.
                         ibBmaFruInfoGuidType 1.3.6.1.3.117.5.1.3.3.1.1.3 integer read-only
The FRU GUID type. Enumeration: 'guid8': 5, 'none': 1, 'guid64': 2, 'guid16': 4, 'guid48': 3.
                         ibBmaFruInfoGuidValue 1.3.6.1.3.117.5.1.3.3.1.1.4 octet string read-only
The GUID assigned to this FRU. Needs to hold the longest possible GUID type (guid16(4)).
                         ibBmaFruInfoSerialNumber 1.3.6.1.3.117.5.1.3.3.1.1.5 octet string read-only
The FRU serial number.
                         ibBmaFruInfoPartNumber 1.3.6.1.3.117.5.1.3.3.1.1.6 octet string read-only
The FRU Part Number.
                         ibBmaFruInfoModelName 1.3.6.1.3.117.5.1.3.3.1.1.7 octet string read-only
The model name is assigned by the FRU manufacturer.
                         ibBmaFruInfoVersion 1.3.6.1.3.117.5.1.3.3.1.1.8 octet string read-only
The FRU version is assigned by the FRU manufacturer.
                         ibBmaFruInfoManufacturerName 1.3.6.1.3.117.5.1.3.3.1.1.9 octet string read-only
The FRU Manufacturer Name.
                         ibBmaFruInfoProductName 1.3.6.1.3.117.5.1.3.3.1.1.10 octet string read-only
The FRU Product name.
                         ibBmaFruInfoManufacturerID 1.3.6.1.3.117.5.1.3.3.1.1.11 octet string read-only
The FRU Manufacturer ID.
                         ibBmaFruInfoManDateAndTime 1.3.6.1.3.117.5.1.3.3.1.1.12 dateandtime read-only
Manufacture date and time.
             ibBmaPortConnectInfo 1.3.6.1.3.117.5.1.3.4
                 ibBmaPortConNumConnection 1.3.6.1.3.117.5.1.3.4.1 integer32 read-only
Number of port connections.
                 ibBmaPortConnectTable 1.3.6.1.3.117.5.1.3.4.2 no-access
This table contains objects that describe the Port Connections present in the managed device.
                     ibBmaPortConnectEntry 1.3.6.1.3.117.5.1.3.4.2.1 no-access
The column definitions for the Port Connection table.
                         ibBmaPortConnectIndex 1.3.6.1.3.117.5.1.3.4.2.1.1 integer32 no-access
Index for the Port Connection table.
                         ibBmaPortConInternalCon 1.3.6.1.3.117.5.1.3.4.2.1.2 integer read-only
Internal connection type. Enumeration: 'noInternelConnection': 4, 'terminateAfterGoing': 3, 'terminateWithoutGoing': 2, 'unspecified': 1.
                         ibBmaPortConMediaClass 1.3.6.1.3.117.5.1.3.4.2.1.3 integer read-only
Connection Media Class. Enumeration: 'copper': 2, 'fiber': 3, 'repeaterThenFiber': 6, 'repeaterThenCopper': 5, 'repeaterThenNode': 7, 'unspecified': 1, 'pcb': 4, 'reserved': 8.
                         ibBmaPortConConClass 1.3.6.1.3.117.5.1.3.4.2.1.4 integer read-only
Connection Class. Enumeration: 'reserved': 7, 'nonSpecifyRemovable': 2, 'nonRemovable': 5, 'unspecified': 1, 'backplaneSide': 3, 'moduleSide': 4, 'noInfo': 6.
             ibBmaModPowerInfo 1.3.6.1.3.117.5.1.3.5
                 ibBmaOperThermalPower 1.3.6.1.3.117.5.1.3.5.1 integer32 read-only
Maximum amount of power dissipated under normal operation including any vendor supplied exerciser over any sliding 60 second window expressed in mW. If this value is unspecified, a 0 should be returned.
                 ibBmaOperCurrent 1.3.6.1.3.117.5.1.3.5.2 integer32 read-only
Maximum amount of current drawn under normal operation including any vendor supplied exerciser across the range of VBulk (expressed in mA). If this value is unspecified, a 0 should be returned.
                 ibBmaIdleCurrent 1.3.6.1.3.117.5.1.3.5.3 integer32 read-only
Amount of current that a fully initialized device draws when waiting for functional requests (in mA). If this value is unspecified, a 0 will be returned.
                 ibBmaInitCurrent 1.3.6.1.3.117.5.1.3.5.4 integer32 read-only
Amount of current drawn during Modules Built-in self test or self-initialization execution across the range of VBulk (in mA). If this value is unspecified, a 0 will be returned.
                 ibBmaInitTime 1.3.6.1.3.117.5.1.3.5.5 integer32 read-only
Amount of time (in 10's of ms) from the end of Module Reset to the end of BIST and/or module self-initialization complete under non-fault conditions. The module must be ready for normal operation at the conclusion of this time, excluding any external software driven initialization. If the value is unspecified, a 0 will be returned.
                 ibBmaIsMStandbySupported 1.3.6.1.3.117.5.1.3.5.6 truthvalue read-only
Capability flag to indicate if MStandby is supported.
                 ibBmaIsPowerMgmtSupported 1.3.6.1.3.117.5.1.3.5.7 truthvalue read-only
Capability flag to indicate if power management is supported.
                 ibBmaIsUSleepSupported 1.3.6.1.3.117.5.1.3.5.8 truthvalue read-only
Capability flag to indicate if USleep is supported.
                 ibBmaIsUStandbySupported 1.3.6.1.3.117.5.1.3.5.9 truthvalue read-only
Capability flag to indicate if UStandby is supported.
                 ibBmaPowerClass 1.3.6.1.3.117.5.1.3.5.10 integer read-only
Power class. Enumeration: 'powerClass1': 2, 'powerClass2': 3, 'other': 4, 'unspecified': 1.
                 ibBmaRedundantPower 1.3.6.1.3.117.5.1.3.5.11 integer read-only
Redundant power converter capability. Enumeration: 'reserved': 4, 'redundancy': 3, 'noRedundancy': 2, 'unspecified': 1.
             ibBmaPowerMgmtInfo 1.3.6.1.3.117.5.1.3.6
                 ibBmaPowerMgmtIocCount 1.3.6.1.3.117.5.1.3.6.1 integer32 read-only
Number of IOC capabilities.
                 ibBmaPowerMgmtIocTable 1.3.6.1.3.117.5.1.3.6.2 no-access
This table contains objects that describe the Power Management for each IOC.
                     ibBmaPowerMgmtIocEntry 1.3.6.1.3.117.5.1.3.6.2.1 no-access
The column definitions for the Power Managment IOC table.
                         ibBmaPowerMgmtIocIndex 1.3.6.1.3.117.5.1.3.6.2.1.1 integer32 no-access
Index for the Power Management IOC table.
                         ibBmaPMIsIDozeSupported 1.3.6.1.3.117.5.1.3.6.2.1.2 truthvalue read-only
Flag for Is I Doze supported.
                         ibBmaPMIsINapSupported 1.3.6.1.3.117.5.1.3.6.2.1.3 truthvalue read-only
Flag for Is I Nap supported.
                         ibBmaPMIsISleepSupported 1.3.6.1.3.117.5.1.3.6.2.1.4 truthvalue read-only
Flag for Is I Sleep supported.
                         ibBmaPMIsIStandbySupported 1.3.6.1.3.117.5.1.3.6.2.1.5 truthvalue read-only
Flag for Is I Standby supported.
                         ibBmaPMWREIsIDozeSupported 1.3.6.1.3.117.5.1.3.6.2.1.6 truthvalue read-only
Flag for Is WRE I Doze supported.
                         ibBmaPMWREIsINapSupported 1.3.6.1.3.117.5.1.3.6.2.1.7 truthvalue read-only
Flag for Is WRE I Nap supported.
                         ibBmaPMWREIsISleepSupported 1.3.6.1.3.117.5.1.3.6.2.1.8 truthvalue read-only
Flag for Is WRE I Sleep supported.
                         ibBmaPMWREIsIStandbySupported 1.3.6.1.3.117.5.1.3.6.2.1.9 truthvalue read-only
Flag for Is WRE I Standby supported.
                         ibBmaPwrMgtIDozeCurrent 1.3.6.1.3.117.5.1.3.6.2.1.10 integer32 read-only
The amount of total current drawn from the Bulk Power while in I-Doze PM state. The range is from 0 to 16,384 milliAmps.
                         ibBmaPwrMgtINapCurrent 1.3.6.1.3.117.5.1.3.6.2.1.11 integer32 read-only
The amount of total current drawn from the Bulk Power while in I-Nap PM state. The range is from 0 to 16,384 milliAmps.
                         ibBmaPwrMgtISleepCurrent 1.3.6.1.3.117.5.1.3.6.2.1.12 integer32 read-only
The amount of total current drawn from the Bulk Power while in I-Sleep PM state. The range is from 0 to 16,384 milliAmps.
                         ibBmaPwrMgtIStandbyCurrent 1.3.6.1.3.117.5.1.3.6.2.1.13 integer32 read-only
The amount of total current drawn from the Auxilliary Power while in I-Standby PM state. The Bulk Power drawn is defined to be 0 amps. The range is from 0 to 16,384 milliAmps.
             ibBmaCmeInfo 1.3.6.1.3.117.5.1.3.7
                 ibBmaCmeGuidType 1.3.6.1.3.117.5.1.3.7.1 integer read-only
The CME GUID type. Enumeration: 'guid8': 5, 'none': 1, 'guid64': 2, 'guid16': 4, 'guid48': 3.
                 ibBmaCmeGuidValue 1.3.6.1.3.117.5.1.3.7.2 octet string read-only
The GUID assigned to this CME. Needs to hold the longest possible GUID type (guid16(4)).
                 ibBmaCmeFirmMinorRev 1.3.6.1.3.117.5.1.3.7.3 octet string read-only
The minor revision of the CME firmware.
                 ibBmaCmeFirmMajorRev 1.3.6.1.3.117.5.1.3.7.4 octet string read-only
The major revision of the CME firmware.
                 ibBmaCmeSlotNumbers 1.3.6.1.3.117.5.1.3.7.5 octet string read-only
A 256 bit mask representing IB ports for which the CME provides IB-ML access. The mask allows slot numbers to be non-sequential. Slot numbers must be in the range 1 to 254. 0 is assigned to the CME and its containing Chassis via CME.
             ibBmaOemInfo 1.3.6.1.3.117.5.1.3.8
                 ibBmaOemTable 1.3.6.1.3.117.5.1.3.8.1 no-access
This table contains objects that describe the OEM entries.
                     ibBmaOemEntry 1.3.6.1.3.117.5.1.3.8.1.1 no-access
The column definitions for the OEM table.
                         ibBmaOemIndex 1.3.6.1.3.117.5.1.3.8.1.1.1 integer32 no-access
Index for the OEM table.
                         ibBmaOemIdType 1.3.6.1.3.117.5.1.3.8.1.1.2 integer read-only
The OEM ID type. Enumeration: 'other': 1, 'enterpriseNumBased': 3, 'companyId': 2.
                         ibBmaOemIdValue 1.3.6.1.3.117.5.1.3.8.1.1.3 octet string read-only
The OEM ID value.
                         ibBmaOemDataLength 1.3.6.1.3.117.5.1.3.8.1.1.4 integer32 read-only
The OEM Data field length.
                         ibBmaOemDataBuf 1.3.6.1.3.117.5.1.3.8.1.1.5 octet string read-only
The OEM Data buffer.
             ibBmaBuddyInfo 1.3.6.1.3.117.5.1.3.9
                 ibBmaBuddyCount 1.3.6.1.3.117.5.1.3.9.1 integer32 read-only
The Buddy count. This is the number of InfiniBand nodes, excluding this node, that belong to the same enclosure as the node reporting this record. If no other node belongs to the same enclosure, the value will be 0 and there will be no entries in the ibBmaBuddyTable.
                 ibBmaBuddyTable 1.3.6.1.3.117.5.1.3.9.2 no-access
A table containing BMA Buddy Record information.
                     ibBmaBuddyEntry 1.3.6.1.3.117.5.1.3.9.2.1 no-access
A conceptual row of the ibBmaBuddyTable containing information about a particular Buddy table entry.
                         ibBmaBuddyIndex 1.3.6.1.3.117.5.1.3.9.2.1.1 integer32 no-access
Index that identifies this Buddy table entry.
                         ibBmaBuddyGuidType 1.3.6.1.3.117.5.1.3.9.2.1.2 integer read-only
The Buddy node GUID type. Enumeration: 'guid8': 5, 'none': 1, 'guid64': 2, 'guid16': 4, 'guid48': 3.
                         ibBmaBuddyGuidValue 1.3.6.1.3.117.5.1.3.9.2.1.3 octet string read-only
The GUID assigned to this node. Needs to hold the longest possible GUID type (guid16(4)).
             ibBmaAssetTagInfo 1.3.6.1.3.117.5.1.3.10
                   ibBmaAssetTagTable 1.3.6.1.3.117.5.1.3.10.1 no-access
A table containing BMA Asset Tag information.
                       ibBmaAssetTagEntry 1.3.6.1.3.117.5.1.3.10.1.1 no-access
A conceptual row of the ibBmaAssetTagTable containing information about a particular Asset Tag entry.
                           ibBmaAssetTagIndex 1.3.6.1.3.117.5.1.3.10.1.1.1 integer32 no-access
Index that identifies this Asset Tag table entry.
                           ibBmaAssetTagFruHandle 1.3.6.1.3.117.5.1.3.10.1.1.2 integer32 read-only
The FRU handle.
                           ibBmaAssetTagLength 1.3.6.1.3.117.5.1.3.10.1.1.3 integer32 read-only
The length of the ibBmaAssetTagValue object.
                           ibBmaAssetTagValue 1.3.6.1.3.117.5.1.3.10.1.1.4 octet string read-only
The Asset Tag.
     ibBmaConformance 1.3.6.1.3.117.5.2
         ibBmaCompliances 1.3.6.1.3.117.5.2.1
             ibBmaBasicNodeCompliance 1.3.6.1.3.117.5.2.1.1
The basic node implementation requirements for agents that support the IPOIB BMA MIB.
             ibBmaFullNodeCompliance 1.3.6.1.3.117.5.2.1.2
The full node implementation requirements for agents that support the IPOIB BMA MIB.
         ibBmaGroups 1.3.6.1.3.117.5.2.2
             ibBmaBmuInfoGroup 1.3.6.1.3.117.5.2.2.1
The ibBmaBmuInfoGroup defines the MIB objects that describe information about the Baseboard Management Unit (BMU).
             ibBmaBKeyInfoGroup 1.3.6.1.3.117.5.2.2.2
The ibBmaBKeyInfo Group defines the MIB objects that describe information about the Baseboard Management keys (B_Keys).
             ibBmaModuleInfoGroup 1.3.6.1.3.117.5.2.2.3
The ibBmaModuleInfo Group defines the MIB objects that describe information about the module.
             ibBmaChassisInfoGroup 1.3.6.1.3.117.5.2.2.4
The ibBmaChassisInfo Group defines the MIB objects that describe information about a managed chassis.
             ibBmaFruInfoGroup 1.3.6.1.3.117.5.2.2.5
The ibBmaFruInfo Group defines the MIB objects that describe information about the Fru attributes.
             ibBmaPortConnectInfoGroup 1.3.6.1.3.117.5.2.2.6
The ibBmaPortConnectInfo Group defines the MIB objects that describe information about the port connections.
             ibBmaModPowerInfoGroup 1.3.6.1.3.117.5.2.2.7
The ibBmaModPowerInfo Group defines the MIB objects that describe information about the power attributes of the module.
             ibBmaPowerMgmtInfoGroup 1.3.6.1.3.117.5.2.2.8
The ibBmaPowerMgmtInfo Group defines the MIB objects that describe information about power management.
             ibBmaCmeInfoGroup 1.3.6.1.3.117.5.2.2.9
The ibBmaCmeInfo Group defines the MIB objects that describe information about the CME.
             ibBmaOemInfoGroup 1.3.6.1.3.117.5.2.2.10
The ibBmaOemInfo Group defines the MIB objects that describe information about OEM data.
             ibBmaBuddyInfoGroup 1.3.6.1.3.117.5.2.2.11
The ibBmaBuddyInfo Group defines the MIB objects that describe information about the Buddy Info.
             ibBmaAssetTagInfoGroup 1.3.6.1.3.117.5.2.2.12
The ibBmaAssetTagInfo Group defines the MIB objects that describe information about the asset tags.