System information

Table Of Contents
3. Commands
4821-A2-GB21-00 July 2004 3-9
Configure Filter Delete
Configure Filter Modify
configure filter delete filter_name
Minimum Access Level: Administrator
The configure filter delete command deletes a filter.
filter_name – Specifies the filter to be deleted. It must not be bound to an interface. To delete a binding,
use the configure filter-binding command (see Configure Filter-Binding Command).
Example:
PDYN# configure filter delete no_decnet
configure filter modify filter_name {forward | discard} [ rule_name_1]... [ rule_name_16]
Minimum Access Level: Administrator
The configure filter modify command modifies a filter based on existing filter rules.
filter_name – Specifies the filter name. The name may contain up to 32 printable characters.
forward – Specifies that a packet is to be forwarded to the user when none of the conditions specified in
the rule or rules are matched.
discard – Specifies that a packet is to be discarded when none of the conditions specified in the rule or
rules are matched.
rule_name_1 through rule_name_16 Specifies up to 16 different rule names. These must be already
defined using the configure filter-rule command (see Configure Filter-Rule Command).
Example:
PDYN# configure filter modify no_at_or_ipx forward no_at no_ipx
Note: A maximum of 16 rules can be defined for a filter.