User`s guide
Appendix C: Command Line Reference IP filters
164
ENABLE FILTER
DISABLE FILTER
Valid context: Filter/Profile
Enables or disables IP filters. In Profile context, this applies to all filters defined for the profile. In Filter
context, this applies only to filters defined for the current filter.
COPY FILTER filterNumber
Valid context: Filter/Profile
Copies an existing filter to the current filter. Only available in the filter context.
filterNumber: Number of the IP filter to copy.
SET ACTION {DROP | FORWARD}
Valid context: Filter
Sets the action this filter takes when it encounters data that matches the filter setting.
DROP: Discard the data.
FORWARD: Forward the data to the next filter.
SET DIRECTION {IN | OUT | ANY}
Valid context: Filter
Sets whether the filter applies to incoming or outgoing data.
IN: Filter applies to incoming data only.
OUT: Filter applies to outgoing data only.
ANY: Filter applies to all data. Default setting.
SET IP SOURCE Ipaddr netMask
Valid context: Filter/Profile
Sets the source address and network mask for the filter. Only data which originates from the specified address
and network is processed by this filter.
Ipaddr: Source IP address of data to filter.
netMask: Source network mask of data to filter.
SET IP DESTINATION Ipaddr netMask
Valid context: Filter/Profile
Sets the destination address and network mask for the filter. Only data which is destined for the specified
address and network is processed by this filter.
Ipaddr: Destination IP address of data to filter.
netMask: Destination network mask for data to filter.
SET UDP SOURCE lowPort highPort
Valid context: Filter
Sets the minimum and maximum source UDP ports for which this filter will process data.
lowPort: Minimum UDP port number of data to filter. Range: 0 to highPort. Default 0.
highPort: Maximum UDP port number of data to filter. Range lowPort to 65535. Default 65535.