ASCEND-WATCHDOG-MIB

File: ASCEND-WATCHDOG-MIB.mib (4900 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC1213-MIB
RFC-1212

Imported symbols

slots TimeTicks DisplayString
OBJECT-TYPE

Defined Types

WatchdogEntry  
SEQUENCE    
  watchdogIndex INTEGER
  watchdogName DisplayString
  watchdogID INTEGER
  watchdogState INTEGER
  watchdogReading INTEGER
  watchdogLastViolation TimeTicks
  watchdogLocation DisplayString
  watchdogUnit INTEGER
  watchdogReadingUnits INTEGER
  watchdogThreshold INTEGER

Defined Values

watchdog 1.3.6.1.4.1.529.2.7
OBJECT IDENTIFIER    

watchdogCount 1.3.6.1.4.1.529.2.7.1
The number of entries in the watchdogTable
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

watchdogTable 1.3.6.1.4.1.529.2.7.2
The watchdog table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WatchdogEntry

watchdogTrapState 1.3.6.1.4.1.529.2.7.3
This variable indicates whether the system produces the watchdogWarningTrap trap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

watchdogEntry 1.3.6.1.4.1.529.2.7.2.1
An entry in the watchdog table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WatchdogEntry  

watchdogIndex 1.3.6.1.4.1.529.2.7.2.1.1
The index of the watchdog entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

watchdogName 1.3.6.1.4.1.529.2.7.2.1.2
A descriptive name for the watchdog
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

watchdogID 1.3.6.1.4.1.529.2.7.2.1.3
This defines what type of watchdog relates to this entry. The possible values are: (1) 'other' for a sensor other than the types listed, (2) 'thermal' for a temperature sensor, (3) 'fan' for a fan speed sensor, (4) 'fantray' for a sensor associated with a fantray assembly
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), thermal(2), fan(3), fantray(4)  

watchdogState 1.3.6.1.4.1.529.2.7.2.1.4
The state of the watchdog. If the value is 'other' then the watchdog does not support state information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), operational(2), failed(3)  

watchdogReading 1.3.6.1.4.1.529.2.7.2.1.5
A measurement reading of the watchdog. The unit of measurment is defined by watchdogReadingUnits. A -1 value indicates a reading of the watchdog is not supported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

watchdogLastViolation 1.3.6.1.4.1.529.2.7.2.1.6
The value of sysUpTime at the time the last watchdog violation occurred (last violation trap sent).
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

watchdogLocation 1.3.6.1.4.1.529.2.7.2.1.7
The location of the watchdog
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

watchdogUnit 1.3.6.1.4.1.529.2.7.2.1.8
The unit number of the watchdog entry. This number is an unique identifier assigned to each watchdog of a particular type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

watchdogReadingUnits 1.3.6.1.4.1.529.2.7.2.1.9
The measurement units of a reading from the watchdog
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), celsius(2), rpm(3), noReadingSupported(4)  

watchdogThreshold 1.3.6.1.4.1.529.2.7.2.1.10
The reading level for the watchdog that will trigger a trap
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER