alarmLedMinSeverity
RAD-GEN-MIB ·
.1.3.6.1.4.1.164.6.5.1.7
Object
This scalar is relevant only for devices with only one Alarm LED. It enables configuration of the minimum alarm severity upon which to turn on the alarm led. Legal values are: critical(3), major(4), minor(5).
Context
- MIB
- RAD-GEN-MIB
- OID
.1.3.6.1.4.1.164.6.5.1.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- alarmEventConfig
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-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::alarmLedMinSeverity.0'
More examples
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::alarmLedMinSeverity'
Syntax
- Source
- AlarmSeverity
- Base type
Enumeration
Values & Constraints
Type Values
1 | cleared |
3 | critical |
4 | major |
5 | minor |
6 | warning |