All MIBs › ACC-AT › accAtRouteFilterDisposition
accAtRouteFilterDisposition
Module: ACC-AT
OID (symbolic): ACC-AT::accAtRouteFilterDisposition
OID (numeric): 1.3.6.1.4.1.5.1.1.28.18.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
What is to be done with matching advertisements.
What is accAtRouteFilterDisposition?
This OID controls what action the filter takes when it matches a route advertisement (accept, deny, modify, etc.). A network engineer changes this to decide whether matching routes should be allowed into the routing table, blocked, or altered. For example, a value indicating 'deny' will silently drop any route advertisements that match the RouterMin/Max and RangeMin/Max criteria.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.18.1.5 snmpwalk -v2c -c public <target> ACC-AT::accAtRouteFilterDisposition
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.18.1.5.1 snmpget -v2c -c public <target> ACC-AT::accAtRouteFilterDisposition.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.28.18.1.5.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accAtRouteFilterDisposition.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.18 | accAtRouteFilterTable | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.18.1 | accAtRouteFilterEntry | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.18.1.5 | accAtRouteFilterDisposition | ACC-AT |