All MIBs › ACC-AT › accAtForwardFilterDisposition
accAtForwardFilterDisposition
Module: ACC-AT
OID (symbolic): ACC-AT::accAtForwardFilterDisposition
OID (numeric): 1.3.6.1.4.1.5.1.1.28.17.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Upon a filter match, this specifies the action taken.
What is accAtForwardFilterDisposition?
ACC-AT::accAtForwardFilterDisposition specifies what action to take (typically allow or deny) when a packet matches the filter criteria. A network engineer uses this to enforce traffic policies, either permitting or blocking communication based on the defined source, destination, socket, and message type. For example, setting this to "deny" ensures packets matching all other filter criteria in this entry are dropped instead of forwarded.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.17.1.8 snmpwalk -v2c -c public <target> ACC-AT::accAtForwardFilterDisposition
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.17.1.8.1 snmpget -v2c -c public <target> ACC-AT::accAtForwardFilterDisposition.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.28.17.1.8.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accAtForwardFilterDisposition.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.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.28 | accAt | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.17 | accAtForwardFilterTable | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.17.1 | accAtForwardFilterEntry | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.17.1.8 | accAtForwardFilterDisposition | ACC-AT |