Question 36 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question 36 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question

router ospf 1

redistribute eigrp 1 subnets route-map EIGRP->OSPF
!

router eigrp 1

network 10.0.106.0 0.0.0.255

!

route-map EIGRP->OSPF permit 10

match ip address WAN_PREFIXES

route-map EIGRP->OSPF permit 20

match ip address LOCAL_PREFIXES

route-map EIGRP->OSPF permit 30

match ip address VPN_PREFIXES

!

ip prefix-list LOCAL_PREFIXES seq 5 permit 172.16.0.0/12 le 24
ip prefix-list VPN_PREFIXES seq 5 permit 192.168.0.0/16 le 24
ip prefix-list WAN_PREFIXES seq 5 permit 10.0.0.0/8 le 24

!

Refer to the exhibit.

The network administrator configured redistribution on an ASBR to reach to all WAN networks but failed.

Which action resolves the issue?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.