AT-ENVMON-MIB

File: AT-ENVMON-MIB.mib (21866 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB AT-SYSINFO-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 enterprises TruthValue
TEXTUAL-CONVENTION ifIndex DisplayStringUnsized
sysinfo

Defined Types

EnvMonPsbSensorType  
Indicates the type of a Power Supply Bay Device sensor.
TEXTUAL-CONVENTION    
  INTEGER psbSensorTypeInvalid(0), fanSpeedDiscrete(1), temperatureDiscrete(2), voltageDiscrete(3)  

EnvMonFanEntry  
SEQUENCE    
  envMonFanBoardIndex Unsigned32
  envMonFanIndex Unsigned32
  envMonFanDescription DisplayStringUnsized
  envMonFanCurrentSpeed Unsigned32
  envMonFanLowerThreshold Unsigned32
  envMonFanAlarm TruthValue

EnvMonVoltageEntry  
SEQUENCE    
  envMonVoltageBoardIndex Unsigned32
  envMonVoltageIndex Unsigned32
  envMonVoltageDescription DisplayStringUnsized
  envMonVoltageCurrent INTEGER
  envMonVoltageUpperThreshold INTEGER
  envMonVoltageLowerThreshold INTEGER
  envMonVoltageAlarm TruthValue

EnvMonTemperatureEntry  
SEQUENCE    
  envMonTemperatureBoardIndex Unsigned32
  envMonTemperatureIndex Unsigned32
  envMonTemperatureDescription DisplayStringUnsized
  envMonTemperatureCurrent INTEGER
  envMonTemperatureUpperThreshold INTEGER
  envMonTemperatureAlarm TruthValue

EnvMonPsbEntry  
SEQUENCE    
  envMonPsbHostBoardIndex Unsigned32
  envMonPsbHostSlotIndex Unsigned32
  envMonPsbHeldBoardIndex Unsigned32
  envMonPsbHeldBoardId OBJECT IDENTIFIER
  envMonPsbDescription DisplayStringUnsized

EnvMonPsbSensorEntry  
SEQUENCE    
  envMonPsbSensorBoardIndex Unsigned32
  envMonPsbSensorIndex Unsigned32
  envMonPsbSensorType EnvMonPsbSensorType
  envMonPsbSensorDescription DisplayStringUnsized
  envMonPsbSensorAlarm TruthValue

Defined Values

envMon 1.3.6.1.4.1.207.8.4.4.3.10
The AT Environment Monitoring MIB for managing and reporting data relating to voltage rails, fan speeds, temperature sensors and power supply units.
MODULE-IDENTITY    

envMonFanTable 1.3.6.1.4.1.207.8.4.4.3.10.1
A table of fans installed in the device that have their fan speeds monitored by environment monitoring hardware.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnvMonFanEntry

envMonFanEntry 1.3.6.1.4.1.207.8.4.4.3.10.1.1
The description, current speed, lower threshold speed and current status of a fan.
Status: current Access: not-accessible
OBJECT-TYPE    
  EnvMonFanEntry  

envMonFanBoardIndex 1.3.6.1.4.1.207.8.4.4.3.10.1.1.1
The index of the board hosting this fan in the board table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonFanIndex 1.3.6.1.4.1.207.8.4.4.3.10.1.1.2
The numeric identifier of this fan within the context of its host board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonFanDescription 1.3.6.1.4.1.207.8.4.4.3.10.1.1.3
The text description of this fan.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized Size(0..30)  

envMonFanCurrentSpeed 1.3.6.1.4.1.207.8.4.4.3.10.1.1.4
The current speed of this fan in revolutions per minute.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonFanLowerThreshold 1.3.6.1.4.1.207.8.4.4.3.10.1.1.5
The minimum acceptable speed of the fan (in revolutions per minute).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

envMonFanAlarm 1.3.6.1.4.1.207.8.4.4.3.10.1.1.6
An indication of whether this fan is currently in an alarm condition. A value of TRUE indicates that its current speed is too low, FALSE indicates that the current speed is acceptable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

envMonVoltageTable 1.3.6.1.4.1.207.8.4.4.3.10.2
A table of voltage rails in the device that are monitored by environment monitoring hardware.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnvMonVoltageEntry

envMonVoltageEntry 1.3.6.1.4.1.207.8.4.4.3.10.2.1
The description, current value, upper & lower threshold settings and current status of a voltage rail.
Status: current Access: not-accessible
OBJECT-TYPE    
  EnvMonVoltageEntry  

envMonVoltageBoardIndex 1.3.6.1.4.1.207.8.4.4.3.10.2.1.1
The index of the board hosting this voltage sensor in the board table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonVoltageIndex 1.3.6.1.4.1.207.8.4.4.3.10.2.1.2
The numeric identifier of this voltage rail within the context of its host board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonVoltageDescription 1.3.6.1.4.1.207.8.4.4.3.10.2.1.3
The text description of this voltage rail.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized Size(0..30)  

envMonVoltageCurrent 1.3.6.1.4.1.207.8.4.4.3.10.2.1.4
The current reading of this voltage rail in millivolts.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

envMonVoltageUpperThreshold 1.3.6.1.4.1.207.8.4.4.3.10.2.1.5
The maximum acceptable reading of this voltage rail in millivolts.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

envMonVoltageLowerThreshold 1.3.6.1.4.1.207.8.4.4.3.10.2.1.6
The minimum acceptable reading of this voltage rail in millivolts.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

envMonVoltageAlarm 1.3.6.1.4.1.207.8.4.4.3.10.2.1.7
An indication of whether this voltage rail is currently in an alarm condition. A value of TRUE indicates that its current reading is outside its threshold range, FALSE indicates that the current reading is acceptable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

envMonTemperatureTable 1.3.6.1.4.1.207.8.4.4.3.10.3
A table of temperature sensors in the device that are monitored by environment monitoring hardware.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnvMonTemperatureEntry

envMonTemperatureEntry 1.3.6.1.4.1.207.8.4.4.3.10.3.1
The description, current value, upper threshold setting and current status of a temperature sensor.
Status: current Access: not-accessible
OBJECT-TYPE    
  EnvMonTemperatureEntry  

envMonTemperatureBoardIndex 1.3.6.1.4.1.207.8.4.4.3.10.3.1.1
The index of the board hosting this temperature sensor in the board table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonTemperatureIndex 1.3.6.1.4.1.207.8.4.4.3.10.3.1.2
The numeric identifier of this temperature sensor within the context of its host board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonTemperatureDescription 1.3.6.1.4.1.207.8.4.4.3.10.3.1.3
The text description of this temperature sensor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized Size(0..30)  

envMonTemperatureCurrent 1.3.6.1.4.1.207.8.4.4.3.10.3.1.4
The current reading of this temperature sensor in tenths of a degree Celcius.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

envMonTemperatureUpperThreshold 1.3.6.1.4.1.207.8.4.4.3.10.3.1.5
The maximum acceptable reading of this temperature sensor in tenths of a degree Celcius.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

envMonTemperatureAlarm 1.3.6.1.4.1.207.8.4.4.3.10.3.1.6
An indication of whether this temperature sensor is currently in an alarm condition. A value of TRUE indicates that its current reading is outside its threshold range, FALSE indicates that the current reading is acceptable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

envMonPsbObjects 1.3.6.1.4.1.207.8.4.4.3.10.4
OBJECT IDENTIFIER    

envMonPsbTable 1.3.6.1.4.1.207.8.4.4.3.10.4.1
A table showing power supply bays in the system and info on any devices that are present.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnvMonPsbEntry

envMonPsbEntry 1.3.6.1.4.1.207.8.4.4.3.10.4.1.1
The description and current status of a power supply bay device.
Status: current Access: not-accessible
OBJECT-TYPE    
  EnvMonPsbEntry  

envMonPsbHostBoardIndex 1.3.6.1.4.1.207.8.4.4.3.10.4.1.1.1
The index of the board hosting this PSB in the board table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonPsbHostSlotIndex 1.3.6.1.4.1.207.8.4.4.3.10.4.1.1.2
The index of this PSB slot within the context of its host board. This index is fixed for each slot, on each type of board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonPsbHeldBoardIndex 1.3.6.1.4.1.207.8.4.4.3.10.4.1.1.3
The index of a board installed in this power supply bay. This value corresponds to envMonPsbSensorBoardIndex for each sensor on this board. A value of 0 indicates that a board is is either not present or not supported.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonPsbHeldBoardId 1.3.6.1.4.1.207.8.4.4.3.10.4.1.1.4
The type of board installed in this power supply bay. The values of this object are taken from the pprXxx object IDs under the boards sub-tree in the parent MIB. A value of 0 indicates that a board is is either not present or not supported.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

envMonPsbDescription 1.3.6.1.4.1.207.8.4.4.3.10.4.1.1.5
The text description of this power supply bay.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized Size(0..30)  

envMonPsbSensorTable 1.3.6.1.4.1.207.8.4.4.3.10.4.2
A table of environment monitoring sensors on installed power supply bay devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EnvMonPsbSensorEntry

envMonPsbSensorEntry 1.3.6.1.4.1.207.8.4.4.3.10.4.2.1
The description and current status of a power supply bay device.
Status: current Access: not-accessible
OBJECT-TYPE    
  EnvMonPsbSensorEntry  

envMonPsbSensorBoardIndex 1.3.6.1.4.1.207.8.4.4.3.10.4.2.1.1
The index of the board hosting this sensor in the board table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonPsbSensorIndex 1.3.6.1.4.1.207.8.4.4.3.10.4.2.1.2
The index of this power supply bay environmental sensor, within the context of its host board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

envMonPsbSensorType 1.3.6.1.4.1.207.8.4.4.3.10.4.2.1.3
Indicates the type of environmental variable this sensor detects.
Status: current Access: read-only
OBJECT-TYPE    
  EnvMonPsbSensorType  

envMonPsbSensorDescription 1.3.6.1.4.1.207.8.4.4.3.10.4.2.1.4
The text description of this power supply bay environmental sensor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized Size(0..30)  

envMonPsbSensorAlarm 1.3.6.1.4.1.207.8.4.4.3.10.4.2.1.5
An indication of whether this environmental sensor is currently in an alarm condition. A value of TRUE indicates that the device is in a failure condition, FALSE indicates that the device is functioning normally.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

envMonTraps 1.3.6.1.4.1.207.8.4.4.3.10.5
OBJECT IDENTIFIER    

envMonFanAlarmSetEvent 1.3.6.1.4.1.207.8.4.4.3.10.5.1
Triggered when the monitored speed of a fan drops below its lower threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

envMonFanAlarmClearedEvent 1.3.6.1.4.1.207.8.4.4.3.10.5.2
Triggered when the monitored speed of a fan returns to an acceptable value, the fan having previously been in an alarm condition.
Status: current Access: read-only
NOTIFICATION-TYPE    

envMonVoltAlarmSetEvent 1.3.6.1.4.1.207.8.4.4.3.10.5.3
Triggered when the voltage of a monitored voltage rail, goes out of tolerance by either dropping below its lower threshold, or exceeding its upper threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

envMonVoltAlarmClearedEvent 1.3.6.1.4.1.207.8.4.4.3.10.5.4
Triggered when the voltage of a monitored voltage rail returns to an acceptable value, having previously been in an alarm condition.
Status: current Access: read-only
NOTIFICATION-TYPE    

envMonTempAlarmSetEvent 1.3.6.1.4.1.207.8.4.4.3.10.5.5
Triggered when a monitored temperature exceeds its upper threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

envMonTempAlarmClearedEvent 1.3.6.1.4.1.207.8.4.4.3.10.5.6
Triggered when a monitored temperature returns to an acceptable value, having previously been in an alarm condition.
Status: current Access: read-only
NOTIFICATION-TYPE    

envMonPsbAlarmSetEvent 1.3.6.1.4.1.207.8.4.4.3.10.5.7
Triggered when a monitored parameter of a power supply bay device goes out of tolerance.
Status: current Access: read-only
NOTIFICATION-TYPE    

envMonPsbAlarmClearedEvent 1.3.6.1.4.1.207.8.4.4.3.10.5.8
Triggered when a monitored parameter of a power supply bay device returns to an acceptable value, having previously been in an alarm condition.
Status: current Access: read-only
NOTIFICATION-TYPE