AT-ENVMONv2-MIB

File: AT-ENVMONv2-MIB.mib (38926 bytes)

Imported modules

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

Imported symbols

DisplayStringUnsized sysinfo Unsigned32
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
TEXTUAL-CONVENTION

Defined Types

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

AtEnvMonv2FanEntry  
SEQUENCE    
  atEnvMonv2FanStackMemberId Unsigned32
  atEnvMonv2FanBoardIndex Unsigned32
  atEnvMonv2FanIndex Unsigned32
  atEnvMonv2FanDescription DisplayStringUnsized
  atEnvMonv2FanCurrentSpeed Unsigned32
  atEnvMonv2FanLowerThreshold Unsigned32
  atEnvMonv2FanStatus INTEGER

AtEnvMonv2VoltageEntry  
SEQUENCE    
  atEnvMonv2VoltageStackMemberId Unsigned32
  atEnvMonv2VoltageBoardIndex Unsigned32
  atEnvMonv2VoltageIndex Unsigned32
  atEnvMonv2VoltageDescription DisplayStringUnsized
  atEnvMonv2VoltageCurrent INTEGER
  atEnvMonv2VoltageUpperThreshold INTEGER
  atEnvMonv2VoltageLowerThreshold INTEGER
  atEnvMonv2VoltageStatus INTEGER

AtEnvMonv2TemperatureEntry  
SEQUENCE    
  atEnvMonv2TemperatureStackMemberId Unsigned32
  atEnvMonv2TemperatureBoardIndex Unsigned32
  atEnvMonv2TemperatureIndex Unsigned32
  atEnvMonv2TemperatureDescription DisplayStringUnsized
  atEnvMonv2TemperatureCurrent INTEGER
  atEnvMonv2TemperatureUpperThreshold INTEGER
  atEnvMonv2TemperatureStatus INTEGER

AtEnvMonv2PsbEntry  
SEQUENCE    
  atEnvMonv2PsbHostStackMemberId Unsigned32
  atEnvMonv2PsbHostBoardIndex Unsigned32
  atEnvMonv2PsbHostSlotIndex Unsigned32
  atEnvMonv2PsbHeldBoardIndex Unsigned32
  atEnvMonv2PsbHeldBoardId OBJECT IDENTIFIER
  atEnvMonv2PsbDescription DisplayStringUnsized

AtEnvMonv2PsbSensorEntry  
SEQUENCE    
  atEnvMonv2PsbSensorStackMemberId Unsigned32
  atEnvMonv2PsbSensorBoardIndex Unsigned32
  atEnvMonv2PsbSensorIndex Unsigned32
  atEnvMonv2PsbSensorType AtEnvMonv2PsbSensorType
  atEnvMonv2PsbSensorDescription DisplayStringUnsized
  atEnvMonv2PsbSensorStatus INTEGER
  atEnvMonv2PsbSensorReading INTEGER

AtEnvMonv2FaultLedEntry  
SEQUENCE    
  atEnvMonv2FaultLedStackMemberId Unsigned32
  atEnvMonv2FaultLed1Flash INTEGER
  atEnvMonv2FaultLed2Flashes INTEGER
  atEnvMonv2FaultLed3Flashes INTEGER
  atEnvMonv2FaultLed4Flashes INTEGER
  atEnvMonv2FaultLed5Flashes INTEGER
  atEnvMonv2FaultLed6Flashes INTEGER

Defined Values

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

atEnvMonv2Notifications 1.3.6.1.4.1.207.8.4.4.3.12.0
OBJECT IDENTIFIER    

atEnvMonv2FanAlarmSetNotify 1.3.6.1.4.1.207.8.4.4.3.12.0.1
A notification generated when the monitored speed of a fan drops below its lower threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2FanAlarmClearedNotify 1.3.6.1.4.1.207.8.4.4.3.12.0.2
A notification generated 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    

atEnvMonv2VoltAlarmSetNotify 1.3.6.1.4.1.207.8.4.4.3.12.0.3
A notification generated when the voltage of a monitored voltage rail goes out of tolerance, either by dropping below its lower threshold, or exceeding its upper threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2VoltAlarmClearedNotify 1.3.6.1.4.1.207.8.4.4.3.12.0.4
A notification generated 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    

