All MIBs › CISCO-FILTER-GROUP-MIB › cfgFilterIpServicePortHigh
cfgFilterIpServicePortHigh
Module: CISCO-FILTER-GROUP-MIB
OID (symbolic): CISCO-FILTER-GROUP-MIB::cfgFilterIpServicePortHigh
OID (numeric): 1.3.6.1.4.1.9.9.474.1.1.4.1.4
Node type: OBJECT-TYPE
Type: InetPortNumber
Access: read-write
Description: This object identifies the source or destination port number. This is the inclusive upper bound of the transport-layer source/destination port range that is to be matched in the filter where this group is defined. This value must be equal to or greater than the value specified for this entry in cfgFilterServicePortLow. If this value is '0', the udp or tcp port number is ignored during matching.
What is cfgFilterIpServicePortHigh?
This sets the inclusive upper bound of the port range matched by this filter entry, must be greater than or equal to cfgFilterIpServicePortLow, and a value of zero specifically means the port number is ignored entirely during matching for this entry. The special zero-value behavior is an important distinction from setting a narrow range -- using zero here effectively turns off port-based matching for this entry altogether, meaning the filter matches based on address and protocol alone, regardless of port. A filter entry meant to block an entire subnet's traffic regardless of destination service would leave this object at zero, ensuring the filter does not inadvertently restrict its match to just one specific port when the intent was to block all ports from that subnet.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.474.1.1.4.1.4 snmpwalk -v2c -c public <target> CISCO-FILTER-GROUP-MIB::cfgFilterIpServicePortHigh
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.474.1.1.4.1.4.1 snmpget -v2c -c public <target> CISCO-FILTER-GROUP-MIB::cfgFilterIpServicePortHigh.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.474.1.1.4.1.4.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cfgFilterIpServicePortHigh.1
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::cfgFilterIpServicePortHigh 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.4 | cfgFilterIpServiceGroupTable | CISCO-FILTER-GROUP-MIB |
| 1.3.6.1.4.1.9.9.474.1.1.4.1 | cfgFilterIpServiceGroupEntry | CISCO-FILTER-GROUP-MIB |
| 1.3.6.1.4.1.9.9.474.1.1.4.1.4 | cfgFilterIpServicePortHigh | CISCO-FILTER-GROUP-MIB |