Skip to content

Commit 4447d55

Browse files
committed
acrolinx
1 parent 4210034 commit 4447d55

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,39 +18,40 @@ Azure Route Server is a fully managed service that allows you to easily manage r
1818

1919
### Is Azure Route Server just a virtual machine?
2020

21-
No. Azure Route Server is a service designed with high availability. If it's deployed in an Azure region that supports [Availability Zones](../availability-zones/az-overview.md), it'll have zone-level redundancy.
21+
No. Azure Route Server is a service designed with high availability. Your route server has zone-level redundancy if you deploy it in an Azure region that supports [Availability Zones](../availability-zones/az-overview.md).
2222

2323
### How many route servers can I create in a virtual network?
2424

25-
You can create only one route server in a virtual network. The route server must be deployed in a dedicated subnet called *RouteServerSubnet*.
25+
You can create only one route server in a virtual network. You must deploy the route server in a dedicated subnet called *RouteServerSubnet*.
2626

2727
### Does Azure Route Server support virtual network peering?
2828

29-
Yes, if you peer a virtual network hosting the Azure Route Server to another virtual network and you enable Use Remote Gateway on the second virtual network, Azure Route Server will learn the address spaces of that virtual network and send them to all the peered NVAs. It will also program the routes from the NVAs into the routing table of the VMs in the peered virtual network.
29+
Yes, if you peer a virtual network hosting the Azure Route Server to another virtual network and you enable **Use the remote virtual network's gateway or Route Server** on the second virtual network, Azure Route Server learns the address spaces of the peered virtual network and send them to all the peered network virtual appliances (NVAs). It also programs the routes from the NVAs into the route table of the virtual machines in the peered virtual network.
3030

3131

3232
### <a name = "protocol"></a>What routing protocols does Azure Route Server support?
3333

34-
Azure Route Server supports Border Gateway Protocol (BGP) only. Your NVA needs to support multi-hop external BGP because you’ll need to deploy Azure Route Server in a dedicated subnet in your virtual network. The ASN you choose must be different from the one Azure Route Server uses when you configure the BGP on your NVA.
34+
Azure Route Server supports only Border Gateway (BGP) Protocol. Your network virtual appliance (NVA) must support multi-hop external BGP because you need to deploy the Route Server in a dedicated subnet in your virtual network. When you configure the BGP on your NVA, the ASN you choose must be different from the Route Server ASN.
3535

3636
### Does Azure Route Server route data traffic between my NVA and my VMs?
3737

38-
No. Azure Route Server only exchanges BGP routes with your NVA. The data traffic goes directly from the NVA to the destination VM and directly from the VM to the NVA.
38+
No. Azure Route Server only exchanges BGP routes with your network virtual appliance (NVA). The data traffic goes directly from the NVA to the destination virtual machine (VM) and directly from the VM to the NVA.
3939

4040
### Does Azure Route Server store customer data?
41-
No. Azure Route Server only exchanges BGP routes with your NVA and then propagates them to your virtual network.
41+
42+
No. Azure Route Server only exchanges BGP routes with your network virtual appliance (NVA) and then propagates them to your virtual network.
4243

4344
### Why does Azure Route Server require a public IP address?
4445

45-
Azure Router Server needs to ensure connectivity to the backend service that manages the Route Server configuration, as such a public IP address is required. This public IP address doesn't constitute a security exposure of your virtual network.
46+
Azure Router Server needs to ensure connectivity to the backend service that manages the Route Server configuration, that's why it needs the public IP address. This public IP address doesn't constitute a security exposure of your virtual network.
4647

4748
### Does Azure Route Server support IPv6?
4849

4950
No. We'll add IPv6 support in the future.
5051

5152
### If Azure Route Server receives the same route from more than one NVA, how does it handle them?
5253

53-
If the route has the same AS path length, Azure Route Server will program multiple copies of the route, each with a different next hop, to the VMs in the virtual network. When the VMs send traffic to the destination of this route, the VM hosts will do Equal-Cost Multi-Path (ECMP) routing. However, if one NVA sends the route with a shorter AS path length than other NVAs, Azure Route Server will only program the route that has the next hop set to this NVA to the VMs in the virtual network.
54+
If the route has the same AS path length, Azure Route Server will program multiple copies of the route, each with a different next hop, to the virtual machines (VMs) in the virtual network. When a VM sends traffic to the destination of this route, the VM host uses Equal-Cost Multi-Path (ECMP) routing. However, if one NVA sends the route with a shorter AS path length than other NVAs, Azure Route Server will only program the route that has the next hop set to this NVA to the VMs in the virtual network.
5455

