Training
Module
Manage and control traffic flow in your Azure deployment with routes - Training
Learn how to control Azure virtual network traffic by implementing custom routes.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Routes have one or more next hops associated with them. If the destination is not on a directly connected network, the next hop is the address of the next router (or network) on the outgoing network that can best route data to the destination. The best route is the route that has the least cost, based on the routing policy in use. Each next hop can be used to forward data on the path to the destination. All routes owned by a client share a common set of next-hop entries that were added by the client.
Each next hop is uniquely identified by the address of the next hop and the interface index used to reach the next hop.
If the next hop itself is not directly connected, it is marked as a "remote" next hop. In this case, the forwarder must perform another lookup using the next hop's network address. This lookup is necessary to find the "local" next hop used to reach the remote next hop and the destination.
A next-hop entry in the routing table includes:
Training
Module
Manage and control traffic flow in your Azure deployment with routes - Training
Learn how to control Azure virtual network traffic by implementing custom routes.