300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 36


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?

Show Answer
Correct Answer: D

To resolve the issue, the route map must include the keyword 'prefix-list' to properly reference the prefix list entries. The configuration currently uses 'match ip address' to reference the prefix lists, which is incorrect as this syntax is used for access-lists. Correcting the line to 'match ip address prefix-list' for the WAN_PREFIXES, LOCAL_PREFIXES, and VPN_PREFIXES in the route map will ensure proper matching and redistribution of the EIGRP routes into OSPF.

Discussion

4 comments
Sign in to comment
StivostineOption: D
Dec 17, 2021

D is ok. It's written for ex : match ip adress WAN_PREFIXES and should be : match ip adress prefix-list WAN_PREFIXES Same for LOCAL_PREFIXES & VPN_PREFIXES

JOKERROption: D
Dec 14, 2021

D is corrrect. Prefix-list in route-maps shoujld be specified using prefix list keyword. Otherwise, route-map takes it for access-list ER1(config-route-map)#match ip address ? <1-199> IP access-list number <1300-2699> IP access-list number (expanded range) WORD IP access-list name prefix-list Match entries of prefix-lists

BrandOption: D
Aug 27, 2023

R1(config-route-map)#match ip address ? <1-199> IP access-list number <1300-2699> IP access-list number (expanded range) WORD IP access-list name prefix-list Match entries of prefix-lists

SeMo0o0o0Option: D
Jul 17, 2024

D is correct