Note: In ESXi 5.1 and later, IPv6 is enabled by default.
To disable the SNMP agent on the host:
- Log in to the ESXi host as the root user.
- Run this command:
esxcli system snmp set --enable false
- Reboot the host to apply the changes.
To enable IPv6, use vSphere Client or log in to the ESXi host.
To enable IPv6 using the vSphere Client:
- Open the vSphere Client.
- Navigate to Inventory > Hosts and Clusters.
- Click to select the host and click the Configuration tab.
- Click Networking under Hardware.
- Click vSphere Standard Switch, and then click Properties.
- Select Enable IPv6 support on this host system and click OK.
- Reboot the host.
To enable IPv6 using the vSphere Web Client:
- Open the vSphere Web Client.
- Click Hosts and Clusters.
- Select the ESXi host from the list on the left.
- Click the Manage tab.
- Click Networking > Advanced.
- Click Edit.
- Use the IPv6 support dropdown to enable IPv6 on this vSwitch if it is not enabled and then click OK.
- Reboot the host.
To enable IPv6 support on the ESXi host command line:
- Log in the ESXi host as the root user.
- To enable IPv6 support, run one of these commands:
esxcfg-vmknic -6 true | false
or
esxcli network ip set -e true | false
- Reboot the host.