Skip to content

Commit f0704b6

Browse files
authored
Merge pull request #274129 from halkazwini/rs-monitor
Freshness
2 parents 834cfe7 + 41b9ce9 commit f0704b6

File tree

1 file changed

+38
-27
lines changed

1 file changed

+38
-27
lines changed

articles/route-server/monitor-route-server.md

Lines changed: 38 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: route-server
77
ms.topic: how-to
8-
ms.date: 05/25/2023
9-
ms.custom: template-how-to, engagement-fy23
8+
ms.date: 05/02/2024
9+
10+
#CustomerIntent: As an Azure administrator, I want to monitor Azure Route Server so that I'm aware of its metrics like the number of routes advertised and learned.
1011
---
1112

1213
# Monitor Azure Route Server
@@ -16,29 +17,35 @@ This article helps you understand Azure Route Server monitoring and metrics usin
1617
> [!NOTE]
1718
> Using **Classic Metrics** is not recommended.
1819
19-
## Route Server metrics
20+
## Prerequisites
21+
22+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23+
- An Azure Route Server. If you need to create a Route Server, see [Create and configure Azure Route Server](quickstart-configure-route-server-portal.md).
2024

21-
To view Azure Route Server metrics, go to your Route Server resource in the Azure portal and select **Metrics**.
25+
## View Route Server metrics
2226

23-
Once a metric is selected, the default aggregation is applied. Optionally, you can apply splitting, which shows the metric with different dimensions.
27+
To view Azure Route Server metrics, follow these steps:
2428

25-
:::image type="content" source="./media/monitor-route-server/route-server-metrics.png" alt-text="Screenshot of Route Server metrics." lightbox="./media/monitor-route-server/route-server-metrics-expand.png":::
29+
1. Go to your Route Server resource in the Azure portal and select **Metrics**.
30+
31+
1. Select a scalability metric. The default aggregation automatically applies.
32+
33+
:::image type="content" source="./media/monitor-route-server/route-server-metrics.png" alt-text="Screenshot that shows Route Server metrics." lightbox="./media/monitor-route-server/route-server-metrics-expand.png":::
2634

