Site icon eConfigs

CCNA 3.8.c: Host Route

Overview:

A host route is used to route traffic to a specific host.  The subnet mask in the route will always be all 1's.  That means the subnet mask for a host route will be /32 for IPv4 and /128 for IPv6.

 

Study Notes:

config t
    ip route <host-to-route-to> 255.255.255.255 <exit-interface-on-this-router>
    --OR--
    ip route <network-to-route-to> <subnet-mask> <next-hops-ipv4-address>
config t
    ipv6 route <network-to-route-to>/<subnet-mask> <exit-interface-on-this-router>
    --OR--
    ipv6 route <network-to-route-to>/<subnet-mask> <next-hop-ipv6-address>

 

Labs:

PacketTracer Lab: CCNA-3.8.c-Host-route.pkt

Subscribe Now for access to the labs!

 

Links:

https://www.cisco.com/c/en/us/support/docs/ip/ip-routing/116264-technote-ios-00.html?dtid=osscdc000283

 

Exit mobile version