Exam 642-883 | Question id=3473 | Route Manipulations in Service Provider Environments |
Refer to the Cisco IOS XR route policy exhibit.
route-policy new
if community matches-any test then
set local-preference 10
elseif community matches-every foo then
set local-preference 20
else
pass
endif
end-policy
Which two statements are correct?
A. |
"test" and "foo" are references to the community sets. | |
B. |
The "match-any" option indicates matching either the standard community or extended community. | |
C. |
Routes that match both the "test" and "foo" conditions will have their local preference set to 20. | |
D. |
All non-matching routes will be permitted. |