AISYSCFGTEMP-MIB

File: AISYSCFGTEMP-MIB.mib (4346 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

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

Defined Types

AiSCTempProbeEntry  
SEQUENCE    
  aiSCTempProbeIndex Integer32
  aiSCTempProbeDescription DisplayString
  aiSCTempProbeStatus INTEGER
  aiSCTempProbeLocation INTEGER
  aiSCTempProbeLowThreshCelsius INTEGER
  aiSCTempProbeHighThreshCelsius INTEGER
  aiSCTempProbeTempCelsius INTEGER

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiSysCfg 1.3.6.1.4.1.539.32
OBJECT IDENTIFIER    

aiSysCfgTemp 1.3.6.1.4.1.539.32.5
MIB module for Temperature Probes.
MODULE-IDENTITY    

aiSCTempTrapInfo 1.3.6.1.4.1.539.32.5.0
OBJECT IDENTIFIER    

aiSCTempTrapFail 1.3.6.1.4.1.539.32.5.0.1
Trap sent when a temperature probe reads a value outside its operational range.
Status: current Access: read-only
NOTIFICATION-TYPE    

aiSCTempTrapOk 1.3.6.1.4.1.539.32.5.0.2
Trap sent when a temperature probe reverts to its operational range from a failure mode.
Status: current Access: read-only
NOTIFICATION-TYPE    

aiSCTempAgregateStatus 1.3.6.1.4.1.539.32.5.1
Aggregate status of the temperature probes in the system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER okay(1), trouble(2)  

aiSCTempProbeTable 1.3.6.1.4.1.539.32.5.2
A table of information on each temperature probe in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AiSCTempProbeEntry

aiSCTempProbeEntry 1.3.6.1.4.1.539.32.5.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AiSCTempProbeEntry  

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

aiSCTempProbeDescription 1.3.6.1.4.1.539.32.5.2.1.2
Description of the temperature probe to which this table entry refers.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

aiSCTempProbeStatus 1.3.6.1.4.1.539.32.5.2.1.3
The state of this temperature probe. available(1) indicates that the value returned in aiSCTempCelsius is valid.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER available(1), unavailable(2)  

aiSCTempProbeLocation 1.3.6.1.4.1.539.32.5.2.1.4
The location of this temperature probe. It is either available or unavailable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER internal(1), external(2)  

aiSCTempProbeLowThreshCelsius 1.3.6.1.4.1.539.32.5.2.1.5
The lower threshold for this temperature probe (Celsius). When the temp drops below this value, an SNMP trap is sent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

aiSCTempProbeHighThreshCelsius 1.3.6.1.4.1.539.32.5.2.1.6
The upper threshold for this temperature probe (Celsius). When the temp rises above this value, an SNMP trap is sent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

aiSCTempProbeTempCelsius 1.3.6.1.4.1.539.32.5.2.1.7
The current temperature of this probe (Celsius).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER