RAISECOM-FANMONITOR-MIB

File: RAISECOM-FANMONITOR-MIB.mib (10934 bytes)

Imported modules

RAISECOM-SYSTEM-MIB SNMPv2-TC SNMPv2-SMI

Imported symbols

raisecomSystem TruthValue Integer32
Unsigned32 Counter32

Defined Types

RaisecomFanMonitorStateEntry  
SEQUENCE    
  raisecomFanIndex Unsigned32
  raisecomFanSpeedValue Unsigned32
  raisecomFanWorkState INTEGER
  raisecomFanSpeedCurrentLevel Unsigned32

RaisecomFanSpeedLevelEntry  
SEQUENCE    
  raisecomFanSpeedLevelIndex Unsigned32
  raisecomFanSpeedDueValue Unsigned32
  raisecomFanSpeedTemperatureScale Unsigned32

Defined Values

raisecomFanMonitor 1.3.6.1.4.1.8886.1.1.5
Configuration of fanMonitor object.
MODULE-IDENTITY    

raisecomFanMonitorNotification 1.3.6.1.4.1.8886.1.1.5.1
OBJECT IDENTIFIER    

raisecomFanMonitorMibObjects 1.3.6.1.4.1.8886.1.1.5.2
OBJECT IDENTIFIER    

raisecomFanSpeedNormal 1.3.6.1.4.1.8886.1.1.5.1.1
The trap notification occur when fan state translating from abnormal to normal.
Status: current Access: read-write
NOTIFICATION-TYPE    

raisecomFanSpeedAbnormal 1.3.6.1.4.1.8886.1.1.5.1.2
The trap notification occur when fan state translatingfrom normal to abnormal.
Status: current Access: read-write
NOTIFICATION-TYPE    

raisecomFanCardUp 1.3.6.1.4.1.8886.1.1.5.1.3
The trap notification occur when fan card state translating from down to up.
Status: current Access: read-write
NOTIFICATION-TYPE    

raisecomFanCardDown 1.3.6.1.4.1.8886.1.1.5.1.4
The trap notification occur when fan card state translating from up to down.
Status: current Access: read-write
NOTIFICATION-TYPE    

raisecomFanMonitorGlobalGroup 1.3.6.1.4.1.8886.1.1.5.2.1
OBJECT IDENTIFIER    

raisecomFanMonitorMode 1.3.6.1.4.1.8886.1.1.5.2.1.1
An integer value that specify the current monitor mode. ENFORCE(1) means that the fan speed need to set manully; AUTO(2) means that the fan speed will ajusted autoly according to the temperature
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enforce(1), auto(2)  

raisecomFanMonitorSpdLevel 1.3.6.1.4.1.8886.1.1.5.2.1.2
Specify the speed level of fan in enforce mode.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..4  

raisecomFanMonitorNumber 1.3.6.1.4.1.8886.1.1.5.2.1.3
Specify the number of fan being monitorred.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

raisecomFanMonitorLevlNumber 1.3.6.1.4.1.8886.1.1.5.2.1.4
Specify the total number of fan speed levels.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

raisecomFanCardState 1.3.6.1.4.1.8886.1.1.5.2.1.5
Specify the current state of fan cards. all_down(1) means that all fan cards are down; all_up(2) means that all fan cards are up; card1_up(3) means that fan card 1 is up, the others are down; card2_up(4) means that fan card 2 is up, the others are down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER all-down(1), all-up(2), card1-up(3), card2-up(4)  

raisecomFanCardSerialNumber 1.3.6.1.4.1.8886.1.1.5.2.1.6
specify the identical serial number of current fan card,this string number will be set when device leaving factory
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

raisecomFanMonitorTrapSendEnable 1.3.6.1.4.1.8886.1.1.5.2.1.7
Specifies the status of sending trap
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

raisecomFanMonitorStateTable 1.3.6.1.4.1.8886.1.1.5.2.2
Fan monitor state table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RaisecomFanMonitorStateEntry

raisecomFanMonitorStateEntry 1.3.6.1.4.1.8886.1.1.5.2.2.1
Fan monitor state entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RaisecomFanMonitorStateEntry  

raisecomFanIndex 1.3.6.1.4.1.8886.1.1.5.2.2.1.1
Specify the sequence number of fan.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

raisecomFanSpeedValue 1.3.6.1.4.1.8886.1.1.5.2.2.1.2
Specify the actural speed of the current fan.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

raisecomFanWorkState 1.3.6.1.4.1.8886.1.1.5.2.2.1.3
Specify the current state of fan normal(1) means the current fan operate normally; abnormal(2) means the current fan operate abnormally
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), abnormal(2)  

raisecomFanSpeedCurrentLevel 1.3.6.1.4.1.8886.1.1.5.2.2.1.4
Specify the temperature scale border that match the speed levle, based on this scale border,the current fan speed will ajusted autoly according to the current temperature
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4  

raisecomFanSpeedLevelTable 1.3.6.1.4.1.8886.1.1.5.2.3
fan speed level information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RaisecomFanSpeedLevelEntry

raisecomFanSpeedLevelEntry 1.3.6.1.4.1.8886.1.1.5.2.3.1
fan speed level information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RaisecomFanSpeedLevelEntry  

raisecomFanSpeedLevelIndex 1.3.6.1.4.1.8886.1.1.5.2.3.1.1
Specify the fan speed level index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

raisecomFanSpeedDueValue 1.3.6.1.4.1.8886.1.1.5.2.3.1.2
Specify the speed value that match the fan levle index. this value can ben get from a new or normal fan ,not an used fan ,because the used fan may be aged
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

raisecomFanSpeedTemperatureScale 1.3.6.1.4.1.8886.1.1.5.2.3.1.3
Specify the temperature scale border that match the speed levle, based on this scale border,the current fan speed will ajusted autoly according to the current temperature
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 45..75