Skip to content

Commit 0b31851

Browse files
authored
Merge pull request #171081 from charwen/patch-303
Updated limits
2 parents 3de7427 + bfd5d01 commit 0b31851

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,14 @@ Azure Route Server has the following limits (per deployment).
8383
| Resource | Limit |
8484
|----------|-------|
8585
| Number of BGP peers supported | 8 |
86-
| Number of routes each BGP peer can advertise to Azure Route Server | 200 |
86+
| Number of routes each BGP peer can advertise to Azure Route Server | 1000 |
8787
| Number of routes that Azure Route Server can advertise to ExpressRoute or VPN gateway | 200 |
8888
| Number of VMs in the virtual network (including peered virtual networks) that Azure Route Server can support | 6000 |
8989

9090
If your NVA advertises more routes than the limit, the BGP session will get dropped. In the event BGP session is dropped between the gateway and Azure Route Server, you'll lose connectivity from your on-premises network to Azure. For more information, see [Diagnose an Azure virtual machine routing problem](../virtual-network/diagnose-network-routing-problem.md).
9191

92+
The number of VMs that Azure Route Server can support is not a hard limit. It depends on the number of routes the route server receives and needs to process. If the route server receives 10000 routes from ExpressRoute, this number could be as low as 4500.
93+
9294
## Next steps
9395

9496
Learn how to [configure Azure Route Server](quickstart-configure-route-server-powershell.md).

0 commit comments

Comments
 (0)