Common Configuration Tasks
Page 1252 7750 SR OS Services Guide
Cross Connecting Services
Services are provisioned onto a CCAG using a special CCAG SAP definition. CCAG SAPs must
reference a ccag-id, a CCA path (a or b), a pairing type (sap-sap or sap-net) and a unique cc-id.
The ccag-id identifies the group of CCAs that will be used for forwarding packets associated with
the SAP. The path identifies the bandwidth control grouping used to manage CCA egress
bandwidth. The pairing type helps the system identify which buffering resources will be used to
manage egress queuing of packets. Finally, the cc-id is used to explicitly cross connect the SAP to
another SAP or network IP interface configured with the same cc-id.
• Epipe on page 1252
• VPLS on page 1253
• IES on page 1254
• VPRN on page 1255
Epipe CLI Syntax: config>service#
epipe service-id [customer customer-id]
sap ccag-ccag-id.{a|b}[.sap-net|.sap-sap]:cc-id [create]
Example
:config>service# epipe 103 customer 6 create
config>service>epipe$ sap 3/1/1.1.1 create
config>service>epipe>sap# no shutdown
config>service>epipe>sap# exit
config>service>epipe# sap ccag-1.a:100 create
config>service>epipe>sap$ no shutdown
config>service>epipe>sap# exit
config>service>epipe# no shutdown
The following output displays the configuration:
A:ALA-48>config>service# info
-------------------------------------------
...
epipe 103 customer 6 vpn 103 create
sap 3/1/1.1.1 create
exit
sap ccag-1.a:100 create
exit
no shutdown
exit
-------------------------------------------
A:ALA-48>config>service#