Skip to content

Commit b30006c

Browse files
authored
Update bgp-howto.md
1 parent 4db82b2 commit b30006c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

articles/vpn-gateway/bgp-howto.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ For more information about the benefits of BGP and to understand the technical r
1919

2020
## Getting started
2121

22-
Each part of this article helps you form a basic building block for enabling BGP in your network connectivity. If you complete all three parts (configure BGP on the gateway, S2S connection, and VNet-to-VNet connection) you build the topology as shown in Diagram 1.
22+
Each part of this article helps you form a basic building block for enabling BGP in your network connectivity. If you complete all three parts (configure BGP on the gateway, S2S connection, and VNet-to-VNet connection) you build the topology as shown in **Diagram 1**. You can combine parts together to build a more complex, multi-hop, transit network that meets your needs.
2323

2424
**Diagram 1**
2525

2626
:::image type="content" source="./media/bgp-howto/vnet-to-vnet.png" alt-text="Diagram showing network architecture and settings." border="false":::
2727

28-
You can combine parts together to build a more complex, multi-hop, transit network that meets your needs.
28+
For context, referring to Diagram 1, if BGP were to be disabled between TestVNet2 and TestVNet1, TestVNet2 wouldn't learn the routes for the on-premises network, Site5, and therefore couldn't communicate with Site 5. Once you enable BGP, all three networks will be able to communicate over the S2S IPsec and VNet-to-VNet connections.
2929

3030
### Prerequisites
3131

@@ -191,14 +191,6 @@ To enable or disable BGP on a VNet-to-VNet connection, you use the same steps as
191191
> [!NOTE]
192192
> 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.
193193
194-
If you completed all three parts of this exercise, you have established the following network topology:
195-
196-
**Diagram 4**
197-
198-
:::image type="content" source="./media/bgp-howto/vnet-to-vnet.png" alt-text="Diagram showing full network configuration." border="false":::
199-
200-
For context, referring to **Diagram 4**, if BGP were to be disabled between TestVNet2 and TestVNet1, TestVNet2 wouldn't learn the routes for the on-premises network, Site5, and therefore couldn't communicate with Site 5. Once you enable BGP, as shown in the Diagram 4, all three networks will be able to communicate over the S2S IPsec and VNet-to-VNet connections.
201-
202194
## Next steps
203195

204196
For more information about BGP, see [About BGP and VPN Gateway](vpn-gateway-bgp-overview.md).

0 commit comments

Comments
 (0)