RADLAN-HWENVIROMENT

File: RADLAN-HWENVIROMENT.mib (7449 bytes)

Imported modules

RADLAN-MIB SNMPv2-TC-v1 SNMPv2-SMI
SNMPv2-TC

Imported symbols

rnd DisplayString MODULE-IDENTITY
OBJECT-TYPE TEXTUAL-CONVENTION

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)  

RlEnvMonFanStatusEntry  
SEQUENCE    
  rlEnvMonFanStatusIndex INTEGER
  rlEnvMonFanStatusDescr DisplayString
  rlEnvMonFanState RlEnvMonState

RlEnvMonSupplyStatusEntry  
SEQUENCE    
  rlEnvMonSupplyStatusIndex INTEGER
  rlEnvMonSupplyStatusDescr DisplayString
  rlEnvMonSupplyState RlEnvMonState
  rlEnvMonSupplySource INTEGER

Defined Values

rlEnv 1.3.6.1.4.1.89.83
The private MIB module definition for environment of Radlan devices.
MODULE-IDENTITY    

rlEnvPhysicalDescription 1.3.6.1.4.1.89.83.1
OBJECT IDENTIFIER    

rlEnvMonFanStatusTable 1.3.6.1.4.1.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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)