Skip to content

Commit 708366f

Browse files
Merge pull request #301963 from MSFT-FrankLpnsk/Hub-Address
[Virtual WAN] Hub Address Space Cannot be changed
2 parents 12ecf0f + c241425 commit 708366f

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

articles/virtual-wan/hub-settings.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,23 @@ Previously, there wasn't a configuration option for you to use to influence rout
112112

113113
For more information, see [About virtual hub routing preference](about-virtual-hub-routing-preference.md).
114114

115+
## <a name = "addressspace"></a>Virtual hub address space
116+
The recommended address space for a Virtual WAN hub is **/23**. It's important to note that the hub address space **cannot be modified after the hub is created**. To change the hub address space, you must redeploy the virtual hub, which can result in downtime.
117+
118+
The Virtual WAN hub automatically assigns subnets from the specified address space to various Azure services, including:
119+
120+
- Virtual Hub Router
121+
- ExpressRoute
122+
- Site-to-site VPN
123+
- Point-to-site VPN
124+
- Azure Firewall
125+
126+
For scenarios where Network Virtual Appliances (NVAs) are deployed inside the virtual hub, an additional subnet is allocated for the NVA instances. Typically, a **/28 subnet** is assigned for a small number of NVAs. However, if multiple NVAs are provisioned, a **/27 subnet** might be allocated.
127+
128+
To accommodate future scalability and architectural needs, while the minimum address space for a Virtual WAN hub is **/24**, it is recommended to specify a **/23 address space** during hub creation.
129+
130+
For more information related to the Virtual WAN hub address space, see [Virtual WAN FAQ](virtual-wan-faq.md)
131+
115132
## <a name="gateway"></a>Gateway settings
116133

117134
Each virtual hub can contain multiple gateways (site-to-site, point-to-site User VPN, and ExpressRoute). When you create your virtual hub, you can configure gateways at the same time, or create an empty virtual hub and add the gateway settings later. When you edit a virtual hub, you'll see settings that pertain to gateways. For example, gateway scale units.
@@ -120,6 +137,7 @@ Gateway scale units are different than routing infrastructure units. You adjust
120137

121138
For more information about gateway settings, see [Gateway settings](gateway-settings.md).
122139

140+
123141
## <a name="type"></a>Basic and Standard
124142

125143
The virtual WAN type (Basic or Standard) determines the types of resources that can be created within a virtual hub. This includes the type of gateways that can be created (site-to-site VPN, point-to site User VPN, and ExpressRoute). This setting is configured on the virtual WAN object. For more information, see [Upgrade from Basic to Standard](upgrade-virtual-wan.md).

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,19 @@ The Virtual WAN hub drops routes with an ASN of 0 in the AS-Path. To ensure thes
396396
Yes. This option is currently available via PowerShell only. The Virtual WAN portal requires that the hubs are in the same resource group as the Virtual WAN resource itself.
397397

398398
### What is the recommended hub address space during hub creation?
399+
The recommended address space for a Virtual WAN hub is **/23**. It's important to note that the hub address space **cannot be modified after the hub is created**. To change the hub address space, you must redeploy the virtual hub, which can result in downtime.
399400

400-
The recommended Virtual WAN hub address space is /23. Virtual WAN hub assigns subnets to various gateways (ExpressRoute, site-to-site VPN, point-to-site VPN, Azure Firewall, Virtual hub Router). For scenarios where NVAs are deployed inside a virtual hub, a /28 is typically carved out for the NVA instances. However if the user provisions multiple NVAs, a /27 subnet might be assigned. Therefore, keeping a future architecture in mind, while Virtual WAN hubs are deployed with a minimum size of /24, the recommended hub address space at creation time for user to input is /23.
401+
The Virtual WAN hub automatically assigns subnets from the specified address space to various Azure services, including:
402+
403+
- Virtual Hub Router
404+
- ExpressRoute
405+
- Site-to-site VPN
406+
- Point-to-site VPN
407+
- Azure Firewall
408+
409+
For scenarios where Network Virtual Appliances (NVAs) are deployed inside the virtual hub, an additional subnet is allocated for the NVA instances. Typically, a **/28 subnet** is assigned for a small number of NVAs. However, if multiple NVAs are provisioned, a **/27 subnet** might be allocated.
410+
411+
To accommodate future scalability and architectural needs, while the minimum address space for a Virtual WAN hub is **/24**, it is recommended to specify a **/23 address space** during hub creation.
401412

402413
### Is there support for IPv6 in Virtual WAN?
403414

0 commit comments

Comments
 (0)