MIB Viewer

rcIpFilterType

OBJECT-TYPE
1.3.6.1.4.1.2272.1.8.10.20.1.1
Access
read-only
Status
current
Sub-identifiers
0
Used to indicate a particular type of filter. A 'global' filter is a filter that is applied to all packets irregardless of the packet's source or destination IP address. A 'destination' filter is used to match the destination IP address field of incoming packets. When a match is found, this filter is applied to the packet. A 'source' filter is used to match the source IP address field of incoming packets. When a match is found, this filter is applied to the packet.
INTEGER { global(1), destination(2), source(3) }