Skip to content

Commit 6d7f0f5

Browse files
authored
Merge pull request #186196 from duongau/erbgpportal
ExpressRoute BGP communities - Azure portal
2 parents cf9a40e + 8566aa6 commit 6d7f0f5

File tree

5 files changed

+53
-1
lines changed

5 files changed

+53
-1
lines changed

articles/expressroute/TOC.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,11 @@
167167
- name: Azure PowerShell
168168
href: expressroute-howto-reset-peering.md
169169
- name: Configure BGP community value for VNet
170-
href: how-to-configure-custom-bgp-communities.md
170+
items:
171+
- name: Azure portal
172+
href: how-to-configure-custom-bgp-communities-portal.md
173+
- name: Azure PowerShell
174+
href: how-to-configure-custom-bgp-communities.md
171175
- name: Move from public peering to Microsoft peering
172176
href: how-to-move-peering.md
173177
- name: Encrypt traffic over circuits
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: 'Configure custom BGP communities for Azure ExpressRoute private peering using the Azure portal (Preview)'
3+
description: Learn how to apply or update BGP community value for a new or an existing virtual network using the Azure portal.
4+
services: expressroute
5+
author: duongau
6+
ms.service: expressroute
7+
ms.topic: how-to
8+
ms.date: 1/25/2022
9+
ms.author: duau
10+
---
11+
12+
# Configure custom BGP communities for Azure ExpressRoute private peering using the Azure portal (Preview)
13+
14+
BGP communities are groupings of IP prefixes tagged with a community value. This value can be used to make routing decisions on the router's infrastructure. You can apply filters or specify routing preferences for traffic sent to your on-premises from Azure with BGP community tags. This article explains how to apply a custom BGP community value for your virtual networks using the Azure portal. Once configured, you can view the regional BGP community value and the custom community value of your virtual network. This value will be used for outbound traffic sent over ExpressRoute when originating from that virtual network.
15+
16+
## Prerequisites
17+
18+
* Review the [prerequisites](expressroute-prerequisites.md), [routing requirements](expressroute-routing.md), and [workflows](expressroute-workflows.md) before you begin configuration.
19+
20+
* You must have an active ExpressRoute circuit.
21+
* Follow the instructions to [create an ExpressRoute circuit](expressroute-howto-circuit-arm.md) and have the circuit enabled by your connectivity provider.
22+
* Ensure that you have Azure private peering configured for your circuit. See the [configure routing](expressroute-howto-routing-arm.md) article for routing instructions.
23+
* Ensure that Azure private peering gets configured and establishes BGP peering between your network and Microsoft for end-to-end connectivity.
24+
25+
## Applying or updating the custom BGP value for an existing virtual network
26+
27+
1. Sign in to the [Azure portal](https://portal.azure.com/).
28+
29+
1. Select the virtual network that you want to update the BGP community value for.
30+
31+
:::image type="content" source="./media/how-to-configure-custom-bgp-communities-portal/virtual-network-list.png" alt-text="Screenshot of the list of virtual networks.":::
32+
33+
1. Select the **configure** link below the *BGP community string*.
34+
35+
:::image type="content" source="./media/how-to-configure-custom-bgp-communities-portal/virtual-network-overview.png" alt-text="Screenshot of the overview page of a virtual network.":::
36+
37+
1. On the *BGP community string* page, enter the BGP value you would like to configure this virtual network and then select **Save**.
38+
39+
:::image type="content" source="./media/how-to-configure-custom-bgp-communities-portal/bgp-community-value.png" alt-text="Screenshot of the BGP community string page.":::
40+
41+
> [!IMPORTANT]
42+
> If your existing virtual network is already connected to an ExpressRoute circuit, you'll need to delete and recreate the ExpressRoute connection after applying the custom BGP community value. See [link a virtual network to an ExpressRoute circuit](expressroute-howto-linkvnet-arm.md), to learn how.
43+
>
44+
45+
## Next steps
46+
47+
- [Verify ExpressRoute connectivity](expressroute-troubleshooting-expressroute-overview.md).
48+
- [Troubleshoot your network performance](expressroute-troubleshooting-network-performance.md)
25.4 KB
Loading
65.6 KB
Loading
67.2 KB
Loading

0 commit comments

Comments
 (0)