INTELCORPORATION-MULTI-FLEX-SERVER-BLADES-MIB

File: INTELCORPORATION-MULTI-FLEX-SERVER-BLADES-MIB.mib (51673 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INTELCORPORATION-MULTI-FLEX-SERVER-REG INTELCORPORATION-MULTI-FLEX-SERVER-TC INTELCORPORATION-MULTI-FLEX-SERVER-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 OBJECT-IDENTITY OBJECT-GROUP
DisplayString MacAddress regModule
groups Index PowerLedStates
FaultLedStates PresenceLedStates Presence
Power INT32withException IdromBinary16
chassis

Defined Types

BladeEntry  
SEQUENCE    
  bladeSlotId Index
  bladePresence Presence
  maxFrus INT32withException
  numOfFrus INT32withException
  bladePowerLed PowerLedStates
  bladeFaultLed FaultLedStates
  bladePresenceLed PresenceLedStates
  bladeFruPresenceMask DisplayString
  bladeBmcFirmwareVersion DisplayString
  bladeBootBlockVersion DisplayString
  bladeBiosVersion DisplayString
  bladeConsoleRedirection INTEGER
  bladeLegacyOsRedirection INTEGER
  bladeBootCount Unsigned32

BladeFruEntry  
SEQUENCE    
  bladeFruType INTEGER
  bladeFruPresence Presence
  bladeFruVendor DisplayString
  bladeFruMfgDate DisplayString
  bladeFruDeviceName DisplayString
  bladeFruPart IdromBinary16
  bladeFruSerialNo IdromBinary16
  bladeFruMaximumPower Power
  bladeFruNominalPower Power
  bladeFruAssetTag IdromBinary16

BladeNicEntry  
SEQUENCE    
  bladeNic MacAddress

BladeProcessorEntry  
SEQUENCE    
  handle Index
  bladeProcessorSocket DisplayString
  bladeProcessorPresence Presence
  bladeProcessorType DisplayString
  bladeProcessorFamily DisplayString
  bladeProcessorManufacturer DisplayString
  bladeProcessorID DisplayString
  bladeProcessorVersion DisplayString
  bladeProcessorVoltage DisplayString
  bladeProcessorExtClock Unsigned32
  bladeProcessorMaxSpeed Unsigned32
  bladeProcessorStatus DisplayString
  bladeProcessorUpgrade DisplayString
  bladeProcessorSerialNo DisplayString
  bladeProcessorAssetTag DisplayString
  bladeProcessorPartNo DisplayString

BladeMemorySummaryEntry  
SEQUENCE    
  bladeMSMaxDevices Integer32
  bladeMSNumOfDevices Integer32
  bladeMSCapacity Unsigned32
  bladeMSTotalSize Unsigned32
  bladeMSEffectiveSize Unsigned32
  bladeMSNumFailed Unsigned32
  bladeMSDisabledSize Unsigned32
  bladeMSSpareSize Unsigned32
  bladeMSRasPossible INTEGER
  bladeMSRasConfiguration INTEGER
  bladeMSErrorCorrection INTEGER

BladeMemoryEntry  
SEQUENCE    
  bladeMemTotalWidth INTEGER
  bladeMemDataWidth INTEGER
  bladeMemSize INTEGER
  bladeMemGranularity INTEGER
  bladeMemFormFactor INTEGER
  bladeMemDeviceSet INTEGER
  bladeMemLocation DisplayString
  bladeMemBank DisplayString
  bladeMemType INTEGER
  bladeMemTypeDetail BITS
  bladeMemSpeed INTEGER
  bladeMemManufacturer DisplayString
  bladeMemSerialNo DisplayString
  bladeMemAssetTag DisplayString
  bladeMemPart DisplayString

Defined Values

multiFlexServerBladesMibModule 1.3.6.1.4.1.343.2.19.1.1.1.12
Blade Module of the Multi-Flex Server
MODULE-IDENTITY    

maxBlades 1.3.6.1.4.1.343.2.19.1.2.10.12
Maximum number of Blades possible in this chassis.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

numOfBlades 1.3.6.1.4.1.343.2.19.1.2.10.22
The number of Blades in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bladePresenceMask 1.3.6.1.4.1.343.2.19.1.2.10.32
ASCII representation of bit string reflecting the presence of the blades with the left most 'bit' being bit 1 and maxBlades bits being represented. Thus, '010011' would express that blades 2, 5, & 6 (of six blades) are present
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

blades 1.3.6.1.4.1.343.2.19.1.2.10.202
Container for Blade specific information as well as all components logically contained within.
Status: current Access: read-only
OBJECT-IDENTITY    

bladeTable 1.3.6.1.4.1.343.2.19.1.2.10.202.1
Each row describes a Blade in the chassis. Note, all blade rows possible for a chassis are present so that the presence field is accessible even when the blade is not.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BladeEntry

bladeEntry 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1
Individual blade entry
Status: current Access: not-accessible
OBJECT-TYPE    
  BladeEntry  

bladeSlotId 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.1
Slot number which the blade current occupies (or would occupy).
Status: current Access: read-only
OBJECT-TYPE    
  Index  

bladePresence 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.2
column used to flag the existence of a particular FRU
Status: current Access: read-only
OBJECT-TYPE    
  Presence  

maxFrus 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.3
Given a board, the Maximum number of FRUs for this board. This parameter is related to the bladeFruPresenceMask as it defines the number of FRUs to be represented (whether they are present or not)
Status: current Access: read-only
OBJECT-TYPE    
  INT32withException  

numOfFrus 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.4
The number FRUs present on the board
Status: current Access: read-only
OBJECT-TYPE    
  INT32withException  

bladeFruPresenceMask 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.5
ASCII representation of bit string reflecting the presence of the FRUs with the left most 'bit' being bit 1 and maxFrus bits being represented. bit 1 - blade, itself bit 2 - mez card Thus, '10' would express that the blade is present, but does not have a Mez card When indeterminate, the string will be empty
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladePowerLed 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.6
State of the Power LED on the Blade (and optionally power control blade)
Status: current Access: read-write
OBJECT-TYPE    
  PowerLedStates  

bladeFaultLed 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.7
State of the Fault LED on the Blade
Status: current Access: read-only
OBJECT-TYPE    
  FaultLedStates  

bladePresenceLed 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.8
State of the Presence LED on the Blade (and optionally intiate identification)
Status: current Access: read-write
OBJECT-TYPE    
  PresenceLedStates  

bladeBmcFirmwareVersion 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.9
Textual BMC Version of this blade.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeBootBlockVersion 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.10
Textual Boot Block Version of this blade.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeBiosVersion 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.11
Textual BIOS Version of this blade.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeConsoleRedirection 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.12
Console redirection configuration within BIOS
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(-32), unknown(-16), disabled(0), networkSerialPort(1)  

bladeLegacyOsRedirection 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.13
Legacy OS Redirection configuration within BIOS
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(-32), unknown(-16), noLegacyOsRedirection(0), legacyOsRedirection(1)  

bladeBootCount 1.3.6.1.4.1.343.2.19.1.2.10.202.1.1.14
Number of times the blade has booted (since manufactured or NVRAM cleared) Will be 0 if unknown (e.g., blade hasn't been powered on at least once since insertion, blade not present, etc.).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bladeFruTable 1.3.6.1.4.1.343.2.19.1.2.10.202.2
Each row describes a FRU associated with (and including) a Blade in the chassis There will always be 2 FRU entries for every blade (with the presence field marking whether marking whether the rest of the row is relevant). Thus, the presence can be queried of all FRUs regardless of their being present.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BladeFruEntry

bladeFruEntry 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1
blade & SubFRU common information.
Status: current Access: not-accessible
OBJECT-TYPE    
  BladeFruEntry  

bladeFruType 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.1
column used to identify a particular FRU. FRU 1 is the blade, itself, FRU 2 is the mezzanine card
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER blade(1), mezzanine(2)  

bladeFruPresence 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.2
column used to flag the existence of a particular FRU
Status: current Access: read-only
OBJECT-TYPE    
  Presence  

bladeFruVendor 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.3
Device manufacturer
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeFruMfgDate 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.4
Manufacture date/time
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeFruDeviceName 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.5
Device Name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeFruPart 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.6
Device Part Number
Status: current Access: read-only
OBJECT-TYPE    
  IdromBinary16  

bladeFruSerialNo 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.7
Device Serial Number
Status: current Access: read-only
OBJECT-TYPE    
  IdromBinary16  

bladeFruMaximumPower 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.8
Static maximum power generation / consumption (in watts): <0 - Negative numbers indicate device consumes power (in watts) >0 - Positive numbers indicate device generates power (in watts) 0 - Device is passive (does not not consume or generate power) 0xffff - Maximum power generation/consumption not known or specified
Status: current Access: read-only
OBJECT-TYPE    
  Power  

bladeFruNominalPower 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.9
Static Nominal power generation / consumption (in watts): <0 - Negative numbers indicate device consumes power (in watts) >0 - Positive numbers indicate device generates power (in watts) 0 - Device is passive (does not not consume or generate power) 0xffff - Nominal power generation/consumption not known or specified
Status: current Access: read-only
OBJECT-TYPE    
  Power  

bladeFruAssetTag 1.3.6.1.4.1.343.2.19.1.2.10.202.2.1.10
Asset Tag # of device
Status: current Access: read-only
OBJECT-TYPE    
  IdromBinary16  

bladeNicTable 1.3.6.1.4.1.343.2.19.1.2.10.202.3
Each row describes a NIC associated with a blade from the system memory as described by the blades SMBIOS entries. For future compatibility, this table is sparsely populate based on the presence of the blade, and the availability of the SMBIOS from the blade (e.g., a blade may be present, but if it never has powered on, or there is a communications error to the BMC, it may not be displayed)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BladeNicEntry

bladeNicEntry 1.3.6.1.4.1.343.2.19.1.2.10.202.3.1
Overall NIC information per blade information
Status: current Access: not-accessible
OBJECT-TYPE    
  BladeNicEntry  

bladeNic 1.3.6.1.4.1.343.2.19.1.2.10.202.3.1.1
NIC associated with blade (both onboard and optional Mezzanine card) as found within the SMBIOS data for the blade
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

bladeProcessorTable 1.3.6.1.4.1.343.2.19.1.2.10.202.4
Each row describes a Processor associated with a Blade in the chassis as described by the blades SMBIOS entries. As there are multiple Processors available per blade, there are two indices associated with this table. One for the blade, the other for the Processor in question. Although the blade is associated by slot within the chassis and is easily made a numeric value, the processor is less reliable. Although initial boards return via the BIOS the form 'CPU#', this is not required by the SMBIOS specification (it could be J2341). Thus, the SMBIOS handle associated with the processor is used so that cross referencing is more straight forward (e.g., when listing L caches associated with processors). For future compatibility, this table is sparsely populate based on the presence of the blade, and the availability of the SMBIOS from the blade (e.g., a blade may be present, but if it never has powered on, or there is a communications error to the BMC, it may not be displayed)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BladeProcessorEntry

bladeProcessorEntry 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1
Processor(s) per blade information
Status: current Access: not-accessible
OBJECT-TYPE    
  BladeProcessorEntry  

handle 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.1
Unique handle within the SMBIOS table for a specific blade which lays out the assorted record types.
Status: current Access: not-accessible
OBJECT-TYPE    
  Index  

bladeProcessorSocket 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.2
String returned by SMBIOS designating the socket location of the CPU for the indexed blade. The string is returned by the BIOS and is arbitrary as determined by the vendor. Thus it could be J202, or CPU2. Regardless, it will be unqiue in it's designation for a blade.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorPresence 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.3
column used to flag the existence of a particular CPU
Status: current Access: read-only
OBJECT-TYPE    
  Presence  

bladeProcessorType 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.4
SMBIOS string representing type of Processor in this slot
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorFamily 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.5
String representing SMBIOS data for the processor family type
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorManufacturer 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.6
String representing SMBIOS data for the Manufacturer of the Processor
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorID 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.7
SMBIOS string containing the Processor ID field which contains processor-specific information that describes the processor's features.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorVersion 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.8
String representing SMBIOS data describing the Processor
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorVoltage 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.9
SMBIOS string representing the voltage(s) the processor is capable of
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorExtClock 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.10
SMBIOS value of the External Clock Frequency, in MHZ. If the value is unknown, the field is set to 0
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bladeProcessorMaxSpeed 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.11
SMBIOS value of the Maximum processor speed (in MHz) supported by the system for this processor socket. If the value is unknown, the field is set to 0. Note: This field identifies a capability for the system, not the processor itself.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bladeProcessorStatus 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.12
String representing SMBIOS data describing CPU status information
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorUpgrade 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.13
String representing SMBIOS data describing the CPU 'Upgrade' or how the processor is located on the blade
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorSerialNo 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.14
SMBIOS string of the serial number of this processor. This value is set by the manufactureer and normally not changeable.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorAssetTag 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.15
SMBIOS string of the asset tag of this processor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeProcessorPartNo 1.3.6.1.4.1.343.2.19.1.2.10.202.4.1.16
SMBIOS string of the part number of this processor. This value is set by the manufactureer and normally not changeable.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeMemorySummaryTable 1.3.6.1.4.1.343.2.19.1.2.10.202.5
Each row describes the overall summary of the memory configuration for a given blade in the chassis as described by the blades SMBIOS entries. For future compatibility, this table is sparsely populate based on the presence of the blade, and the availability of the SMBIOS from the blade (e.g., a blade may be present, but if it never has powered on, or there is a communications error to the BMC, it may not be displayed)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BladeMemorySummaryEntry

bladeMemorySummaryEntry 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1
Overall memory configuration summary per blade information
Status: current Access: not-accessible
OBJECT-TYPE    
  BladeMemorySummaryEntry  

bladeMSMaxDevices 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.1
The number of slots or sockets available for Memory Devices on the board.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bladeMSNumOfDevices 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.2
The number of slots or sockets populated with Memory Devices on the board.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bladeMSCapacity 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.3
The maximum memory capacity in MB for this array.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bladeMSTotalSize 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.4
Total size in MB of all memory physically installed
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bladeMSEffectiveSize 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.5
Memory available after deducting for failed and redundant memory units
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bladeMSNumFailed 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.6
Total Number of failed memory devices
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bladeMSDisabledSize 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.7
Total size in MB of all disabled memory
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bladeMSSpareSize 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.8
Total size in MB of all spare memory (see bladeMSRasPossible & bladeMSRasConfiguration columns)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bladeMSRasPossible 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.9
RAS Configuration Possible
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notSupported(0), supportsMirroring(1), supportsSparing(2), supportsBoth(3)  

bladeMSRasConfiguration 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.10
RAS Configuration Possible
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), mirroring(1), sparing(2)  

bladeMSErrorCorrection 1.3.6.1.4.1.343.2.19.1.2.10.202.5.1.11
The primary hardware error correction or detection method supported
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), none(3), parity(4), singleBitEcc(5), multiBitEcc(6), crc(7)  