5556
### Does Azure Route Server preserve the BGP AS Path of the route it receives?
5657

@@ -66,12 +67,11 @@ Yes, Azure Route Server propagates the route with the BGP communities as is.
6667

6768
### What is the BGP timer setting of Azure Route Server?
6869

69-
The Keep-alive timer is set to 60 seconds and the Hold-down timer 180 seconds.
70+
Azure Route Server Keepalive timer is 60 seconds and the Hold timer is 180 seconds.
7071

7172
### What Autonomous System Numbers (ASNs) can I use?
7273

73-
You can use your own public ASNs or private ASNs in your network virtual appliance. You can't use the ranges reserved by Azure or IANA.
74-
The following ASNs are reserved by Azure or IANA:
74+
You can use your own public ASNs or private ASNs in your network virtual appliance (NVA). You can't use ASNs reserved by Azure or IANA.
7575

7676
* ASNs reserved by Azure:
7777
* Public ASNs: 8074, 8075, 12076
@@ -83,9 +83,9 @@ The following ASNs are reserved by Azure or IANA:
8383

8484
No, Azure Route Server supports only 16-bit (2 bytes) ASNs.
8585

86-
### Can I associate a user defined route (UDR) to the RouteServerSubnet?
86+
### Can I associate a UDR to the *RouteServerSubnet*?
8787

88-
No, Azure Route Server doesn't support configuring a UDR on the RouteServerSubnet. It should be noted that Azure Route Server doesn't route any data traffic between NVAs and VMs.
88+
No, Azure Route Server doesn't support configuring a user defined route (UDR) on the *RouteServerSubnet*. Azure Route Server doesn't route any data traffic between network virtual appliances (NVAs) and virtual machines (VMs).
8989

9090
### Can I associate a network security group (NSG) to the RouteServerSubnet?
9191

@@ -103,17 +103,17 @@ No, Azure Route Server doesn't forward data traffic. To enable transit connectiv
103103

104104
### Can I use Azure Route Server to direct traffic between subnets in the same virtual network to flow inter-subnet traffic through the NVA?
105105

106-
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.
106+
No. Azure Route Server uses BGP to advertise routes. 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. You must continue to use user defined routes (UDRs) to override system routes, and you can't utilize BGP to quickly fail over 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.
107107

108-
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.
108+
You can still use Route Server to direct traffic between subnets in different virtual networks to flow using the NVA. A possible design that may work is one subnet per "spoke" virtual network and all "spoke" virtual networks are peered to a "hub" virtual network. This design is very limiting and needs to take into scaling considerations and Azure's maximum limits on virtual networks vs subnets.
109109

110110
### Can Azure Route Server filter out routes from NVAs?
111111

112-
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.
112+
Azure Route Server supports ***NO_ADVERTISE*** BGP community. If a network virtual appliance (NVA) advertises routes with this community string to the route server, the route server doesn't advertise it to other peers including the ExpressRoute gateway. This feature can help reduce the number of routes sent from Azure Route Server to ExpressRoute.
113113

114-
### Can Azure Route Server provide transit between ExpressRoute and a Point-to-Site (P2S) VPN gateway connection if the branch-to-branch setting is enabled?
114+
### Can Azure Route Server provide transit between ExpressRoute and a Point-to-Site (P2S) VPN gateway connection when enabling the *branch-to-branch*?
115115

116-
No, Azure Route Server provides transit only between ExpressRoute and a Site-to-Site (S2S) VPN gateway connections (when the *branch-to-branch* setting is enabled).
116+
No, Azure Route Server provides transit only between ExpressRoute and Site-to-Site (S2S) VPN gateway connections (when enabling the *branch-to-branch* setting).
117117

118118
### <a name = "limitations"></a>What are Azure Route Server limits?
119119

0 commit comments

Comments
 (0)