You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/route-server/monitor-route-server.md
+38-27Lines changed: 38 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ author: halkazwini
5
5
ms.author: halkazwini
6
6
ms.service: route-server
7
7
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.
10
11
---
11
12
12
13
# Monitor Azure Route Server
@@ -16,29 +17,35 @@ This article helps you understand Azure Route Server monitoring and metrics usin
16
17
> [!NOTE]
17
18
> Using **Classic Metrics** is not recommended.
18
19
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).
20
24
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
22
26
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:
24
28
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":::
26
34
27
35
> [!IMPORTANT]
28
36
> When viewing Route Server metrics in the Azure portal, select a time granularity of **5 minutes or greater** for best possible results.
29
37
>
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.":::
33
39
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
35
41
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.
41
43
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.
42
49
43
50
| Metric | Category | Unit | Aggregation Type | Description | Dimensions | Exportable via Diagnostic Settings? |
44
51
| --- | --- | --- | --- | --- | --- | --- |
@@ -48,42 +55,46 @@ Metrics explorer supports Sum, Count, Average, Minimum and Maximum as [aggregati
48
55
49
56
> [!IMPORTANT]
50
57
> 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
-
>
52
58
53
-
### <aname = "bgp"></a>BGP Peer Status
59
+
## Route Server metrics
60
+
61
+
You can view the following metrics for Azure Route Server:
62
+
63
+
### <aname = "bgp"></a>BGP Peer status
54
64
55
65
Aggregation type: **Max**
56
66
57
67
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.
58
68
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":::
60
70
61
71
To check the BGP status of a specific NVA peer, select **Apply splitting** and choose **BgpPeerIp**.
62
72
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":::
64
74
65
-
### <aname = "advertised"></a>Count of Routes Advertised to Peer
75
+
### <aname = "advertised"></a>Count of routes advertised to peer
66
76
67
77
Aggregation type: **Max**
68
78
69
79
This metric shows the number of routes the Route Server advertised to NVA peers.
70
80
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":::
72
82
73
-
### <aname = "received"></a>Count of Routes Learned from Peer
83
+
### <aname = "received"></a>Count of routes learned from peer
74
84
75
85
Aggregation type: **Max**
76
86
77
87
This metric shows the number of routes the Route Server learned from NVA peers.
78
88
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":::
80
90
81
91
To show the number of routes the Route Server received from a specific NVA peer, select **Apply splitting** and choose **BgpPeerIp**.
82
92
83
93
:::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":::
84
94
85
-
## Next steps
95
+
## Related content
86
96
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