Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added Mike C as a reviewer

Add_workflow_for_techpubs
AUTH1
REV5
REV6
REV3
REV1

 

Panel

In this section:

Table of Contents
maxLevel4

Info
iconfalse

Related articles:

The

Spacevars
0series4
 supports the system  command Cluster Admin commands control communications among SBC nodes in a cluster configuration. This includes the initial discovery of other member nodes in the cluster as well as communication among the nodes during operation. In general, the clusterAdmin parameters are automatically configured if a deployment requires them and do not need to be changed.

One exception is the clusterAdmin clusterComm configuration required on M-SBC clusters in a distributed SBC SWe Cloud deployment. The clusterComm configuration is visible only for M-SBC clusters and is required prior to configuring a load balancing service to distribute media request among the media nodesclusterAdmin clusterComm to configure intra-cluster VNFC communication interfaces for use with the Load Balancing Service.

Info
titleNote

You must restart the SBC after changing the IP addresses address for intra-cluster VNFC communication.

 

Command Syntax

The CLI syntax for non-Cloud and Cloud configurations is shown below. The parameters that display are dependent upon the clusterComm type setting: ip or mgmt.

SBC 5xx0/7000/SWe Syntax

following syntax shows the first-level parameters under clusterAdmin.

Code Block
Code Block
titleclusterComm type = ip
% set system clusterAdmin
      clusterComm
	addressContext <addressContext name>
	pktIpAddress
	type <ip |mgmt> 
Code Block
titleclusterComm type = mgmt
% set system clusterAdmin clusterComm   
      dataComm     
      discoveryComm 
      seedFqdn     
   	mgmtInterfaceGroup   mgmtGroupseedIpAddress 
      state 	mgmtIpAddress <IP address>
	type <ip | mgmt> 

 

SBC SWe Cloud Syntax

clusterComm Syntax (M-SBC Deployments Only)

Intra-cluster communications can be configured to occur on either the management interface (default) or a packet interface. The parameters differ based on the type specification as shown below.

Code Block
titleclusterComm type = ip
% set system clusterAdmin clusterComm type ip
	addressContext <addressContext name>
	ipInterfaceGroup <IPIG name>
	pktIpVar <metaVariable>
	type <ip |mgmt> 
Code Block
titleclusterComm type = mgmt
% set system clusterAdmin clusterComm type mgmt
   	mgmtInterfaceGroup mgmtGroup 
   	mgmtIpVar <metaVariable>
	type <ip | mgmt> 

Command Parameters

This section details the command parameters in two tables, one each for Cloud and non-Cloud SBC configurations.

Info

Use the show table system clusterAdmin clusterComm command to view configuration details. Refer to Show Table System for details.

 

Parameter Descriptions (Non-Cloud)

The following table summarizes the roles of the first-level clusterAdmin parameters. Except for clusterComm, the options are automatically configured when needed.

Caption
0Table
1Parameter Descriptions (Non-Cloud)
3Parameter Descriptions (Non-Cloud)
clusterAdmin Parameters
ParameterParameterLength/RangeDescription
clusterCommN/AIntraDefines intra-cluster VNFC communication interfaces communications for the Load Balancing Service..
typeN/A

Interface type used by the Load Balancing Service for intra-cluster VNFC communication.

  • ip
  • mgmt (default)
type = ip
addressContextN/AAddress Context for intra-cluster VNFC communication when packet interface is used.
pktIpAddressN/A

Packet IP address for intra-cluster VNFC communication.

  • <IPv4 address>
  • <IPv6 address>
type = mgmt
mgmtInterfaceGroupN/A

The management interface group for intra-cluster VNFC communication.

    • mgmtGroup (default)
mgmtIpAddressN/A

Management IP address for intra-cluster VNFC communication.

  • <IPv4 address>
  • <IPv6 address> (default)
 

Parameter Descriptions (Cloud)

M-SBC load balancing service. Available only on M-SBC deployments. See the following table for more detail.
dataComm

Defines the communication interface for data traffic.

discoveryCommDefines the communication interface for the node-discovery protocol.
seedFqdn

FQDN that maps to the seed nodes.

seedIpAddress

IP addresses of the seed nodes. Not applicable when seedFqdn is configured.

state

The admin state of the cluster (enabled/disabled).

clusterComm Parameter Descriptions 

The following table describes the parameters under clusterAdmin clusterComm you can use to configure intra-cluster communication for an M-SBC deployment.

Descriptions (Cloud)
Caption
3
0Table
1clusterComm Parameter Descriptions (Cloud)
Parameter
N/A
ParameterLength/RangeDescriptionclusterComm
Intra-cluster VNFC communication interfaces for the Load Balancing Service..typeN/A

Interface type used by the Load Balancing Service to use for intra-cluster VNFC communication.

  • ip - to use a packet interface.
  • mgmt (default) - to use the management interface.
type = ip
addressContextN/AAddress Context context containing the IP interface group to use for intra-cluster VNFC communication when packet interface is used.
ipInterfaceGroupN/A<IPIG name> – The name of the IP Interface Group interface group for intra-cluster VNFC communication when packet interface is used.
pktIpVar1-255 characters

<metaVariable> – The configuration metaVariable that fetches specifies the IP address of the packet ports for intra-cluster VNFC communication.

 

type = mgmt
mgmtInterfaceGroupN/A

The management interface group for intra-cluster VNFC communication.

    • mgmtGroup (default)
mgmtIpVar1-255 characters

<metaVariable>The configuration metaVariable that fetches specifies the IP address of the management ports for intra-cluster VNFC communication. (default = IF0.IPV6)

 

Configuration

Example

Examples

Excerpt

To configure packet interface using IPv6 address for VNFC communication in a Cloud M-SBC cluster:

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

 

To configure packet interface using IPv4 address for VNFC communication in a Cloud M-SBC cluster:

Code Block
% set system clusterAdmin clusterComm type ip addressContext default ipInterfaceGroup MLIG2 pktIpVar IF3.IPV4
commit

 

To configure management interface using IPv6 address for VNFC communication in a Cloud M-SBC cluster:

Code Block
% set system clusterAdmin clusterComm type mgmt mgmtInterfaceGroup mgmtGroup mgmtIpVar IFO.IPV6
commit

 

To configure management interface using IPv4 address for VNFC communication in a Cloud M-SBC cluster:

Code Block
% set system clusterAdmin clusterComm type mgmt mgmtInterfaceGroup mgmtGroup mgmtIpVar IFO.IPV4
commit
 

Info

Use the show table system clusterAdmin clusterComm command to view configuration details. Refer to Show Table System for details.

Pagebreak