All MIBs › RAD-MIB › agnTrapDelay
agnTrapDelay
Module: RAD-MIB
OID (symbolic): RAD-MIB::agnTrapDelay
OID (numeric): 1.3.6.1.4.1.164.6.2.60
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-write
Description:
This variable enables the user to set a delay (in seconds) before a trap is sent. This delay will be used only for traps that need to be sent during device initialization. It is needed because the device connected to our device starts transmitting traps later. The delay starts from the end of the Boot process. The device will keep the init traps in the correct order, and cancel those which clear former ones in the list. After this init delay, traps will be sent without a delay.
What is agnTrapDelay?
This OID controls how many seconds the device waits before sending alerts during startup, allowing dependent devices time to boot and become ready. Without this delay, early alarms might be false positives from devices still initializing. A system administrator configures this during device commissioning to match their network startup sequence.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.60 snmpwalk -v2c -c public <target> RAD-MIB::agnTrapDelay
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.60.1 snmpget -v2c -c public <target> RAD-MIB::agnTrapDelay.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.6.2.60.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.6 | radGen | DACS-MIB |
| 1.3.6.1.4.1.164.6.2 | agnt | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.60 | agnTrapDelay | RAD-MIB |