Skip to content

Commit 8d62ccc

Browse files
Merge pull request #3740 from ManikaDhiman/md-l3-tweak
Note about routing consideration using L3
2 parents d1182f4 + a47e633 commit 8d62ccc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-local/concepts/gateway-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: AnirbanPaul
55
ms.author: anpaul
66
ms.topic: overview
77
ms.service: azure-local
8-
ms.date: 10/22/2024
8+
ms.date: 07/16/2025
99
ms.custom: kr2b-contr-experiment
1010
---
1111
# What is Remote Access Service (RAS) Gateway for Software Defined Networking?
@@ -72,6 +72,9 @@ If you plan to deploy L3 Gateway connections with BGP routing, make sure to conf
7272
- update-source: This specifies the source address for BGP updates, that is L3 VLAN. For example, VLAN 250.
7373
- ebgp multihop: This specifies more hops are required since the BGP neighbor is more than one hop away.
7474

75+
> [!NOTE]
76+
> When using BGP with an L3 peer IP in a different subnet from the BGP router, you must configure a static /32 route in the L3 connection. For example, if the L3 peer is 15.0.0.1 and the BGP peer is 25.0.0.1, add a route with destination 25.0.0.1/32 and next hop 15.0.0.5 (L3 IP).
77+
7578
### Dynamic routing with BGP
7679

7780
BGP reduces the need for manual route configuration on routers because it's a dynamic routing protocol, and automatically learns routes between sites that are connected by using site-to-site VPN connections. If your organization has multiple sites that are connected using BGP-enabled routers, such as RAS Gateway, BGP allows the routers to automatically calculate and use valid routes to each other in case of network disruption or failure.

0 commit comments

Comments
 (0)