System information

Table Of Contents
3. Commands
4821-A2-GB21-00 July 2004 3-11
Configure Filter-Binding Delete
Configure Filter-Rule Create (L2 filter)
configure filter-binding delete filter_name port_id
Minimum Access Level: Administrator
The configure filter-binding delete command removes the association of a filter to a port.
filter_name – Specifies the filter to be associated with a port. It must exist. (See Configure Filter on
page 3-7.)
port_id – Specifies the DSL port whose traffic is to be filtered.
Example:
PDYN# configure filter-binding delete no_at_or_ipx 1
configure filter-rule create { rule_name} {forward | discard} {ether | ether-snap} [ ethertypes]
Minimum Access Level: Administrator
he configure filter-rule create command creates a rule for filtering traffic.
rule_name – The name of the rule to be created. The name may contain up to 32 printable characters.
forward – If a packet matches the rule it is forwarded.
discard – If a packet matches the rule it is discarded.
ether – Specifies that the rule applies to Layer 2 Ethernet traffic.
ether-snap – Specifies that the rule applies to Layer 2 SubNetwork Access Protocol (SNAP) traffic.
ethertypes – Specifies the Ethertype to be filtered in hexadecimal. The hexadecimal values for Ethertypes as listed
in RFC 1700 are valid. These Ethertypes are shown in Ether Types in Appendix A, Reference Tables.
Example:
PDYN# configure filter-rule create DecNetdrop discard ether 6003
PDYN# configure filter-rule create IPXdrop discard ether 8137