Exhibit:
What will the BGP configuration accomplish? (Choose two.)
A.
Prefix 10.0.0.0/8 announced to neighbor 10.1.1.1. will have a MED of 100.
B.
Prefix 10.0.0.0/8 announced to neighbor 10.1.1.1. will have a MED of 200.
C.
All prefixes except the 10.0.0.0/8 prefix will not be announced to neighbor 10.1.1.1.
D.
All prefixes except the 10.0.0.0/8 prefix announced to neighbor 10.1.1 will have a MED of 0.
E.
All prefixes except the 10.0.0.0/8 prefix announced to neighbor 10.1.1 will have a MED of 200.
Explanation:
Really, MED is assigned using set metric command. The prefix 10.0.0/8 will match route-map 10 entry, will be assigned MED 100 and will not be further checked.