Configuring an IES Service with CLI
Page 694 7750 SR OS Services Guide
Configuring Spoke-SDP Parameters
Use the following CLI syntax to configure spoke SDP parameters:
CLI Syntax: config>service# ies service-id [customer customer-id] [vpn
vpn-id]
interface ip-int-name
spoke-sdp sdp-id:vc-id
egress
filter {ip ip-filter-id}
vc-label egress-vc-label
ingress
filter {ip ip-filter-id}
vc-label ingress-vc-label
no shutdown
Example:config>service# ies 1001 customer 1730 create
config>service>ies$ description “to internet”
config>service>ies# interface "spokeSDP-test" create
config>service>ies>if$ spoke-sdp 2:100 create
config>service>ies>if>spoke-sdp$ egress
config>service>ies>if>spoke-sdp>egress$ filter ip 10
config>service>ies>if>spoke-sdp>egress$ exit
config>service>ies>if>spoke-sdp# no shutdown
The following example displays the spoke SDP configuration.
A:ALA-48>config>service>ies# info
----------------------------------------------
description "to internet"
interface "spokeSDP-test" create
spoke-sdp 2:100 create
egress
filter ip 10
exit
exit
exit
no shutdown
----------------------------------------------
A:ALA-48>config>service>ies#