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.
Associating a Gateway Trunk Group with an Existing Shared CAC Limits Pool
Perform the following steps to associate an existing Gateway Trunk Group with an existing Shared CAC Limits Pool:
- Create a Shared CAC Limits Pool: Refer to Shared CAC-Limits Pool - CLI. For this example, we refer it as
Cac1
. - Create a Gateway Trunk Group: Refer to Zone - GW Trunk Group - CLI. For this example, we refer it as
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
Deleting the CAC Parameters from the Trunk Group
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
Detaching the Gateway Trunk Group
Detach the Gateway Trunk Group from the Shared CAC Limits Profile:
% delete addressContext default zone defaultSigZone gwTrunkGroup gwtg1 parentSharedCacLimitsPoolName % commit