Suggested Answer:AEF🗳️
In the route-map: route-map ospf-to-eigrp deny 10 match tag 6 match route-type external type-2 The deny clause rejects route matches from redistribution. If several match commands are present in a clause, all must succeed for a given route in order for that route to match the clause (in other words, the logical AND algorithm is applied for multiple match commands). In this question, both the "match tag 6" and "match route-type external type-2" must be matched for this route to be denied -> A is correct. If a match command is not present, all routes match the clause. In this question, all routes that reach clause 30 match and their tags are set to 8 -> E is correct. If a route is not matched with clause 10 or 20 then it will be matched with clause 30 for sure -> F is correct. Option C is incorrect because it says the route will be redistributed if it matches the prefix-list pfx AND the metric values. This is not true. The route-map statement 20 SETS the seed metric for the prefixes identified by the prefix-list pfx. So the statement in option C is missing the "SET" keyword. Option F is correct because the only deny statement in route-map is statement 10 which only denies Type-2 External routes that have a tag value of 6. This means all Type-1 External routes will be redistributed because they will match either permit statement 20 or 30. Note: Route-maps that are applied to redistribution behave the same way as ACLs: if the route does not match any clause in a route-map then the route redistribution is denied, as if the route-map contained deny statement at the end. Reference: http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008047915d.shtml
This section is not available anymore. Please use the main Exam Page.300-101 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
spillo3000
2 years, 7 months ago