Skip to content

Commit 69a2d8a

Browse files
authored
Merge pull request #114599 from cherylmc/sdwan
new article
2 parents abc85a1 + 7613ffc commit 69a2d8a

File tree

5 files changed

+62
-0
lines changed

5 files changed

+62
-0
lines changed

articles/virtual-wan/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
href: migrate-from-hub-spoke-topology.md
1111
- name: Global transit network architecture
1212
href: virtual-wan-global-transit-network-architecture.md
13+
- name: SD-WAN connectivity architecture
14+
href: sd-wan-connectivity-architecture.md
1315
- name: Interconnect with China
1416
href: interconnect-china.md
1517
- name: Tutorials
227 KB
Loading
342 KB
Loading
236 KB
Loading
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: 'SD-WAN connectivity architecture'
3+
titleSuffix: Azure Virtual WAN
4+
description: Learn about interconnecting a private SD-WAN with Azure Virtual WAN
5+
services: virtual-wan
6+
author: cherylmc
7+
8+
ms.service: virtual-wan
9+
ms.topic: article
10+
ms.date: 05/08/2020
11+
ms.author: cherylmc
12+
13+
---
14+
15+
# SD-WAN connectivity architecture with Azure Virtual WAN
16+
17+
Azure Virtual WAN is a networking service that brings together many cloud connectivity and security services with a single operational interface. These services include branch (via Site-to-site VPN), remote user (Point-to-site VPN), private (ExpressRoute) connectivity as well as intra-cloud transitive connectivity for Vnets, VPN and ExpressRoute interconnectivity, Routing, Azure Firewall, and encryption for private connectivity.
18+
19+
Although Azure Virtual WAN itself is a Software Defined WAN (SD-WAN), it is also designed to enable seamless interconnection with the premises-based SD-WAN technologies and services. Many such services are offered by our [Virtual WAN](virtual-wan-locations-partners.md) ecosystem and Azure Networking Managed Services partners [(MSPs)](../networking/networking-partners-msp.md). Enterprises that are transforming their private WAN to SD-WAN have options when interconnecting their private SD-WAN with Azure Virtual WAN. Enterprises can choose from these options:
20+
21+
* Direct Interconnect Model
22+
* Indirect Interconnect Model
23+
* Managed Hybrid WAN Model using their favorite managed service provider [MSP](../networking/networking-partners-msp.md)
24+
25+
In all of these cases, the interconnection of Virtual WAN with SD-WAN is similar from the connectivity side, but may vary on the orchestration and operational side.
26+
27+
## <a name="direct"></a>Direct Interconnect model
28+
29+
![Direct interconnect model](./media/sd-wan-connectivity-architecture/direct.png)
30+
31+
In this architecture model, the SD-WAN branch customer-premises equipment (CPE) is directly connected to Virtual WAN hubs via IPsec connections. The branch CPE may also be connected to other branches via the private SD-WAN, or leverage Virtual WAN for branch to branch connectivity. Branches that need to access their workloads in Azure will be able to directly and securely access Azure via the IPsec tunnel(s) that are terminated in the Virtual WAN hub(s).
32+
33+
SD-WAN CPE partners can enable automation in order to automate the normally tedious and error-prone IPsec connectivity from their respective CPE devices. Automation allows the SD-WAN controller to talk to Azure via the Virtual WAN API to configure the Virtual WAN sites, as well as push necessary IPsec tunnel configuration to the branch CPEs. See [Automation guidelines](virtual-wan-configure-automation-providers.md) for the description of Virtual WAN interconnection automation by various SD-WAN partners.
34+
35+
The SD-WAN CPE continues to be the place where traffic optimization as well as path selection is implemented and enforced.
36+
37+
In this model, some vendor proprietary traffic optimization based on real-time traffic characteristics may not be supported because the connectivity to Virtual WAN is over IPsec and the IPsec VPN is terminated on the Virtual WAN VPN gateway. For example, dynamic path selection at the branch CPE is feasible due to the branch device exchanging various network packet information with another SD-WAN node, hence identifying the best link to use for various prioritized traffic dynamically at the branch. This feature may be useful in areas where last mile optimization (branch to the closest Microsoft POP) is required.
38+
39+
With Virtual WAN, users can get Azure Path Selection, which is policy-based path selection across multiple ISP links from the branch CPE to Virtual WAN VPN gateways. Virtual WAN allows for the setup of multiple links (paths) to the same SD-WAN branch CPE, each link terminating on different public IP interface of the SD-WAN CPE. SD-WAN vendors can take advantage of this feature to select the most optimal path to Azure, based on traffic policies specific to these paths.
40+
41+
## <a name="indirect"></a>Indirect Interconnect model
42+
43+
![Indirect interconnect model](./media/sd-wan-connectivity-architecture/indirect.png)
44+
45+
In this architecture model, SD-WAN branch CPEs are indirectly connected to Virtual WAN hubs. As the figure shows, an SD-WAN virtual CPE is deployed in an enterprise VNet. This virtual CPE is, in turn, connected to the Virtual WAN hub(s) using IPsec. The virtual CPE serves as an SD-WAN gateway into Azure. Branches that need to access their workloads in Azure will be able access them via the v-CPE gateway.
46+
47+
Since the connectivity to Azure is via the v-CPE gateway (NVA), all traffic to and from Azure workload VNets to other SD-WAN branches go via the NVA. In this model, the user is responsible for managing and operating the SD-WAN NVA including high availability, scalability, and routing.
48+
49+
## <a name="hybrid"></a>Managed Hybrid WAN model
50+
51+
![Managed hybrid WAN model](./media/sd-wan-connectivity-architecture/hybrid.png)
52+
53+
In this architecture model, enterprises can leverage a managed SD-WAN service offered by a Managed Service Provider (MSP) partner. This model is similar to the direct or indirect models described above. However, in this model, the SD-WAN design, orchestration, and operations are delivered by the SD-WAN Provider.
54+
55+
[Azure Networking MSP partners](../networking/networking-partners-msp.md) can use [Azure Lighthouse](https://azure.microsoft.com/services/azure-lighthouse/) to implement the SD-WAN and Virtual WAN service in the enterprise customer’s Azure subscription, as well as operate the end-to-end hybrid WAN on behalf of the customer. These MSPs may also be able to implement Azure ExpressRoute into the Virtual WAN and operate it as an end-to-end managed service.
56+
57+
## Additional Information
58+
59+
* [Include FAQ](virtual-wan-faq.md)
60+
* [Solving Remote Connectivity](work-remotely-support.md)

0 commit comments

Comments
 (0)