All MIBs › CISCO-FILTER-GROUP-MIB › cfgFilterNetworkMask
cfgFilterNetworkMask
Module: CISCO-FILTER-GROUP-MIB
OID (symbolic): CISCO-FILTER-GROUP-MIB::cfgFilterNetworkMask
OID (numeric): 1.3.6.1.4.1.9.9.474.1.1.2.1.4
Node type: OBJECT-TYPE
Type: InetAddress
Access: read-write
Description: This is the wild card mask for the cfgFilterNetworkAddress bits that must match. Presence of 0 bits in the mask indicate that corresponding bits in the cfgFilterNetworkAddress must match in order for the matching to be successful, and 1 bits are don't care bits in the matching. A value of zero causes only IP packets of source and destination address the same as cfgFilterNetworkAddress to match. This object value has to be consistent with the type specified in cfgFilterNetworkAddressType.
What is cfgFilterNetworkMask?
This is a wildcard mask, Cisco ACL-style, where 0 bits mean must match and 1 bits mean do not care, applied against cfgFilterNetworkAddress, with a mask of zero meaning only an exact match of that address qualifies, matching no range at all. Because this uses inverted wildcard-mask logic rather than a standard subnet mask, an admin used to conventional netmasks could easily configure the opposite of what they intended if they do not account for the inversion, silently broadening or narrowing the actual match scope. To match an entire /24 subnet like 192.168.10.0, this mask would need to be set to 0.0.0.255 in Cisco wildcard style, not 255.255.255.0 as a standard subnet mask user might instinctively enter.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.474.1.1.2.1.4 snmpwalk -v2c -c public <target> CISCO-FILTER-GROUP-MIB::cfgFilterNetworkMask
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.474.1.1.2.1.4.1 snmpget -v2c -c public <target> CISCO-FILTER-GROUP-MIB::cfgFilterNetworkMask.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.474.1.1.2.1.4.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::cfgFilterNetworkMask 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.4 | cfgFilterNetworkMask | CISCO-FILTER-GROUP-MIB |