|
| 1 | +--- |
| 2 | +title: Virtual WAN to Virtual WAN connectivity |
| 3 | +description: Learn about the different available options for connecting your Azure Virtual WAN to another Virtual WAN. |
| 4 | +author: halkazwini |
| 5 | +ms.author: halkazwini |
| 6 | +ms.service: azure-virtual-wan |
| 7 | +ms.topic: how-to |
| 8 | +ms.date: 05/08/2025 |
| 9 | +--- |
| 10 | + |
| 11 | +# Virtual WAN to Virtual WAN connectivity options |
| 12 | + |
| 13 | +In this article, you learn about the various connection options available to connect multiple Virtual WAN environments. |
| 14 | + |
| 15 | +## IPsec tunnels using virtual network gateways |
| 16 | + |
| 17 | +In this option, you can use IPsec tunnels to connect Virtual WANs by deploying a virtual network gateway in each virtual hub withing your Virtual WAN environment. |
| 18 | + |
| 19 | + |
| 20 | +Because the virtual network gateway ASN is always 65515, you can't have BGP over IPsec due to BGP loop prevention mechanism as the remote virtual hub will receive routes from the source virtual hub with 65515 in the AS-PATH and BGP will drop that. Therefore, if you want to connect two different Virtual WANs, the tunnels must use static routing. |
| 21 | + |
| 22 | +:::image type="content" source="./media/virtual-wan-connectivity/vwan-connectivity-using-vpn-gateway.png" alt-text="Diagram shows Virtual WAN connectivity using virtual network gateways." lightbox="./media/virtual-wan-connectivity/vwan-connectivity-using-vpn-gateway.png"::: |
| 23 | + |
| 24 | +This option is ideal if you want to connect two Virtual WANs using virtual network gateways. However, it has the following limitations: |
| 25 | + |
| 26 | +- No BGP support. |
| 27 | +- Max throughput per tunnel is 2.3 Gbps, depending on ciphers. For more information, see [What is the max throughput supported in a single tunnel?](virtual-wan-faq.md#packets) |
| 28 | + |
| 29 | +## IPsec tunnels using SD-WAN NVAs in virtual hubs |
| 30 | + |
| 31 | +If you're already using SD-WAN network virtual appliances (NVAs) to connect your Virtual WANs to on-premises environments, you can also use them to interconnect Virtual WANs. By deploying an SD-WAN NVA in each Virtual WAN hub, you can run BGP over IPsec between virtual hubs. |
| 32 | + |
| 33 | +In this scenario, you must replace ASNs 65520 and 65515 with the ones used by your SD-WAN to avoid BGP loop prevention. This approach is similar to the first connectivity option, but here you have the flexibility to perform BGP manipulation on third-party appliances. |
| 34 | + |
| 35 | +:::image type="content" source="./media/virtual-wan-connectivity/vwan-connectivity-using-sdwan-nva.png" alt-text="Diagram shows Virtual WAN connectivity using SD-WAN devices in the virtual hubs." lightbox="./media/virtual-wan-connectivity/vwan-connectivity-using-sdwan-nva.png"::: |
| 36 | + |
| 37 | +This option is ideal if you want to connect two Virtual WANs using SD-WAN NVAs. However, it comes with the following limitations: |
| 38 | + |
| 39 | +- Only certain SD-WAN NVAs can be deployed into Virtual WAN hubs. For more information, see [NVAs in a Virtual WAN hub](about-nva-hub.md). |
| 40 | +- SD-WAN NVAs can't be combined with other NVAs in Virtual WAN hubs. |
| 41 | +- SD-WAN NVAs can be more expensive than virtual network gateways. |
| 42 | + |
| 43 | +## IPsec tunnels using SD-WAN NVAs in peered spokes |
| 44 | + |
| 45 | +This option is similar to the previous one, except you place the SD-WAN NVA in a spoke virtual network that is peered to the virtual hub, rather than deploying it in the virtual hub. This setup allows you to configure BGP peering between the SD-WAN NVA and the virtual hub route server. |
| 46 | + |
| 47 | +This approach is suitable for scenarios where SD-WAN NVAs can't be deployed into Virtual WAN hubs but still support BGP. As in the second option, you must replace ASNs 65520 and 65515 with those used by your SD-WAN to avoid BGP loop prevention. |
| 48 | + |
| 49 | +:::image type="content" source="./media/virtual-wan-connectivity/vwan-connectivity-using-spoke-sdwan.png" alt-text="Diagram shows Virtual WAN connectivity using SD-WAN devices in spoke virtual networks." lightbox="./media/virtual-wan-connectivity/vwan-connectivity-using-spoke-sdwan.png"::: |
| 50 | + |
| 51 | +This option is ideal if you want to connect two Virtual WANs using SD-WAN NVAs in the spoke virtual networks because virtual hub doesn't support them. However, this option comes with the following limitations: |
| 52 | + |
| 53 | +- Complexity to set up and maintain. |
| 54 | +- SD-WAN NVAs can be more expensive than virtual network gateways. |
| 55 | + |
| 56 | +## Related content |
| 57 | + |
| 58 | +- [NVAs in a Virtual WAN hub](about-nva-hub.md) |
| 59 | +- [SD-WAN connectivity architecture with Azure Virtual WAN](sd-wan-connectivity-architecture.md) |
0 commit comments