All MIBs › ACC-IPFILTER › accIpIfFiltEditIfIndex
accIpIfFiltEditIfIndex
Module: ACC-IPFILTER
OID (symbolic): ACC-IPFILTER::accIpIfFiltEditIfIndex
OID (numeric): 1.3.6.1.4.1.5.1.1.18.6.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
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 accIpIfFiltEditIfIndex?
This OID specifies which router interface (or all interfaces if set to zero) a filter rule applies to, using the standard SNMP interface index. Network engineers use this to apply security rules to specific ports, such as only filtering traffic on the WAN interface or only on a guest network port. A value of 3 might mean the rule applies to the router's third Ethernet port, while 0 means the rule applies globally to all traffic entering or leaving the device.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.18.6.1.3 snmpwalk -v2c -c public <target> ACC-IPFILTER::accIpIfFiltEditIfIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.18.6.1.3.1 snmpget -v2c -c public <target> ACC-IPFILTER::accIpIfFiltEditIfIndex.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.18.6.1.3.1 i <value>
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.6 | accIpIfFiltEditTable | ACC-IPFILTER |
| 1.3.6.1.4.1.5.1.1.18.6.1 | accIpIfFiltEditEntry | ACC-IPFILTER |
| 1.3.6.1.4.1.5.1.1.18.6.1.3 | accIpIfFiltEditIfIndex | ACC-IPFILTER |