6.5.1

Table Of Contents
2 Configure each ESXi host as a pure IPv6 node.
a Open an SSH connection and log in to the ESXi host.
b Run the following command:
esxcli network ip interface ipv6 set -i vmk0 -e true
c Assign an IPv6 address to the management network.
Address Assignment Option Description
Static address assignment 1 Open an SSH connection and log in to the ESXi host.
2 Set a static IPv6 address for the management network vmk0 by running
the following command:
esxcli network ip interface ipv6 address add -I
IPv6_address -i vmk0
3 Set the default gateway for the management network vmk0 by running the
following command:
esxcli network ip interface ipv6 set -i vmk0 -g
default_gateway_IPv6_address
4 Add a DNS server by running the following command:
esxcli network ip dns server add -s
DNS_server_IPv6_address
Automatic address assignment using
DHCPv6
1 Open an SSH connection and log in to the ESXi host.
2 Enable DHCPv6 for the management network vmk0 by running the
following command:
esxcli network ip interface ipv6 -i vmk0 -enable-dhcpv6
= true
3 Enable IPv6 Router Advertised for the management network vmk0 by
running the following command:
esxcli network ip interface ipv6 set -i vmk0 -enable-
router-adv =true
4 Add a DNS server or use the DNS setting published by DHCPv6 by
running one the following commands:
esxcli network ip dns server add -s
DNS_server_IPv6_address
esxcli network ip interface ipv6 set -i vmk0 --peer-
dns=true
vSphere Networking
VMware, Inc. 214