Un ingeniero debe asegurarse de que todo el tráfico que entre al AS 200 desde el AS 100 elija el Enlace 2 como punto de entrada. Asumir que todas las relaciones de vecinos BGP han sido formadas y que los atributos no han sido cambiados en ninguno de los routers. ¿Qué configuración realiza esta tarea?
A. R3(config)#route-map PREPEND permit 10 R3(config-route-map)#set as-path prepend 200 200 200 R3(config)#router bgp 200 R3#(config-router)#neighbor 10
B. R4(config)#route-map PREPEND permit 10 R4(config-route-map)#set as-path prepend 100 100 100 R4(config)#router bgp 200 R4(config-router)#neighbor 10
C. R4(config)#route-map PREPEND permit 10 R4(config-route-map)#set as-path prepend 200 200 200 R4(config)#router bgp 200 R4(config-router)#neighbor 10
D. R3(config)#route-map PREPEND permit 10 R3(config-route-map)#set as-path prepend 100 100 100 R3(config)#router bgp 200 R3(config-router)#neighbor 10