All MIBs › ACC-MIB › accIpIfFiltDispIfIndex
accIpIfFiltDispIfIndex
Module: ACC-MIB
OID (symbolic): ACC-MIB::accIpIfFiltDispIfIndex
OID (numeric): 1.3.6.1.4.1.5.1.1.18.5.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Interface index to which this filter applies, or zero for global filters. This integer identifies the row of the system wide interfaces table associated with the particular interface.
What is accIpIfFiltDispIfIndex?
This read-only OID displays which interface a filter is applied to, or shows zero if the filter applies globally to all interfaces on the device. Engineers monitor this to verify that packet filters are correctly assigned to their intended interfaces or are configured as device-wide rules. A value of 5 means the filter applies only to interface 5, while 0 means it applies everywhere.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.18.5.1.1 snmpwalk -v2c -c public <target> ACC-MIB::accIpIfFiltDispIfIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.18.5.1.1.1 snmpget -v2c -c public <target> ACC-MIB::accIpIfFiltDispIfIndex.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accIpIfFiltDispIfIndex.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.18 | accIpFilter | ACC-IPFILTER |
| 1.3.6.1.4.1.5.1.1.18.5 | accIpIfFiltDispTable | ACC-IPFILTER |
| 1.3.6.1.4.1.5.1.1.18.5.1 | accIpIfFiltDispEntry | ACC-IPFILTER |
| 1.3.6.1.4.1.5.1.1.18.5.1.1 | accIpIfFiltDispIfIndex | ACC-MIB |