Exam 642-883 | Question id=3463 | BGP Routing in Service Provider Environments |
Refer to the Cisco IOS XR route policy exhibit.
route-policy SetLP
if med eq 10 then
set local-preference 200
endif
if local-preference eq 100 then
set weight 100
endif
if local-preference eq 200 then
set weight 200
endif
end-policy
If the original incoming routing update has an MED of 10 and a local preference of 100, how will the routing update be modified?
A. |
The local preference will be set to 100, the MED will be set to 10, and the weight will be set to 100. | |
B. |
The local preference will be set to 100, the MED will be set to 10, and the weight will be set to 200. | |
C. |
The local preference will be set to 200, the MED will be set to 10, and the weight will be set to 100. | |
D. |
The local preference will be set to 200, the MED will be set to 10, and the weight will be set to 200. |