Refer to the exhibit. Which three statements accurately describe the result of applying the exhibited route map? (Choose three.)

QuestionsCategory: 300-101Refer to the exhibit. Which three statements accurately describe the result of applying the exhibited route map? (Choose three.)
Admin Staff asked 3 months ago
Refer to the exhibit. Which three statements accurately describe the result of applying the exhibited route map? (Choose three.)
 Image

A. The map prohibits the redistribution of all type 2 external OSPF routes with tag 6 set.

B. The map prohibits the redistribution of all type 2 external OSPF routes.

C. The map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values 40000, 1000, 255, 1, and 1500.

D. The map prohibits the redistribution of all external OSPF routes with tag 6 set.

E. All routes that do no match clauses 10 and 20 of the route map are redistributed with their tags set to 8.

F. The map permits the redistribution of all type 1 external OSPF routes.




 

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 question is in 300-101 Cisco Implementing Cisco IP Routing (ROUTE) Exam
For getting Cisco Certified Network Professional (CCNP) Routing and Switching Certificate




Disclaimers:
The website is not related to, affiliated with, endorsed or authorized by Cisco.
Trademarks, certification & product names are used for reference only and belong to Cisco.
The website does not contain actual questions and answers from Cisco's Certification Exam.

Recommended

Welcome Back!

Login to your account below

Create New Account!

Fill the forms below to register

Retrieve your password

Please enter your username or email address to reset your password.