PrepAway - Latest Free Exam Questions & Answers

What is the objective of the route map named test?

Study the configuration presented in the exhibit carefully. What is the objective of the route
map named test?
router bgp 50001
network 10.0.0.0
network 172.16.0.0
neighbor 10.1.1.1 remote-as 5003
neighbor 10.1.1.1 route-map test out
!
access-list 1 permit 10.0.0.0
access-list 2 permit any
!
route-map test permit 10
match ip address 1
set metric 200
!
route-map test permit 20
match ip address 2

PrepAway - Latest Free Exam Questions & Answers

A.
marks all prefixes received from the 10.1.1.1 neighbor with a MED of 200

B.
marks the 10.0.0.0/8 prefix received from the 10.1.1.1 neighbor with a MED of 200

C.
marks the 10.0.0.0/8 prefix advertised to the 10.1.1.1 neighbor with a MED of 200

D.
marks all prefixes advertised to the 10.1.1.1 neighbor with a MED of 200

Explanation:
From the command “neighbor 10.1.1.1 route-map test out” we learn the “test” route map is
applied on the outbound direction to the neighbor 10.1.1.1. In the “test” route map, we see 3
statements:
“route-map test permit 10
match ip address 1
set metric 200″
They mean “if the access list 1 is matched, set theMulti Exit Discriminator (MED) of that
route to 200″.


Leave a Reply