AISYSCFGFAN-MIB

File: AISYSCFGFAN-MIB.mib (2718 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Integer32 enterprises DisplayString

Defined Types

AiSCFanEntry  
SEQUENCE    
  aiSCFanIndex Integer32
  aiSCFanDescription DisplayString
  aiSCFanStatus INTEGER

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiSysCfg 1.3.6.1.4.1.539.32
OBJECT IDENTIFIER    

aiSysCfgFan 1.3.6.1.4.1.539.32.4
MIB module for fans.
MODULE-IDENTITY    

aiSCFanTrapInfo 1.3.6.1.4.1.539.32.4.0
OBJECT IDENTIFIER    

aiSCFanTrapFail 1.3.6.1.4.1.539.32.4.0.1
Trap sent when a fan goes into a failure mode.
Status: current Access: read-write
NOTIFICATION-TYPE    

aiSCFanTrapOk 1.3.6.1.4.1.539.32.4.0.2
Trap sent when a fan reverts from a failure mode.
Status: current Access: read-write
NOTIFICATION-TYPE    

aiSCFanAgregateStatus 1.3.6.1.4.1.539.32.4.1
Aggregate status of all fan units in the system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER okay(1), trouble(2)  

aiSCFanTable 1.3.6.1.4.1.539.32.4.2
A table of information on each fan in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AiSCFanEntry

aiSCFanEntry 1.3.6.1.4.1.539.32.4.2.1
Information on a given fan.
Status: current Access: not-accessible
OBJECT-TYPE    
  AiSCFanEntry  

aiSCFanIndex 1.3.6.1.4.1.539.32.4.2.1.1
Self referential index into this table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

aiSCFanDescription 1.3.6.1.4.1.539.32.4.2.1.2
Description of the fan to which this table entry refers.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

aiSCFanStatus 1.3.6.1.4.1.539.32.4.2.1.3
Status of the fan unit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER okay(1), fail(2)