You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this section:

The D-SBC Cluster configuration syntax, parameter descriptions and command examples are included in this section.

Media Resource Function

This section provides CLI details for configuring a Media Resource Function (MRF) profile.

Command Syntax

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

 

Command Parameters

D-SBC SigPort Parameters

Parameter

Length/Range

Parameter Description

Mandatory /
Optional
mrfFqdn1-63<domain name> – The domain name of the MRF server.M
mrfIpAddressN/A<IP address> – IP Addresses of the MRF server.M
mrfPort1-65535

<port number> – The port number of the MRF server. The default value is based on the mrRoutingType setting:

  • 0 (fqdn)
  • 5060 (ipAddress)
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 used to communicate to the MRF server.

Options:

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

The admin state of the MRF cluster.

  • disabled (default)
  • enabled
M
 

Command Examples

set system dsbc cluster type mrf mrfRequestUri <transcoding@sonusnet.com>
set system dsbc cluster type mrf mrfRoutingType <fqdn mrffqdn sonusnet.com>
set system dsbc cluster type mrf mrfRoutingType IpAddress mrfIpAddress <10.54.80.7 fdda:5cc1:23:4::1f fdda:5cc1:23:4::1e 10.54.80.8>
set system dsbc cluster type mrf mrfTgName <MRF_TG>
set system dsbc cluster type mrf mrfTransportType <UDP>
set system dsbc cluster type mrf mrfPort <5060>
set system dsbc cluster type mrf state <enabled> 
commit

 

  • No labels