Exam 300-410 All QuestionsBrowse all questions from this exam
Question 18

Refer to the exhibit. Which subnet is redistributed from EIGRP to OSPF routing protocols?

    Correct Answer: A

    Based on the configuration on router R3, it redistributes EIGRP routes to OSPF using a route-map named OSPF-TAG-1. The first prefix-list, OSPF-TAG-PRF, explicitly denies all subnets in the range 10.1.0.0/16 to 10.1.255.0/16. The second prefix-list, OSPF-TAG-PRF-1, permits all subnets in the range 10.2.0.0/18 to 10.2.63.255/18. The route-map OSPF-TAG-1 has an implicit deny at the end, which means only the subnets explicitly permitted by the second prefix-list are redistributed. Among the given options, only the subnet 10.2.2.0/24 falls within the range permitted by the second prefix-list and matches the permit statement of the route-map, making it the correct answer.

Discussion
David98898998Option: A

Tested on GNS3. It's stupid as hell and I feel dumber for doing it, but A is definitely the answer.

David98898998

Route-maps will not match on deny ACLs or deny statement prefix-lists. They will ignore them. Sequence 5 of the route map is entirely ignored.

HungarianDish

I agree. Prefixes from network 10.1.0.0/16 with length /16-24 are not evaluated in seq 5, but are denied by implicit deny-all at the end of the route-map.

oascOption: C

C is the one correct

Pb1805

What about A?

IarnOption: A

Bit confused why every has A given the logic shown for matching answer A 10.2.3.0/26 would also match?!

Iarn

On second thought le 24 is /0-24 thus /26 is greater

RTEOption: A

A is right, permit statement in second route-map and permit int prefix-list with network length <=24, implicit deny at the end of r-map

azharken

wrong question both prefix lists are permitting

ichweissauchnicht

That's true (deny in first acl and deny in route-map => permit). This question is strange...

JOKERR

No. Deny in the ACL or Prefix list mean that entry is not affected by the route map. Deny means let the route pass. Permit means route map is permitted to take action on that entry.

[Removed]

Even if both are permitting there's a catch all class map(implicit deny) at the end and it will match that and be denied.

SeMo0o0o0Option: A

A is correct ip prefix-list OSPF-TAG-PRF-1 seq 5 permit 10.2.0.0/18 le 24 the only one match it is 10.2.2.0/24

xziomal9Option: A

The correct answer is: A

thanh123Option: A

I'm with A, too

NetworkingguyOption: A

A is correct here

ciscomichaOption: A

I'm with A. Given answer. It is the only route that match an route-map permit statement because it matches the second prefix-list

error_909

The given answer is correct

beatidoOption: A

Its clearly A

examShark

The given answer is correct