Exam 642-883 | Question id=3459 | Route Manipulations in Service Provider Environments |
Refer to the Cisco IOS route map configuration exhibit.
route-map test permit 10
match ip address prefix-list PL1 PL2
match as-path APACL1
set local-preference 200
set metric 1000
!
route-map test permit 100
Which two statements are correct?
A. |
The match prefix-list condition is a logical OR: match prefix list PL1 OR PL2. | |
B. |
All match conditions are logical OR: match prefix list PL1 OR PL2 OR match the APACL1 AS path access list. | |
C. |
The three match conditions are logical AND. match prefix list PL1 AND PL2 AND match the APACL1 AS path access list. | |
D. |
The local preference AND the metric will be set to 1000 IF the route matches the PL1 OR PL2 prefix list AND the route must also match the APACL1 AS path access list. |
When match criteria is contained within a single line, a logical OR is applied.