Site icon eConfigs

CCNA 3.8.a: Default route

Overview:

A default route is used to route traffic to any network that is not in your routing table.

Without a default route defined, any traffic destined to a network that is not in the routing table will be dropped by the router.

 

Study Notes:

config t
    ip route 0.0.0.0 0.0.0.0 <exit-interface-on-this-router>
    --OR--
    ip route 0.0.0.0 0.0.0.0 <next-hops-ipv4-address>
config t
    ipv6 route ::/0 <exit-interface-on-this-router>
    --OR--
    ipv6 route ::/0 <next-hop-ipv6-address>

Labs:

PacketTracer Lab: CCNA-3.8.a-Default-route.pkt

Subscribe Now for access to the labs!

Exit mobile version