RBN-ENVMON-MIB

File: RBN-ENVMON-MIB.mib (24486 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ENTITY-MIB RBN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Integer32 DisplayString
TruthValue TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP entPhysicalIndex
rbnMgmt

Defined Types

RbnVoltage  
Represents a voltage value. The value is millivolts. For example, a voltage of 5.5V would be represented by the value 5500.
TEXTUAL-CONVENTION    
  Unsigned32 0..50000  

RbnTemperature  
Represents a temperature, in degrees Celsius. In the unlikely event that the temperature to be reported is less than 0 degrees Celsius, a value of 0 will be used. Likewise, if the temperature is greater than 100, a value of 100 will be used.
TEXTUAL-CONVENTION    
  Unsigned32 0..100  

RbnFanSpeed  
Represents a fan speed value in units of Revolutions Per Minute(RPM).
TEXTUAL-CONVENTION    
  Unsigned32  

RbnFanStatusEntry  
SEQUENCE    
  rbnFanIndex Integer32
  rbnFanDescr DisplayString
  rbnFanFail TruthValue
  rbnFanStatus INTEGER

RbnPowerStatusEntry  
SEQUENCE    
  rbnPowerIndex Integer32
  rbnPowerDescr DisplayString
  rbnPowerFail TruthValue
  rbnPowerStatus INTEGER

RbnVoltageSensorEntry  
SEQUENCE    
  rbnVoltageIndex Integer32
  rbnVoltageDescr DisplayString
  rbnVoltageDesired RbnVoltage
  rbnVoltageCurrent RbnVoltage

RbnCpuTempSensorEntry  
SEQUENCE    
  rbnCpuTempIndex Integer32
  rbnCpuTempDescr DisplayString
  rbnCpuTempCurrent RbnTemperature

RbnFanSpeedEntry  
SEQUENCE    
  rbnFanUnitID Integer32
  rbnFanUnitDescr DisplayString
  rbnFanSpeedCurrent RbnFanSpeed

RbnEntityTempSensorEntry  
SEQUENCE    
  rbnEntityTempIndex Integer32
  rbnEntityTempDescr DisplayString
  rbnEntityTempCurrent RbnTemperature

Defined Values

rbnEnvMonMIB 1.3.6.1.4.1.2352.2.4
The MIB used to genericially manage Environmental Monitor functionality on network devices.
MODULE-IDENTITY    

rbnEnvMonMIBNotifications 1.3.6.1.4.1.2352.2.4.0
OBJECT IDENTIFIER    

rbnEnvMonMIBObjects 1.3.6.1.4.1.2352.2.4.1
OBJECT IDENTIFIER    

rbnEnvMonMIBConformance 1.3.6.1.4.1.2352.2.4.2
OBJECT IDENTIFIER    

rbnFanStatusTable 1.3.6.1.4.1.2352.2.4.1.1
This table contains one row per fan test point. Note that there is not necessarily a one-to-one relationship between fan test points and fan assemblies; a single test point may be used to monitor the status of multiple fans.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnFanStatusEntry

rbnFanStatusEntry 1.3.6.1.4.1.2352.2.4.1.1.1
Information about a particular fan test point
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnFanStatusEntry  

rbnFanIndex 1.3.6.1.4.1.2352.2.4.1.1.1.1
The index of a fan test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

rbnFanDescr 1.3.6.1.4.1.2352.2.4.1.1.1.2
The description of a fan test point. If an instance of this object is associated with a single fan assembly, then the value of this object should be the same as the name by which the assembly is normally referenced. If an instance is associated with multiple fan assemblies, then the value of this object should contain the names of all of the fan assemblies being monitored.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

rbnFanFail 1.3.6.1.4.1.2352.2.4.1.1.1.3
The status of a fan test point. If an instance of this object has the value true, then a fan monitored by the test point has failed. If an instance of this object has the value false, then the fan (or fans) monitored by the test point are operational.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TruthValue  

rbnFanStatus 1.3.6.1.4.1.2352.2.4.1.1.1.4
The status of a fan test point. If an instance of this object has the value normal, then the fan (or fans) monitored by the test point is operational. If an instance of this object has the value failed, then the fan (or fans) monitored by the test point has failed. If an instance of this object has the value absent, then the fan (or fans) monitored by this test point is not present. If an instance of this object has the value unknown, then the test point is unable to monitor the fan (or fans).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), failed(2), absent(3), unknown(4)  

rbnPowerStatusTable 1.3.6.1.4.1.2352.2.4.1.2
This table contains one row per power test point. Note that there is not necessarily a one-to-one relationship between power test points and power supply assemblies; a single test point may be used to monitor the status of multiple power supplies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnPowerStatusEntry

