Skip to content

Commit 7f384bc

Browse files
authored
Modify prerequisites for High Bandwidth tunnels
removed Direct Port pair constrain.
1 parent 7ebdf8e commit 7f384bc

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

articles/vpn-gateway/site-to-site-high-bandwidth-tunnel.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,15 @@ High Bandwidth tunnels provide end-to-end encryption to meet security compliance
2424
2525
## Prerequisites
2626

27-
To use VPN Gateway High Bandwidth tunnels, your ExpressRoute Connection must have FastPath enabled. FastPath is currently supported only on ExpressRoute Direct port pairs. As a result, your ExpressRoute circuit must be provisioned on an ExpressRoute Direct port pair to support this solution.
27+
To use VPN Gateway High Bandwidth tunnels, your ExpressRoute Connection must have FastPath enabled.
2828

2929
This article assumes that your Azure subscription already includes:
30-
- An ExpressRoute circuit deployed on a Direct port pair with private peering.
30+
- An ExpressRoute circuit deployed with private peering.
3131
- A virtual network with the address space `10.1.0.0/16` and a Gateway subnet of `10.1.0.0/26`.
3232

3333
The required Azure resources for this deployment are:
3434

35-
- **ExpressRoute Direct Port**
36-
- **ExpressRoute Circuit**
35+
- **ExpressRoute Circuit with FastPath support**
3736
- **ExpressRoute Virtual Network Gateway**
3837
- **Connection between the ExpressRoute circuit and the virtual network gateway with FastPath enabled**
3938
- **VPN Gateway (SKU: VpnGw5AZ) with Advanced Connectivity enabled**
@@ -70,14 +69,6 @@ You can also confirm FastPath is enabled in the Azure portal. Go to your Express
7069

7170
:::image type="content" source="media/site-to-site-high-bandwidth-tunnel/expressroute-connection-fastpath.png" alt-text="Screenshot showing ExpressRoute Connection with FastPath enabled.":::
7271

73-
To enable support for High Bandwidth tunnels, you must activate the **EnablePrivateLinkFastPath** attribute on your ExpressRoute connection. Use the following PowerShell commands:
74-
75-
```azurepowershell-interactive
76-
77-
$connection.EnablePrivateLinkFastPath = $true
78-
Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $connection
79-
```
80-
8172
After you complete this step, your Azure virtual network will be connected to your on-premises networks, and ExpressRoute will be configured to support High Bandwidth tunnels.
8273

8374
## <a name="on-premises network"></a>Advertise on-premises network to ExpressRoute

0 commit comments

Comments
 (0)