VLL Services
7705 SAR OS Services Guide Page 219
Configuring PW Redundancy
For PW redundancy, create an explicit endpoint and then assign a primary spoke SDP and up 
to three secondary spoke SDPs, or up to four secondary spoke SDPs with no primary spoke 
SDP, to that endpoint.
CLI Syntax: config>service# cpipe service-id [customer customer-id] 
[create]
endpoint endpoint-name [create]
spoke-sdp sdp-id:vc-id endpoint endpoint-name 
[create]
precedence precedence-value
no shutdown
Example: config>service# cpipe 2100
config>service>cpipe$ endpoint “Endpoint_Y” create
config>service>cpipe$ spoke-sdp 1:100 endpoint
“Endpoint_Y” create
config>service>cpipe>spoke-sdp$ precedence primary
config>service>cpipe$ spoke-sdp 2:200 endpoint
“Endpoint_Y” create
config>service>cpipe>spoke-sdp$ precedence 1
no shutdown
The following example displays the PW redundancy configuration output for a Cpipe 
service.
*A:7705:Dut-C>config>service>cpipe# info
----------------------------------------------
            endpoint "Endpoint_Y" create
            exit
            spoke-sdp 1:100 endpoint "Endpoint_Y" create
                precedence primary
            exit
            spoke-sdp 2:200 endpoint "Endpoint_Y" create
                precedence 1
            exit
----------------------------------------------------
*A:7705:Dut-C>config>service>cpipe#