All MIBs › RAD-MIB › agnSendTrapParameter
agnSendTrapParameter
Module: RAD-MIB
OID (symbolic): RAD-MIB::agnSendTrapParameter
OID (numeric): 1.3.6.1.4.1.164.6.2.27
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description:
This object specifies if the agent will attach a specific parameter to a trap.
For ACE2002 the agent will attach or not the openViewSeverity parameter according to the value of this parameter: 1 - will attach openViewSeverity. 0 - will not attach openViewSeverity.
What is agnSendTrapParameter?
This OID controls whether the device attaches an additional severity parameter when sending alarm notifications (traps) to monitoring software. When enabled (set to 1), alarms include severity information; when disabled (0), they don't. An operator configures this to improve how monitoring systems interpret and prioritize alerts.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.27 snmpwalk -v2c -c public <target> RAD-MIB::agnSendTrapParameter
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.27.1 snmpget -v2c -c public <target> RAD-MIB::agnSendTrapParameter.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.6.2.27.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.27 | agnSendTrapParameter | RAD-MIB |