Eicon Networks Diva 2440 Benutzerhandbuch

Seite von 94
Command Line Reference
Page 69
ENABLE FILTER 
DISABLE FILTER
Valid context:  Profile, Port, IP_Filter, Ether_Filter
In a profile context, this command enables/disables all filters defined for the current profile. In a 
filter context, this command enables/disables the filters defined for the current filter only.
COPY FILTER <number>
Valid context:  IP_Filter, Ether_Filter
Copies an existing filter to the current filter. This command is only available in the filter context. 
Use SHOW FILTER to see a list of filters.
SET ACTION <DROP | FORWARD>
Valid context:  IP_Filter, Ether_Filter
Sets the action this filter takes when data matching the filter setting is encountered.
SET DIRECTION <IN | OUT | ANY>
Valid context:  IP_Filter, Ether_Filter
Defines whether a filter applies to incoming or outgoing data.
SET IP SOURCE <ipaddress> <mask>
SET IP DESTINATION <ipaddress> <mask>
Valid context:  IP_Filter
SET IP SOURCE defines a source address and network mask for this filter. This filter will 
process data from this source only and will ignore data from other sources.
SET IP DESTINATION defines a destination address and network mask for this filter. This filter 
will process data sent to this address only and will ignore data intended for other locations.
<number>
Number of the filter to copy.
DROP
Discard the data.
FORWARD
Forward the data to the next filter.
IN
Filter applies to incoming data only.
OUT
Filter applies to outgoing data only.
ANY
Filter applies to both incoming and outgoing data (default).
<ipaddress>
Source IP address of data to filter.
<mask>
Source network mask of data to filter.