Alcatel-Lucent 7750 SR OS Network Router User Manual


 
Filter Policies
7750 SR OS Router Configuration Guide Page 321
MAC Filter Entry
Within a filter policy, configure filter entries which contain criteria against which ingress, egress,
or network traffic is matched. The action specified in the entry determine how the packets are
handled, either dropped or forwarded.
Enter a filter entry ID. The system does not dynamically assign a value.
Assign an action, either drop or forward.
Specify matching criteria.
Use the following CLI syntax to create an MAC filter entry:
CLI Syntax: config>filter# mac-filter filter-id
entry entry-id [time-range time-range-name]
description description-string
action [drop]
action forward [sap sap-id|sdp sdp-id]
action http-redirect url
The following displays the configuration command usage:
Example:config>filter# mac-filter 90
config>filter>mac-filter# entry 1
config>filter>mac-filter>entry#
config>filter>mac-filter>entry# description "allow-104"
config>filter>mac-filter>entry# action drop
A:sim1>config>filter# info
----------------------------------------------
mac-filter 90 create
entry 1 create
description "allow-104"
match
exit
action drop
exit
exit
----------------------------------------------
A:sim1>config>filter#