엔지니어는 AS 100에서 AS 200으로 들어오는 모든 트래픽이 링크 2를 진입 지점으로 선택하도록 해야 합니다. 모든 BGP 이웃 관계가 형성되었고 라우터에서 속성이 변경되지 않았다고 가정합니다. 어떤 구성이 이 작업을 수행하나요?
A. R3(config)#route-map PREPEND permit 10 R3(config-route-map)#set as-path prepend 200 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 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 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 100 R3(config)#router bgp 200 R3(config-router)#neighbor 10