Skip to content

Commit 3d69b82

Browse files
Merge pull request #268971 from halkazwini/nw-hop
Freshness
2 parents 2280031 + 08ee6f2 commit 3d69b82

File tree

6 files changed

+46
-38
lines changed

6 files changed

+46
-38
lines changed

articles/network-watcher/.openpublishing.redirection.network-watcher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/network-watcher/network-watcher-next-hop-overview.md",
5+
"redirect_url": "/azure/network-watcher/next-hop-overview",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path_from_root": "/articles/network-watcher/network-watcher-packet-capture-overview.md",
510
"redirect_url": "/azure/network-watcher/packet-capture-overview",
Binary file not shown.
52.2 KB
Loading

articles/network-watcher/network-watcher-next-hop-overview.md

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Next hop overview
3+
titleSuffix: Azure Network Watcher
4+
description: Learn about Azure Network Watcher next hop capability that you can use to diagnose virtual machine routing problems.
5+
author: halkazwini
6+
ms.author: halkazwini
7+
ms.service: network-watcher
8+
ms.topic: concept-article
9+
ms.date: 03/13/2024
10+
11+
#CustomerIntent: As an Azure administrator, I want to learn about Next hop feature so I can use it to get the next hop information of any virtual machine (VM) experiencing routing issues to be able to diagnose and fix the issue.
12+
---
13+
14+
# Next hop overview
15+
16+
Next hop is a feature of Azure Network Watcher that gives you the *Next hop type*, *IP address*, and *Route table ID* of a specific destination IP address. Knowing the next hop information helps you determine if traffic is being directed to the intended destination, or whether the traffic is being dropped. An improper configuration of routes, where traffic is directed to an on-premises location or a network virtual appliance can lead to connectivity issues.
17+
18+
If the route is defined using a user-defined route, next hop returns the route table that has the route. Otherwise, it returns *System Route* as the route table.
19+
20+
21+
:::image type="content" source="./media/next-hop-overview/next-hop-view.png" alt-text="Screenshot of Azure Network Watcher next hop view in Azure portal.":::
22+
23+
## Next hop types
24+
25+
Network Watcher returns the following next hop types:
26+
27+
* Internet
28+
* VirtualAppliance
29+
* VirtualNetworkGateway
30+
* VirtualNetwork
31+
* VirtualNetworkPeering
32+
* VirtualNetworkServiceEndpoint
33+
* MicrosoftEdge
34+
* None
35+
36+
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).
37+
38+
## Next step
39+
40+
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).

articles/network-watcher/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- name: NSG diagnostics
4747
href: network-watcher-network-configuration-diagnostics-overview.md
4848
- name: Next hop
49-
href: network-watcher-next-hop-overview.md
49+
href: next-hop-overview.md
5050
- name: Connection troubleshoot
5151
href: connection-troubleshoot-overview.md
5252
- name: VPN troubleshoot

0 commit comments

Comments
 (0)