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 |
|