alarmLevel

EATON-PXG-MIB · .1.3.6.1.4.1.534.8.1.1.2.2.1.5

Object

column Enumeration
Enumerated value that tells the present level (status) of
an activeAlarmsEntry.
critical (1) - The alarm is at a critical level.
cautionary (2) - The alarm is at a cautionary level
                (a less severe level than critical).
acknowledged (3) - The user has acknowledged, but not yet closed, 
                  the cautionary or critical alarm.
active (4)  - Not used; would be a status for an event.
cleared (5) - A transient internal level, not normally seen.
closed (6)  - A transient internal level, not normally seen because
             the activeAlarmsEntry is removed when closed.
unknown (7) - Alarm status is not known.  Not normally seen.

Context

MIB
EATON-PXG-MIB
OID
.1.3.6.1.4.1.534.8.1.1.2.2.1.5
Type
column
Access
readonly
Status
current
Parent
activeAlarmsEntry
Groups
1

Walk 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 'EATON-PXG-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EATON-PXG-MIB::alarmLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EATON-PXG-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EATON-PXG-MIB::alarmLevel.<alarmID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EATON-PXG-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EATON-PXG-MIB::alarmLevel'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1critical
2cautionary
3acknowledged
4active
5cleared
6closed
7unknown

Conformance