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/vpn-gateway/bgp-howto.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: cherylmc
11
11
---
12
12
# How to configure BGP for Azure VPN Gateway
13
13
14
-
This article helps you enable BGP on cross-premises site-to-site (S2S) VPN connections and VNet-to-VNet connections using the Azure portal. This article helps you enable BGP on cross-premises site-to-site (S2S) VPN connections and VNet-to-VNet connections using Azure PowerShell. You can also create this configuration using the [Azure portal](bgp-howto.md) or [PowerShell](vpn-gateway-bgp-resource-manager-ps.md) steps.
14
+
This article helps you enable BGP on cross-premises site-to-site (S2S) VPN connections and VNet-to-VNet connections using the Azure portal. You can also create this configuration using the [Azure CLI](bgp-how-to-cli.md) or [PowerShell](vpn-gateway-bgp-resource-manager-ps.md) steps.
15
15
16
16
BGP is the standard routing protocol commonly used in the Internet to exchange routing and reachability information between two or more networks. BGP enables the VPN gateways and your on-premises VPN devices, called BGP peers or neighbors, to exchange "routes" that will inform both gateways on the availability and reachability for those prefixes to go through the gateways or routers involved. BGP can also enable transit routing among multiple networks by propagating routes a BGP gateway learns from one BGP peer to all other BGP peers.
17
17
@@ -155,15 +155,15 @@ In this step, you create a new connection that has BGP enabled. If you already h
155
155
#### To create a connection
156
156
157
157
1. To create a new connection, go to your virtual network gateway **Connections** page.
158
-
1.Click**+Add** to open the **Add a connection page**.
158
+
1.Select**+Add** to open the **Add a connection page**.
159
159
1. Fill in the necessary values.
160
160
1. Select **Enable BGP** to enable BGP on this connection.
161
-
1.Click**OK** to save changes.
161
+
1.Select**OK** to save changes.
162
162
163
163
#### To update an existing connection
164
164
165
165
1. Go to your virtual network gateway **Connections** page.
166
-
1.Click the connection you want to modify.
166
+
1.Select the connection you want to modify.
167
167
1. Go to the **Configuration** page for the connection.
0 commit comments