Transport zones dictate which hosts transport nodes and, therefore, which VMs can participate in the use of a particular network. A transport zone does this by limiting the hosts that can see a segment—and, therefore, which VMs can be attached to the segment. A transport zone can span one or more host clusters. Also, a host transport node can be associated to multiple transport zones.
Overlay traffic: Is a type of network traffic that is created by virtual networks using a protocol such as VXLAN or GENEVE. Overlay traffic is encapsulated with a header that contains information about the virtual network, such as the virtual network identifier (VNI) or the logical segment ID (LSID). Overlay traffic is transmitted over the physical network, which is called the underlay, and is decapsulated at the destination host or edge node. Overlay traffic allows virtual machines on different hosts or availability zones to communicate with each other as if they were on the same Layer 2 network, without requiring any changes to the physical network configuration. Overlay traffic also enables features such as distributed routing, logical switching, and distributed firewall.
VLAN traffic: Is a type of network traffic that is segmented by using virtual LANs (VLANs). VLANs allow you to create logical groups of ports on a physical switch, so that only the ports that belong to the same VLAN can communicate with each other. VLANs can improve network security, performance, and manageability by isolating traffic. VLAN traffic can be configured in different ways on VMware ESXi hosts, depending on how the VLAN tags are added or removed from the packets.
An NSX environment can contain one or more transport zones based on your requirements. A host can belong to multiple transport zones. A segment can belong to only one transport zone.
NSX does not allow connection of VMs that are in different transport zones in the Layer 2 network. The span of a segment is limited to a transport zone.
Both host transport nodes and NSX Edge nodes use Overlay and VLAN transport zones. Host transport nodes connect to VDS switches while N-VDS switch is configured on NSX Edge transport nodes.
Procedure
What to do next
Optionally, create a custom transport-zone profile and bind it to the transport zone. You can create custom transport-zone profiles using the POST /api/v1/infra/transport-zone-profiles API. There is no UI workflow for creating a transport-zone profile. After the transport-zone profile is created, you can find it to the transport zone with the PATCH /api/v1/infra/sites/default/enforcement-points/nsxt-ep/transport-zones/<transport-zone-id> API.
{ "tz_type": "OVERLAY_BACKED", "is_default": true, "nested_nsx": false, "transport_zone_profile_paths": [ "/infra/transport-zone-profiles/tzp" ] }