All MIBs › ACC-SYSTEM › accTrapSeverity
accTrapSeverity
Module: ACC-SYSTEM
OID (symbolic): ACC-SYSTEM::accTrapSeverity
OID (numeric): 1.3.6.1.4.1.5.1.1.1.3.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
severity level of the traps to be sent ACC products generate enterprise specific traps for which different severity levels from 1 through 7 are assigned. Level 1 refers to Only SNMP traps. Level 2 are specific traps of highest urgency, and thus progressively each level get more verbose. The normal operational level is expected to be 3 or 4. Higher levels (i.e., 5-7) are expected to generate many events which may be helpful in identifying/isolating configuration related problems, but may affect the performance of the unit.
What is accTrapSeverity?
This OID controls which trap severity levels (1-7) the device will send, where 1 is minimal and 7 is most verbose. Network engineers adjust this to filter out excessive noise while still capturing important events. Setting this to 3 sends only traps of moderate severity, filtering out minor informational messages.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.3.1.2 snmpwalk -v2c -c public <target> ACC-SYSTEM::accTrapSeverity
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.3.1.2.1 snmpget -v2c -c public <target> ACC-SYSTEM::accTrapSeverity.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.1.3.1.2.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.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1 | accSystem | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.3 | accTrapTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.3.1 | accTrapEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.3.1.2 | accTrapSeverity | ACC-SYSTEM |