What is Next hop feature good for in Azure Network Watcher?
Answer
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.
The next hops that might be returned by the next hop capability are as follows:
- Internet
- VirtualAppliance
- VirtualNetworkGateway
- VirtualNetwork
- VirtualNetworkPeering
- VirtualNetworkServiceEndpoint
- MicrosoftEdge
- None
Related Azure Cloud job interview questions
What is connection monitor feature in Azure Network Watcher good for?
Azure Network Watcher JuniorWhat is VPN troubleshoot feature in Azure Network Watcher good for?
Azure Network Watcher JuniorWhat is Effective security rules feature in Azure Network Watcher good for?
Azure Network Watcher JuniorWhen would you use packet capture feature f Azure Network Watcher?
Azure Network Watcher JuniorYou store data using packet capture feature of Azure Network Watcher. How do you read the data?
Azure Network Watcher Junior