Skip to content

Commit 61c9f8d

Browse files
authored
Merge pull request #191181 from siddomala/SidCommunity
ER Metrics in VWAN FAQ
2 parents cdcce61 + 045607d commit 61c9f8d

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

articles/virtual-wan/virtual-wan-faq.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ An Azure Virtual WAN connection is composed of 2 tunnels. A Virtual WAN VPN gate
161161

162162
### What happens during a Gateway Reset in a Virtual WAN VPN Gateway?
163163

164-
The Gateway Reset button should be used if your on-premises devices are all working as expected but Site to Site VPN connections in Azure are in a Disconnected state. Virtual WAN VPN Gateways are always deployed in an Active-Active state for high availability. This means there is always more than one instance deployed in a VPN Gateway at any point of time. When the Gateway Reset button is used, it reboots the instances in the VPN Gateway in a sequential manner, so your connections are not disrupted. There will be a brief gap as connections move from one instance to the other, but this gap should be less than a minute. Additionally, please note that resetting the gateways will not change your Public IPs.
164+
The Gateway Reset button should be used if your on-premises devices are all working as expected but Site to Site VPN connections in Azure are in a Disconnected state. Virtual WAN VPN Gateways are always deployed in an Active-Active state for high availability. This means there is always more than one instance deployed in a VPN Gateway at any point of time. When the Gateway Reset button is used, it reboots the instances in the VPN Gateway in a sequential manner, so your connections are not disrupted. There will be a brief gap as connections move from one instance to the other, but this gap should be less than a minute. Additionally, please note that resetting the gateways will not change your Public IPs.
165165

166166
### Can the on-premises VPN device connect to multiple hubs?
167167

@@ -337,6 +337,24 @@ When you choose to deploy a security partner provider to protect Internet access
337337

338338
For more information regarding the available options third-party security providers and how to set this up, see [Deploy a security partner provider](../firewall-manager/deploy-trusted-security-partner.md).
339339

340+
### Will BGP communities generated by on-premises be preserved in Virtual WAN?
341+
342+
Yes, BGP communities generated by on-premises will be preserved in Virtual WAN. You can use your own public ASNs or private ASNs for your on-premises networks. You can't use the ranges reserved by Azure or IANA:
343+
* ASNs reserved by Azure:
344+
* Public ASNs: 8074, 8075, 12076
345+
* Private ASNs: 65515, 65517, 65518, 65519, 65520
346+
* ASNs reserved by IANA: 23456, 64496-64511, 65535-65551
347+
348+
### In Virtual WAN, what are the estimated performances by ExpressRoute gateway SKU?
349+
350+
[!INCLUDE [ExpressRoute Performance](../../includes/virtual-wan-expressroute-performance.md)]
351+
352+
### Why am I seeing a message and button called "Update router to latest software version" in portal?
353+
354+
The Virtual WAN team has been working on upgrading virtual routers from their current Cloud Services infrastructure to Virtual Machine Scale Sets (VMSS) based deployments. This will enable the virtual hub router to now be availability zone aware and have enhanced scaling out capabilities during high CPU usage. If you navigate to your Virtual WAN hub resource and see this message and button, then you can upgrade your router to the lastest version by clicking on the button. The Cloud Services infrastructure will be deprecated soon, so **please migrate by May 31, 2022.**
355+
356+
Note that you’ll only be able to update your virtual hub router if all the resources (gateways/route tables/VNET connections) in your hub are in a succeeded state. Additionally, as this operation requires deployment of new VMSS based virtual hub routers, you’ll face an expected downtime of 30 minutes per hub. Within a single Virtual WAN resource, hubs should be updated one at a time instead of updating multiple at the same time. When the Router Version says “Latest”, then the hub is done updating.
357+
340358
## Next steps
341359

342360
* For more information about Virtual WAN, see [About Virtual WAN](virtual-wan-about.md).
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-wan
5+
author: siddomala
6+
ms.service: virtual-wan
7+
ms.topic: include
8+
ms.date: 03/04/2022
9+
ms.author: siddomala
10+
ms.custom: include file
11+
---
12+
13+
| **Scale unit** | **Connections per second** | **Mega-Bits per second** | **Packets per second** |
14+
|---|---|---|---|
15+
|1 scale unit <br> (2 instances) | 14,000 | 2,000 | 200,000
16+
|2 scale units <br> (4 instances) | 28,000 | 4,000 | 400,000
17+
|3 scale units <br> (6 instances) | 42,000 | 6,000 | 600,000
18+
|4 scale units <br> (8 instances) | 56,000 | 8,000 | 800,000
19+
|5 scale units <br> (10 instances) | 70,000 | 10,000 | 1,000,000
20+
|6 scale units <br> (12 instances) | 84,000 | 12,000 | 1,200,000
21+
|7 scale units <br> (14 instances) | 98,000 | 14,000 | 1,400,000
22+
|8 scale units <br> (16 instances) | 112,000 | 16,000 | 1,600,000
23+
|9 scale units <br> (18 instances) | 126,000 | 18,000 | 1,800,000
24+
|10 scale units <br> (20 instances) | 140,000 | 20,000 | 2,000,000
25+
26+
>[!NOTE]
27+
>*Scale units 2-10, during maintenance operations, maintain aggregate throughput. However, scale unit 1, during a maintenance operation, may see a slight variation in throughput numbers.

0 commit comments

Comments
 (0)