ASCEND-WATCHDOG-MIB: View SNMP OID List / Download MIB
VENDOR: ASCEND COMMUNICATIONS INC.
Home | MIB: ASCEND-WATCHDOG-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
watchdog | 1.3.6.1.4.1.529.2.7 | |||
watchdogCount | 1.3.6.1.4.1.529.2.7.1 | integer | read-only |
The number of entries in the watchdogTable |
watchdogTable | 1.3.6.1.4.1.529.2.7.2 | no-access |
The watchdog table |
|
1.3.6.1.4.1.529.2.7.2.1 | no-access |
An entry in the watchdog table |
||
watchdogIndex | 1.3.6.1.4.1.529.2.7.2.1.1 | integer | read-only |
The index of the watchdog entry. |
watchdogName | 1.3.6.1.4.1.529.2.7.2.1.2 | displaystring | read-only |
A descriptive name for the watchdog |
watchdogID | 1.3.6.1.4.1.529.2.7.2.1.3 | integer | read-only |
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 Enumeration: 'fantray': 4, 'thermal': 2, 'other': 1, 'fan': 3. |
watchdogState | 1.3.6.1.4.1.529.2.7.2.1.4 | integer | read-only |
The state of the watchdog. If the value is 'other' then the watchdog does not support state information. Enumeration: 'failed': 3, 'other': 1, 'operational': 2. |
watchdogReading | 1.3.6.1.4.1.529.2.7.2.1.5 | integer | read-only |
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. |
watchdogLastViolation | 1.3.6.1.4.1.529.2.7.2.1.6 | timeticks | read-only |
The value of sysUpTime at the time the last watchdog violation occurred (last violation trap sent). |
watchdogLocation | 1.3.6.1.4.1.529.2.7.2.1.7 | displaystring | read-only |
The location of the watchdog |
watchdogUnit | 1.3.6.1.4.1.529.2.7.2.1.8 | integer | read-only |
The unit number of the watchdog entry. This number is an unique identifier assigned to each watchdog of a particular type. |
watchdogReadingUnits | 1.3.6.1.4.1.529.2.7.2.1.9 | integer | read-only |
The measurement units of a reading from the watchdog Enumeration: 'rpm': 3, 'other': 1, 'celsius': 2, 'noReadingSupported': 4. |
watchdogThreshold | 1.3.6.1.4.1.529.2.7.2.1.10 | integer | read-only |
The reading level for the watchdog that will trigger a trap |
watchdogTrapState | 1.3.6.1.4.1.529.2.7.3 | integer | read-write |
This variable indicates whether the system produces the watchdogWarningTrap trap. Enumeration: 'disabled': 2, 'enabled': 1. |