Skip to content

Commit 48461a7

Browse files
author
Jill Grant
authored
Merge pull request #232442 from halkazwini/nw-hop
Introduction to Azure Network Watcher next hop
2 parents 50e18ef + 508f211 commit 48461a7

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed
Binary file not shown.
52.9 KB
Loading
Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
---
2-
title: Introduction to Azure Network Watcher next hop
2+
title: Next hop
3+
titleSuffix: Azure Network Watcher
34
description: Learn about Azure Network Watcher next hop capability that you can use to diagnose virtual machine routing problems.
45
services: network-watcher
56
author: halkazwini
6-
ms.assetid: febf7bca-e0b7-41d5-838f-a5a40ebc5aac
77
ms.service: network-watcher
88
ms.topic: conceptual
99
ms.workload: infrastructure-services
10-
ms.date: 01/29/2020
10+
ms.date: 03/28/2023
1111
ms.author: halkazwini
12-
ms.custom: engagement-fy23
12+
ms.custom: template-concept, engagement-fy23
1313
---
1414

15-
# Introduction to Azure Network Watcher next hop
15+
# Azure Network Watcher next hop
1616

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.
1818

19-
![next hop overview](./media/network-watcher-next-hop-overview/figure1.png)
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.":::
2020

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:
2224

2325
* Internet
2426
* VirtualAppliance
@@ -29,8 +31,8 @@ The next hops that might be returned by the next hop capability are as follows:
2931
* MicrosoftEdge
3032
* None
3133

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).
3335

3436
## Next steps
3537

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

Comments
 (0)