Skip to content

Commit 1fa5fd8

Browse files
authored
Merge pull request #196577 from erjosito/patch-1
Adding AS override
2 parents d2aed08 + ff4a06c commit 1fa5fd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/route-server/multiregion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The spokes need to be peered with the hub VNet with the setting "Use Remote Gate
2525

2626
The NVAs will advertise to their local Route Server the routes that they learn from the remote region, and Route Server will configure these routes in the local spokes, hence attracting traffic. If there are multiple NVAs in the same region (Route Server supports up to 8 BGP adjacencies), AS path prepending can be used to make one of the NVAs preferred to the others, hence defining an active/standby NVA topology.
2727

28+
Note that when an NVA advertises routes coming from a Route Server in a remote region to its local Route Server, it should remove the Autonomous System Number (ASN) 65515 from the AS path of the routes. This is known in certain BGP platforms as "AS override" or "AS-path rewrite". Otherwise, the local Route Server will not learn those routes, as the BGP loop prevention mechanism forbids learning routes that already contain the local ASN.
29+
2830
## ExpressRoute
2931

3032
This design can be combined with ExpressRoute or VPN gateways. The following diagram shows a topology including an ExpressRoute gateway connected to an on-premises network in one of the Azure regions. In this case, an overlay network over the ExpressRoute circuit will help to simplify the network, so that on-premises prefixes will only appear in Azure as advertised by the NVA (and not from the ExpressRoute gateway).

0 commit comments

Comments
 (0)