cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
327
Views
0
Helpful
2
Replies

routing

alaeldien
Level 1
Level 1

Hello

what is the use of NextHope in the default router.

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Ala

The next-hop is the next L3 device that is closer to the destination ip address. So if you had this route

ip route 192.168.5.0 255.255.255.0 192.168.12.1

this is telling the router that to get to the network 192.168.5.0/24 you need to send packet to the L3 device with the address of 192.168.12.1.

Note that this L3 device could be a router, firewall, L3 switch.

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Ala

The next-hop is the next L3 device that is closer to the destination ip address. So if you had this route

ip route 192.168.5.0 255.255.255.0 192.168.12.1

this is telling the router that to get to the network 192.168.5.0/24 you need to send packet to the L3 device with the address of 192.168.12.1.

Note that this L3 device could be a router, firewall, L3 switch.

Jon

thank you for the clarification

Review Cisco Networking products for a $25 gift card