After renaming a vSphere Distributed Switch (VDS) in vCenter Server, the NSX-T Manager's --> System --> Fabric --> Host Details view displays inconsistent or duplicate VDS entries
Initially, two copies of the same VDS appear in the Host Details topology view
After restarting the NSX-T Proton service on the NSX manager via root user using the command /etc/init.d/proton restart, only the original VDS name appears in the topology view
To confirm if this issue is occurring, compare the VDS name shown in the NSX-T UI with the API response from
curl -k -u $NSX_USER:$NSX_PASS -X GET "https://<NSX_FQDN>/api/v1/fabric/virtual-switches"Where
$NSX_USER: NSX Manager username$NSX_PASS: NSX Manager password$NSX_FQDN: The fully qualified domain name or IP of the NSX ManagerThe API response will show the correct VDS name under the "display_name" field, which should match what is set in vCenter Server. If the NSX-T UI shows a different name or duplicate entries, it indicates the VDS duplicate issue.
The issue can be further verified in the Host Details overview page topology view, where the visualization may show inconsistent VDS names compared to vCenter Server.
VMware vCenter
VMware NSX
This issue requires an upgrade to NSX-T 4.1.0.0 build 20831298 or later versions to be resolved.
Upgrade to NSX-T 4.1 or later. After the upgrade: