Configuring a VLL Service with CLI
Page 206 7750 SR OS Services Guide
Re-enabling an Epipe Service
To re-enable an Epipe service that was shut down.
CLI Syntax: config>service> epipe service-id
no shutdown
Example
:config>service# epipe 2
config>service>epipe# no shutdown
config>service>epipe# exit
Deleting an Epipe Service
Perform the following steps prior to deleting an Epipe service:
1. Shut down the SAP and SDP.
2. Delete the SAP and SDP.
3. Shut down the service.
Use the following CLI syntax to delete an Epipe service:
CLI Syntax: config>service
[no] epipe service-id
shutdown
[no] sap sap-id
shutdown
[no] spoke-sdp sdp-id:vc-id
shutdown
Example
:config>service# epipe 2
config>service>epipe# sap 2/1/3:21
config>service>epipe>sap# shutdown
config>service>epipe>sap# exit
config>service>epipe# no sap 2/1/3:21
config>service>epipe# spoke-sdp 2:6000
config>service>epipe>spoke-sdp# shutdown
config>service>epipe>spoke-sdp# exit
config>service>epipe# no spoke-sdp 2:6000
config>service>epipe# epipe 2
config>service>epipe# shutdown
config>service>epipe# exit
config>service# no epipe 2