What is an appropriate use of a default route?
A.
to provide routing to a local web server
B.
to provide routing from an ISP to a stub network
C.
to provide routing that will override the configured dynamic routing protocol
D.
to provide routing to a destination that is not specified in the routing table and which is outside the local network
Default routes are used to direct packets addressed to networks not explicitly listed in the routing table. An example of default route is:
Router(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.1
(Notice that the network address of default route is 0.0.0.0 0.0.0.0