You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-vmware/architecture-network-design-considerations.md
+27-6Lines changed: 27 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,33 @@ Due to asymmetric routing, connectivity issues can occur when Azure VMware Solut
24
24
For AS-Path Prepend, consider the following prerequisites:
25
25
26
26
> [!div class="checklist"]
27
-
> * The key point is that you must prepend **Public** ASN numbers to influence how Azure VMware Solution routes traffic back to on-premises. If you prepend using _Private_ ASN, Azure VMware Solution will ignore the prepend, and the ECMP behavior mentioned previously will occur. Even if you operate a Private BGP ASN on-premises, it's still possible to configure your on-premises devices to utilize a Public ASN when prepending routes outbound, to ensure compatibility with Azure VMware Solution.
28
-
> * Design your traffic path for private ASNs after the public ASN to be honored by Azure VMware Solution. The Azure VMware Solution ExpressRoute circuit doesn't strip any private ASNs that exist in the path after the public ASN is processed.
29
-
> * Both or all circuits are connected to Azure VMware Solution through Azure ExpressRoute Global Reach.
30
-
> * The same netblocks are being advertised from two or more circuits.
31
-
> * You wish to use AS-Path Prepend to force Azure VMware solution to prefer one circuit over another.
32
-
> * Use either 2-byte or 4-byte public ASN numbers.
27
+
* The key point is that you must prepend **Public** Autonomous System Numbers (ASNs) to influence how Azure VMware Solution routes traffic back to on-premises. If you prepend using _Private_ ASN, Azure VMware Solution will ignore the prepend, and the ECMP behavior mentioned previously will occur. Even if you operate a Private BGP ASN on-premises, it's still possible to configure your on-premises devices to utilize a Public ASN when prepending routes outbound, to ensure compatibility with Azure VMware Solution.
28
+
* Design your traffic path for private ASNs after the public ASN to be honored by Azure VMware Solution. The Azure VMware Solution ExpressRoute circuit doesn't strip any private ASNs that exist in the path after the public ASN is processed.
29
+
* Both or all circuits are connected to Azure VMware Solution through Azure ExpressRoute Global Reach.
30
+
* The same netblocks are being advertised from two or more circuits.
31
+
* You want to use AS-Path Prepend to force Azure VMware solution to prefer one circuit over another.
32
+
* Use either 2-byte or 4-byte public ASN numbers.
33
+
34
+
35
+
## Reserved Private ASNs in Azure VMware Solution
36
+
37
+
Azure VMware Solution utilizes specific private Autonomous System Numbers (ASNs) for its underlay network infrastructure. To prevent conflicts and ensure seamless network integration, customers **should not** use the following ASNs within their network configurations.
38
+
39
+
### Reserved ASNs for Underlay Networking
40
+
41
+
The following ASNs are reserved for internal Azure VMware Solution infrastructure and should be avoided by customers:
Using any of the ASNs listed above in your environment may lead to BGP session failures, network routing conflicts, or service disruptions. Ensure that your ASN assignments do not overlap with these reserved values.
33
54
34
55
## Management VMs and default routes from on-premises
0 commit comments