An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
Hello @ AzurePro,
Thanks for reaching out to Microsoft Q&A.
You can’t re-use the exact same CIDR block for two hubs in one vWAN — each hub needs its own non-overlapping address space. A quick rundown:
Hub address space rules
• Minimum size is /24
• Recommended is /23 (or larger) to allow growth
• If you’re running Azure Firewall in a hub, you need at least /22
• If you’re only hosting NVAs (like your SD-WAN devices), you can often get away with /24
Why you can’t overlap
• Once a hub is created its CIDR can’t be changed
• The vWAN control plane enforces no overlap between: – Any two hub private address spaces in the same vWAN – On-prem networks – Any spoke VNets connected to your hubs
What you can do
• Keep your Security-as-a-Service hub at x.x.x.x/23
• Carve out a different /24 (or /23) for your SD-WAN/NVA hub — adjust based on how many NVA instances you’ll deploy
That way each virtual hub has room for its subnets (VPN, ER, P2S, firewall or NVA) without colliding.
References:
- Getting Started with Virtual WAN https://learn.microsoft.com/azure/virtual-wan/virtual-wan-about
- About virtual hub settings (address space requirements) https://learn.microsoft.com/azure/virtual-wan/hub-settings#virtual-hub-address-space
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".