All MIBs › ACC-IPFILTER › accIpIfFiltDispIfIndex
accIpIfFiltDispIfIndex
Module: ACC-IPFILTER
OID (symbolic): ACC-IPFILTER::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 identifies which interface the filter rule applies to (with 0 meaning a global filter that applies to all interfaces). Network engineers check this value to confirm whether a filter affects a specific interface like Ethernet 1, or all ports on the router. An example is interface index 3, which corresponds to the router's third network interface, or 0 if the filter applies system-wide.
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-IPFILTER::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-IPFILTER::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-IPFILTER |