Site icon Digital Thought Disruption

NSX-T – Deploy Segment (Logical Switch)

A single logical switch is mapped to a unique Geneve segment that is distributed across the ESXi hosts in a transport zone. The logical switch supports line-rate switching in the ESXi host without the constraints of VLAN sprawl or spanning tree issues.

A segment is a representation of layer-2 connectivity across transport nodes (ESXi Hosts), with layer-3 IP reachability between the segments.

Virtual machines attached to the same segment can communicate with each other, even across separate physical hosts by way of Geneve tunnels.

Each segment is assigned a VNI (virtual network identifier) which is similar to a VLAN ID.

Segments work in the following ways:

Step 1. Create a new Segment

Networking>Segments>Add Segment

Step 2. Provide a name and select the T1 router we created in a previous blog to connect to.

Should look like the above.

Step 3. Add the subnets you want to belong to this LS

Select Set Subnets>Add subnet

Enter the Gateway IP

When you’re done it should look similar to the above. 

As you can see my new segment is up and running with a status of UP with a single subnet attached.

If you go into your vCenter you will now see this new Segment that you can attach a VM. You should now be able to perform ping tests to make sure everything that is supposed to be able to communicate can.

Summary:
Setting up a new logical segment takes a little more work than other components.  However, the segment is a critical piece to NSX-T.  Following setting up your segment you will want to perform ping tests between VMs on this segment and other segments you have attached to the T1 router.  I hope this article was useful.

Exit mobile version