What the correct BGP configuration on Certkiller 3 and Certkiller 2 to have AS 65102 prefer the path to AS 65101 over the path to AS 65103?

Network topology exhibit

642-661-configuring-bgp-on-cisco-routers-bgp_img_052

What the correct BGP configuration on Certkiller 3 and Certkiller 2 to have AS 65102 prefer the path to AS 65101 over the path to AS 65103?
A. hostname Certkiller 3
!
router bgp 65102
neighbor 172.16.2.4 remote-as 65102
neighbor 10.2.2.1 remote-as 65101
bgp default local-preference 140
hostname Certkiller 2
!
router bgp 65102
neighbor 172.16.1.4 remote-as 65102
neighbor 10.1.1.5 remote-as 65103
bgp default local-preference 120
B. hostname Certkiller 3
!
router bgp 65102
neighbor 172.16.2.4 remote-as 65102
neighbor 10.2.2.1 remote-as 65101
neighbor 10.2.2.1 local-preference 140
hostname Certkiller 2
!
router bgp 65102
neighbor 172.16.1.4 remote-as 65102
neighbor 10.1.1.5 remote-as 65103
neighbor 10.1.1.5 local-preference 120

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.