Skip to content

Commit e8f383a

Browse files
authored
Merge pull request #234919 from halkazwini/rs-active
Add a vpn note
2 parents 98d014f + fcbf4cd commit e8f383a

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

articles/route-server/quickstart-configure-route-server-cli.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,9 @@ RouteServerIps : {10.5.10.4, 10.5.10.5} "virtualRouterAsn": 65515,
165165

166166
## Configure route exchange
167167

168-
If you have an ExpressRoute and an Azure VPN gateway in the same virtual network and you want them to exchange routes, you can enable route exchange on the Azure Route Server.
168+
If you have a virtual network gateway (ExpressRoute or VPN) in the same virtual network, you can enable *b2b traffic* to exchange routes between the gateway and the Route Server.
169169

170-
> [!IMPORTANT]
171-
> For greenfield deployments make sure to create the Azure VPN gateway before creating Azure Route Server; otherwise the deployment of Azure VPN Gateway will fail.
172-
>
170+
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-gateway.md)]
173171

174172
1. To enable route exchange between Azure Route Server and the gateway(s), use [az network routerserver update](/cli/azure/network/routeserver#az-network-routeserver-update) with the `--allow-b2b-traffic`` flag set to **true**:
175173

articles/route-server/quickstart-configure-route-server-portal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ You'll need the Azure Route Server's peer IPs and ASN to complete the configurat
9090

9191
## Configure route exchange
9292

93-
If you have an ExpressRoute gateway and/or VPN gateway and you want them to exchange routes with the Route Server, you can enable route exchange.
93+
If you have a virtual network gateway (ExpressRoute or VPN) in the same virtual network, you can enable *branch-to-branch* traffic to exchange routes between the gateway and the Route Server.
94+
95+
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-gateway.md)]
9496

9597
1. Go to [Route Server](./overview.md) in the Azure portal and select the Route Server you want to configure.
9698

articles/route-server/quickstart-configure-route-server-powershell.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ RouteServerIps : {10.5.10.4, 10.5.10.5}
142142

143143
## <a name = "route-exchange"></a>Configure route exchange
144144

145-
If you have an ExpressRoute and an Azure VPN gateway in the same virtual network and you want them to exchange routes, you can enable route exchange on the Azure Route Server.
145+
If you have a virtual network gateway (ExpressRoute or VPN) in the same virtual network, you can enable *BranchToBranchTraffic* to exchange routes between the gateway and the Route Server.
146146

147-
> [!IMPORTANT]
148-
> Azure VPN gateway must be configured in **active-active** mode and have the ASN set to 65515.
147+
[!INCLUDE [VPN gateway note](../../includes/route-server-note-vpn-gateway.md)]
149148

150149
1. To enable route exchange between Azure Route Server and the gateway(s), use [Update-AzRouteServer](/powershell/module/az.network/update-azrouteserver) with the *-AllowBranchToBranchTraffic* flag:
151150

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: halkazwini
3+
ms.author: halkazwini
4+
ms.service: route-server
5+
ms.topic: include
6+
ms.date: 04/18/2023
7+
---
8+
> [!IMPORTANT]
9+
> Azure VPN gateway must be created before creating Azure Route Server and must be configured in **active-active** mode and have the ASN set to 65515.

0 commit comments

Comments
 (0)