Create Edge Transport Nodes
Page last updated:
Warning: VMware Enterprise PKS v1.6 is no longer supported because it has reached the End of General Support (EOGS) phase as defined by the Support Lifecycle Policy. To stay up to date with the latest software and security updates, upgrade to a supported version.
This topic provides instructions for configuring Edge Transport Nodes for use with Enterprise PKS.
Prerequisites
Make sure you have completed all preceding NSX-T installation tasks.
About Transport Nodes
In NSX-T transport nodes are the hosts running the local control plane daemons and forwarding engines implementing the NSX-T data plane. A transport node runs a NSX-T Virtual Distributed Switch (N-VDS) that is responsible for switching packets according to the configuration of available network services.
A host can serve as a transport node if it contains at least one NSX-T-managed virtual distributed switch (N-VDS). When you create a host transport node and then add the node to a transport zone, NSX-T Data Center installs an N-VDS on the host. For each transport zone that the host belongs to, a separate N-VDS is installed. The N-VDS is used for attaching VMs to NSX-T Data Center logical switches and for creating NSX-T Data Center logical router uplinks and downlinks.
In this portion of the NSX-T installation for Enterprise PKS, you create NSX Edge Transport Nodes that allow Edge Nodes to exchange virtual network traffic with other nodes. You add both the VLAN and OVERLAY NSX Transport Zones to the NSX Edge Transport Nodes and confirm NSX-T Manager connectivity.
We will use the MAC addresses of the Edge VM interfaces to deploy the virtual NSX Edges:
- Connect the OVERLAY N-VDS to the vNIC (
fp-eth#
) that matches the MAC address of the second NIC from your deployed Edge VM. - Connect the VLAN N-VDS to the vNIC (
fp-eth#
) that matches the MAC address of the third NIC from your deployed Edge VM.
For more information, see NSX Edge Transport Node in the NSX-T Data Center documentation.
Configure Each Edge Node as as Transport Node
To create an Edge Transport Node for Enterprise PKS, complete the following steps.
Note: Perform this procedure for each Edge Node pair you deploy for Enterprise PKS.
Log in to NSX Manager at
https://VIP_ADDRESS_OF_NSX_MANAGEMENT_CLUSTER
.Go to System > Fabric > Nodes > Edge Transport Nodes.
Verify that you see both of the NSX-T Edge Nodes you have installed.
Click the Configure link in Configuration State column for the first Edge Node.
In the General tab, configure the following:
- Name: Enter a name for the Edge Transport Node, such as
nsx-edge-1-tn
. - Transport Zones: Select both Transport Zones: TZ-Overlay (Overlay) and TZ-VLAN (VLAN).
- Name: Enter a name for the Edge Transport Node, such as
Select the N-VDS tab.
Configure the distributed switch for the overlay network.
- Edge Switch Name:
hostswitch1
- Associated Transport Zones:
TZ-OVERLAY
- Uplink Profile:
edge-uplink-profile
- IP Assignment:
Use IP Pool
- IP Pool:
TEP-ESXi-POOL
- Virtual NICs:
uplink-1
andfp-eth0
(corresponds to Edge VM vnic1 (second vnic))
- Edge Switch Name:
Click Add N-VDS to add the second virtual distributed switch.
Configure the second transport node switch.
- Edge Switch Name:
hostswitch2
- Associated Transport Zones:
TZ-VLAN
- IP Assignment: leave blank
- Uplink Profile:
edge-uplink-profile
- Virtual NICs:
uplink-1
andfp-eth1
(corresponds to Edge VM vnic2 (third vnic))
- Edge Switch Name:
Click Save. You should see that the Configuration State is
Success
and the Node Status is initiallyUp
.Repeat this procedure for the second Edge Transport Node.
Verify Edge Transport Node Configuration
To verify the configuration of each Edge Transport Node, complete the following steps:
In NSX-T Manager, select System > Fabric > Nodes > Edge Transport Nodes.
For the first Edge Transport Node:
- Verify that the Configuration State is
Success
. - Verify that the Node Status is Degraded, which is expected because there is no traffic yet.
- Verify that the Configuration State is
Click the Information icon in the Node Status column for the first Edge Node.
Verify that Manager Connectivity, Controller Connectivity, and Tunnel Status are
UP
for the selected Edge Transport Node.Note: The PNIC/Bond Status is expected to be Degraded. It will change when you will have traffic over the tunnel.
Repeat this verification process for the second Edge Transport Node.
Next Step
See Create Edge Cluster.
NSX-T Installation Instructions Home
See Installing and Configuring NSX-T for Enterprise PKS.
Please send any feedback you have to pks-feedback@pivotal.io.