What is the correct BGP configuration to have AS 65111 prefer the path to AS 65221 over the path to AS 65237 except for the traffic which originates in AS 65237?

What is the correct BGP configuration to have AS 65111 prefer the path to AS 65221 over the path to AS 65237 except for the traffic which originates in AS 65237?
A. router bgp 65111
neighbor 10.10.10.10 remote-as 65221
neighbor 10.20.20.20 remote-as 65237
neighbor 10.10.10.10 weight 160
neighbor 10.20.20.20 weight 150
neighbor 10.20.20.20 filter-list 1 weight 170
!
ip as-path access-list 1 permit _65237$
B. router bgp 65111
neighbor 10.10.10.10 remote-as 65221
neighbor 10.20.20.20 remote-as 65237
neighbor 10.10.10.10 weight 160
neighbor 10.20.20.20 weight 150
neighbor 10.20.20.20 access-group 1 weight 170
!
access-list 1 permit _65237$
C. router bgp 65111
neighbor 10.10.10.10 remote-as 65221
neighbor 10.20.20.20 remote-as 65237
neighbor 10.10.10.10 weight 160
neighbor 10.20.20.20 weight 150
D. router bgp 65111
neighbor 10.10.10.10 remote-as 65221
neighbor 10.20.20.20 remote-as 65237
neighbor 10.10.10.10 weight 160
neighbor 10.20.20.20 weight 150
neighbor 10.20.20.20 route-map test
!
route-map test permit 10
match as-path _65221$

cisco-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.