COPY FILTER filterNumber
Copies an existing filter to the current filter. This command is only available in the filter context.
filterNumber: Number of the IP filter to copy.
SET ACTION { DROP FORWARD WHENCONNECTED }
Defines 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.
WHENCONNECTED: Forward the data to the next filter, if connected.
SET DIRECTION { IN OUT ANY }
Specifies if the filter applies to incoming or outgoing data. Default: ANY (both incoming and outgoing).
IN: Filter applies to incoming data only.
OUT: Filter applies to outgoing data only.
ANY: Filter applies to both incoming and outgoing data.
SET IP SOURCE Ipaddr netMask
Defines 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
Defines 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
Defines the minimum and maximum source UDP ports for which this filter will process data. lowPort: Minimum UDP port number of data to filter. Range:
SET UDP DESTINATION lowPort highPort
Defines the minimum and maximum destination UDP ports for which this filter will process data.
lowPort: Minimum UDP port number of data to filter. Range:
highPort: Maximum UDP port number of data to filter. Range:
Command Line Interface | 135 |