bladeMemoryTable 1.3.6.1.4.1.343.2.19.1.2.10.202.6
Each row describes an individual memory device for system memory given a specific blade in the chassis as described by the blades SMBIOS entries. For future compatibility, this table is sparsely populate based on the presence of the blade, and the availability of the SMBIOS from the blade (e.g., a blade may be present, but if it never has powered on, or there is a communications error to the BMC, it may not be displayed)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BladeMemoryEntry

bladeMemoryEntry 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1
Overall memory device per blade information
Status: current Access: not-accessible
OBJECT-TYPE    
  BladeMemoryEntry  

bladeMemTotalWidth 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.1
The total width, in bits, of this memory device, including any check or error-correction bits. If there are no error-correction bits, this value should be equal to bladeMemDataWidth. If the width is unknown, the field is set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(-1)  

bladeMemDataWidth 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.2
The data width, in bits, of this memory device. If 0 and bladeMemTotalWidth is 8 indicates that the device is being used solely to provide 8 error-correction bits. If the width is unknown, the field is set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(-1)  

bladeMemSize 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.3
The size of the memory device. If the value is 0, no memory device is installed in the socket (shouldn't occur as the table is sparsely populated); if the size is unknown, the field value is -1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(-1), notInstalled(0)  

bladeMemGranularity 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.4
The granularity of the bladeMemSize
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(-1), megabytes(0), kilobytes(1)  

bladeMemFormFactor 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.5
The implementation form factor for this memory device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), simm(3), sip(4), chip(5), dip(6), zip(7), proprietaryCard(8), dimm(9), tsop(10), rowOfChips(11), rimm(12), sodimm(13), srimm(14), fbdimm(15)  

