alarmSeverity
TRAPS-COMMON ·
.1.3.6.1.4.1.42359.2.2.2.3.1.12
Object
scalar Enumeration
The severity of the alarm as defined by X.733. Note that this may not be the original severity since the alarm may have changed severity. For cleared alarms, this is the last severity that is not equal to cleared.
Context
- MIB
- TRAPS-COMMON
- OID
.1.3.6.1.4.1.42359.2.2.2.3.1.12- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- trapObjects
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TRAPS-COMMON' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRAPS-COMMON::alarmSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TRAPS-COMMON' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TRAPS-COMMON::alarmSeverity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cleared |
2 | indeterminate |
3 | minor |
4 | warning |
5 | major |
6 | critical |