Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Add_workflow_for_techpubsAUTH1REV5REV6REV3REV1
Panel

In this section:

Table of Contents
maxLevel4

Perform the following steps:

  1. Setting the Base UDP Port Value
  2. Configuring Intra-Cluster VNFC Communication Through Packet Ports
  3. Configuring Intra-Cluster VNFC Communication Through Packet Ports
  4. Configuring Intra-Cluster VNFC Communication Through Packet Ports
  5. Configuring Intra-Cluster VNFC Communication Through Packet Ports

Anchor
Setting the Base Udp Port value
Setting the Base Udp Port value
Setting the Base UDP Port Value

Info
titleNote

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:

Code Block
set system media mediaPortRange baseUdpPort 3060
commit

Anchor
Configuring the Intra-cluster VNFC Interface
Configuring the Intra-cluster VNFC Interface
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:

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

IPv4 address:

Code Block
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:

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

IPv4 address:

Code Block
set system clusterAdmin clusterComm type mgmt addressContext default ipInterfaceGroup LIG2 mgmtIpVar IF0.IPV4  
commit
Info
titleNote

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

Anchor
Configuring Load Balancing Service for the Cluster
Configuring Load Balancing Service for the Cluster
Configuring Load Balancing Service for the Cluster

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

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

Anchor
Configuring the D-SBC Signaling Port or DFE Port for the Cluster
Configuring the D-SBC Signaling Port or DFE Port for the Cluster
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:

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

Anchor
Configuring the DNS Group for the Cluster
Configuring the DNS Group for the Cluster
Configuring the DNS Group for the Cluster

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

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

Pagebreak