Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor update to the table.

Add_workflow_for_techpubs
AUTH1
REV5
REV6
REV3
REV1

 

Panel

In this section:

Table of Contents
maxLevel3

 

Policer Profile

Multiexcerpt
MultiExcerptNamePolicer Profile

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. 

Info
titleNote

This cluster configuration is applicable only to the S-Node, and helps it identify the seed node of the M-Cluster with a FQDN. The DNS Group configuration tells which DNS Group to use to resolve the specified FQDN.

 

Command Syntax

Code Block
% set system dsbc cluster type policer
	dnsGroup <DNS group name> 
	fqdn <FQDN: 1-63>
	state <disabled | enabled>


Command Parameters

Caption
0Table
1D-SBC Cluster Policer Parameters
3D-SBC Cluster Policer Parameters
Parameter
Description
dnsGroup<dnsGroup name> – The default DNS Server Group for this zone.
fqdn<FQDN value> – The FQDN value to associate with this policer profile.
state

The administrative state of the D-SBC cluster.

  • disabled (default)
  • enabled

Media Resource Function Profile

Multiexcerpt include
MultiExcerptNameInvoke MRF Intro
PageWithExcerptInvoke MRF as a Transcoder for D-SBC

Media Resource Function Profile

This section provides the The CLI syntax, parameter descriptions and command examples for configuring a MRF profile on a S-SBC is provided below.

For additional configuration details, refer to Invoke MRF as a Transcoder for D-SBC.

Info
titleNote

Use the global callRemoteMediaStatus and callResourceDetailStatus commands to see when MRF is used for transcoding a call (resType = "dresMrf").

 

Command Syntax

Code Block
% set system dsbc cluster type mrf
    mrfFqdn <domanin name>
	mrfIpAddress <IP address>
	mrfPort <0-65535>
	mrfRequestUri <Request URI>
	mrfRoutingType <IpAddress | fqdn>
	mrfTgName <trunking group name>
	mrfTransportType <TCP| TLS| UDP>
	state <disabled | enabled> 

 

Command Parameters

Info
titleNote

The MRF server is configured as either FQDN or IP address based on the mrfRoutingType setting.

Caption
0Table
1D-SBC Cluster MRF Parameters
3D-SBC Cluster MRF Parameters

Parameter

Length/Range

Parameter Description

Mandatory /
Optional
mrfFqdn1-63

<domain name> – The domain name of the MRF server.

When mrfRoutingType = fqdn, configure the DNS Group on the zone in which mrfTgName exists.

M
mrfIpAddressN/A

<IP address> – One or more IP addresses of the MRF server. When mrfRoutingType = ipAddress, a minimum of one IP address must be configured. If more than one IP address is entered, separate each IP address by a comma (,). The

Spacevars
0product
supports a maximum of four IP addresses.

M
mrfPort0-65535

<port number> – The port number of the MRF server. The default value is based on the mrRoutingType setting. (Default = 5060)

  • When the mrfRoutingType is fqdn, mrfPort default value is "0". In this case, you must configure the desired port in the DNS server for the SRV record.
  • When the mrfRoutingType is IpAddress, mrfPort .
O
mrfRequestUri1-63<request uri> – Request URI sent in an Invite towards MRF server.M
mrfRoutingTypeN/A

The routing type used to send invites towards MRF server.

  • fqdn (default)
  • IpAddress
O
mrfTgName1-24<TG name> – The Trunk Group name used for MRF signaling.M
mrfTransportTypeN/A

The transport type used to communicate to the MRF server.

  • TCP
  • TLS
  • UDP (default)
O
stateN/A

The admin state of the MRF cluster.

  • disabled (default)
  • enabled
M
 

Command Examples

To configure an MRF as IP address:

Code Block
languagenone
% 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 
commit

 

Pagebreak