Which ACL statement completes the configuration correctly?

Refer to the exhibit. A partial routing configuration is shown. Complete the configuration so that only the default-network is redistributed from EIGRP 190 into EIGRP 212. Which ACL statement completes the configuration correctly?

Select the best response.

Refer to the exhibit. A partial routing configuration is shown. Complete the configuration so that only the default-network is redistributed from EIGRP 190 into EIGRP 212. Which ACL statement completes the configuration correctly?

Select the best response.

A.
access-list 100 permit ip 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0

B.
access-list 100 permit ip host 0.0.0.0 any

C.
access-list 100 permit ip any host 0.0.0.0

D.
A default-network cannot be redistributed between routing processes.



Leave a Reply 1

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


Charles

Charles

Answer: C

Explanation

The command “access-list 100 permit ip any host 0.0.0.0″ means permit any source address with the destination of 0.0.0.0/0, which is the default route

Note:

any equals 0.0.0.0 255.255.255.255

host 0.0.0.0 equals 0.0.0.0 0.0.0.0