sysSAlrStatusAll
RAD-MIB ·
.1.3.6.1.4.1.164.3.3.1.3.9
Object
scalar Enumeration
Indicates the current alarm state including all levels:
system, card, port.
- critical(7): when there is at least one active (ON) critical
alarm .
- major (3): when there is no active critical alarm, but there is
at least one active (ON) major alarm .
- minor (4): when there is no active major or critical alarm, but
there is at least one active minor alarm.
- warning (6): when there is no active major, critical or minor alarm, but
there is at least one active warning alarm.
- event (5): when there is no active alarm of another type, but
there is at least one active event alarm.
- off(2): when there is no active (ON) alarm (since last clear operation).
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 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-MIB::sysSAlrStatusAll.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-MIB::sysSAlrStatusAll'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |