Skip to content

Commit 4e3c17a

Browse files
authored
Merge pull request #178417 from duongau/patch-1
Route Server FAQ - new question about traffic between subnets in the same virtual network
2 parents 47bbd28 + 219b151 commit 4e3c17a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/route-server/route-server-faq.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: route-server
55
author: duongau
66
ms.service: route-server
77
ms.topic: article
8-
ms.date: 09/23/2021
8+
ms.date: 11/02/2021
99
ms.author: duau
1010
---
1111

@@ -87,6 +87,12 @@ No, Azure Route Server doesn't support NSG association to the RouteServerSubnet.
8787

8888
No, Azure Route Server doesn't forward data traffic. To enable transit connectivity through the NVA, set up a direct connection (for example, an IPsec tunnel) between the NVAs and use the route servers for dynamic route propagation.
8989

90+
### Can I use Azure Route Server to direct traffic between subnets in the same virtual network to flow inter-subnet traffic through the NVA?
91+
92+
No. System routes for traffic related to virtual network, virtual network peerings, or virtual network service endpoints, are preferred routes, even if BGP routes are more specific. As Route Server uses BGP to advertise routes, currently this is not supported by design. You must continue to use UDRs to force override the routes, and you can't utilize BGP to quickly failover these routes. You must continue to use a third party solution to update the UDRs via the API in a failover situation, or use an Azure Load Balancer with HA ports mode to direct traffic.
93+
94+
You can still use Route Server to direct traffic between subnets in different virtual networks to flow using the NVA. The only possible design that may work is one subnet per "spoke" virtual network and all virtual networks are peered to a "hub" virtual network, but this is very limiting and needs to take into scaling considerations and Azure's maximum limits on virtual networks vs subnets.
95+
9096
## <a name = "limitations"></a>Route Server Limits
9197

9298
Azure Route Server has the following limits (per deployment).

0 commit comments

Comments
 (0)