set interface <interface-name> ipv6 <prefix-ipv6> [gateway <gateway-ipv6>]
Set IPv6 static interface. If IPv6 interface already configured then user cannot configure it again.
Parameters:
Option
Description
<interface-name>
Configurable network interface argument
<prefix-ipv6>
CIDR notation argument for IPv6 address
Example:
nsx-mgr> set interface eth0 ipv6 fd01:0:106:8:0:85ff:fe5b:4784/64
IPv6 address successfully updated. Node may take some time for IPv6 migration.
or
nsx-mgr> set interface eth0 ipv6 2620:124:6020:1045::21/64 gateway 2620:124:6020:1045::253
IPv6 address successfully updated. Node may take some time for IPv6 migration.
Node restart is required before joining this node to the cluster using an IPv6 address.