70.1k views
0 votes
What is the command used to advertise the default route to all other routers to avoid manual configuration?

MCQ Options:
a. ip default-network
b. ip route 0.0.0.0 0.0.0.0 [next-hop]
c. default-information originate
d. ip default-gateway

1 Answer

5 votes

Final answer:

The command 'default-information originate' is used to advertise the default route to all other routers in dynamic routing protocols like OSPF and EIGRP.

Step-by-step explanation:

The command used to advertise the default route to all other routers to avoid manual configuration is c. default-information originate. This command is used in conjunction with routing protocols like OSPF and EIGRP to inform other routers of the presence of a default route.

This is a more dynamic approach compared to manually setting up default routes on each router.

User Axi
by
7.3k points