This KB article introduces an example scenario demonstrating how to configure NSX bridging to meet a specific multi data center (DCs) design requirement.
Consider this example below:
There are two data centers with an NSX overlay segment stretched across both DCs.
VMs connected to the overlay segment in both DCs can communicate with each other normally.
Both DCs are managed by the same NSX Manager cluster.
Each DC has its own physical VLAN network, and the design requires overlay VMs to communicate with physical workloads on those VLANs.
To achieve this, there should be one NSX Edge node deployed in each DC and should belong to the same Edge Cluster, configured with NSX Edge bridging following the techdocs:
https://techdocs.broadcom.com/us/en/vmware-cis/nsx/vmware-nsx/4-2/administration-guide/segments/edge-bridging-extending-overlay-segments-to-vlan.html
Below is an example network diagram that illustrates the issue.
VMware NSX
Workaround :-
Create independent Edge clusters:
Deploy two separate Edge clusters, each containing Edge nodes local to its respective data center (DC1 and DC2).
Define dedicated bridge transport zones:
Create two bridge transport zones—one assigned to DC1 and one assigned to DC2.
Assign the correct transport zone to each Edge uplink:
Ensure each Edge node uses the transport zone associated with its data center (e.g., DC1 Edge nodes use Bridge TZ1; DC2 Edge nodes use Bridge TZ2).
Create separate Edge Bridge Profiles:
Build two Edge Bridge Profiles, mapping each profile to the corresponding Edge cluster. One profile using an active Edge node in DC1 and the other profile using an active Edge node in DC2.
Apply both profiles to the same overlay segment:
Attach both Edge Bridge Profiles to the same overlay segment to enable bridging in across the DCs.\
Note:
https://techdocs.broadcom.com/us/en/vmware-cis/nsx/vmware-nsx/4-2/common-bridging-tasks.html