Create a private VIF over your DX to provide direct connectivity between your on-premises network and the SDDC's workloads, ESXi Management, and Management Appliances using their private IPs.
Create one private virtual interface (VIF) for each Direct Connect (DX) circuit you want to attach to your SDDC. Each private VIF establishes a separate BGP session, which can be used in active/standby or active/active (including ECMP) designs or used for private network segments. If you want DX redundancy, attach separate private VIFs provisioned on different DX circuits to the SDDC.
When connecting multiple private VIFs over separate DX circuits to an SDDC for high availability, all the DX circuits must be created in the same AWS account and delivered to different AWS Direct Connect Locations. When you do this, AWS attempts to leverage separate internal network paths for the DX connectivity to provide better redundancy. See High resiliency and Active/Active and Active/Passive Configurations in AWS Direct Connect in the AWS documentation. See VMware Configuration Maximums for limits on the number of network segments advertised to all private VIFs. Route aggregation is supported to provide more flexibility, but all VIFs will have the same networks advertised by the SDDC.
When you connect a DX private virtual interface or an SDDC Group to an SDDC, all outbound traffic from ESXi hosts to destinations outside the SDDC network is routed over that interface, regardless of other routing configurations in the SDDC. This includes vMotion and vSphere replication traffic. You must ensure that inbound traffic to ESXi hosts is also routed over the same path so that the inbound and outbound traffic paths are symmetrical. See Creating and Managing SDDC Deployment Groups with VMware Transit Connect in the VMware Cloud on AWS Operations Guide for more about VMware Transit Connect and the VMware Managed Transit Gateway (VTGW).
Although routes learned from a route-based VPN are advertised over BGP to other route-based VPNs, an SDDC advertises only its own networks to an SDDC group. It does not advertise routes learned from VPNs. See AWS Direct Connect quotas in the AWS Direct Connect User Guide for detailed information about limits imposed by AWS on Direct Connect, including limits on routes advertised and learned over BGP.
When you create a private VIF in this way, you can attach it to any of your Organization’s SDDCs in the region where you created the VIF. The private VIF must be created in the same region as the DX circuit, and attached to an SDDC in that same region. After you attach it to an SDDC, the VIF cannot be detached or reassigned to another SDDC. Instead, it must be deleted and a new VIF created. Deleting an SDDC deletes any attached VIFs.
Prerequisites
- Ensure that you meet the prerequisites for virtual interfaces as described in Prerequisites for Virtual Interfaces.
- If you want to use route-based VPN as the backup to Direct Connect, you'll also need to set the Use VPN as backup to Direct Connect switch to Enabled as shown in Step 6. Policy-based VPNs cannot be used to back up another connection.
Procedure
Results
- Subnet 1 includes routes used by ESXi host vmks and router interfaces.
- Subnet 2 includes routes used for Multi-AZ support and AWS integration.
- Subnet 3 includes management VMs.
Any route aggregations defined and applied to the DX will be advertised as defined. (See Aggregate and Filter Routes to Uplinks).
The actual CIDR blocks advertised to the private VIFs depend on your management subnet CIDR block. The following table shows the CIDR blocks for these routes in an SDDC that uses the default management network CIDR of 10.2.0.0 in block sizes /16, /20, and /22.
MGW CIDR | Subnet 1 | Subnet 2 | Subnet 3 |
---|---|---|---|
10.2.0.0/23 | 10.2.0.0/24 | 10.2.1.0/26 | 10.2.1.128/25 |
10.2.0.0/20 | 10.2.0.0/21 | 10.2.8.0/23 | 10.2.12.0/22 |
10.2.0.0/16 | 10.2.0.0/17 | 10.2.128.0/19 | 10.2.192.0/18 |
What to do next
Ensure the on-premises vMotion interfaces are configured to use Direct Connect. See Configure vMotion Interfaces for Use with Direct Connect.