All MIBs › RAD-MIB › alrGenDebounce
alrGenDebounce
Module: RAD-MIB
OID (symbolic): RAD-MIB::alrGenDebounce
OID (numeric): 1.3.6.1.4.1.164.3.3.4.3.1.6
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description:
Debounce time for each alarm code, in seconds. The meaning is, that an alarm will be 'declared' as ON (or OFF), only after it was actually ON/OFF the Debouncing time selected by user. 0 = default debounce selection (each alarm has a default value). 250 = maximum value of seconds for debounce. 253 = mask = the alarm will Never be reported. 254 = default debounce selection (each alarm has a default value). 255 = not applicable
What is alrGenDebounce?
This OID sets the delay (in seconds) before a device confirms an alarm has truly occurred or cleared, filtering out brief false alarms. This prevents you from getting spammed with notifications for fleeting problems that fix themselves. An operator would increase this value if alarms are triggering too frequently for brief glitches.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.3.3.4.3.1.6 snmpwalk -v2c -c public <target> RAD-MIB::alrGenDebounce
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.3.3.4.3.1.6.1 snmpget -v2c -c public <target> RAD-MIB::alrGenDebounce.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.3.3.4.3.1.6.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.3 | radWan | DACS-MIB |
| 1.3.6.1.4.1.164.3.3 | dacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.4 | genDacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.4.3 | alrGenTable | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.4.3.1 | alrGenEntry | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.4.3.1.6 | alrGenDebounce | RAD-MIB |