Exam 300-410 All QuestionsBrowse all questions from this 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?

    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
StivostineOption: D

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

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

SeMo0o0o0Option: D

D is correct

BrandOption: D

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