CISCOSB-HWENVIROMENT

File: CISCOSB-HWENVIROMENT.mib (11433 bytes)

Imported modules

CISCOSB-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

switch001 MODULE-IDENTITY OBJECT-TYPE
TEXTUAL-CONVENTION DisplayString

Defined Types

RlEnvMonState  
Represents the state of a device being monitored. Valid values are: normal(1): the environment is good, such as low temperature. warning(2): the environment is bad, such as temperature above normal operation range but not too high. critical(3): the environment is very bad, such as temperature much higher than normal operation limit. shutdown(4): the environment is the worst, the system should be shutdown immediately. notPresent(5): the environmental monitor is not present, such as temperature sensors do not exist. notFunctioning(6): the environmental monitor does not function properly, such as a temperature sensor generates a abnormal data like 1000 C.
TEXTUAL-CONVENTION    
  INTEGER normal(1), warning(2), critical(3), shutdown(4), notPresent(5), notFunctioning(6)  

RlEnvMonDirection  
Represents the state of a device being monitored. Valid values are: unKnown(1): if the board not support air flow direction. frontToBack(2): the air flow direction of the fan is front to back. backToFront(3): the air flow direction of the fan is back to front. clockwise(4): the air flow direction of the fan is clock wise unClockwise(5): the air flow direction of the fan is unclock wise insideOutside(6): the air flow direction of the fan is inside outside outsideInside(7): the air flow direction of the fan is outside inside rightToLeft(8): the air flow direction of the fan is from right to left leftToRight(9): the air flow direction of the fan is from left to right
TEXTUAL-CONVENTION    
  INTEGER unKnown(1), frontToBack(2), backToFront(3), clockwise(4), unClockwise(5), insideOut(6), outsideIn(7), rightToLeft(8), leftToRight(9)  

RlEnvMonFanStatusEntry  
SEQUENCE    
  rlEnvMonFanStatusIndex INTEGER
  rlEnvMonFanStatusDescr DisplayString
  rlEnvMonFanState RlEnvMonState

RlEnvMonSupplyStatusEntry  
SEQUENCE    
  rlEnvMonSupplyStatusIndex INTEGER
  rlEnvMonSupplyStatusDescr DisplayString
  rlEnvMonSupplyState RlEnvMonState
  rlEnvMonSupplySource INTEGER
  rlEnvMonSupplyFanDirection RlEnvMonDirection

RlEnvFanDataEntry  
SEQUENCE    
  rlEnvFanDataStackUnit INTEGER
  rlEnvFanDataTemp INTEGER
  rlEnvFanDataSpeed INTEGER
  rlEnvFanDataOperLevel INTEGER
  rlEnvFanDataAdminLevel INTEGER
  rlEnvFanDataDirection RlEnvMonDirection

Defined Values

rlEnv 1.3.6.1.4.1.9.6.1.101.83
The private MIB module definition for environment of CISCOSB devices.
MODULE-IDENTITY    

rlEnvPhysicalDescription 1.3.6.1.4.1.9.6.1.101.83.1
OBJECT IDENTIFIER    

rlEnvMonFanStatusTable 1.3.6.1.4.1.9.6.1.101.83.1.1
The table of fan status maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlEnvMonFanStatusEntry

rlEnvMonFanStatusEntry 1.3.6.1.4.1.9.6.1.101.83.1.1.1
An entry in the fan status table, representing the status of the associated fan maintained by the environmental monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlEnvMonFanStatusEntry  

rlEnvMonFanStatusIndex 1.3.6.1.4.1.9.6.1.101.83.1.1.1.1
Unique index for the fan being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlEnvMonFanStatusDescr 1.3.6.1.4.1.9.6.1.101.83.1.1.1.2
Textual description of the fan being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlEnvMonFanState 1.3.6.1.4.1.9.6.1.101.83.1.1.1.3
The mandatory state of the fan being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  RlEnvMonState  

rlEnvMonSupplyStatusTable 1.3.6.1.4.1.9.6.1.101.83.1.2
The table of power supply status maintained by the environmental monitor card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlEnvMonSupplyStatusEntry

rlEnvMonSupplyStatusEntry 1.3.6.1.4.1.9.6.1.101.83.1.2.1
An entry in the power supply status table, representing the status of the associated power supply maintained by the environmental monitor card.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlEnvMonSupplyStatusEntry  

rlEnvMonSupplyStatusIndex 1.3.6.1.4.1.9.6.1.101.83.1.2.1.1
Unique index for the power supply being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..2147483647  

rlEnvMonSupplyStatusDescr 1.3.6.1.4.1.9.6.1.101.83.1.2.1.2
Textual description of the power supply being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlEnvMonSupplyState 1.3.6.1.4.1.9.6.1.101.83.1.2.1.3
The mandatory state of the power supply being instrumented.
Status: current Access: read-only
OBJECT-TYPE    
  RlEnvMonState  

rlEnvMonSupplySource 1.3.6.1.4.1.9.6.1.101.83.1.2.1.4
The power supply source. unknown - Power supply source unknown ac - AC power supply dc - DC power supply externalPowerSupply - External power supply internalRedundant - Internal redundant power supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), ac(2), dc(3), externalPowerSupply(4), internalRedundant(5)  

rlEnvMonSupplyFanDirection 1.3.6.1.4.1.9.6.1.101.83.1.2.1.5
The direction of the power supply's fan.
Status: current Access: read-only
OBJECT-TYPE    
  RlEnvMonDirection  

rlEnvFanData 1.3.6.1.4.1.9.6.1.101.83.5
OBJECT IDENTIFIER    

rlEnvFanDataTable 1.3.6.1.4.1.9.6.1.101.83.5.1
For each unit in a stack
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlEnvFanDataEntry

rlEnvFanDataEntry 1.3.6.1.4.1.9.6.1.101.83.5.1.1
An entry of this table specifies a unit
Status: current Access: not-accessible
OBJECT-TYPE    
  RlEnvFanDataEntry  

rlEnvFanDataStackUnit 1.3.6.1.4.1.9.6.1.101.83.5.1.1.1
The number of the stack unit
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlEnvFanDataTemp 1.3.6.1.4.1.9.6.1.101.83.5.1.1.2
The unit temperature
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlEnvFanDataSpeed 1.3.6.1.4.1.9.6.1.101.83.5.1.1.3
Fan speed in RPM
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlEnvFanDataOperLevel 1.3.6.1.4.1.9.6.1.101.83.5.1.1.4
Fan speed operative level
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlEnvFanDataAdminLevel 1.3.6.1.4.1.9.6.1.101.83.5.1.1.5
Configured fan speed level
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlEnvFanDataDirection 1.3.6.1.4.1.9.6.1.101.83.5.1.1.6
The direction of the system's fan.
Status: current Access: read-only
OBJECT-TYPE    
  RlEnvMonDirection