Skip to content

Commit cc466ff

Browse files
committed
Update vpn-gateway-howto-aws-bgp.md
1 parent 4aa053a commit cc466ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/vpn-gateway/vpn-gateway-howto-aws-bgp.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Create a VPN gateway using the following values:
108108

109109
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/public-ip.png" alt-text="Screenshot shows PIP setting." lightbox="./media/vpn-gateway-howto-aws-bgp/public-ip.png" :::
110110

111-
1. Configure BGP
111+
1. Configure BGP.
112112

113113
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/create-gw-bgp.png" alt-text="Screenshot shows BGP setting." lightbox="./media/vpn-gateway-howto-aws-bgp/create-gw-bgp.png" :::
114114

@@ -208,7 +208,7 @@ For **Inside IPv4 CIDR for Tunnel 1** and **Inside IPv4 CIDR for Tunnel 2** for
208208
Next, you connect your AWS tunnels to Azure. For each of the four tunnels, you'll have both a local network gateway and a site-to-site connection.
209209

210210
> [!IMPORTANT]
211-
> Repeat the following sections for **each of your four AWS tunnels**, using their respective **outside IP address**
211+
> Repeat the following sections for **each of your four AWS tunnels**, using their respective **outside IP address**.
212212
213213
### <a name="create-local-network-gateways"></a> Create local network gateways
214214

@@ -221,14 +221,14 @@ Repeat these instructions to create each local network gateway.
221221
1. For **IP Address**, enter the **Outside IP Address** (from AWS) for the tunnel you're creating.
222222
1. Leave **Address Space** as blank and select **Advanced**.
223223

224-
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/create-lng.png" alt-text="Values for your local network gateway" :::
224+
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/create-lng.png" alt-text="Screenshot shows local network gateway basics page." :::
225225
1. On the **Advanced** tab, configure the following settings:
226226

227227
* Select **Yes** for **Configure BGP settings**.
228228
* For **Autonomous system number (ASN)**, enter the ASN for your AWS Virtual Private Network. Use the ASN **64512** if you left your ASN as the AWS default value.
229229
* For **BGP peer IP address**, enter the AWS BGP Peer IP Address based on the [APIPA configuration you chose](#apipa-config).
230230

231-
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/lng-bgp.png" alt-text="Values for your local network gateway BGP settings" :::
231+
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/lng-bgp.png" alt-text="Screenshot shows values for your local network gateway BGP settings." :::
232232

233233
### <a name ="create-azure-connections"></a> Create connections
234234

@@ -247,7 +247,7 @@ Repeat these steps to create each of the required connections.
247247
* Enter the **Shared key (PSK)** that matches the preshared key you entered when making the AWS connections.
248248
* **Enable BGP**: Select to enable.
249249
* **Enable Custom BGP Addresses**: Select to enable.
250-
1. Under **Custom BGP Addresses**
250+
1. Under **Custom BGP Addresses**:
251251

252252
* Enter the Custom BGP Address based on the [APIPA configuration you chose](#apipa-config).
253253
* The **Custom BGP Address** (Inside IPv4 CIDR in AWS) must match with the **IP Address** (Outside IP Address in AWS) that you specified in the local network gateway you're using for this connection.
@@ -283,14 +283,14 @@ Repeat these steps to create each of the required connections.
283283
1. Open the page for your **virtual network gateway**, navigate to the **Connections** page.
284284
1. Verify that all 4 connections show as **Connected**.
285285

286-
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/verify-connections.png" alt-text="Verify Azure connections" :::
286+
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/verify-connections.png" alt-text="Screenshot shows verify connections." :::
287287

288288
### <a name ="verify-bgp-peers"></a> Check your BGP peers status on Azure
289289

290290
1. Open the page for your **virtual network gateway**, navigate to the **BGP Peers** page.
291291
1. In the **BGP Peers** table, verify that all of the connections with the **Peer address** you specified show as **Connected** and are exchanging routes.
292292

293-
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/verify-bgp-peers.png" alt-text="Verify BGP Peers" :::
293+
:::image type="content" source="./media/vpn-gateway-howto-aws-bgp/verify-bgp-peers.png" alt-text="Screenshot shows verify BGP Peers." :::
294294

295295
### <a name ="verify-aws-status"></a> Check your connections status on AWS
296296

0 commit comments

Comments
 (0)