Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles: |
Use this command to configure the D-SBC signaling ports for the IP Interface Group used to communicate between the signaling, media and transcoding SBCs.
The D-SBC Signaling Port configuration syntax, parameter descriptions and command examples are included in this section.
Include Page | ||||
---|---|---|---|---|
|
Refer to Cluster Admin - CLI for configuration details.
Code Block |
---|
% set system dsbc dsbcSigPort addressContext <addressContext name> encryptionType <none> ipInterfaceGroup <IPIG name> ipPublicVarV4 <metaVariable> ipPublicVarV6 <metaVariable> ipVarV4 <metaVariable> ipVarV6 <metaVariable> mode <inService | outOfService> state <disabled | enabled> timers <keepalive | retry> transportType <tcp> type <ip> |
Info | ||
---|---|---|
| ||
Make sure when configuring |
Info | ||
---|---|---|
| ||
In distributed SBC deployments, despite receiving a BYE from a participating endpoint, the S-SBC does not immediately release stable calls in the following scenarios:
In such cases, the calls are released only after the D-SBC retry timer expires. The configuration option for this timer is described in the following table. |
Caption | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||
|
To configure D-SBC Signaling Port:
Code Block |
---|
set system dsbc dsbcSigPort addressContext default ipInterfaceGroup LIG1 type ip ipVarV4 IF2.IPV4 mode inService state enabled commit |
Code Block |
---|
show details system dsbc dsbcSigPort type ip; ipInterfaceGroup LIG2; addressContext default; ipVarV4 IF3.IPV4; ipPublicVarV4 IF3.FIPV4; transportType tcp; encryptionType none; mode inService; state enabled; timers { keepalive 3; retry 1; } [ok] |
To disable D-SBC Signaling Port:
Code Block |
---|
set system dsbc dsbcSigPort mode outOfService state disabled commit |
To set the values of the keep-alive and retry timers to "3" and "20" seconds, respectively :
Code Block |
---|
set system dsbc dsbcSigPort timers keepalive 3 retry 20 commit |
To enable D-SBC Signaling Port:
Code Block |
---|
set system dsbc dsbcSigPort mode inService state enabled commit |
To view the keep-alive timer value:
Code Block |
---|
show table system dsbc dsbcSigPort timers keepalive keepalive 3; |
To view the retry timer value:
Code Block |
---|
show table system dsbc dsbcSigPort timers retry retry 20; |
Pagebreak |
---|