CompTIA Network+ Exam Review

Category - Networking

Which of the following commands will configure a default route on a router?
  1. router(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1
  2. router(config)# ip route 0.0.0.0 10.1.1.0 10.1.1.1
  3. router(config)# ip default-route 10.1.1.0
  4. router(config)# ip default-gateway 10.1.1.0
Explanation
Answer - A - The router (config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1 will configure a default route on a router.

Key Takeaway: A default route is the network route used by a router when no other known route exists for a given IP packet’s destination address. All the packets for destinations not known by the router’s routing table are sent to the default route. To configure a default route to be an IP address x, the configuration should be IP route 0.0.0.0 0.0.0.0 x.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz