Common Configuration Tasks
Page 326 7750 SR OS Router Configuration Guide
Apply an IPv6 Filter Policy to an IES SAP

Use the following CLI syntax to apply an IPv6 filter policy to an ingress or egress SAP:

CLI Syntax: config>service# ies service-id
interface interface-name
sap sap-id
ingress
filter ipv6 ipv6-filter-id
egress
filter ipv6 ipv6-filter-id

The following displays the command usage to assign IPv6 filters to an IES service interface:

Example:config>service# ies 104
config>service# ies 104
config>service>ies# interface "testA"
config>service>ies>if# sap 2/1/3:0
config>service>ies>if>sap# ingress
config>service>ies>if>sap>ingress# filter ipv6 100
config>service>ies>if>sap>ingress# exit
config>service>ies>if>sap# egress
config>service>ies>if>sap>egress# filter ipv6 100
config>service>ies>if>sap>egress# exit
config>service>ies>if>sap# exit
config>service>ies>if#

The following output displays the IPv6 filters assigned to an IES service interface:

A:ALA-48>config>service>ies# info
----------------------------------------------
interface "testA" create
address 192.22.1.1/24
sap 2/1/3:0 create
exit
ipv6
ingress
filter ipv6 100
egress
filter ipv6 100
exit
exit
...
----------------------------------------------
A:ALA-48>config>service>ies#