Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article provides a reference of log and metric data collected to analyze the performance and availability of Virtual WAN. See Monitoring Virtual WAN for instructions and additional context on monitoring data for Virtual WAN.
The following metric is available for virtual hub router within a virtual hub:
Metric | Description |
---|---|
Routing Infrastructure Units | The virtual hub's routing infrastructure units (RIU). The virtual hub's RIU determines how much bandwidth the virtual hub router can process for flows traversing the virtual hub router. The hub's RIU also determines how many VMs in spoke VNets the virtual hub router can support. For more information on routing infrastructure units, see Virtual Hub Capacity. |
Spoke VM Utilization | The approximate number of deployed spoke VMs as a percentage of the total number of spoke VMs that the hub's routing infrastructure units can support. For example, if the hub's RIU is set to 2, which supports 2,000 spoke VMs, and 1,000 VMs are deployed across spoke virtual networks, this metric's value is approximately 50%. |
The following metrics are available for Virtual WAN site-to-site VPN gateways:
Metric | Description |
---|---|
Tunnel Egress Packet Drop Count | Count of Outgoing packets dropped by tunnel. |
Tunnel Ingress Packet Drop Count | Count of Incoming packets dropped by tunnel. |
Tunnel NAT Packet Drops | Number of NATed packets dropped on a tunnel by drop type and NAT rule. |
Tunnel Egress TS Mismatch Packet Drop | Outgoing packet drop count from traffic selector mismatch of a tunnel. |
Tunnel Ingress TS Mismatch Packet Drop | Incoming packet drop count from traffic selector mismatch of a tunnel. |
Metric | Description |
---|---|
Tunnel MMSA Count | Number of MMSAs getting created or deleted. |
Tunnel QMSA Count | Number of IPSEC QMSAs getting created or deleted. |
Metric | Description |
---|---|
BGP Peer Status | BGP connectivity status per peer and per instance. |
BGP Routes Advertised | Number of routes advertised per peer and per instance. |
BGP Routes Learned | Number of routes learned per peer and per instance. |
VNET Address Prefix Count | Number of virtual network address prefixes that the gateway uses and advertises. |
You can review per peer and instance metrics by selecting Apply splitting and choosing the preferred value.
Metric | Description |
---|---|
Gateway S2S Bandwidth | Average site-to-site aggregate bandwidth of a gateway in bytes per second. |
Gateway Inbound Flows | Number of distinct 5-tuple flows (protocol, local IP address, remote IP address, local port, and remote port) flowing into a VPN Gateway. Limit is 250k flows. |
Gateway Outbound Flows | Number of distinct 5-tuple flows (protocol, local IP address, remote IP address, local port, and remote port) flowing out of a VPN Gateway. Limit is 250k flows. |
Tunnel Bandwidth | Average bandwidth of a tunnel in bytes per second. |
Tunnel Egress Bytes | Outgoing bytes of a tunnel. |
Tunnel Egress Packets | Outgoing packet count of a tunnel. |
Tunnel Ingress Bytes | Incoming bytes of a tunnel. |
Tunnel Ingress Packets | Incoming packet count of a tunnel. |
Tunnel Peak PPS | Number of packets per second per link connection in the last minute. |
Tunnel Total Flow Count | Number of distinct 3-tuple (protocol, local IP address, remote IP address) flows created per link connection. |
The following metrics are available for Virtual WAN point-to-site VPN gateways:
Metric | Description |
---|---|
Gateway P2S Bandwidth | Average point-to-site aggregate bandwidth of a gateway in bytes per second. |
P2S Connection Count | Point-to-site connection count of a gateway. To ensure you're viewing accurate Metrics in Azure Monitor, select the Aggregation Type for P2S Connection Count as Sum. You can also select Max if you split By Instance. |
User VPN Routes Count | Number of User VPN Routes configured on the VPN gateway. This metric can be broken down into Static and Dynamic Routes. |
The following metrics are available for Azure ExpressRoute gateways:
Metric | Description |
---|---|
BitsInPerSecond | Bits per second ingressing Azure via ExpressRoute that can be further split for specific connections. |
BitsOutPerSecond | Bits per second egressing Azure via ExpressRoute that can be further split for specific connections. |
Bits Received Per Second | Total Bits received on ExpressRoute gateway per second. |
CPU Utilization | CPU Utilization of the ExpressRoute gateway. |
Packets received per second | Total Packets received on ExpressRoute gateway per second. |
Count of routes advertised to peer | Count of Routes Advertised to Peer by ExpressRoute gateway. |
Count of routes learned from peer | Count of Routes Learned from Peer by ExpressRoute gateway. |
Frequency of routes change | Frequency of Route changes in ExpressRoute gateway. |
The following diagnostic logs are available, unless otherwise specified.
The following diagnostics are available for Virtual WAN site-to-site VPN gateways:
Metric | Description |
---|---|
Gateway Diagnostic Logs | Gateway-specific diagnostics such as health, configuration, service updates, and other diagnostics. |
IKE Diagnostic Logs | IKE-specific diagnostics for IPsec connections. |
P2S Diagnostic Logs | These events are User VPN P2S (Point-to-site) configuration and client events. They include client connect/disconnect, VPN client address allocation, and other diagnostics. |
The following diagnostics are available for Virtual WAN point-to-site VPN gateways:
Metric | Description |
---|---|
Gateway Diagnostic Logs | Gateway-specific diagnostics such as health, configuration, service updates, and other diagnostics. |
Tunnel Diagnostic Logs | IPsec tunnel-related logs such as connect and disconnect events for a site-to-site IPsec tunnel, negotiated SAs, disconnect reasons, and other diagnostics. For connect and disconnect events, these logs also display the remote IP address of the corresponding on-premises VPN device. |
Route Diagnostic Logs | Logs related to events for static routes, BGP, route updates, and other diagnostics. |
IKE Diagnostic Logs | IKE-specific diagnostics for IPsec connections. |
If you selected to send diagnostic data to a Log Analytics Workspace, then you can use SQL-like queries, such as the following example, to examine the data. For more information, see Log Analytics Query Language.
The following example contains a query to obtain site-to-site route diagnostics.
AzureDiagnostics | where Category == "RouteDiagnosticLog"
Replace the following values, after the ==
, as needed based on the tables in this article.
- GatewayDiagnosticLog
- IKEDiagnosticLog
- P2SDiagnosticLog
- TunnelDiagnosticLog
- RouteDiagnosticLog
In order to run the query, you have to open the Log Analytics resource you configured to receive the diagnostic logs, and then select Logs under the General tab on the left side of the pane:
For Azure Firewall, a workbook is provided to make log analysis easier. Using its graphical interface, you can investigate the diagnostic data without manually writing any Log Analytics query.
Activity log entries are collected by default and can be viewed in the Azure portal. You can use Azure activity logs (formerly known as operational logs and audit logs) to view all operations submitted to your Azure subscription.
You can view activity logs independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
For more information on the schema of Activity Log entries, see Activity Log schema.
For detailed description of the top-level diagnostic logs schema, see Supported services, schemas, and categories for Azure Diagnostic Logs.
- See Monitor Azure Virtual WAN for a description of monitoring Virtual WAN.
- See Monitor Azure resources with Azure Monitor for details on monitoring Azure resources.
- To learn how to monitor Azure Firewall logs and metrics, see Tutorial: Monitor Azure Firewall logs.