Internet Enhanced Services
7750 SR OS Services Guide Page 701
Deleting a Spoke-SDP
To delete the spoke SDP from the service interface must be shut it first. This cleans up the
associated VC labels.
Use the following CLI syntax to delete a spoke SDP from an interface:
CLI Syntax: config>service# ies service-id [customer customer-id] [vpn
vpn-id]
interface ip-int-name
[no] spoke-sdp sdp-id:vc-id
shutdown
Example: config>service# ies 1001
config>service>ies# interface "spokeSDP-test"
config>service>ies>if# spoke-sdp 2:100
config>service>ies>if>spoke-sdp# shutdown
config>service>ies>if>spoke-sdp# exit
config>service>ies>if# no spoke-sdp 2:100
config>service>ies>if# exit
The following example displays the spoke SDP configuration.
A:ALA-48>config>service>ies# info
----------------------------------------------
description "to internet"
interface "spokeSDP-test" create
exit
no shutdown
----------------------------------------------
A:ALA-48>config>service>ies#