Skip to content

Commit ab2048d

Browse files
author
George Wallace
committed
updates
1 parent 3ef9acc commit ab2048d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/azure-vmware/concepts-networking.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,18 @@ Once linked with Global Reach, the two ExpressRoute circuits will route network
5757

5858
To enable full connectivity, an Authorization Key and private peering ID for Global Reach can be requested in the Azure portal. You use the key and ID to establish Global Reach between an ExpressRoute circuit in your subscription and the ExpressRoute circuit for your new private cloud. The [tutorial for creating a private cloud](tutorial-create-private-cloud.md) provides you with the procedures for requesting and using the key and ID.
5959

60-
The routing requirements of the solution require you to plan private cloud network address spaces so that you avoid overlaps with other virtual networks and on-premises networks. A /22 network block used for each private cloud needs to be unique across your routing domains. This network block includes management and production networks in the private cloud.
60+
The routing requirements of the solution require you to plan private cloud network address spaces so that you avoid overlaps with other virtual networks and on-premises networks. AVS private clouds require a minimum of a `/22` CIDR network address block for subnets, shown below. This network complements your on-premises networks. In order to connect to on-premises environments and virtual networks, this must be a non-overlapping network address block.
61+
62+
Example `/22` CIDR network address block: `10.10.0.0/22`
63+
64+
The subnets:
65+
66+
| Network usage | Subnet | Example |
67+
| ------------------------- | ------ | -------------- |
68+
| Private cloud management | `/24` | `10.10.0.0/24` |
69+
| vMotion network | `/24` | `10.10.1.0/24` |
70+
| VM workloads | `/24` | `10.10.2.0/24` |
71+
| ExpressRoute peering | `/24` | `10.10.3.8/30` |
6172

6273
## Next steps
6374

0 commit comments

Comments
 (0)