All MIBs › ACC-DN › accDnForwardFilterDest
accDnForwardFilterDest
Module: ACC-DN
OID (symbolic): ACC-DN::accDnForwardFilterDest
OID (numeric): 1.3.6.1.4.1.5.1.1.19.25.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
If 0, all DECNET Addresses. If an Area with Host Part 0, all traffic to that Area. If a DECNET Host ID, all traffic to that Host.
What is accDnForwardFilterDest?
This OID stores a DECnet destination address (0–65535) that identifies which traffic should be filtered based on where packets are headed, with 0 matching all addresses, an area address matching the entire area, and a host ID matching only that specific destination. Network administrators use this to control traffic forwarding and enforce network policies like blocking a problematic area or quarantining a host. For example, setting it to 4.100 filters all traffic destined for DECnet host 4.100, useful if that host is offline for maintenance.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.19.25.1.1 snmpwalk -v2c -c public <target> ACC-DN::accDnForwardFilterDest
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.19.25.1.1.1 snmpget -v2c -c public <target> ACC-DN::accDnForwardFilterDest.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.19.25.1.1.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.25 | accDnForwardFilterTable | ACC-DN |
| 1.3.6.1.4.1.5.1.1.19.25.1 | accDnForwardFilterEntry | ACC-DN |
| 1.3.6.1.4.1.5.1.1.19.25.1.1 | accDnForwardFilterDest | ACC-DN |