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:
Cac1
.gwtg1
.Attach the Gateway Trunk Group as a child of the Shared CAC Limits Pool:
% set addressContext default zone defaultSigZone gwTrunkGroup gwtg1 parentSharedCacLimitsPoolName Cac1 % commit
Configure the CAC related parameters and sub-parameters of the Gateway Trunk Group:
% 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:
% delete addressContext default zone defaultSigZone gwTrunkGroup gwtg1 cac bandwidthLimit % commit
% delete addressContext default zone defaultSigZone gwTrunkGroup gwtg1 cac ingress callLimit % commit
Delete all CAC related parameter (and sub-parameters) of the Gateway Trunk Group:
% delete addressContext default zone defaultSigZone gwTrunkGroup gwtg1 cac % commit
Detach the Gateway Trunk Group from the Shared CAC Limits Profile:
% delete addressContext default zone defaultSigZone gwTrunkGroup gwtg1 parentSharedCacLimitsPoolName % commit