Forum Discussion
Asterixdev
Apr 30, 2021Copper Contributor
Network Hop Analysis
Hi, I have used Network watcher for analyzing the network hop using "Next hop" for virtual machines. Similarly, is there any Azure monitoring tool to analyze the next hop in Vnets? Thanks.
ibnmbodji
Apr 30, 2021Iron Contributor
Hi
The next hop based on the effective routes associated with a network interface (NIC). Routes table can only associated to subnets . So you can have a next hop virtual network since the vnet can have several subnets associated with totally different route tables .
You can check the effective routes in a route table but you should at least 1 NIC associated to a subnet which is attached to the route table .
The next hop based on the effective routes associated with a network interface (NIC). Routes table can only associated to subnets . So you can have a next hop virtual network since the vnet can have several subnets associated with totally different route tables .
You can check the effective routes in a route table but you should at least 1 NIC associated to a subnet which is attached to the route table .