activeAlarmRebuild
RAD-GEN-MIB ·
.1.3.6.1.4.1.164.6.5.1.3
Object
scalar r/w
Enumeration
When the manager sets the value of this variable to activate (3),
the application recollects all the active alarms from I/O cards or other entities
and sets the value of this variable to off(2). This command is useful, for example:
if there was a switch between main and redundant cards and the user wants to recollect
the alarms that were missed during the switch.
When activateWithTraps (4) is set, same operation as activate (3) is performed with an additional
operation: Device will send raising traps for all active alarms.
Context
- MIB
- RAD-GEN-MIB
- OID
.1.3.6.1.4.1.164.6.5.1.3- 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::activeAlarmRebuild.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::activeAlarmRebuild'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | off |
3 | activate |
4 | activateWithTraps |