All MIBs › ACC-DN › accDnMsgLev
accDnMsgLev
Module: ACC-DN
OID (symbolic): ACC-DN::accDnMsgLev
OID (numeric): 1.3.6.1.4.1.5.1.1.19.14
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Message level for generation of trap messages describing DECNET operational phenonomena See Trap level for description
What is accDnMsgLev?
ACC-DN::accDnMsgLev controls the severity level (1 to 7) at which the network device will generate trap messages about DECnet operational issues. Network engineers configure this to filter out low-priority notifications and only receive alerts for significant DECnet problems. Setting it to 1 sends all traps, while setting it to 7 sends only the most critical alerts.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.19.14 snmpwalk -v2c -c public <target> ACC-DN::accDnMsgLev
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.19.14.1 snmpget -v2c -c public <target> ACC-DN::accDnMsgLev.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.19.14.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.19 | accDn | ACC-DN |
| 1.3.6.1.4.1.5.1.1.19.14 | accDnMsgLev | ACC-DN |