Perform the following steps:

  1. Setting the Base UDP Port Value
  2. Configuring the Intra-cluster VNFC Interface
  3. Configuring Load Balancing Service for the Cluster
  4. Configuring the D-SBC Signaling Port or DFE Port for the Cluster
  5. Configuring the DNS Group for the Cluster

Setting the Base UDP Port Value

Note

To use packet IP interface's UDP port higher than 1023, it is required to set baseUdpPort parameter. The loadBalancingService intra-cluster communication uses UDP port 3057. 

 

To set the value of the parameter baseUdpPort to more than 3057, execute the following command:

set system media mediaPortRange baseUdpPort 3060
commit

Configuring the Intra-cluster VNFC Interface

To Configure the packet interface for intra-cluster VNFC communication by setting the parameter type to type, execute the following commands:

IPv6 address:

set system clusterAdmin clusterComm type ip addressContext default ipInterfaceGroup LIG2 pktIpVar IF3.IPV6  
commit

IPv4 address:

set system clusterAdmin clusterComm type ip addressContext default ipInterfaceGroup LIG2 pktIpVar IF3.IPV4  
commit

To Configure the management interface for intra-cluster VNFC communication by setting the parameter type to mgmt, execute the following commands:

IPv6 address:

set system clusterAdmin clusterComm type mgmt addressContext default ipInterfaceGroup LIG2 mgmtIpVar IF0.IPV6  
commit

IPv4 address:

set system clusterAdmin clusterComm type mgmt addressContext default ipInterfaceGroup LIG2 mgmtIpVar IF0.IPV4  
commit
Note

You must configure Cluster Admin before configuring D-SBC Signaling Port, Load Balancing Service, and DNS Group parameters for intra-cluster VNFC communication.

Configuring Load Balancing Service for the Cluster

To Configuring the parameter loadBalancingService for the Cluster, execute the following command:

set system loadBalancingService groupName mCCluster.dsbcUser01.com
set system loadBalancingService privateIpInterfaceGroupName LIG2 
commit

Configuring the D-SBC Signaling Port or DFE Port for the Cluster

To configure the parameter dsbcSigPort or DFE port for the cluster, execute the following command:

set system dsbc dsbcSigPort ipInterfaceGroup LIG2 ipVarV4 IF3.IPV4 state enabled mode inService
commit

Configuring the DNS Group for the Cluster

To configure the parameter dnsGroup for the cluster, execute the following command:

set addressContext default dnsGroup test type mgmt interface mgmtGroup server test ipAddress 10.7.6.40 state enabled
commit

 

  • No labels