Panel | ||||
---|---|---|---|---|
In this section:
|
The purpose of this feature is to allow associating an existing Gateway Trunk Group with an existing Shared CAC Limits Pool, so that the basic call control parameters of a Gateway Trunk Group like call limit and bandwidth limit can be set, modified or deleted easily.
Perform the following steps to associate an existing Gateway Trunk Group with an existing Shared CAC Limits Pool:
Info | ||||
---|---|---|---|---|
| ||||
Step 1 and 2 are prerequisites for attaching a Gateway Trunk Group with a Shared CAC Limits Pool, and configuring the CAC parameters of the Gateway Trunk Group. If the required Shared CAC Limits Pool and Gateway Trunk Group exists, skip step 1 and 2. |
Cac1
.gwtg1
.Attach the Gateway Trunk Group as a child of the Shared CAC Limits Pool:
Code Block |
---|
% set addressContext default zone defaultSigZone gwTrunkGroup gwtg1 parentSharedCacLimitsPoolName Cac1 % commit |
Configure the CAC related parameters and sub-parameters of the Gateway Trunk Group:
Info | ||||
---|---|---|---|---|
| ||||
The example pertaining to this step are instances of possibilities for a SBC 5000 series hardware server, but are also valid for SBC 7000. However, for some of the parameters, SBC 7000 offers wider range of possible values. For more information on the variances of possible values for SBC 5000 and 7000 series hardware, refer to Zone - GW Trunk Group - CLI. |
Code Block |
---|
% set addressContext default zone defaultSigZone gwTrunkGroup gwtg1 cac bandwidthLimit 1000000000 callLimit 2000000000 egress callBurstMax 500 callLimit 1000000000 callRateMax 200 emergencyOversubscription 300 hpcOversubscription 50 emergencyOversubscription 400 hpcOversubscription 80 ingress callBurstMax 450 callLimit 500000000 callRateMax 100 emergencyOversubscription 100 hpcOversubscription 30 % commit |
To delete a CAC related parameter (or sub-parameter) from the Gateway Trunk Group:
Code Block |
---|
% delete addressContext default zone defaultSigZone gwTrunkGroup gwtg1 cac bandwidthLimit % commit |
Code Block |
---|
% delete addressContext default zone defaultSigZone gwTrunkGroup gwtg1 cac ingress callLimit % commit |
Info | ||||
---|---|---|---|---|
| ||||
If you delete the |
Delete all CAC related parameter (and sub-parameters) of the Gateway Trunk Group:
Code Block |
---|
% delete addressContext default zone defaultSigZone gwTrunkGroup gwtg1 cac % commit |
Detach the Gateway Trunk Group from the Shared CAC Limits Profile:
Code Block |
---|
% delete addressContext default zone defaultSigZone gwTrunkGroup gwtg1 parentSharedCacLimitsPoolName % commit |
Pagebreak |
---|