SNMP Reference Guide
Table Of Contents
- Introduction
- Audience
- What’s New in this Release
- Introduction to the SNMP Reference Guide
- General Content
- Server Administrator Instrumentation MIB
- Server Administrator Remote Access MIB
- Server Administrator Baseboard Management Controller, ASF MIB
- Server Administrator Field Replaceable Unit MIB
- Server Administrator Storage Management MIB
- Server Administrator Change Management MIB
- Dell RAC Out-of-Band MIB
- How This Guide Defines Technical Terms
- SNMP Basic Terminology
- Frequently Used Terms in Variable Names
- Tables
- Reference Guide Content Tables
- Section Organization
- Other Documents You May Need
- Introduction to the Server Administrator SNMP Subagent
- Instrumentation MIB Version Group
- Systems Management Software Group
- Systems Management Software
- Systems Management Software Name
- Systems Management Software Version Number Name
- Systems Management Software Build Number
- Systems Management Software Description Name
- Systems Management Software Supported Protocol
- Systems Management Software Preferred Protocol
- Systems Management Software Update Level Name
- Systems Management Software URL Name
- Systems Management Software Language Name
- Systems Management Software Global Version Name
- Systems Management Software Feature Flags
- Systems Management Software SNMP Agent Feature Flags
- Systems Management Software Manufacturer Name
- Systems Management Software Variable Values
- Systems Management Software
- System State Group
- Chassis Information Group
- Operating System Group
- System Resource Group
- Power Group
- Thermal Group
- User Security Group
- Remote Flash BIOS Group
- Port Group
- Device Group
- Slot Group
- Memory Group
- BIOS Setup Control Group
- Local Response Agent Group
- Cost of Ownership Group
- Remote Access Group
- Cluster Group
- Baseboard Management Controller Group
- Field Replaceable Unit Group
- Storage Management Group
- Storage Management Group
- Storage Management Information Group
- Global Data Group
- Physical Devices Group
- Controller Table
- Channel Table
- Enclosure Table
- Array Disk Table
- Array Disk Enclosure Connection Table
- Array Disk Channel Connection Table
- Fan Table
- Fan Connection Table
- Power Supply Table
- Power Supply Connection Table
- Temperature Probe Table
- Temperature Probe Connection Table
- Enclosure Management Module Table
- Enclosure Management Module Connection Table
- Battery Table
- Battery Connection Table
- Logical Devices Group
- Storage Management Event Group
- Change Management Group
- Dell RAC Out-of-Band Group
- Product Information
- Chassis Status
- DRsGlobalSystemStatus
- DRsGlobalCurrStatus
- DRsIOMCurrStatus
- DRsKVMCurrStatus
- DRsRedCurrStatus
- DRsPowerCurrStatus
- DRsFanCurrStatus
- DRsBladeCurrStatus
- DRsTempCurrStatus
- DRsCMCCurrStatus
- DRsGlobalPrevStatus
- DRsIOMPrevStatus
- DRsKVMPrevStatus
- DRsRedPrevStatus
- DRsPowerPrevStatus
- DRsFanPrevStatus
- DRsBladePrevStatus
- DRsTempPrevStatus
- DRsCMCPrevStatus
- DRsIOMChangeTime
- DRsKVMChangeTime
- DRsRedChangeTime
- DRsPowerChangeTime
- DRsFanChangeTime
- DRsBladeChangeTime
- DRsTempChangeTime
- DRsCMCChangeTime
- Chassis Power
- CMC Power Information
- CMC PSU Information
- Chassis Alerts
- Legacy Alerting
- Traps
- Trap Variables
- Understanding the Trap Description
- Understanding Trap Severity
- Instrumentation Traps
- Miscellaneous Traps
- Temperature Probe Traps
- Cooling Device Traps
- Voltage Probe Traps
- Amperage Probe Traps
- Chassis Intrusion Traps
- Redundancy Unit Traps
- Power Supply Traps
- Memory Device Traps
- Fan Enclosure Traps
- AC Power Cord Traps
- Hardware Log Traps
- Processor Device Status Traps
- Pluggable Device Traps
- Battery Traps
- RAC Traps
- BMC Traps
- Storage Management Alert Reference
- Standard Data Type Definitions
- SNMP Sample Output
- Glossary
- Index

30 Introduction
Fields
Managed object variables contain fields. In this reference guide, managed
object variables have the following fields defined:
Name is the exact string by which the variable is known in the MIB.
MIB variables are named according to the following conventions:
• Variable names start with a lowercase letter.
• Spaces are not allowed between words in the variable name.
• Acronyms are in uppercase letters, except when an acronym is the first
word in the variable name.
• With the exception of the first letter of the variable name and acronyms,
all other words in the variable name start with capital letters.
The following variable names illustrate these conventions:
– temperatureProbeLowerCriticalThreshold
– coolingUnitIndex
– pCIDeviceSpeed
Object Identifier (OID) is the unique number assigned to an object defined
in a MIB. An OID is written as a sequence of subidentifiers in decimal
notation. Each OID in this reference guide has a prefix that identifies the
managed objects as belonging to Dell™: 1.3.6.1.4.1.674. The additional
numbers identify the MIB group and subgroup as well as the table entry
number of any variables.
For example, the OID for the temperature probe managed object table is
700.20 and the variable for the location of the temperature probe
(temperatureProbeLocationName) has an OID of 700.20.1.8. The full OIDs
for these items are 1.3.6.1.4.1.674.10892.1.700.20 for the
temperatureProbeTable and 1.3.6.1.4.1.674.10892.1.700.20.1.8 for the
temperatureProbeLocation. For more information about the structure of
OIDs, see "SNMP MIB OIDs."
Description is a brief explanation of what a particular managed object does.
Syntax defines the data type in which the values of the variable must be
expressed. Most variables in this reference guide use standard data types such
as string or boolean. All data types that are unique to server administrator
variables are defined at the end of the section in which they occur. Standard
data types are defined in "Standard Data Type Definitions."