All MIBs › RAPID-CITY › rcIpFilterMode
rcIpFilterMode
Module: RAPID-CITY
OID (symbolic): RAPID-CITY::rcIpFilterMode
OID (numeric): 1.3.6.1.4.1.2272.1.8.10.20.1.21
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Used to specify the operation mode for this entry. 'useDefaultAction' means use the setting specified in the 'rcIpFilterPortDefaultAction' variable.
'forward' means forward the packet if the packet satisfies this policy.
'drop' means drop the packet if the packet satisfies this policy.
'forwardToNextHop' means forward the packet to the next hop if the packet satisfies this policy.
This variable setting has higher precedence than the setting in 'rcIpFilterPortDefaultAction'.
What is rcIpFilterMode?
This object controls how an IP filter rule should handle packets that match its criteria. An operator can set it to drop the packet, forward it normally, forward it to a specific next hop, or use the default action configured for that port. This is essential for implementing access control policies that determine whether traffic is allowed, blocked, or redirected.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2272.1.8.10.20.1.21 snmpwalk -v2c -c public <target> RAPID-CITY::rcIpFilterMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2272.1.8.10.20.1.21.1 snmpget -v2c -c public <target> RAPID-CITY::rcIpFilterMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2272.1.8.10.20.1.21.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rcIpFilterMode.1
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.2272 | rapidCity | RAPID-CITY |
| 1.3.6.1.4.1.2272.1 | rcMgmt | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8 | rcIp | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.10 | rcIpFilter | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.10.20 | rcIpFilterTable | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.10.20.1 | rcIpFilterEntry | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.8.10.20.1.21 | rcIpFilterMode | RAPID-CITY |