Edit

Share via


Monitor Azure Route Server with Azure Monitor

Azure Route Server provides comprehensive monitoring capabilities through Azure Monitor, enabling you to track performance, monitor BGP peer connectivity, and analyze route propagation. This article shows you how to access and interpret Route Server metrics to maintain optimal network performance.

Azure Monitor provides centralized monitoring for all Azure services, including real-time metrics, alerting capabilities, and diagnostic insights for your Route Server deployment.

Note

Classic metrics are deprecated and not recommended for Route Server monitoring. Use Azure Monitor metrics for the best experience.

Prerequisites

Before you begin monitoring your Route Server, ensure you have:

Access Route Server metrics

To view Azure Route Server metrics in the Azure portal:

  1. Sign in to the Azure portal.

  2. Navigate to your Route Server resource.

  3. In the left navigation pane, under Monitoring, select Metrics.

  4. In the metrics explorer, select a metric from the Metric dropdown list. The default aggregation automatically applies based on the metric type.

    Screenshot showing Route Server metrics in the Azure portal.

Important

For optimal results when viewing Route Server metrics, select a time granularity of 5 minutes or greater in the time picker.

Screenshot showing time granularity options for Route Server metrics.

Understanding aggregation types

Azure Monitor metrics explorer supports multiple aggregation types for data analysis. Each Route Server metric uses a recommended aggregation type for accurate insights:

  • Sum: The total of all values captured during the aggregation interval
  • Count: The number of measurements captured during the aggregation interval
  • Average: The mean of all metric values captured during the aggregation interval
  • Minimum: The smallest value captured during the aggregation interval
  • Maximum: The largest value captured during the aggregation interval

For more information about aggregation types, see Aggregation in Azure Monitor metrics charts.

Available metrics

The following table describes the metrics available for Azure Route Server monitoring:

Metric Category Unit Aggregation Type Description Dimensions Exportable via Diagnostic Settings?
BGP Peer Status Scalability Count Maximum BGP availability from Route Server to Peer BGP Peer IP, BGP Peer Type, Route Server Instance Yes
Count of Routes Advertised to Peer Scalability Count Maximum Count of routes advertised from Route Server to Peer BGP Peer IP, BGP Peer Type, Route Server Instance Yes
Count of Routes Learned from Peer Scalability Count Maximum Count of routes learned from Peer BGP Peer IP, BGP Peer Type, Route Server Instance Yes

Important

Azure Monitor includes a metric called Data Processed by the Virtual Hub Router that appears in Route Server monitoring. This metric doesn't apply to Route Server and should be ignored when monitoring your deployment.

Monitor specific metrics

The following sections provide detailed information about each Route Server metric and how to interpret the data.

BGP peer status

Recommended aggregation type: Maximum

The BGP peer status metric indicates the connectivity status between Route Server and your network virtual appliances (NVAs). This binary metric uses the following values:

  • 1: BGP session is established and functioning
  • 0: BGP session is down or unavailable

Screenshot showing BGP peer status metric in Azure Monitor.

Monitor individual BGP peers

To view the BGP status for specific NVA peers:

  1. In the metrics chart, select Apply splitting.
  2. Choose BgpPeerIp from the dimension list.
  3. The chart displays separate lines for each BGP peer IP address.

Screenshot showing BGP peer status split by individual peer IP addresses.

Count of routes advertised to peer

Recommended aggregation type: Maximum

This metric displays the number of routes that Route Server advertises to your NVA peers. Monitor this metric to understand route propagation and verify that expected routes are being shared with your network appliances.

Screenshot showing count of routes advertised to peers.

Count of routes learned from peer

Recommended aggregation type: Maximum

This metric shows the number of routes that Route Server learns from your NVA peers. Use this metric to monitor route learning and ensure your network appliances are properly advertising their routes.

Screenshot showing count of routes learned from peers.

Monitor routes from specific peers

To view routes learned from individual NVA peers:

  1. In the metrics chart, select Apply splitting.
  2. Choose BgpPeerIp from the dimension list.
  3. The chart shows route counts for each peer separately.

Screenshot showing count of routes learned split by individual peer IP addresses.

Set up monitoring alerts

To proactively monitor your Route Server deployment, consider creating alerts for critical metrics:

  1. BGP peer disconnection: Alert when BGP peer status equals 0
  2. Route count anomalies: Alert when route counts deviate significantly from baseline
  3. Peer availability: Alert when specific critical peers become unavailable

For detailed steps on creating alerts, see Create metric alerts in Azure Monitor.

Troubleshooting with metrics

Use Route Server metrics to diagnose common issues:

  • BGP connectivity problems: Check BGP peer status and verify network connectivity
  • Missing routes: Compare advertised vs. learned route counts to identify propagation issues
  • Performance concerns: Monitor route counts against service limits
  • Peer-specific issues: Use dimension splitting to isolate problems with individual NVAs

Next steps

Now that you understand how to monitor Route Server, explore these related articles: