What is the proper configuration on Certkiller 2 to support a single BGP session between Certkiller 2 and Certkiller 3 and to enable load sharing across the two links?

Network topology exhibit

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

What is the proper configuration on Certkiller 2 to support a single BGP session between Certkiller 2 and Certkiller 3 and to enable load sharing across the two links?
A. router bgp 65101
neighbor 192.168.1.18 remote-as 65102
neighbor 192.168.1.34 remote-as 65102
neighbor 192.168.1.38 update-source loopback1
neighbor 192.168.1.34 update-source loopback1
maximum-paths 2
B. router bgp 65101
neighbor 192.168.1.18 remote-as 65102
neighbor 192.168.1.34 remote-as 65102
neighbor 192.168.1.38 ebgp-multihop 2
neighbor 192.168.1.34 ebgp-multihop 2
maximum-paths 2
C. router bgp 65101
neighbor 3.3.3.3 remote-as 65102
neighbor 3.3.3.3 egbp-multihop 2
neighbor 3.3.3.3 update-source loopback1
!
ip route 3.3.3.3 255.255.255.255 192.168.1.18
ip route 3.3.3.3 255.255.255.255 192.168.1.34
D. router bgp 65101
neighbor 3.3.3.3 remote-as 65102
neighbor 3.3.3.3 update-source loopback1
maximum-paths 2
!
ip route 3.3.3.3 255.255.255.255 192.168.1.18
ip route 3.3.3.3 255.255.255.255 192.168.1.34

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.