Edit Filter Filters

ItemDescription
TypeUsed 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.
DstAddrDestination IP address to filter on.
DstMaskDestination IP subnet mask to filter on.
SrcAddrSource IP address to filter on.
SrcMaskSource IP subnet mask to filter on.
IdThis filter's unique identifier(id). This id is automatically generated by the system when a filter is created. This id is used in the 'rcIpFilterGlobalListTable' and 'rcIpFilterBaseListTable' when grouping one or more filters into a filter list.
NameThis filter's name.
ProtocolTypeType of protocol to filter on.
SrcPortTCP/UDP source port to filter on.
SrcOptionType of matching to perform on the field 'rcIpFilterSrcPort'. For 'source' and 'destination' filters, this value can only be 'equal(1)'.
DstPortTCP/UDP destination port to filter on.
DstOptionType of matching to perform on the field 'rcIpFilterDstPort'. For 'source' and 'destination' filters, this value can only be 'equal(1)'.
TcpConnectUsed to specify whether a TCP packet matching this filter should be accepted. Pass only those matching TCP packets with either the ACK bit or RST bit set. Apply only if the IP Protocol is set to TCP.
MirrorUsed to specify whether a packet matching this filter should be mirrored to the port specified by 'rcMirrorByPortMirrorPort'.
ModeUsed 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. This variable setting has higher precedence than the setting in 'rcIpFilterPortDefaultAction'.
StopOnMatchUsed to stop further filtering if this filter is applied.
MatchIcmpRequestUsed to specify whether matching on ICMP Request packets should be performed.
MatchIpFragmentUsed to specify whether matching on fragmented IP packets should be performed.
StatisticEnableUsed to turn on/off counters for this filter.