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

Introduction 29
Managed Object
A managed object is any item in a computer system that can be singled out
for discovery, monitoring, or user intervention and correction.
NOTE: Not all managed objects described in this guide are supported by all systems.
MIB
A MIB acts as a structured road map for managed objects. As an Application
Programming Interface (API), a MIB allows systems management tools to
retrieve data maintained by an agent. The server administrator MIB is divided
into several major groups of managed objects.
Variable
A variable is a component of a managed object. A temperature probe, for
example, has a variable to describe its capabilities, its health or status,
and certain indexes that you can use to locate specific temperature probes.
One index for the probe would be the probe’s chassis number. Some systems
may have multiple chassis—one chassis for the central processing unit and
another chassis for storage. A chassis within a system can also have more than
one temperature probe. Variables for a temperature probe include its
capabilities, status, chassis index, and index.
One-Based Index
When an index is one-based, counting starts at 1. One-based indexing counts
the first instance as 1, the second index as 2, and so on.
Zero-Based Index
When an index is zero-based, counting starts at 0. Zero-based indexing
counts the first instance as 0, the second index as 1, and so on.