Skip to content

Commit c386de6

Browse files
authored
Update bgp-howto.md
1 parent 075b531 commit c386de6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/vpn-gateway/bgp-howto.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure BGP for Azure VPN Gateway using the Azure po
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 01/09/2023
8+
ms.date: 04/20/2023
99
ms.author: cherylmc
1010

1111
---
@@ -108,7 +108,9 @@ To get the Azure BGP Peer IP address:
108108
1. Go to the virtual network gateway resource and select the **Configuration** page to see the BGP configuration information.
109109
1. Make a note of the BGP Peer IP address.
110110

111-
## <a name ="crosspremises"></a>Configure BGP on cross-premises S2S connections
111+
## <a name ="crosspremises"></a>To configure BGP on cross-premises S2S connections
112+
113+
The instructions in this section apply to cross-premises site-to-site configurations.
112114

113115
To establish a cross-premises connection, you need to create a *local network gateway* to represent your on-premises VPN device, and a *connection* to connect the VPN gateway with the local network gateway as explained in [Create site-to-site connection](tutorial-site-to-site-portal.md). The following sections contain the additional properties required to specify the BGP configuration parameters, as shown in Diagram 3.
114116

@@ -180,9 +182,11 @@ The following example lists the parameters you enter into the BGP configuration
180182
- eBGP Multihop : Ensure the "multihop" option for eBGP is enabled on your device if needed
181183
```
182184

183-
## Enable BGP on VNet-to-VNet connections
185+
## To enable BGP on VNet-to-VNet connections
186+
187+
The steps in this section apply to VNet-to-VNet connections.
184188

185-
The steps to enable or disable BGP on a VNet-to-VNet connection are the same as the [S2S steps](#crosspremises). You can enable BGP when creating the connection, or update the configuration on an existing VNet-to-VNet connection.
189+
To enable or disable BGP on a VNet-to-VNet connection, you use the same steps as the [S2S cross-premises steps](#crosspremises) in the previous section. You can enable BGP when creating the connection, or update the configuration on an existing VNet-to-VNet connection.
186190

187191
> [!NOTE]
188192
> A VNet-to-VNet connection without BGP will limit the communication to the two connected VNets only. Enable BGP to allow transit routing capability to other S2S or VNet-to-VNet connections of these two VNets.

0 commit comments

Comments
 (0)