trapVal
Module: RAD-MIB
OID (symbolic): RAD-MIB::trapVal
OID (numeric): 1.3.6.1.4.1.164.6.2.11.1.2
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description:
This object is the actual ASCII description of the trap. It can be used also as attached variable of traps, in order to detail in explicit ASCII text, data of the trap. In this case, it is used as 'accessible-for-notify'.
What is trapVal?
This object contains the actual ASCII text description of a trap event, providing human-readable context about what triggered the alarm. It can be used both as a standalone read-only variable and as an attached variable in trap PDUs to supply detailed event context. An operator would examine this message text to understand trap causes without requiring separate MIB lookups.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.11.1.2 snmpwalk -v2c -c public <target> RAD-MIB::trapVal
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.11.1.2.1 snmpget -v2c -c public <target> RAD-MIB::trapVal.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> trapVal.1
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.11 | trapTable | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.11.1 | trapEntry | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.11.1.2 | trapVal | RAD-MIB |