atEnvMonv2TempAlarmSetNotify 1.3.6.1.4.1.207.8.4.4.3.12.0.5
A notification generated when a monitored temperature exceeds its upper threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2TempAlarmClearedNotify 1.3.6.1.4.1.207.8.4.4.3.12.0.6
A notification generated when a monitored temperature returns to an acceptable value, having previously been in an alarm condition.
Status: current Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2PsbAlarmSetNotify 1.3.6.1.4.1.207.8.4.4.3.12.0.7
A notification generated when a monitored parameter of a power supply bay device goes out of tolerance.
Status: current Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2PsbAlarmClearedNotify 1.3.6.1.4.1.207.8.4.4.3.12.0.8
A notification generated 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    

atEnvMonv2FanTable 1.3.6.1.4.1.207.8.4.4.3.12.1
A table of information about fans installed in the device that have their fan speeds monitored by environment monitoring hardware.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtEnvMonv2FanEntry

atEnvMonv2FanEntry 1.3.6.1.4.1.207.8.4.4.3.12.1.1
The description, current speed, lower threshold speed and current status of a fan.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtEnvMonv2FanEntry  

atEnvMonv2FanStackMemberId 1.3.6.1.4.1.207.8.4.4.3.12.1.1.1
The index of the stack member hosting this fan. For a chassis switch, it corresponds to the card ID of the active controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

atEnvMonv2FanIndex 1.3.6.1.4.1.207.8.4.4.3.12.1.1.3
The numeric identifier of this fan on its host board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

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

atEnvMonv2FanLowerThreshold 1.3.6.1.4.1.207.8.4.4.3.12.1.1.6
The minimum acceptable speed of the fan in revolutions per minute.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atEnvMonv2FanStatus 1.3.6.1.4.1.207.8.4.4.3.12.1.1.7
An indication of whether this fan is currently in an alarm condition. A value of 'failed' indicates that its current speed is too low, 'good' indicates that the current speed is acceptable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER failed(1), good(2)  

atEnvMonv2VoltageTable 1.3.6.1.4.1.207.8.4.4.3.12.2
A table of information about voltage rails in the device that are monitored by environment monitoring hardware.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtEnvMonv2VoltageEntry

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

atEnvMonv2VoltageStackMemberId 1.3.6.1.4.1.207.8.4.4.3.12.2.1.1
The index of the stack member hosting this voltage sensor. For a chassis switch, it corresponds to the card ID of the active controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

atEnvMonv2VoltageIndex 1.3.6.1.4.1.207.8.4.4.3.12.2.1.3
The numeric identifier of this voltage rail on its host board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

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

atEnvMonv2VoltageUpperThreshold 1.3.6.1.4.1.207.8.4.4.3.12.2.1.6
The maximum acceptable reading of this voltage rail in millivolts.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

atEnvMonv2VoltageLowerThreshold 1.3.6.1.4.1.207.8.4.4.3.12.2.1.7
The minimum acceptable reading of this voltage rail in millivolts.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

atEnvMonv2VoltageStatus 1.3.6.1.4.1.207.8.4.4.3.12.2.1.8
An indication of whether this voltage rail is currently in an alarm condition. A value of 'outOfRange' indicates that its current reading is outside its threshold range, 'inRange' indicates that the current reading is acceptable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER outOfRange(1), inRange(2)  

atEnvMonv2TemperatureTable 1.3.6.1.4.1.207.8.4.4.3.12.3
A table of information about temperature sensors in the device that are monitored by environment monitoring hardware.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtEnvMonv2TemperatureEntry

atEnvMonv2TemperatureEntry 1.3.6.1.4.1.207.8.4.4.3.12.3.1
The description, current value, upper threshold setting and current status of a temperature sensor.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtEnvMonv2TemperatureEntry  

atEnvMonv2TemperatureStackMemberId 1.3.6.1.4.1.207.8.4.4.3.12.3.1.1
The index of the stack member hosting this temperature sensor. For a chassis switch, it corresponds to the card ID of the active controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

atEnvMonv2TemperatureIndex 1.3.6.1.4.1.207.8.4.4.3.12.3.1.3
The numeric identifier of this temperature sensor on its host board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