rbnPowerStatusEntry 1.3.6.1.4.1.2352.2.4.1.2.1
Information about a particular power test point
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnPowerStatusEntry  

rbnPowerIndex 1.3.6.1.4.1.2352.2.4.1.2.1.1
The index of a power test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

rbnPowerDescr 1.3.6.1.4.1.2352.2.4.1.2.1.2
The description of a power supply test point. If an instance of this object is associated with a single power supply assembly, then the value of this object should be the same as the name by which the assembly is normally referenced. If an instance is associated with multiple power supply assemblies, then the value of this object should contain the names of all of the power supply assemblies being monitored.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

rbnPowerFail 1.3.6.1.4.1.2352.2.4.1.2.1.3
The status of a power test point. If an instance of this object has the value true, then a power supply monitored by the test point has failed. If an instance of this object has the value false, then the power supply (or supplies) monitored by the test point are operational.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TruthValue  

rbnPowerStatus 1.3.6.1.4.1.2352.2.4.1.2.1.4
The status of a power test point. If an instance of this object has the value normal, then the power supply (or supplies) monitored by the test point is operational. If an instance of this object has the value failed, then the power supply (or supplies) monitored by the test point has failed. If an instance of this object has the value absent, then the power supply (or supplies) monitored by this test point is not present. If an instance of this object has the value unknown, then the test point is unable to monitor the power supply (or supplies).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), failed(2), absent(3), unknown(4)  

rbnVoltageSensorTable 1.3.6.1.4.1.2352.2.4.1.3
This table contains one row per voltage test point. Each physical entity (e.g. cards) in the system may contain zero or more voltage test points.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnVoltageSensorEntry

rbnVoltageSensorEntry 1.3.6.1.4.1.2352.2.4.1.3.1
Information about a particular voltage test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnVoltageSensorEntry  

rbnVoltageIndex 1.3.6.1.4.1.2352.2.4.1.3.1.1
An arbitrary value which uniquely identifies a voltage test point on a particular physical entity. Index values for different test points are not necessarily contiguous.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

rbnVoltageDescr 1.3.6.1.4.1.2352.2.4.1.3.1.2
The description of a voltage test point. Typically an instance of this object will hold a user-friendly description of the physical entity and the level of voltage being monitored by this test point.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..48)  

rbnVoltageDesired 1.3.6.1.4.1.2352.2.4.1.3.1.3
The desired voltage level for this test point. If the monitored voltage level (rbnVoltageCurrent) is equal to this value, then the system is performing as designed.
Status: current Access: read-only
OBJECT-TYPE    
  RbnVoltage  

rbnVoltageCurrent 1.3.6.1.4.1.2352.2.4.1.3.1.4
The current voltage level at this test point.
Status: current Access: read-only
OBJECT-TYPE    
  RbnVoltage  

rbnCpuTempSensorTable 1.3.6.1.4.1.2352.2.4.1.4
This table contains one row per CPU temperature sensor. Each physical entity in the system may have zero or more CPUs. Each of those CPUs that has a temperature sensor will show up here.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnCpuTempSensorEntry

rbnCpuTempSensorEntry 1.3.6.1.4.1.2352.2.4.1.4.1
Information about a particular CPU temperature test point.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  RbnCpuTempSensorEntry  

rbnCpuTempIndex 1.3.6.1.4.1.2352.2.4.1.4.1.1
An arbitrary value which uniquely identifies a CPU on a particular physical entity. Index values for different CPUs are not necessarily contiguous.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

rbnCpuTempDescr 1.3.6.1.4.1.2352.2.4.1.4.1.2
The description of a CPU temperature test point. Typically an instance of this object will hold a user-friendly description of the physical entity and a description of the CPU being monitored by this test point.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..48)  

rbnCpuTempCurrent 1.3.6.1.4.1.2352.2.4.1.4.1.3
The current temperature of this CPU.
Status: deprecated Access: read-only
OBJECT-TYPE    
  RbnTemperature  

rbnFanSpeedTable 1.3.6.1.4.1.2352.2.4.1.5
This table contains one row per fan unit within a fan test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnFanSpeedEntry

rbnFanSpeedEntry 1.3.6.1.4.1.2352.2.4.1.5.1
Information about a particular fan unit within a fan test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnFanSpeedEntry  

rbnFanUnitID 1.3.6.1.4.1.2352.2.4.1.5.1.1
This is the fan identification number that describes the specific location of the fan unit within a fan test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

rbnFanUnitDescr 1.3.6.1.4.1.2352.2.4.1.5.1.2
The description of the fan unit within a fan test point.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

rbnFanSpeedCurrent 1.3.6.1.4.1.2352.2.4.1.5.1.3
The current speed of this fan unit.
Status: current Access: read-only
OBJECT-TYPE    
  RbnFanSpeed  

