Skip to content

Commit 73b70de

Browse files
authored
Merge pull request #192980 from charwen/patch-313
Added a FAQ
2 parents 4311552 + 8574732 commit 73b70de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
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: 01/26/2022
8+
ms.date: 03/25/2022
99
ms.author: duau
1010
---
1111

@@ -79,7 +79,7 @@ No, Azure Route Server supports only 16-bit (2 bytes) ASNs.
7979

8080
### Can I associate a User Defined Route (UDR) to the RouteServerSubnet?
8181

82-
No, Azure Route Server doesn't support configuring a UDR on the RouteServerSubnet.
82+
No, Azure Route Server doesn't support configuring a UDR on the RouteServerSubnet. It should be noted that Azure Route Server does not route any data traffic between NVAs and VMs.
8383

8484
### Can I associate a Network Security group (NSG) to the RouteServerSubnet?
8585

@@ -97,6 +97,10 @@ No. System routes for traffic related to virtual network, virtual network peerin
9797

9898
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.
9999

100+
### Can Azure Route Server filter out routes from NVAs?
101+
102+
Azure Route Server supports ***NO_ADVERTISE*** BGP Community. If an NVA advertises routes with this community string to the route server, the route server won't advertise it to other peers including the ExpressRoute gateway. This feature can help reduce the number of routes to be sent from Azure Route Server to ExpressRoute.
103+
100104
## <a name = "limitations"></a>Route Server Limits
101105

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

0 commit comments

Comments
 (0)