2735
> [!IMPORTANT]
2836
> When viewing Route Server metrics in the Azure portal, select a time granularity of **5 minutes or greater** for best possible results.
2937
>
30-
> :::image type="content" source="./media/monitor-route-server/route-server-metrics-granularity.png" alt-text="Screenshot of time granularity options.":::
31-
32-
### Aggregation types
38+
> :::image type="content" source="./media/monitor-route-server/route-server-metrics-granularity.png" alt-text="Screenshot that shows time granularity options.":::
3339
34-
Metrics explorer supports Sum, Count, Average, Minimum and Maximum as [aggregation types](../azure-monitor/essentials/metrics-charts.md#aggregation). You should use the recommended Aggregation type when reviewing the insights for each Route Server metric.
40+
## Aggregation types
3541

36-
* Sum: The sum of all values captured during the aggregation interval.
37-
* Count: The number of measurements captured during the aggregation interval.
38-
* Average: The average of the metric values captured during the aggregation interval.
39-
* Minimum: The smallest value captured during the aggregation interval.
40-
* Maximum: The largest value captured during the aggregation interval.
42+
Metrics explorer supports Sum, Count, Average, Minimum, and Maximum as [aggregation types](../azure-monitor/essentials/metrics-charts.md#aggregation). You should use the recommended Aggregation type when reviewing the insights for each Route Server metric.
4143

44+
- Sum: The sum of all values captured during the aggregation interval.
45+
- Count: The number of measurements captured during the aggregation interval.
46+
- Average: The average of the metric values captured during the aggregation interval.
47+
- Minimum: The smallest value captured during the aggregation interval.
48+
- Maximum: The largest value captured during the aggregation interval.
4249

4350
| Metric | Category | Unit | Aggregation Type | Description | Dimensions | Exportable via Diagnostic Settings? |
4451
| --- | --- | --- | --- | --- | --- | --- |
@@ -48,42 +55,46 @@ Metrics explorer supports Sum, Count, Average, Minimum and Maximum as [aggregati
4855

4956
> [!IMPORTANT]
5057
> Azure Monitor exposes another metric for Route Server, **Data Processed by the Virtual Hub Router**. This metric doesn't apply to Route Server and should be ignored.
51-
>
5258
53-
### <a name = "bgp"></a>BGP Peer Status
59+
## Route Server metrics
60+
61+
You can view the following metrics for Azure Route Server:
62+
63+
### <a name = "bgp"></a>BGP Peer status
5464

5565
Aggregation type: **Max**
5666

5767
This metric shows the BGP availability of peer NVA connections. The BGP Peer Status is a binary metric. 1 = BGP is up-and-running. 0 = BGP is unavailable.
5868

59-
:::image type="content" source="./media/monitor-route-server/route-server-metrics-bgp.png" alt-text="Screenshot of BGP Peer Status." lightbox="./media/monitor-route-server/route-server-metrics-bgp-expand.png":::
69+
:::image type="content" source="./media/monitor-route-server/route-server-metrics-bgp.png" alt-text="Screenshot that shows BGP Peer Status." lightbox="./media/monitor-route-server/route-server-metrics-bgp-expand.png":::
6070

6171
To check the BGP status of a specific NVA peer, select **Apply splitting** and choose **BgpPeerIp**.
6272

63-
:::image type="content" source="./media/monitor-route-server/route-server-metrics-bgp-split-by-peer.png" alt-text="Screenshot of BGP Peer Status - Split by Peer." lightbox="./media/monitor-route-server/route-server-metrics-bgp-split-by-peer-expand.png":::
73+
:::image type="content" source="./media/monitor-route-server/route-server-metrics-bgp-split-by-peer.png" alt-text="Screenshot that shows BGP Peer status - Split by Peer." lightbox="./media/monitor-route-server/route-server-metrics-bgp-split-by-peer-expand.png":::
6474

65-
### <a name = "advertised"></a>Count of Routes Advertised to Peer
75+
### <a name = "advertised"></a>Count of routes advertised to peer
6676

6777
Aggregation type: **Max**
6878

6979
This metric shows the number of routes the Route Server advertised to NVA peers.
7080

71-
:::image type="content" source="./media/monitor-route-server/route-server-metrics-routes-advertised.png" alt-text="Screenshot of Count of Routes Advertised." lightbox="./media/monitor-route-server/route-server-metrics-routes-advertised-expand.png":::
81+
:::image type="content" source="./media/monitor-route-server/route-server-metrics-routes-advertised.png" alt-text="Screenshot that shows Count of routes advertised." lightbox="./media/monitor-route-server/route-server-metrics-routes-advertised-expand.png":::
7282

73-
### <a name = "received"></a>Count of Routes Learned from Peer
83+
### <a name = "received"></a>Count of routes learned from peer
7484

7585
Aggregation type: **Max**
7686

7787
This metric shows the number of routes the Route Server learned from NVA peers.
7888

79-
:::image type="content" source="./media/monitor-route-server/route-server-metrics-routes-learned.png" alt-text="Screenshot of Count of Routes Learned." lightbox="./media/monitor-route-server/route-server-metrics-routes-learned-expand.png":::
89+
:::image type="content" source="./media/monitor-route-server/route-server-metrics-routes-learned.png" alt-text="Screenshot that shows Count of routes learned." lightbox="./media/monitor-route-server/route-server-metrics-routes-learned-expand.png":::
8090

8191
To show the number of routes the Route Server received from a specific NVA peer, select **Apply splitting** and choose **BgpPeerIp**.
8292

8393
:::image type="content" source="./media/monitor-route-server/route-server-metrics-routes-learned-split-by-peer.png" alt-text="Screenshot of Count of Routes Learned - Split by Peer." lightbox="./media/monitor-route-server/route-server-metrics-routes-learned-split-by-peer-expand.png":::
8494

85-
## Next steps
95+
## Related content
8696

87-
To learn how to configure a Route Server, see:
88-
* [Create and configure Route Server](quickstart-configure-route-server-portal.md)
89-
* [Configure peering between Azure Route Server and an NVA](tutorial-configure-route-server-with-quagga.md)
97+
To learn how to configure a Route Server, see:
98+
99+
- [Create and configure Route Server](quickstart-configure-route-server-portal.md)
100+
- [Configure peering between Azure Route Server and an NVA](tutorial-configure-route-server-with-quagga.md)

0 commit comments

Comments
 (0)