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
