When attempting to migrate Virtual Machines (VMs) from a Distributed Virtual Switch (DVS) port group to a Standard vSwitch (vSS) port group via the vSphere Client UI, the migration wizard is blocked.
The following error is displayed: "The destination network is the same as source network. Select a different network to proceed."
VMware vSphere 7.x
VMware vSphere 8.x
VMware vCenter Server 7.x
VMware vCenter Server 8.x
This issue occurs when the source DVS port group and the destination Standard vSwitch port group share the exact same string name. The vSphere Client UI validates network migrations by comparing the display names of the source and destination networks rather than their underlying Managed Object Reference IDs (MoRefs). Due to the identical names, the UI logic assumes no network change is being requested and blocks the operation.
Currently, this is expected behavior within the vSphere Client UI validation logic. To bypass this limitation, utilize the following workaround.
Navigate to Menu > Networking in the vSphere Client.
Expand the Datacenter hierarchy and locate the target Standard vSwitch (vSS) port group.
Right-click the vSS port group and select Rename.
Append a temporary suffix (e.g., -temp, -vSS) to the port group name and click OK.
Navigate to DVS> DVS portgroup > Migrate VMs to Another Network
Select the temporarily renamed vSS port group as the destination and complete the migration wizard.
Right-click the vSS port group in the Networking inventory, select Rename, and revert to the original exact string name.
For general command-line migration guidance between vSwitch types, refer to Broadcom KB 376245: Moving host from DVS to Standard Switch.