Deleting an Epipe Service

About this task

Perform the following steps to delete an Epipe service.
  1. Shut down the SAP and SDP.
  2. Delete the SAP and SDP.
  3. Shut down the service.
  4. Use the following CLI syntax to delete an Epipe service.
    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