which two commands set the gateway of last resort to the default gateway?

If IP routing is enabled, which two commands set the gateway of last resort to the default
gateway? (Choose two.)

If IP routing is enabled, which two commands set the gateway of last resort to the default
gateway? (Choose two.)

A.
ip default-gateway 0.0.0.0

B.
ip route 172.16.2.1 0.0.0.0 0.0.0.0

C.
ip default-network 0.0.0.0

D.
ip default-route 0.0.0.0 0.0.0.0 172.16.2.1

E.
ip route 0.0.0.0 0.0.0.0 172.16.2.1



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Mahlon

Mahlon

“The ip default-network command is used mostly with routing protocols. The ip route command is used with static routing. Both are achieving the same goals but can be used in different scenarios. If you have a routing protocol for a domain, and you would like to advertise to the rest of the routers that a default route, you would implement the ip default-network command. This would cause the routing protocol to carry the candidate for default network in its routing updates to all routers in the domain.”