During Initial Installation and DCUI, ESXi management interface (default vmk0) is created during installation.
The MAC address assigned will be the primary active physical NIC (pnic) associated.
If the associated vmnic is modified with the management interface vmkernel will once again assign MAC address of the associated physical NIC.
To create a VMkernel port and attach it to a portgroup on a Standard vSwitch, run these commands:
esxcli network ip interface add --interface-name=vmkX --portgroup-name=portgroup
esxcli network ip interface ipv4 set --interface-name=vmkX --ipv4=ipaddress --netmask=netmask --type=static"
Alternatively, you can also use esxcli to create the management interface vmkernel on the VDS.
Creation of the management interface with the 'esxcli network' will generate a VMware Universally Unique address instead of the pnic MAC address.
It is recommended to use the esxcli network IP interface method to create the management interface and not use DCUI.
Workaround:
None