All MIBs › ACC-MIB › accAtForwardFilterDisposition
accAtForwardFilterDisposition
Module: ACC-MIB
OID (symbolic): ACC-MIB::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. discard(0), lowPriority(1), normalPriority(2), highPriority(3)
What is accAtForwardFilterDisposition?
This OID (0-3) controls what happens to a packet that matches the filter: discard it, mark it low priority, normal priority, or high priority. Engineers use this to manage traffic priorities and decide the fate of filtered packets. For example, setting this to 0 causes matching packets to be dropped, while setting it to 3 puts them in the high-priority queue.
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-MIB::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-MIB::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-MIB |