What is IPv6 Route Next-Hop Option? – Explanation
As we already discussed in the What is a Next-Hop in Network? an article that it is a routing term uses for the next neighbouring router a data packet can go through.
The IPv6 route next-hop is along with the series of routers that are connected simultaneously in a network and is the next possible destination for a data packet. Figure 1 display the topology and Figures 2 display the routing tables of Router0, Router1, and Router2.
Each router maintains its routing table with IPv6 route next-hop address; calculated based on the routing protocol and its associated metric. The routers are the most important network device among many devices.
To maintain information about other routers and networks in its routing table and the lowest metric in the routing table is known as the next-hop or the next optimal router.
When a packet passes a router, the hop count increases by one. For example, if a destination is 5 hops far from the source; the packet has to pass 5 different routers to reach it.
Also, for every router; the next router connected to it with the best metric as the next hop in its routing table. Examine the following topology and then check the routing table of all router in figure 2.

You can check that each router has entries for its directly connected networks and their associated local addresses. Each router does not know about any network beyond its directly connected interfaces. For example, Router0 does not know networks:
- 2001:AD10:110B:0001::/64 – Local Subnetwork of Router1
- 2001:AD10:110B:0002::/64 – Local Subnetwork of Router2
- 2001:AD10:110B:0004::/64 – IPv6 subnetwork between Router1 and Router2
The figure 3 displays a ping result from Router0 to Router1 using IP addresses 2001:AD10:110B:0003::1, 2001:AD10:110B:0004:: , and 2001:AD10:110B:0001:: you can see that a ping to IP address 2001:AD10:110B:0003::1 is successful, because network 2001:AD10:110B:0003::1/64 is available in the routing table as directly connected router. The ping result from Router0 to IP addresses 2001:AD10:110B:0004::, and 2001:AD10:110B:0001:: are unsuccessful because the network is not available in the routing table of Router0. So, Router0 don’t know where to send the ping request, resulting in an unsuccessful ping result.
