Skip to content

Commit a2bf7fd

Browse files
Merge pull request #264945 from duongau/vnet2vnet
ExpressRoute - Az Gateway SKU default traffic behavior
2 parents 47af764 + 77b737e commit a2bf7fd

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

articles/expressroute/expressroute-about-virtual-network-gateways.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ Zone-redundant gateways use specific new gateway SKUs for ExpressRoute gateway.
102102

103103
The new gateway SKUs also support other deployment options to best match your needs. When creating a virtual network gateway using the new gateway SKUs, you can deploy the gateway in a specific zone. This type of gateway is referred to as a zonal gateway. When you deploy a zonal gateway, all the instances of the gateway are deployed in the same Availability Zone.
104104

105+
## VNet to VNet and VNet to Virtual WAN connectivity
106+
107+
By default, VNet to VNet and VNet to Virtual WAN connectivity is disabled through an ExpressRoute circuit for all gateway SKUs. To enable this connectivity, you must configure the ExpressRoute virtual network gateway to allow this traffic. For more information, see guidance about [virtual network connectivity over ExpressRoute](virtual-network-connectivity-guidance.md). To enabled this traffic, see [Enable VNet to VNet or VNet to Virtual WAN connectivity through ExpressRoute](expressroute-howto-add-gateway-portal-resource-manager.md#enable-or-disable-vnet-to-vnet-or-vnet-to-virtual-wan-traffic-through-expressroute).
108+
105109
## <a name="fastpath"></a>FastPath
106110

107111
ExpressRoute virtual network gateway is designed to exchange network routes and route network traffic. FastPath is designed to improve the data path performance between your on-premises network and your virtual network. When enabled, FastPath sends network traffic directly to virtual machines in the virtual network, bypassing the gateway.

articles/expressroute/expressroute-howto-add-gateway-portal-resource-manager.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,20 @@ The steps for this tutorial use the values in the following configuration refere
9595
9696
1. Select **Review + Create**, and then **Create** to begin creating the gateway. The settings are validated and the gateway deploys. Creating virtual network gateway can take up to 45 minutes to complete.
9797

98+
## Enable or disable VNet to VNet or VNet to Virtual WAN traffic through ExpressRoute
99+
100+
You can enable or disable VNet to VNet or VNet to WAN connectivity through ExpressRoute. By default, VNet to VNet or VNet to WAN traffic is disabled through ExpressRoute. You can enable this traffic by using the following steps.
101+
102+
1. In the Azure portal, navigate to the ExpressRoute virtual network gateway.
103+
104+
1. In the **Settings** section, select **Configuration**.
105+
106+
1. In the **Configuration** section, select the checkbox for **Allow traffic from remote virtual networks**. You can also enable traffic from remote Virtual WAN networks by selecting the checkbox for **Allow traffic from remote Virtual WAN network**.
107+
108+
:::image type="content" source="./media/expressroute-howto-add-gateway-portal-resource-manager/allow-remote-virtual-network-wan.png" alt-text="Screenshot that shows how to enable VNet to VNet and VNet to WAN traffic.":::
109+
110+
These steps will need to be completed on all virtual networks that need to communicate with each other through ExpressRoute.
111+
98112
## Clean up resources
99113

100114
If you no longer need the ExpressRoute gateway, locate the gateway in the virtual network resource group and select **Delete**. Ensure the gateway doesn't have any connections to a circuit.
Loading

articles/expressroute/virtual-network-connectivity-guidance.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Virtual networks that are connected to an ExpressRoute circuit are established b
2727

2828
ExpressRoute connectivity gets managed by a pair of Microsoft Enterprise Edge (MSEE) devices located at [ExpressRoute peering locations](expressroute-locations-providers.md#expressroute-locations). ExpressRoute peering locations are physically separate from Azure regions, when virtual network to virtual network connectivity is enabled using ExpressRoute. Traffic from the virtual network leaves the origin Azure region and passes through the MSEE devices at the peering location. Then that traffic goes through Microsoft's global network to reach the destination Azure region. With VNet peering, traffic flows from the origin Azure region directly to the destination Azure region using Microsoft's global network, without the extra hop of the MSEE devices. Since the extra hop is no longer in the data path, you see lower latency and an overall better experience with your applications and network traffic.
2929

30+
## Enable VNet to VNet or VNet to Virtual WAN connectivity through ExpressRoute
31+
32+
By default, VNet to VNet and VNet to Virtual WAN connectivity is disabled through an ExpressRoute circuit. To enable this connectivity, you must configure the ExpressRoute virtual network gateway to allow this traffic. For more information, see [Enable VNet to VNet or VNet to Virtual WAN connectivity through ExpressRoute](expressroute-howto-add-gateway-portal-resource-manager.md#enable-or-disable-vnet-to-vnet-or-vnet-to-virtual-wan-traffic-through-expressroute).
33+
3034
## Next steps
3135

3236
* Learn more about [Designing for high availability](designing-for-high-availability-with-expressroute.md).

0 commit comments

Comments
 (0)