esxcfg-vmknic -l command on ESXi shows vmk10 and vmk11 overlay interfaces having IP addresses from address space APIPA 169.254.#.#vMotions may fail to an NSX prepped host transport node with the vCenter vMotion wizard reporting a compatibility error of "vdl2: down":
Currently connected network interface 'Network adapter 1' uses network 'DVSwitch[## ## ## ## ## ## ## ## ## ## ## NSX port group [dvportgroup-####](vdl2 down)', which is not accessible.
var/run/log/vobd.log on ESXi transport node[UserLevelCorrelator] 202022807703us: [esx.problem.dhclient.lease.none] Unable to obtain a DHCP lease on interface vmkX.
[GenericCorrelator] 202022807264us: [vob.user.dhclient.lease.none] Could not get a lease on interface vmkX.
[UserLevelCorrelator] 202022807264us: [vob.user.dhclient.lease.none] Could not get a lease on interface vmkX.
[UserLevelCorrelator] 202022807703us: [esx.problem.dhclient.lease.none] Unable to obtain a DHCP lease on interface vmkX.
var/run/log/dhclient.log on ESXi transport node$ less dhclient.log | grep "No DHCPOFFERS received"
dhclient-uw[2098602]: No DHCPOFFERS received.
dhclient-uw[2098602]: No DHCPOFFERS received.
dhclient-uw[2098602]: No DHCPOFFERS received.
Typically, when DHCP is configured at 'IPv4 Assignment,' the vmk interface sends a request to DHCP server for an IP address. The DHCP server then assigns an IP to the device from its pool of available addresses. Then, the vmk interface uses this IP for all communication on the network.
However, when the vmk interface is unable to get a valid IP address from a DHCP server, it automatically assigns itself an APIPA IP address. This is when we can see 169.254.#.# on the vmk10 and vmk11 interfaces.
This could probably mean-
In the packet captures, we just see DHCP Discover messages being sent out as broadcast, but there are no further responses from DHCP server. Ideally there should be a DHCP offer message response returning from the DHCP server.
Other possible cause:
To know more about sub-cluster and sub-TNP, kindly refer to the documentation below
Sub TNPs and Sub Clusters