Configuring VLL Components
Page 206 7705 SAR OS Services Guide
To configure a basic local Cpipe service (SAP-to-SAP), enter the sap sap-id command 
twice with different port IDs in the same service configuration.
The following example displays a TDM SAP-to-SAP configuration:
A:ALU-4>config>service# info
-------------------------------------
...
        cpipe 5 customer 1 create
            description "TDM sap2sap"
            service-mtu 1400
            sap 1/1/1.1
            sap 1/2/1.1
            no shutdown
        exit
...
-------------------------------------
Configuring Cpipe SDP bindings
Use the following CLI syntax to create a spoke SDP binding with a Cpipe service. For SDP 
configuration information, see Configuring SDPs on page 92.
CLI Syntax: config>service# cpipe service-id [customer customer-id] 
[create] [vpn vpn-id] [vc-type {satop-e1 | satop-t1 | cesopsn | 
cesopsn-cas}] [vc-switching]
spoke-sdp sdp-id:vc-id [create]
egress
vc-label egress-vc-label
ingress
vc-label ingress-vc-label
[no] shutdown
Example: A:ALU-41>config>service# cpipe 5
A:ALU-41>config>service>cpipe# spoke-sdp 1:5 create
A:ALU-41>config>service>cpipe>spoke-sdp# no shutdown
A:ALU-41>config>service>cpipe>spoke-sdp# exit