What is an appropriate use of a default route?

What is an appropriate use of a default route?

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



Leave a Reply 1

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


Virtual Private Server

Virtual Private Server

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