In this section:
Perform the following steps:
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
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
You must configure Cluster Admin before configuring D-SBC Signaling Port, Load Balancing Service, and DNS Group parameters for intra-cluster VNFC communication.
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
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
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