In a cross-vCenter NSX deployment, you can create universal logical switches, which can span all vCenters. The transport zone type determines whether the new switch is a logical switch or a universal logical switch. When you add a logical switch to a universal transport zone, the logical switch is universal.

When you create a logical switch, in addition to selecting a transport zone and replication mode, you configure two options: IP discovery, and MAC learning.

IP discovery minimizes ARP traffic flooding within individual VXLAN segments---in other words, between VMs connected to the same logical switch. IP discovery is enabled by default.

Note: You cannot disable IP discovery when you create a universal logical switch. You can disable IP discovery via the API after the universal logical switch is created. This setting is managed separately on each NSX Manager. See the NSX API Guide.

MAC learning builds a VLAN/MAC pair learning table on each vNIC. This table is stored as part of the dvfilter data. During vMotion, dvfilter saves and restores the table at the new location. The switch then issues RARPs for all the VLAN/MAC entries in the table. You might want to enable MAC learning if you are using virtual NICs that are trunking VLANs.

Prerequisites

Table 1. Prerequisites for Creating a Logical Switch or Universal Logical Switch
Logical Switch Universal Logical Switch
  • vSphere distributed switches must be configured.
  • NSX Manager must be installed.
  • Controllers must be deployed.
  • Host clusters must be prepared for NSX.
  • VXLAN must be configured.
  • A transport zone must be created.
  • A segment ID pool must be configured.
  • vSphere distributed switches must be configured.
  • NSX Manager must be installed.
  • Controllers must be deployed.
  • Host clusters must be prepared for NSX.
  • VXLAN must be configured.
  • A primary NSX Manager must be assigned.
  • A universal transport zone must be created.
  • A universal segment ID pool must be configured.

Procedure

  1. Navigate to Home > Networking & Security > Logical Switches.
  2. Select the primary NSX Manager.
  3. Click Add or the New Logical Switch (New Logical Switch) icon.
  4. Type a name and optional description for the logical switch.
  5. In the Transport Zone section, click Change to select a Transport Zone. To create a universal logical switch, select a universal transport zone .
    Important:

    If you create a universal logical switch and select hybrid as the replication mode, you must ensure that the multicast address used does not conflict with other multicast addresses assigned on any NSX Manager in the cross-vCenter NSX environment.

  6. (Optional) Override the replication mode determined by the transport zone.

    You can change it to one of the other available modes. The available modes are unicast, hybrid, and multicast.

    When the logical switch you are creating has significantly different characteristics in terms of the amount of BUM traffic it must carry, then you might want to override the inherited transport zone's control plane replication mode for an individual logical switch. In this case, you might create a transport zone that uses unicast mode, and use hybrid or multicast mode for the individual logical switch.

  7. (Optional) Enable MAC Learning.

Example: Logical Switch and Universal Logical Switch

App is a logical switch connected to a transport zone. It is available only on the NSX Manager on which it was created.

Universal-App is a universal logical switch connected to a universal transport zone. It is available on any of the NSX Managers in the cross-vCenter NSX environment.

The logical switch and the universal logical switch have segment IDs from different segment ID pools.

Logical Switch and Universal Logical Switch

What to do next

Add VMs to a universal logical switch.

Optionally, create a universal logical router and attach it to your universal logical switches to enable connectivity between VMs that are connected to different universal logical switches.