alarmAntiFlooding
SIAE-ALARM-MIB ·
.1.3.6.1.4.1.3373.1103.4.28
Object
scalar r/w
Enumeration
Enables or disables the alarm anti-flooding (filtering) algorithm. According to such algorithm if the number of event notifications that an alarm receives within a specified time period, namely the observation period, exceeds a given high threshold value, the alarm enters a 'flooding' state. Once an alarm has entered such flooding state, its status is forced to active, according to its related severity, and no further event notifications are processed (neither trapped nor logged). An alarm exits the flooding state when the number of event notifications, received within a subsequent observation period, drops below a given low thresold value. On exiting the flooding state, the trap and log status of an alarm get aligned to the last notified event.
Context
- MIB
- SIAE-ALARM-MIB
- OID
.1.3.6.1.4.1.3373.1103.4.28- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- smalarm
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 'SIAE-ALARM-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-ALARM-MIB::alarmAntiFlooding.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-ALARM-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-ALARM-MIB::alarmAntiFlooding'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disable |
2 | enable |