You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
The Unable to show "metadata-from": No such page "_space_variables"
supports the system command clusterAdmin
clusterComm
to configure intra-cluster VNFC communication interfaces for use with the Load Balancing Service.
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
% set system clusterAdmin clusterComm
addressContext <addressContext name>
pktIpAddress
type <ip |mgmt>
% set system clusterAdmin clusterComm
mgmtInterfaceGroup mgmtGroup
mgmtIpAddress <IP address>
type <ip | mgmt>
SBC SWe Cloud Syntax
% set system clusterAdmin clusterComm
addressContext <addressContext name>
ipInterfaceGroup <IPIG name>
pktIpVar <metaVariable>
type <ip |mgmt>
% set system clusterAdmin clusterComm
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.
Parameter Descriptions (Non-Cloud)
Parameter Descriptions (Non-Cloud)
Parameter | Length/Range | Description |
---|
clusterComm | N/A | Intra-cluster VNFC communication interfaces for the Load Balancing Service.. |
type | N/A | Interface type used by the Load Balancing Service for intra-cluster VNFC communication. |
type = ip |
---|
addressContext | N/A | Address Context for intra-cluster VNFC communication when packet interface is used. |
pktIpAddress | N/A | Packet IP address for intra-cluster VNFC communication. <IPv4 address> <IPv6 address>
|
type = mgmt |
---|
mgmtInterfaceGroup | N/A | The management interface group for intra-cluster VNFC communication. |
mgmtIpAddress | N/A | Management IP address for intra-cluster VNFC communication. <IPv4 address> <IPv6 address> (default)
|
Parameter Descriptions (Cloud)
Parameter Descriptions (Cloud)
Parameter | Length/Range | Description |
---|
clusterComm | N/A | Intra-cluster VNFC communication interfaces for the Load Balancing Service.. |
type | N/A | Interface type used by the Load Balancing Service for intra-cluster VNFC communication. |
type = ip |
---|
addressContext | N/A | Address Context for intra-cluster VNFC communication when packet interface is used. |
ipInterfaceGroup | N/A | <IPIG name> – The name of the IP Interface Group for intra-cluster VNFC communication when packet interface is used. |
pktIpVar | 1-255 characters | <metaVariable> – The configuration metaVariable that fetches the IP address of the packet ports for intra-cluster VNFC communication.
|
type = mgmt |
---|
mgmtInterfaceGroup | N/A | The management interface group for intra-cluster VNFC communication. |
mgmtIpVar | 1-255 characters | <metaVariable> – The configuration metaVariable that fetches the IP address of the management ports for intra-cluster VNFC communication. (default = IF0.IPV6)
|
Configuration Example
To configure packet interface using IPv6 address for VNFC communication in a Cloud M-SBC cluster:
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:
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:
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:
set system clusterAdmin clusterComm type mgmt mgmtInterfaceGroup mgmtGroup mgmtIpVar IFO.IPV4
commit