All MIBs › CISCO-FILTER-GROUP-MIB › cfgFilterNetworkAddress
cfgFilterNetworkAddress
Module: CISCO-FILTER-GROUP-MIB
OID (symbolic): CISCO-FILTER-GROUP-MIB::cfgFilterNetworkAddress
OID (numeric): 1.3.6.1.4.1.9.9.474.1.1.2.1.3
Node type: OBJECT-TYPE
Type: InetAddress
Access: read-write
Description: The source/destination internet address to be configured. A value of zero causes all source/destination address to match in an IP filter where this group is used. The object value has to be consistent with the type specified in cfgFilterNetworkAddressType.
What is cfgFilterNetworkAddress?
This is the source or destination network address to match in this filter entry, where a value of zero causes the filter to match all source/destination addresses instead of a specific one. Because zero here effectively means any address, a filter group intended to restrict traffic to a specific subnet that mistakenly leaves this at zero would end up matching every address instead, silently defeating the intended restriction -- a subtle but consequential configuration error. A filter group meant to only match traffic from 192.168.10.0 left with this object still at its zero default would instead match traffic from any source address at all, not just the intended subnet.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.474.1.1.2.1.3 snmpwalk -v2c -c public <target> CISCO-FILTER-GROUP-MIB::cfgFilterNetworkAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.474.1.1.2.1.3.1 snmpget -v2c -c public <target> CISCO-FILTER-GROUP-MIB::cfgFilterNetworkAddress.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.474.1.1.2.1.3.1 s <value>
Start monitoring Cisco IOS routers/switches (object-group-based ACLs) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-FILTER-GROUP-MIB::cfgFilterNetworkAddress OID value, configure state conditions and alerts, and monitor any Cisco IOS routers/switches (object-group-based ACLs) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.474 | ciscoFilterGroupMIB | CISCO-FILTER-GROUP-MIB |
| 1.3.6.1.4.1.9.9.474.1 | ciscoFilterGroupMIBObjects | CISCO-FILTER-GROUP-MIB |
| 1.3.6.1.4.1.9.9.474.1.1 | cfgFilterConfig | CISCO-FILTER-GROUP-MIB |
| 1.3.6.1.4.1.9.9.474.1.1.2 | cfgFilterNetworkGroupTable | CISCO-FILTER-GROUP-MIB |
| 1.3.6.1.4.1.9.9.474.1.1.2.1 | cfgFilterNetworkGroupEntry | CISCO-FILTER-GROUP-MIB |
| 1.3.6.1.4.1.9.9.474.1.1.2.1.3 | cfgFilterNetworkAddress | CISCO-FILTER-GROUP-MIB |