Alcatel-Lucent 7750 SR OS Network Router User Manual


 
Filter Policies
7750 SR OS Router Configuration Guide Page 327
Apply Filter Policies to Network Port
IP filter policies can be applied to network IP interfaces. MAC filters cannot be applied to network
IP interfaces or to routable IES services. IPv6 filter policies can be applied to network IP interfaces
in the IPv6 context within the interface configuration.
Filter policies must be created prior to the service creation.
Apply an IP Interface
CLI Syntax: config>router# interface ip-int-name
ingress
filter
ip-filter-id
Example
: config>router# interface to-104
config>router>if# ingress
config>router>if>ingress# filter ip 10
config>router>if# exit
config>router>if# egress
config>router>if>egress# filter ip 10
config>router>if# exit
A:ALA-48>config>router# info
#------------------------------------------
# IP Configuration
#------------------------------------------
...
interface "to-104"
address 10.0.0.103/24
port 1/1/1
ingress
filter ip 10
exit
egress
filter ip 10
exit
exit
...
#------------------------------------------
A:ALA-48>config>router#