asamAlarmSeverity
ASAM-ALARM-MIB ·
.1.3.6.1.4.1.637.61.1.3.1.1.3
Object
This object is defined to assign a severity level to an alarm.
This object may be indeterminate, warning, minor, major, critical
and ignore. In case of severity ignore, the alarm is ignored by
the system and all internal resources occupied by these alarms are
being freed.
ALCATEL NOTE:
SUPPORT: YES INSRVMOD: YES RANGE: 1-6
PERSIST: YES DEFVALUE: NA UNITS: -
Context
- MIB
- ASAM-ALARM-MIB
- OID
.1.3.6.1.4.1.637.61.1.3.1.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- asamAlarmEntry
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 'ASAM-ALARM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-ALARM-MIB::asamAlarmSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASAM-ALARM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-ALARM-MIB::asamAlarmSeverity.<asamAlarmId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASAM-ALARM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASAM-ALARM-MIB::asamAlarmSeverity'
Syntax
- Source
- AsamAlarmSeverityType
- Base type
Enumeration
Values & Constraints
Type Values
0 | alllevel |
1 | indeterminate |
2 | warning |
3 | minor |
4 | major |
5 | critical |
6 | ignore |