Skip to content

Commit 9132e1a

Browse files
authored
Merge pull request #200053 from cherylmc/bgp-monitor
update
2 parents 5c74101 + fef4936 commit 9132e1a

File tree

8 files changed

+96
-0
lines changed

8 files changed

+96
-0
lines changed

articles/virtual-wan/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@
223223
href: monitor-virtual-wan.md
224224
- name: Azure Monitor Insights
225225
href: azure-monitor-insights.md
226+
- name: BGP dashboard
227+
href: monitor-bgp-dashboard.md
226228
- name: Configure S2S VPN packet captures
227229
items:
228230
- name: Azure portal
461 KB
Loading
754 KB
Loading
24.4 KB
Loading
400 KB
Loading
229 KB
Loading
228 KB
Loading
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: 'Monitor S2S VPN BGP routes - BGP dashboard'
3+
titleSuffix: Azure Virtual WAN
4+
description: Learn how to monitor BGP peers for site-to-site VPNs using the BGP dashboard.
5+
author: cherylmc
6+
ms.service: virtual-wan
7+
ms.topic: conceptual
8+
ms.date: 06/06/2022
9+
ms.author: cherylmc
10+
---
11+
# Monitor site-to-site VPN BGP routes using the BGP dashboard
12+
13+
This article helps you monitor Virtual WAN site-to-site VPN BGP information using the **BGP Dashboard**. Using the BGP dashboard, you can monitor BGP peers, advertised routes, and learned routes. The BGP dashboard is available for site-to-site VPNs that are configured to use BGP. The BGP dashboard can be accessed on the page for the site that you want to monitor.
14+
15+
## BGP dashboard
16+
17+
The following steps walk you through one way to navigate to your site and open the BGP dashboard.
18+
19+
1. Go to the **Azure portal -> your virtual WAN**.
20+
1. On your virtual WAN, in the left pane, under Connectivity, click **VPN sites**. On the VPN sites page, you can see the sites that are connected to your virtual WAN.
21+
1. Click the site that you want to view.
22+
1. On the page for the site, click **BGP Dashboard**.
23+
24+
:::image type="content" source="./media/monitor-bgp-dashboard/bgp-dashboard.png" alt-text="Screenshot shows the overview page for the site with the B G P dashboard highlighted." lightbox="./media/monitor-bgp-dashboard/bgp-dashboard.png":::
25+
26+
## <a name="peers"></a>BGP peers
27+
28+
1. To open the BGP Peers page, go to the **BGP Dashboard**.
29+
30+
1. The **BGP Peers** page is the main view that you see when you open the BGP dashboard.
31+
32+
:::image type="content" source="./media/monitor-bgp-dashboard/bgp-peers.png" alt-text="Screenshot shows the B G P Peers page." lightbox="./media/monitor-bgp-dashboard/bgp-peers.png":::
33+
34+
1. On the **BGP Peers** page, the following values are available:
35+
36+
|Value | Description|
37+
|---|---|
38+
|Peer address| The BGP address of the remote connection. |
39+
|Local address | The BGP address of the virtual wan hub. |
40+
| Gateway instance| The instance of the virtual wan hub. |
41+
|ASN| The Autonomous System Number. |
42+
|Status | The status the peer is currently in.<br>Available statuses are: Connecting, Connected |
43+
|Connected duration |The length of time the peer has been connected. HH:MM:SS |
44+
|Routes received |The number of routes received by the remote site. |
45+
|Messages sent |The number of messages sent to the remote site. |
46+
|Messages received | The number of messages received from the remote site. |
47+
48+
## <a name="advertised"></a>Advertised routes
49+
50+
The **Advertised Routes** page contains the routes that are being advertised to remote sites.
51+
52+
1. On the **BGP Peers** page, click **Routes the site-to-site gateway is advertising** to show the **Advertised Routes** page.
53+
54+
:::image type="content" source="./media/monitor-bgp-dashboard/routes-advertising.png" alt-text="Screenshot shows B G P peers page with routes the site-to-site gateway is advertising highlighted." lightbox="./media/monitor-bgp-dashboard/routes-advertising.png":::
55+
56+
1. On the **Advertised Routes** page, you can view the top 50 BGP routes. To view all routes, click **Download advertised routes**.
57+
58+
:::image type="content" source="./media/monitor-bgp-dashboard/advertised-routes.png" alt-text="Screenshot shows the Advertised Routes page with Download advertised routes highlighted." lightbox="./media/monitor-bgp-dashboard/advertised-routes.png":::
59+
60+
1. On the **Advertised Routes** page, the following values are available:
61+
62+
|Value | Description|
63+
|---|---|
64+
| Network |The address prefix that is being advertised. |
65+
| Link Name | The name of the link. |
66+
| Local address | A BGP address of the virtual wan hub.|
67+
| Next hop | The next hop address for the prefix. |
68+
|AS Path | The BGP AS path attribute. |
69+
70+
## <a name="learned"></a>Learned routes
71+
72+
The **Learned Routes** page shows the routes that are learned.
73+
74+
1. On the **BGP Peers** page, click **Routes the site-to-site gateway is learning** to show the **Learned Routes** page.
75+
76+
:::image type="content" source="./media/monitor-bgp-dashboard/routes-learning.png" alt-text="Screenshot shows B G P peers page with routes the site-to-site gateway is learning highlighted." lightbox="./media/monitor-bgp-dashboard/routes-learning.png":::
77+
78+
1. On the **Learned Routes** page, you can view the top 50 BGP routes. To view all routes, click **Download learned routes**.
79+
80+
:::image type="content" source="./media/monitor-bgp-dashboard/learned-routes.png" alt-text="Screenshot shows the Learned Routes page with Download advertised routes highlighted." lightbox="./media/monitor-bgp-dashboard/learned-routes.png":::
81+
82+
1. On the **Learned Routes** page, the following values are available:
83+
84+
|Value | Description|
85+
|---|---|
86+
| Network | The address prefix that is being advertised. |
87+
| Link Name |The name of the link. |
88+
|Local address |A BGP address of the virtual wan hub. |
89+
|Source Peer |The address the routes is being learned from. |
90+
| AS Path | The BGP AS path attribute. |
91+
92+
## Next steps
93+
94+
For more monitoring information, see [Monitoring Azure Virtual WAN](monitor-virtual-wan.md).

0 commit comments

Comments
 (0)