Versions Compared

Key

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

In this section:

Table of Contents
maxLevel4

As an alternative to using the default management interface, the SBC supports using an IP address (IPv4 or IPv6) from a packet interface (pkt0 or pkt1) for intra-cluster Virtual Network Function Component (VNFC) communication in distributed SBC (D-SBC) deployments. 

The SBC uses UDP port number 3057 for intra-cluster VNFC communication. Therefore, when using a packet interface, you must set the parameter baseUdpPort to a value higher than 3057 to avoid a conflict.

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 use a packet interface for intra-cluster VNFC communication by setting , set the parameter type to type, execute the following commands ip, and specify a packet interface IP Interface Group and metavariable, as in the following examples:

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 use a management interface for intra-cluster VNFC communication by setting , set the parameter type to mgmt, execute , and specify a management interface IP Interface Group and metavariable, as in the following commandsexamples:

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

Include Page
Configure_ClusterAdmin_first
Configure_ClusterAdmin_first

Refer to D-SBC Signaling Port - CLI, Load Balancing Service - CLI,

and

and DNS Group

parameters for intra-cluster VNFC communication. AnchorConfiguring Load Balancing Service for the ClusterConfiguring Load Balancing Service for the ClusterConfiguring 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
AnchorConfiguring the D-SBC Signaling Port or DFE Port for the ClusterConfiguring the D-SBC Signaling Port or DFE Port for the ClusterConfiguring 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
AnchorConfiguring the DNS Group for the ClusterConfiguring the DNS Group for the ClusterConfiguring the DNS Group for the Cluster

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

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

- CLI for more information.

Pagebreak