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
title: Introduction to Azure Network Watcher next hop
2
+
title: Next hop
3
+
titleSuffix: Azure Network Watcher
3
4
description: Learn about Azure Network Watcher next hop capability that you can use to diagnose virtual machine routing problems.
4
5
services: network-watcher
5
6
author: halkazwini
6
-
ms.assetid: febf7bca-e0b7-41d5-838f-a5a40ebc5aac
7
7
ms.service: network-watcher
8
8
ms.topic: conceptual
9
9
ms.workload: infrastructure-services
10
-
ms.date: 01/29/2020
10
+
ms.date: 03/28/2023
11
11
ms.author: halkazwini
12
-
ms.custom: engagement-fy23
12
+
ms.custom: template-concept, engagement-fy23
13
13
---
14
14
15
-
# Introduction to Azure Network Watcher next hop
15
+
# Azure Network Watcher next hop
16
16
17
-
Traffic from a virtual machine (VM) is sent to a destination based on the effective routes associated with a network interface (NIC). Next hop gets the next hop type and IP address of a packet from a specific VM and NIC. Knowing the next hop helps you determine if traffic is being directed to the intended destination, or whether the traffic is being sent nowhere. An improper configuration of routes, where traffic is directed to an on-premises location, or a virtual appliance, can lead to connectivity issues. Next hop also returns the route table associated with the next hop. If the route is defined as a user-defined route, that route is returned. Otherwise, next hop returns **System Route**.
17
+
Traffic from a virtual machine (VM) is sent to a destination based on the effective routes associated with the virtual machines' network interface (NIC). Azure Network Watcher next hop gives you the *Next hop type*, *IP address*, and *Route table ID* of a specific destination IP address. Knowing the next hop helps you determine if traffic is being directed to the intended destination, or whether the traffic is being sent nowhere. An improper configuration of routes, where traffic is directed to an on-premises location, or a network virtual appliance, can lead to connectivity issues. If the route is defined using a user-defined route, the route table that has the route is returned. Otherwise, next hop returns *System Route* as the route table.
18
18
19
-

19
+
:::image type="content" source="./media/network-watcher-next-hop-overview/next-hop-view.png" alt-text="Screenshot of Azure Network Watcher next hop view in Azure portal.":::
20
20
21
-
The next hops that might be returned by the next hop capability are as follows:
21
+
## Next hop types
22
+
23
+
Network Watcher returns the following next hop types:
22
24
23
25
* Internet
24
26
* VirtualAppliance
@@ -29,8 +31,8 @@ The next hops that might be returned by the next hop capability are as follows:
29
31
* MicrosoftEdge
30
32
* None
31
33
32
-
To learn more about each next hop type, see [Routing overview](../virtual-network/virtual-networks-udr-overview.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json).
34
+
To learn more about each next hop type, see [Virtual network traffic routing](../virtual-network/virtual-networks-udr-overview.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json).
33
35
34
36
## Next steps
35
37
36
-
To learn how to use next hop to diagnose VM network routing problems, see Diagnose VM network routing problems using the [Azure portal](diagnose-vm-network-routing-problem.md), [PowerShell](diagnose-vm-network-routing-problem-powershell.md), or the [Azure CLI](diagnose-vm-network-routing-problem-cli.md).
38
+
To learn how to use next hop to diagnose virtual machine routing problems, see Diagnose VM network routing problems using the [Azure portal](diagnose-vm-network-routing-problem.md), [PowerShell](diagnose-vm-network-routing-problem-powershell.md), or the [Azure CLI](diagnose-vm-network-routing-problem-cli.md).
0 commit comments