A BGP routing policy has been created using route maps. The command route-map TEST permit 10
is part of the configuration. What does the argument 10 indicate?
- It identifies the access list number to be used by the route map statement.
- It identifies the position of the route map in relation to other instances.
- It indicates the local preference to be set for routes that match the route map.
- It indicates the metric to be set for routes that match the route map.
- It specifies the route map to be used on autonomous system 10.
Explanation: A route map uses the command syntax route-map route-map-name [permit | deny][*sequence-number*]. It has four components:
- Sequence number - dictates the processing order of the route map
- Conditional matching criteria - identifies prefix characteristics (network, BGP path attribute, next hop, and so on) for a specific sequence
- Processing action - permits or denies the prefix
- Optional action - allows for manipulations, depending on how the route map is referenced on the router
Exam with this question: Quiz - Multicast
Exam with this question: CCNP ROUTE (Version 6.0) Chapter 5 Exam
Exam with this question: CCNP ROUTE Chapter 5 Exam Answers (Version 7)
Please login or Register to submit your answer