In this section:
The SBC is integrated with Juniper Session Resource Controller (JSRC) using SOAP interface, and performs enhanced call processing such as bandwidth reservation and Gateway client process creation.
For example, when a call comes in, SBC acting as a Gateway client contacts the SRC and reserves bandwidth for the session. Once the call completes, the bandwidth reservation is released. Currently, each business partner can have three users (user1, user2, user3). Each of these users has a 6M (6,000,000) link to the DSLAM.
The CLI syntax to configure the remote server and SBC global configuration is detailed in this section.
// Mandatory parameters for jsrcServer
% set system jsrcServer remoteServer <server_name> srcPassword <password> srcServerAddress <IPv4 or IPv6 address> srcUsername <user_name> state <disabled | enabled>
// Non-mandatory parameters for jsrcServer
% set system jsrcServer globalConfig DNSuffix <DN_suffix> maxNumberOfFailuresAllowed (0-10) numberOfRetries (0-10) organizationalUnit <name> reservationFailurePolicy <continue | reject> retailerName <name> routerPolicyEnable <disabled | enabled> srcBandwidithReservationEnabled <disabled | enabled> srcReconnectPollTimeout <0-3600> srcSessionTimeout <1-2147483647>
This example configures and enables remote server named "JSRC_1" with password of "Password1", IP address of "10.11.12.13", username of "srcAdmin".
Additionally, the following global SRC configuration parameters are set. For the remaining parameters, default values are accepted.
% set system jsrcServer remoteServer JSRC_1 srcPassword Password1 srcServerAddress 10.11.12.13 srcUsername srcAdmin state enabled % set system jsrcServer globalConfig maxNumberOfFailuresAllowed 4 reservationFailurePolicy reject srcBandwidithReservationEnabled enabled4 % show system jsrcServer globalConfig { srcBandwidithReservationEnabled enabled; maxNumberOfFailuresAllowed 4; reservationFailurePolicy reject; } remoteServer JSRC_1 { state enabled; srcServerAddress 10.11.12.13; srcUsername srcAdmin; srcPassword $3$Us0Iau8Nh2WAMtFejyHaMw==; }