bladeMemDeviceSet 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.6
Identifies when the Memory Device is one of a set of Memory Devices that must be populated with all devices of the same type and size and the set to which this device belongs. A value of 0 indicates that the device is not part of a set; a value of -1 indicates that the attribute is unknown.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(-1), noSet(0)  

bladeMemLocation 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.7
String that identifies the physically labeled socket or board position where the memory device is located
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeMemBank 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.8
String that identifies the physically labeled bank where where the memory device is located
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeMemType 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.9
The type of memory used in this device
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), dram(3), edram(4), vram(5), sram(6), ram(7), rom(8), flash(9), eeprom(10), feprom(11), eprom(12), cdram(13), dram3(14), sdram(15), sgram(16), rdram(17), ddr(18), ddr2(19), ddr2fbdimm(20)  

bladeMemTypeDetail 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.10
The type of memory used in this device
Status: current Access: read-only
OBJECT-TYPE    
  BITS reserved(0), other(1), unknown(2), fastPaged(3), staticColumn(4), pseudoStatic(5), rambus(6), synchronous(7), cmos(8), edo(9), windowDram(10), cacheDram(11), nonVolatile(12)  

bladeMemSpeed 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.11
Identifies the speed of the device in megahertz (MHz).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0)  

bladeMemManufacturer 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.12
Manufacturer of this memory device
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeMemSerialNo 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.13
Serial Number of this memory device
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeMemAssetTag 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.14
Asset Tag of this memory device
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeMemPart 1.3.6.1.4.1.343.2.19.1.2.10.202.6.1.15
Part Number of this memory device
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bladeGroup 1.3.6.1.4.1.343.2.19.1.2.2.2.12
Description.
Status: current Access: read-only
OBJECT-GROUP