MIB Viewer

rcIpFilterPortDefaultAction

OBJECT-TYPE
1.3.6.1.4.1.2272.1.8.10.23.1.7
Access
read-write
Status
current
Sub-identifiers
0
Used to indicate the default action that should be performed when an IP filter applies to a particular port. When filters are not enabled on the port the action is set to 'none' which means the port does not block any packet. 'none' cannot be used when PortEnable is true. On a port configured as 'forward', any packet that satisfies a filter is allowed to be forwarded. On a port configured as 'drop', any packet that satisfies a filter is dropped.
INTEGER { forward(1), drop(2), none(3) }