Hello, Transport zones determine the "scope" of Logical Switches tied to them. When a Logical Switch is created, it is tied 1:1 to a Transport Zone. A Logical Switch will only be availab...
See more...
Hello, Transport zones determine the "scope" of Logical Switches tied to them. When a Logical Switch is created, it is tied 1:1 to a Transport Zone. A Logical Switch will only be available on hosts in those clusters that are members of the Transport Zone that this Logical Switch is tied to. For example: - Say you have four clusters, C1, C2, C3, and C4. - You then create a Transport Zone TZ1, with clusters C1 and C2; and TZ2 with clusters C3 and C4. - Then you create a Logical switch LS1 in TZ1, and LS2 in TZ2. In this configuration, you won't be able to attach LS1 and LS2 to neither a distributed router, nor an Edge Gateway, because LS1 will only exists on hosts in C1 and C2, and LS2 on hosts in C3 and C4. This is an extreme example, but it may be useful as an additional security measure (it won't be possible to even "fat finger" configuration that would allow communications between LS1 and LS2). Hope this helps.