activeAlarmSeverity
RAD-GEN-MIB ·
.1.3.6.1.4.1.164.6.5.1.2.1.7
Object
column AlarmSeverity
This object identifies the severity of the raised alarm. Notes: 1. The severity of the alarm in the Active Alarm table may be different from the severity configured in AlarmEventConfigTable due to severity escalation or deescalation which may be performed by the NE as a consequent of internal events. 2. A trap will be sent when the alarm is raised or cleared (if not masked). This MIB object will be attached to the trap. For alarms that are cleared, the value will be cleared (1). After the trap is sent with a cleared (1) value, the device will immediately remove the alarm and the cleared alarm from this table.
Context
- MIB
- RAD-GEN-MIB
- OID
.1.3.6.1.4.1.164.6.5.1.2.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- activeAlarmEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::activeAlarmSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::activeAlarmSeverity.<activeAlarmSourceId>.<activeAlarmIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-GEN-MIB::activeAlarmSeverity'
Syntax
- Source
- AlarmSeverity
- Base type
Enumeration
Values & Constraints
Type Values
1 | cleared |
3 | critical |
4 | major |
5 | minor |
6 | warning |