What is the simplest way to configure routing between the regional office network 10.89.0.0/20 and the corporate network?

Refer to the exhibit.

What is the simplest way to configure routing between the regional office network 10.89.0.0/20
and the corporate network?

Refer to the exhibit.

What is the simplest way to configure routing between the regional office network 10.89.0.0/20
and the corporate network?

A.
router1(config)#ip route 10.89.0.0 255.255.240.0 10.89.16.2

B.
router2(config)#ip route 10.89.3.0 255.255.0.0 10.89.16.2

C.
router1(config)#ip route 10.89.0.0 255.255.240.0 10.89.16.1

D.
router2(config)#ip route 0.0.0.0 0.0.0.0 10.89.16.1



Leave a Reply 2

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


Mike

Mike

A static route with 0.0.0.0 0.0.0.0 will become a default route. The default route means: “send all traffic to this IP address”. So the default route “ip route 0.0.0.0 0.0.0.0 10.89.16.1” will send all traffic to 10.89.16.1

Pekovic

Pekovic

Look for the “simplest” way