This is a known limitation of the vCenter UI data model and API. The vCenter UI determines the default gateway primarily from: TCP/IP stack-level configuration (netStackInstance.), or VMK-level override (ipRouteSpec) when present for VMkernel interfaces using RA or DHCPv6.The interface-specific IPv6 gateway learned via RA is not populated in ipRouteSpec. As a result: The UI falls back to the TCP/IP stack default gateway .This causes incorrect display when multiple VMKs on the same stack have different effective gateways. From a datapath perspective: The ESXi host uses the correct interface-specific gateway learned via RA the incorrect value is only in the UI display
There is currently no workaround or fix. This behavior is expected and has been classified as a limitation requiring new API support.
Recommended actions: Use ESXi CLI commands to verify the actual IPv6 gateway:
esxcli network ip interface ipv6 get
esxcli network ip route ipv6 list
Do not rely solely on vCenter UI for IPv6 gateway validation in RA/DHCPv6 scenarios
This issue does not impact actual traffic forwarding The ESXi routing table and datapath behavior are correct The issue is limited to how the vCenter UI aggregates and displays gateway information