Common Configuration Tasks
Page 1248 7750 SR OS Services Guide
Provision CCAG Parameters
Once a CCA is provisioned into the system, it must be placed in a Cross Connect Aggregation
Group (CCAG) to be used by cross connect objects. Besides CCA membership, the CCAG also
supports bandwidth control parameters (see Configure Path Components on page 1249) used to
manipulate forwarding distribution between objects in the alpha and beta path groups and the
aggregate rate allowed on the CCA.
Use the following CLI syntax to provision CCAG components.
CLI Syntax: config>vsm#
ccag ccag-id [create]
cca-rate kilobits-per-second
description description-string
member-cca card-slot/mda-number
path {a|b}
no shutdown
The following example displays the command usage to provision CCAG components:
Example:config>vsm# ccag 1
config>vsm>ccag# description "VSM test"
config>vsm>ccag# cca-rate 1000000
config>vsm>ccag# member-cca 10/1
The following example displays the configuration:
A:ALA-48>config>vsm# info
----------------------------------------------
ccag 1 create
description "VSM test"
cca-rate 1000000
member-cca 10/1
exit
...
----------------------------------------------
A:ALA-48>config>vsm#