Skip to content

Commit 277a7ea

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-custom-roles-ga
2 parents f1f25db + 776d998 commit 277a7ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

includes/virtual-wan-faq-include.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,17 @@ Yes. An internet connection and physical device that supports IPsec, preferably
205205

206206
A virtual hub can propagate a learned default route to a virtual network/site-to-site VPN/ExpressRoute connection if the flag is 'Enabled' on the connection. This flag is visible when the user edits a virtual network connection, a VPN connection, or an ExpressRoute connection. By default, this flag is disabled when a site or an ExpressRoute circuit is connected to a hub. It is enabled by default when a virtual network connection is added to connect a VNet to a virtual hub. The default route does not originate in the Virtual WAN hub; the default route is propagated if it is already learned by the Virtual WAN hub as a result of deploying a firewall in the hub, or if another connected site has forced-tunneling enabled.
207207

208+
### How does the virtual hub in a Virtual WAN select the best path for a route from multiple hubs
209+
210+
If a Virtual Hub learns the same route from multiple remote hubs, the order in which it decides is as follows
211+
1) Route Origin
212+
a) Network routes – VNET prefixes directly learnt by the Virtual Hub gateways
213+
b) BGP
214+
c) Hub RouteTable (statically configured routes)
215+
d) InterHub routes
216+
2) Route metric : Virtual WAN prefers ExpressRoute over VPN. ExpressRoute peer have a higher weightage compared to the VPN peer
217+
3) AS path length
218+
208219
### What are the differences between the Virtual WAN types (Basic and Standard)?
209220

210221
The 'Basic' WAN type lets you create a basic hub (SKU = Basic). A 'Standard' WAN type lets you create standard hub (SKU = Standard). Basic hubs are limited to site-to-site VPN functionality. Standard hubs let you have ExpressRoute, User VPN (P2S), full mesh hub, and VNet-to-VNet transit through the hubs. You pay a base charge of $0.25/hr for standard hubs and a data processing fee for transiting through the hubs during VNet-to-VNet connectivity, as well as data processing for hub to hub traffic. For more information, see [Basic and Standard virtual WANs](../articles/virtual-wan/virtual-wan-about.md#basicstandard). For pricing, see the [Pricing](https://azure.microsoft.com/pricing/details/virtual-wan/) page.

0 commit comments

Comments
 (0)