Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles: |
Multiexcerpt | ||||
---|---|---|---|---|
| ||||
In a Distributed
The S-SBC cluster instances discover the server instances using standard DNS resolution of policing and DSP services that are provided by the respective M-SBC and T-SBC cluster. |
Code Block |
---|
% set system dsbc cluster
type <dsp, mrf, policer> |
Caption | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Multiexcerpt | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
The
|
The D-SBC uses the Signaling IP address of the T-SBC hosting the DSP to provide services that include Transcoding/tone detection, Secured transport connection (crypto) like SRTP (Media), RTCP generation, FMTD detection, Legal Interception, Recording and Transcoding, Trans-rating or Tran-sizing flows.
Code Block |
---|
% set system dsbc cluster type dsp
dnsGroup <DNS group name>
fqdn <FQDN: 1-63>
state <disabled | enabled> |
Caption | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Multiexcerpt include | ||||
---|---|---|---|---|
|
This section provides the CLI syntax, parameter descriptions and command examples for configuring a MRF profile on a S-SBC.
Multiexcerpt include | ||||
---|---|---|---|---|
|
For additional feature functionality For additional configuration details, refer to Invoke MRF as a Transcoder for D-SBC.
The CLI syntax, parameter descriptions and command examples for configuring a MRF profile on a S-SBC is provided below.
Info | ||
---|---|---|
| ||
Use the global callRemoteMediaStatus and callResourceDetailStatus commands to see when MRF is used for transcoding a call ( |
Code Block |
---|
% set system dsbc cluster type mrf mrfFqdn <domanin name> mrfIpAddress <IP address> mrfPort <5060 | 0><0-65535> mrfRequestUri <Request URI> mrfRoutingType <IpAddress | fqdn> mrfTgName <trunking group name> mrfTransportType <TCP| TLS| UDP> state <disabled | enabled> |
Info | ||
---|---|---|
| ||
The MRF server is configured as either FQDN or IP address based on the |
Caption | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||
|
Multiexcerpt | |||||
---|---|---|---|---|---|
| |||||
The D-SBC uses the policer cluster of type M-SBC to provide policing services that include DoS/DDoS Protection, Topology Hiding (IPv4, IPv6, IPv4/IPv6 inter-working), Media Rate Limiting, VLAN Tagging, Far End NA(P)T Learning, RTP Inactivity Detection, SRTP Relay, ACLs and Micro Flows.
|
Code Block |
---|
% set system dsbc cluster type policer
dnsGroup <DNS group name>
fqdn <FQDN: 1-63>
state <disabled | enabled> |
Caption | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
To configure a DSP cluster profile:
Code Block |
---|
set system dsbc cluster type dsp dnsGroup SWeDNS fqdn tsbc.tcluster.com state enabled
commit |
To configure an MRF as IP address:
Code Block | ||
---|---|---|
| ||
set system dsbc cluster type mrf mrfRoutingType IpAddress mrfPort 5060 mrfIpAddress 10.54.1.1 mrfTgName SBX_55461_IMS_TG mrfRequestUri MRF-SERVER mrfTransportType UDP state enabled
commit |
To configure an MRF as fqdn:
Code Block |
---|
set system dsbc cluster type mrf mrfRoutingType fqdn mrfPort 5060 mrffqdn sonusnet.com mrfTgName SBX_55461_IMS_TG mrfRequestUri MRF-SERVER mrfTransportType UDP state enabled fqdn mrffqdn sonusnet.com mrfRequestUri transcoding@sonusnet.com mrfTransportType UDP mrfPort 5060 mrfTgName MRF-TG state enabled commit |
Pagebreak |
---|