Service Management Tasks
Page 72 7750 SR OS Services Guide
Deleting Customers
The no form of the customer command removes a customer ID and all associated information.
All service references to the customer must be shut down and deleted before a customer account
can be deleted.
CLI Syntax: config>service# no customer customer-id
Example
: config>service# epipe 5 customer 27 shutdown
config>service# epipe 9 customer 27 shutdown
config>service# no epipe 5
config>service# no epipe 9
config>service# no customer 27
Modifying SDPs
To access a specific SDP, you must specify the SDP ID. To display a list of SDPs, use the show
service sdp
command. Enter the parameter, such as description, far-end, and lsp, and
then enter the new information.
NOTE: Once created, you cannot modify the SDP encapsulation type.
CLI Syntax: config>service# sdp sdp-id
Example
: config>service# sdp 79
config>service>sdp# description “Path-to-107”
config>service>sdp# shutdown
config>service>sdp# far-end “10.10.10.107”
config>service>sdp# path-mtu 1503
config>service>sdp# no shutdown
Deleting SDPs
The no form of the sdp command removes an SDP ID and all associated information. Before an
SDP can be deleted, the SDP must be shutdown and removed (unbound) from all customer
services where it is applied.
CLI Syntax: config>service# no sdp 79
Example
: config>service# epipe 5 spoke-sdp 79:5
config>service>epipe>sdp# shutdown
config>service>epipe>sdp# exit