atEnvMonv2TemperatureCurrent 1.3.6.1.4.1.207.8.4.4.3.12.3.1.5
The current reading of this temperature sensor in tenths of a degree Celsius.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

atEnvMonv2TemperatureUpperThreshold 1.3.6.1.4.1.207.8.4.4.3.12.3.1.6
The maximum acceptable reading of this temperature sensor in tenths of a degree Celsius.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

atEnvMonv2TemperatureStatus 1.3.6.1.4.1.207.8.4.4.3.12.3.1.7
An indication of whether this temperature sensor is currently in an alarm condition. A value of 'outOfRange' indicates that its current reading is outside its threshold range, 'inRange' indicates that the current reading is acceptable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER outOfRange(1), inRange(2)  

atEnvMonv2PsbObjects 1.3.6.1.4.1.207.8.4.4.3.12.4
OBJECT IDENTIFIER    

atEnvMonv2PsbTable 1.3.6.1.4.1.207.8.4.4.3.12.4.1
A table of information about power supply bays in the system and any devices that are installed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtEnvMonv2PsbEntry

atEnvMonv2PsbEntry 1.3.6.1.4.1.207.8.4.4.3.12.4.1.1
The description and current status of a power supply bay device.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtEnvMonv2PsbEntry  

atEnvMonv2PsbHostStackMemberId 1.3.6.1.4.1.207.8.4.4.3.12.4.1.1.1
The index of the stack member hosting this power supply bay. For a chassis switch, it corresponds to the card ID of the active controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atEnvMonv2PsbHostBoardIndex 1.3.6.1.4.1.207.8.4.4.3.12.4.1.1.2
The index of the board hosting this power supply bay in the board table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atEnvMonv2PsbHostSlotIndex 1.3.6.1.4.1.207.8.4.4.3.12.4.1.1.3
The index of this power supply bay on its host board. This index is fixed for each slot, on each type of board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atEnvMonv2PsbHeldBoardIndex 1.3.6.1.4.1.207.8.4.4.3.12.4.1.1.4
The index of a board installed in this power supply bay. This value corresponds to atEnvMonv2PsbSensorBoardIndex 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  

atEnvMonv2PsbHeldBoardId 1.3.6.1.4.1.207.8.4.4.3.12.4.1.1.5
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 either not present or not supported.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

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

atEnvMonv2PsbSensorTable 1.3.6.1.4.1.207.8.4.4.3.12.4.2
A table of information about environment monitoring sensors on devices installed in power supply bays.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtEnvMonv2PsbSensorEntry

atEnvMonv2PsbSensorEntry 1.3.6.1.4.1.207.8.4.4.3.12.4.2.1
The description and current status of a device installed in a power supply bay.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtEnvMonv2PsbSensorEntry  

atEnvMonv2PsbSensorStackMemberId 1.3.6.1.4.1.207.8.4.4.3.12.4.2.1.1
The index of the stack member hosting this sensor. For a chassis switch, it corresponds to the card ID of the active controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

atEnvMonv2PsbSensorIndex 1.3.6.1.4.1.207.8.4.4.3.12.4.2.1.3
The index of this power supply bay environmental sensor on its host board.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atEnvMonv2PsbSensorType 1.3.6.1.4.1.207.8.4.4.3.12.4.2.1.4
The type of environmental variable this sensor detects.
Status: current Access: read-only
OBJECT-TYPE    
  AtEnvMonv2PsbSensorType  

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

atEnvMonv2PsbSensorStatus 1.3.6.1.4.1.207.8.4.4.3.12.4.2.1.6
An indication of whether this environmental sensor is currently in an alarm condition. A value of 'failed' indicates that the device is in a failure condition, 'good' indicates that the device is functioning normally.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER failed(1), good(2), notPowered(3)  

atEnvMonv2PsbSensorReading 1.3.6.1.4.1.207.8.4.4.3.12.4.2.1.7
An indication of whether this environmental sensor is currently reading a value for the monitored device. A value of 'no' indicates that there is no current reading, 'yes' indicates that the monitored device is supplying a reading.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

