ERICSSON-ROUTER-ENVMON-MIB

File: ERICSSON-ROUTER-ENVMON-MIB.mib (26423 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ENTITY-MIB ERICSSON-ROUTER-SMI

Imported symbols

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

Defined Types

EriRouterVoltage  
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  

EriRouterTemperature  
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  

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

EriRouterFanStatusEntry  
SEQUENCE    
  eriRouterFanIndex Integer32
  eriRouterFanDescr DisplayString
  eriRouterFanFail TruthValue
  eriRouterFanStatus INTEGER

EriRouterPowerStatusEntry  
SEQUENCE    
  eriRouterPowerIndex Integer32
  eriRouterPowerDescr DisplayString
  eriRouterPowerFail TruthValue
  eriRouterPowerStatus INTEGER

EriRouterVoltageSensorEntry  
SEQUENCE    
  eriRouterVoltageIndex Integer32
  eriRouterVoltageDescr DisplayString
  eriRouterVoltageDesired EriRouterVoltage
  eriRouterVoltageCurrent EriRouterVoltage

EriRouterCpuTempSensorEntry  
SEQUENCE    
  eriRouterCpuTempIndex Integer32
  eriRouterCpuTempDescr DisplayString
  eriRouterCpuTempCurrent EriRouterTemperature

EriRouterFanSpeedEntry  
SEQUENCE    
  eriRouterFanUnitID Integer32
  eriRouterFanUnitDescr DisplayString
  eriRouterFanSpeedCurrent EriRouterFanSpeed

EriRouterEntityTempSensorEntry  
SEQUENCE    
  eriRouterEntityTempIndex Integer32
  eriRouterEntityTempDescr DisplayString
  eriRouterEntityTempCurrent EriRouterTemperature

Defined Values

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

eriRouterEnvMonMIBNotifications 1.3.6.1.4.1.193.218.2.4.0
OBJECT IDENTIFIER    

eriRouterEnvMonMIBObjects 1.3.6.1.4.1.193.218.2.4.1
OBJECT IDENTIFIER    

eriRouterEnvMonMIBConformance 1.3.6.1.4.1.193.218.2.4.2
OBJECT IDENTIFIER    

eriRouterFanStatusTable 1.3.6.1.4.1.193.218.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  
    EriRouterFanStatusEntry

eriRouterFanStatusEntry 1.3.6.1.4.1.193.218.2.4.1.1.1
Information about a particular fan test point
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterFanStatusEntry  

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

eriRouterFanDescr 1.3.6.1.4.1.193.218.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)  

eriRouterFanFail 1.3.6.1.4.1.193.218.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  

eriRouterFanStatus 1.3.6.1.4.1.193.218.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)  

eriRouterPowerStatusTable 1.3.6.1.4.1.193.218.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  
    EriRouterPowerStatusEntry

eriRouterPowerStatusEntry 1.3.6.1.4.1.193.218.2.4.1.2.1
Information about a particular power test point
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterPowerStatusEntry  

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

eriRouterPowerDescr 1.3.6.1.4.1.193.218.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)  

eriRouterPowerFail 1.3.6.1.4.1.193.218.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  

eriRouterPowerStatus 1.3.6.1.4.1.193.218.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)  

eriRouterVoltageSensorTable 1.3.6.1.4.1.193.218.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  
    EriRouterVoltageSensorEntry

eriRouterVoltageSensorEntry 1.3.6.1.4.1.193.218.2.4.1.3.1
Information about a particular voltage test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterVoltageSensorEntry  

eriRouterVoltageIndex 1.3.6.1.4.1.193.218.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  

eriRouterVoltageDescr 1.3.6.1.4.1.193.218.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)  

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

eriRouterVoltageCurrent 1.3.6.1.4.1.193.218.2.4.1.3.1.4
The current voltage level at this test point.
Status: current Access: read-only
OBJECT-TYPE    
  EriRouterVoltage  

eriRouterCpuTempSensorTable 1.3.6.1.4.1.193.218.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  
    EriRouterCpuTempSensorEntry

eriRouterCpuTempSensorEntry 1.3.6.1.4.1.193.218.2.4.1.4.1
Information about a particular CPU temperature test point.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  EriRouterCpuTempSensorEntry  

eriRouterCpuTempIndex 1.3.6.1.4.1.193.218.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  

eriRouterCpuTempDescr 1.3.6.1.4.1.193.218.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)  

eriRouterCpuTempCurrent 1.3.6.1.4.1.193.218.2.4.1.4.1.3
The current temperature of this CPU.
Status: deprecated Access: read-only
OBJECT-TYPE    
  EriRouterTemperature  

eriRouterFanSpeedTable 1.3.6.1.4.1.193.218.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  
    EriRouterFanSpeedEntry

eriRouterFanSpeedEntry 1.3.6.1.4.1.193.218.2.4.1.5.1
Information about a particular fan unit within a fan test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterFanSpeedEntry  

eriRouterFanUnitID 1.3.6.1.4.1.193.218.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  

eriRouterFanUnitDescr 1.3.6.1.4.1.193.218.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)  

eriRouterFanSpeedCurrent 1.3.6.1.4.1.193.218.2.4.1.5.1.3
The current speed of this fan unit.
Status: current Access: read-only
OBJECT-TYPE    
  EriRouterFanSpeed  

eriRouterEntityTempSensorTable 1.3.6.1.4.1.193.218.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  
    EriRouterEntityTempSensorEntry

eriRouterEntityTempSensorEntry 1.3.6.1.4.1.193.218.2.4.1.6.1
Information about a particular temperature test point.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterEntityTempSensorEntry  

eriRouterEntityTempIndex 1.3.6.1.4.1.193.218.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  

eriRouterEntityTempDescr 1.3.6.1.4.1.193.218.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)  

eriRouterEntityTempCurrent 1.3.6.1.4.1.193.218.2.4.1.6.1.3
The current temperature of this entity in degrees Celsius.
Status: current Access: read-only
OBJECT-TYPE    
  EriRouterTemperature  

eriRouterFanFailChange 1.3.6.1.4.1.193.218.2.4.0.1
A eriRouterFanFailChange notification signifies that the value of an instance of eriRouterFanFail has changed.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

eriRouterPowerFailChange 1.3.6.1.4.1.193.218.2.4.0.2
A eriRouterPowerFailChange notification signifies that the value of an instance of eriRouterPowerFail has changed
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

eriRouterFanStatusChange 1.3.6.1.4.1.193.218.2.4.0.3
A eriRouterFanStatusChange notification signifies that the value of an instance of eriRouterFanStatus has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

eriRouterPowerStatusChange 1.3.6.1.4.1.193.218.2.4.0.4
A eriRouterPowerStatusChange notification signifies that the value of an instance of eriRouterPowerStatus has changed
Status: current Access: read-only
NOTIFICATION-TYPE    

eriRouterEnvMonMIBGroups 1.3.6.1.4.1.193.218.2.4.2.1
OBJECT IDENTIFIER    

eriRouterEnvMonMIBCompliances 1.3.6.1.4.1.193.218.2.4.2.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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