Configuring Call Admission Control
Call admission control (CAC) prevents bottlenecks by limiting new and active dialogs and transactions. You configure CAC criteria in admission control profiles. You then assign the profiles to actions in new transaction policies.
This topic includes the following tasks:
Configuring Admission Control Profiles
To cause the software to block all new dialogs or out-of-dialog transactions and to send 403 (Forbidden) messages, set the relevant committed-attempts-rate to 0 and the maximum-burst-size to 0.
To configure an admission control profile for CAC:
- Create an admission control profile.[edit services border-signaling-gateway gateway bsg-1]user@host# edit admission-control acprofile1
- Access the dialog configuration for this
profile.[edit services border-signaling-gateway gateway bsg-1 admission-control acprofile1]user@host# edit dialogs
- Configure the maximum number of concurrent
dialogs.[edit services border-signaling-gateway gateway bsg-1 admission-control acprofile1 dialogs]user@host# set maximum-concurrent 50000
- Configure the maximum number of new dialog
attempts per second.[edit services border-signaling-gateway gateway bsg-1 admission-control acprofile1 dialogs]user@host# set committed-attempts-rate 50
- Configure the maximum burst size (number
of dialog attempts).[edit services border-signaling-gateway gateway bsg-1 admission-control acprofile1 dialogs]user@host# set committed-burst-size 100
- Access the transaction configuration
level for this profile.[edit services border-signaling-gateway gateway bsg-1 admission-control acprofile1 dialogs]user@host# up 1[edit services border-signaling-gateway gateway bsg-1 admission-control acprofile1]user@host# edit transactions
- Configure the maximum number of concurrent
transactions.[edit services border-signaling-gateway gateway bsg-1 admission-control acprofile1 transactions]user@host# set maximum-concurrent 50000
- Configure the maximum number of new transaction
attempts per second.[edit services border-signaling-gateway gateway bsg-1 admission-control acprofile1 transactions]user@host# set committed-attempts-rate 50
- Configure the maximum burst size (number
of transaction attempts).[edit services border-signaling-gateway gateway bsg-1 admission-control acprofile1 transactions]user@host# set committed-burst-size 100
Assigning Admission Control Profiles to New Transaction Policies
To assign a controller, add the name of a controller to the then action in a new transaction policy.
To assign a profile to a new transaction policy:
- Access the configuration of the new transaction
policy. [edit]user@host# edit services border-signaling-gateway gateway bsg–1 sip new-transaction-policy policy10 term peer-to-peer then
- Assign an admission control profile to
the new transaction policy.[edit services border-signaling-gateway gateway bsg–1 sip new-transaction-policy policy10 term peer-to-peer then]user@host# set admission-control acprofile1