atEnvMonv2Traps 1.3.6.1.4.1.207.8.4.4.3.12.5
OBJECT IDENTIFIER    

atEnvMonv2FanAlarmSetEvent 1.3.6.1.4.1.207.8.4.4.3.12.5.1
A trap generated when the monitored speed of a fan drops below its lower threshold.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2FanAlarmClearedEvent 1.3.6.1.4.1.207.8.4.4.3.12.5.2
A trap generated when the monitored speed of a fan returns to an acceptable value, the fan having previously been in an alarm condition.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2VoltAlarmSetEvent 1.3.6.1.4.1.207.8.4.4.3.12.5.3
A trap generated when the voltage of a monitored voltage rail goes out of tolerance, either by dropping below its lower threshold, or exceeding its upper threshold.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2VoltAlarmClearedEvent 1.3.6.1.4.1.207.8.4.4.3.12.5.4
A trap generated when the voltage of a monitored voltage rail returns to an acceptable value, having previously been in an alarm condition.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2TempAlarmSetEvent 1.3.6.1.4.1.207.8.4.4.3.12.5.5
A trap generated when a monitored temperature exceeds its upper threshold.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2TempAlarmClearedEvent 1.3.6.1.4.1.207.8.4.4.3.12.5.6
A trap generated when a monitored temperature returns to an acceptable value, having previously been in an alarm condition.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2PsbAlarmSetEvent 1.3.6.1.4.1.207.8.4.4.3.12.5.7
A trap generated when a monitored parameter of a power supply bay device goes out of tolerance.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2PsbAlarmClearedEvent 1.3.6.1.4.1.207.8.4.4.3.12.5.8
A trap generated when a monitored parameter of a power supply bay device returns to an acceptable value, having previously been in an alarm condition.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

atEnvMonv2FaultLedTable 1.3.6.1.4.1.207.8.4.4.3.12.6
A table of information detailing any LED fault indications on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtEnvMonv2FaultLedEntry

atEnvMonv2FaultLedEntry 1.3.6.1.4.1.207.8.4.4.3.12.6.1
An entry pertaining to a given fault LED.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtEnvMonv2FaultLedEntry  

atEnvMonv2FaultLedStackMemberId 1.3.6.1.4.1.207.8.4.4.3.12.6.1.1
The index of the stack member hosting this fault LED. For a chassis switch, it corresponds to the card ID of the active controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atEnvMonv2FaultLed1Flash 1.3.6.1.4.1.207.8.4.4.3.12.6.1.2
This object indicates whether a fault LED is currently showing a system failure by flashing once. It indicates that one or more heatsink fans have failed, or are operating below the recommended speed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER heatsinkFanFailure(1), noFault(2)  

atEnvMonv2FaultLed2Flashes 1.3.6.1.4.1.207.8.4.4.3.12.6.1.3
This object indicates whether a fault LED is currently showing a system failure by flashing twice. It indicates that one or both of the chassis fans are not installed, or the fans are operating below the recommended speed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER chassisFanFailure(1), noFault(2)  

atEnvMonv2FaultLed3Flashes 1.3.6.1.4.1.207.8.4.4.3.12.6.1.4
This object indicates whether a fault LED is currently showing a system failure by flashing three times. It indicates that the ability to monitor temperature or fans has failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER sensorFailure(1), noFault(2)  

atEnvMonv2FaultLed4Flashes 1.3.6.1.4.1.207.8.4.4.3.12.6.1.5
This object indicates whether a fault LED is currently showing a system failure by flashing four times. It indicates that an XEM failed to initialise or is incompatible.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER xemInitialisationFailure(1), noFault(2)  

atEnvMonv2FaultLed5Flashes 1.3.6.1.4.1.207.8.4.4.3.12.6.1.6
This object indicates whether a fault LED is currently showing a system failure by flashing five times. This flashing sequence is not currently in use.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noFault(2)  

atEnvMonv2FaultLed6Flashes 1.3.6.1.4.1.207.8.4.4.3.12.6.1.7
This object indicates whether a fault LED is currently showing a system failure by flashing six times. It indicates that the device's temperature has exceeded the recommended threshold.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER temperatureFailure(1), noFault(2)