Refer to the exhibit. Which statement describes the condition when the BGP route-map TEST permit 40 command is processed and what is the result of processing?
- Only networks that do not match ACL3 will match and be allowed.
- Incoming networks that match ACL1, ACL2, and ACL3 will match and be allowed.
- All incoming networks that do not match ACL1, ACL2, and ACL3 will match, but will be dropped because no action is specified.
- All incoming networks that do not match ACL1, ACL2, and ACL3 will match and be allowed.
Explanation: A route map uses the command syntax route-map route-map-name [ permit | deny ] [ sequence-number ]. The rules that apply to route map statements are as follows:
If a processing action is not provided, the default value permit is used.
If a sequence number is not provided, the sequence number is incremented by 10 automatically.
If a matching statement is not included, an implied all prefixes is associated with the statement.
Processing within a route map stops after all optional actions have processed and after matching a conditional matching criterion.
Exam with this question: CCNP Core Networking: Modules 11 - 12 Checkpoint Exam: BGP Exam
Please login or Register to submit your answer