All MIBs › CISCO-FILTER-GROUP-MIB › cfgFilterGroupDescription
cfgFilterGroupDescription
Module: CISCO-FILTER-GROUP-MIB
OID (symbolic): CISCO-FILTER-GROUP-MIB::cfgFilterGroupDescription
OID (numeric): 1.3.6.1.4.1.9.9.474.1.1.1.1.3
Node type: OBJECT-TYPE
Type: SnmpAdminString
Access: read-write
Description: This object is used for configuring description for the filter group.
What is cfgFilterGroupDescription?
This holds a free-text description an admin assigns to a specific filter group, purely for documentation purposes within the configuration. Because filter groups themselves are just referenced by index or name elsewhere in IP filtering configuration, this description is what actually tells a human reviewing the config what a given filter group's real-world purpose is meant to be, say blocking a specific subnet versus permitting a partner network. A filter group actually configured to match source addresses in 203.0.113.0/24 might carry this description as 'Block known-bad partner subnet - see ticket INC00552' so a future admin understands the intent without reverse-engineering it from the raw address/mask values.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.474.1.1.1.1.3 snmpwalk -v2c -c public <target> CISCO-FILTER-GROUP-MIB::cfgFilterGroupDescription
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.474.1.1.1.1.3.1 snmpget -v2c -c public <target> CISCO-FILTER-GROUP-MIB::cfgFilterGroupDescription.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.474.1.1.1.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::cfgFilterGroupDescription 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.1 | cfgFilterGroupTable | CISCO-FILTER-GROUP-MIB |
| 1.3.6.1.4.1.9.9.474.1.1.1.1 | cfgFilterGroupEntry | CISCO-FILTER-GROUP-MIB |
| 1.3.6.1.4.1.9.9.474.1.1.1.1.3 | cfgFilterGroupDescription | CISCO-FILTER-GROUP-MIB |