Skip to content

Commit c773eda

Browse files
committed
freshness
1 parent 1db0413 commit c773eda

File tree

1 file changed

+34
-27
lines changed

1 file changed

+34
-27
lines changed

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

Lines changed: 34 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).
24+
25+
## View Route Server metrics
26+
27+
To view Azure Route Server metrics, follow these steps:
2028

21-
To view Azure Route Server metrics, go to your Route Server resource in the Azure portal and select **Metrics**.
29+
1. Go to your Route Server resource in the Azure portal and select **Metrics**.
2230

23-
Once a metric is selected, the default aggregation is applied. Optionally, you can apply splitting, which shows the metric with different dimensions.
31+
1. Select a scalability metric. The default aggregation automatically applies.
2432

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":::
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.":::
38+
> :::image type="content" source="./media/monitor-route-server/route-server-metrics-granularity.png" alt-text="Screenshot that shows time granularity options.":::
3139
32-
### Aggregation types
40+
## Aggregation types
3341

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.
35-
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,42 @@ 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+
### <a name = "bgp"></a>BGP Peer status
5460

5561
Aggregation type: **Max**
5662

5763
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.
5864

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":::
65+
:::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":::
6066

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

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":::
69+
:::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":::
6470

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

6773
Aggregation type: **Max**
6874

6975
This metric shows the number of routes the Route Server advertised to NVA peers.
7076

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":::
77+
:::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":::
7278

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

7581
Aggregation type: **Max**
7682

7783
This metric shows the number of routes the Route Server learned from NVA peers.
7884

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":::
85+
:::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":::
8086

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

8389
:::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":::
8490

85-
## Next steps
91+
## Related content
8692

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)
93+
To learn how to configure a Route Server, see:
94+
95+
- [Create and configure Route Server](quickstart-configure-route-server-portal.md)
96+
- [Configure peering between Azure Route Server and an NVA](tutorial-configure-route-server-with-quagga.md)

0 commit comments

Comments
 (0)