SNMP553-ALARM-MIB

File: SNMP553-ALARM-MIB.mib (5302 bytes)

Imported modules

RFC1213-MIB RFC-1212 RFC-1215
SNMP553S-MGMT-MIB

Imported symbols

DisplayString OBJECT-TYPE TRAP-TYPE
snmp553s

Defined Types

Snmp553sTextAlarmEntry  
SEQUENCE    
  alarmNumber INTEGER
  description DisplayString
  status INTEGER

Defined Values

snmp553sTextAlarm 1.3.6.1.4.1.498.6.3.9
OBJECT IDENTIFIER    

snmp553sTextAlarmMIBversion 1.3.6.1.4.1.498.6.3.9.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(5)  

snmp553sTextAlarmGlobal 1.3.6.1.4.1.498.6.3.9.2
This globally enables and disables all text based TRAPs from an agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

snmp553sTextAlarmTable 1.3.6.1.4.1.498.6.3.9.3
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Snmp553sTextAlarmEntry

snmp553sTextAlarmEntry 1.3.6.1.4.1.498.6.3.9.3.1
An entry in the Alarm table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Snmp553sTextAlarmEntry  

alarmNumber 1.3.6.1.4.1.498.6.3.9.3.1.1
The index value which uniquely identifies the interface to which this entry is applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

description 1.3.6.1.4.1.498.6.3.9.3.1.2
The Description of the alarm generated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

status 1.3.6.1.4.1.498.6.3.9.3.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2)  

snmp553sTextAlarmTrap 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.
TRAP-TYPE