All MIBs › ACC-DN › accDnForwardFilterSource
accDnForwardFilterSource
Module: ACC-DN
OID (symbolic): ACC-DN::accDnForwardFilterSource
OID (numeric): 1.3.6.1.4.1.5.1.1.19.25.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
If 0, all DECNET Traffic. If an Area with Host Part 0, all traffic from that Area. If a DECNET Host ID, all traffic from that Host.
What is accDnForwardFilterSource?
This OID specifies a DECnet source address (0–65535) that defines which traffic to filter based on origin, where 0 matches all sources, an area address matches all nodes in that area, and a host ID targets only that sender. Engineers configure this to restrict or monitor traffic flowing from a specific network segment or device, critical for security policies and isolating misbehaving hosts. For instance, setting it to 6.0 would filter all packets originating from area 6, useful if that area's network is compromised or under maintenance.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.19.25.1.2 snmpwalk -v2c -c public <target> ACC-DN::accDnForwardFilterSource
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.19.25.1.2.1 snmpget -v2c -c public <target> ACC-DN::accDnForwardFilterSource.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.19.25.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.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.2 | accDnForwardFilterSource | ACC-DN |