rbnEntityTempSensorTable 1.3.6.1.4.1.2352.2.4.1.6
This table contains one row per temperature sensor on the physical entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnEntityTempSensorEntry

rbnEntityTempSensorEntry 1.3.6.1.4.1.2352.2.4.1.6.1
Information about a particular temperature test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnEntityTempSensorEntry  

rbnEntityTempIndex 1.3.6.1.4.1.2352.2.4.1.6.1.1
An arbitrary value which uniquely identifies a particular physical entity. Index values are not necessarily contiguous.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

rbnEntityTempDescr 1.3.6.1.4.1.2352.2.4.1.6.1.2
The description of a temperature test point. Typically an instance of this object will hold a user-friendly description of the physical entity being monitored by this test point.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..48)  

rbnEntityTempCurrent 1.3.6.1.4.1.2352.2.4.1.6.1.3
The current temperature of this entity in degrees Celsius.
Status: current Access: read-only
OBJECT-TYPE    
  RbnTemperature  

rbnFanFailChange 1.3.6.1.4.1.2352.2.4.0.1
A rbnFanFailChange notification signifies that the value of an instance of rbnFanFail has changed.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

rbnPowerFailChange 1.3.6.1.4.1.2352.2.4.0.2
A rbnPowerFailChange notification signifies that the value of an instance of rbnPowerFail has changed
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

rbnFanStatusChange 1.3.6.1.4.1.2352.2.4.0.3
A rbnFanStatusChange notification signifies that the value of an instance of rbnFanStatus has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

rbnPowerStatusChange 1.3.6.1.4.1.2352.2.4.0.4
A rbnPowerStatusChange notification signifies that the value of an instance of rbnPowerStatus has changed
Status: current Access: read-only
NOTIFICATION-TYPE    

rbnEnvMonMIBGroups 1.3.6.1.4.1.2352.2.4.2.1
OBJECT IDENTIFIER    

rbnEnvMonMIBCompliances 1.3.6.1.4.1.2352.2.4.2.2
OBJECT IDENTIFIER    

rbnEnvMonMIBObjectGroup 1.3.6.1.4.1.2352.2.4.2.1.1
A collection of objects providing environmental monitor information.
Status: deprecated Access: read-only
OBJECT-GROUP    

rbnEnvMonMIBNotificationGroup 1.3.6.1.4.1.2352.2.4.2.1.2
A collection of notifications providing fan and power environmental monitor information.
Status: deprecated Access: read-only
NOTIFICATION-GROUP    

rbnEnvMonVoltageObjectGroup 1.3.6.1.4.1.2352.2.4.2.1.3
A collection of objects providing voltage environmental monitor information.
Status: current Access: read-only
OBJECT-GROUP    

rbnEnvMonTempObjectGroup 1.3.6.1.4.1.2352.2.4.2.1.4
A collection of objects providing temperature environmental monitor information.
Status: deprecated Access: read-only
OBJECT-GROUP    

rbnEnvMonMIBObjectGroupV2 1.3.6.1.4.1.2352.2.4.2.1.5
A collection of objects providing environmental monitor information.
Status: current Access: read-only
OBJECT-GROUP    

rbnEnvMonMIBNotificationGroupV2 1.3.6.1.4.1.2352.2.4.2.1.6
A collection of notifications providing fan and power environmental monitor information.
Status: current Access: read-only
NOTIFICATION-GROUP    

rbnEnvMonFanSpeedObjectGroup 1.3.6.1.4.1.2352.2.4.2.1.7
A collection of objects providing fan speed environmental monitor information.
Status: current Access: read-only
OBJECT-GROUP    

rbnEnvMonEntityObjectGroup 1.3.6.1.4.1.2352.2.4.2.1.8
A collection of objects providing fan speed environmental monitor information.
Status: current Access: read-only
OBJECT-GROUP    

rbnEnvMonMIBCompliance 1.3.6.1.4.1.2352.2.4.2.2.1
The compliance statement for the EnvMon MIB
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

rbnEnvMonMIBComplianceV2 1.3.6.1.4.1.2352.2.4.2.2.2
The compliance statement for the EnvMon MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

rbnEnvMonMIBComplianceV3 1.3.6.1.4.1.2352.2.4.2.2.3
The compliance statement for the EnvMon MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

rbnEnvMonMIBComplianceV4 1.3.6.1.4.1.2352.2.4.2.2.4
The compliance statement for the EnvMon MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

rbnEnvMonMIBComplianceV5 1.3.6.1.4.1.2352.2.4.2.2.5
The compliance statement for the EnvMon MIB
Status: current Access: read-only
MODULE-COMPLIANCE