SNMP553-ALARM-MIB: View SNMP OID List / Download MIB
VENDOR: GENERAL DATACOMM
Home | MIB: SNMP553-ALARM-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 |
snmp553sTextAlarm | 1.3.6.1.4.1.498.6.3.9 | |||
snmp553sTextAlarmMIBversion | 1.3.6.1.4.1.498.6.3.9.1 | displaystring | read-only |
Identifies the version of the MIB. The format of the version is x.yzT, where 'x' identifies the major revision number, 'y'identifies the minor revision number, 'z' identifies the typographical revision, and T identifies the test revision. Acceptable values for the individual revision components are as follows x: 1 - 9 y: 0 - 9 z: 0 - 9 T: A - Z Upon formal release, no designation for the test revision will be present. |
snmp553sTextAlarmGlobal | 1.3.6.1.4.1.498.6.3.9.2 | integer | read-write |
This globally enables and disables all text based TRAPs from an agent. Enumeration: 'enable': 2, 'disable': 1. |
snmp553sTextAlarmTable | 1.3.6.1.4.1.498.6.3.9.3 | no-access |
The snmp553AlarmTable contains entries that report the status of alarms. The status of an alarm indicates whether the alarm is currently active or inactive. This information will be determined by the network element depending on the alarm threshold configuration. The structure of the table is such that alarm status is supported on a unit or interface basis, and then on an alarm type basis within the interface. For simplicity sake and to support the reporting of status of all alarms, a unit is treated as an interface in this table. |
|
1.3.6.1.4.1.498.6.3.9.3.1 | no-access |
An entry in the Alarm table. |
||
alarmNumber | 1.3.6.1.4.1.498.6.3.9.3.1.1 | integer | read-only |
The index value which uniquely identifies the interface to which this entry is applicable. |
description | 1.3.6.1.4.1.498.6.3.9.3.1.2 | displaystring | read-only |
The Description of the alarm generated. |
status | 1.3.6.1.4.1.498.6.3.9.3.1.3 | integer | read-only |
The current status of the alarm. The value inactive(1) indicates that this alarm is currently inactive. The value active(2) indicates that this alarm is currently active. Enumeration: 'active': 2, 'inactive': 1. |
snmp553sTextAlarmTrap | 1.3.6.1.4.1.498.6.30.1 |
The snmp553 alarm trap. This trap is set whenever an alarm status change occurs to report an alarm. The variable bindings contain the description and status for each alarm that changes state. Note that the OBJECT IDENTIFIER of the variable contains the interface, family type, and alarm type of the alarm encoded within. More than one alarm can be sent in the trap, if the network element indicates that more than one has changed at the same time. |