An engineer must establish eBGP peering between router R3 and router R4. Both routers should use their loopback interfaces as the BGP router ID. Which configuration set accomplishes this task?

By | December 1, 2022

Refer to the exhibit. An engineer must establish eBGP peering between router R3 and router R4. Both routers should use their loopback interfaces as the BGP router ID.
Which configuration set accomplishes this task?

  • A. R3(config)#router bgp 200
    R3(config-router)#neighbor 10.4.4.4 remote-as 100
    R3(config-router)# neighbor 10.4.4.4 update-source Loopback0
    R4(config)#router bgp 100
    R4(config-router)#neighbor 10.3.3.3 remote-as 200
    R4(config-router)#network 10.3.3.3 update-source Loopback0
  • B. R3(config)#router bgp 200
    R3(config-router)#neighbor 10.24.24.4 remote-as 100
    R3(config-router)#neighbor 10.24.24.4 update-source Loopback0
    R4(config)#router bgp 100
    R4(config-router)#neighbor 10.24.24.3 remote-as 200
    R4(config-router)#neighbor 10.24.24.3 update-source Loopback0
  • C. R3(config)#router bgp 200
    R3(config-router)#neighbor 10.4.4.4 remote-as 100
    R3(config-router)#bgp router-id 10.3.3.3
    R4(config)#router bgp 100
    R4(config-router)#neighbor 10.3.3.3 remote-as 200
    R4(config-router)#bgp router-id 10.4.4.4
  • D. R3(config)#router bgp 200
    R3(config-router)#neighbor 10.24.24.4 remote-as 100
    R3(config-router)#bgp router-id 10.3.3.3
    R4(config)#router bgp 100
    R4(config-router)#neighbor 10.24.24.3 remote-as 200
    R4(config-router)#bgp router-id 10.4.4.4
Answer: Option A.
Explanation: 

No answer description available for this question

The post An engineer must establish eBGP peering between router R3 and router R4. Both routers should use their loopback interfaces as the BGP router ID.<br> Which configuration set accomplishes this task? appeared first on Majanto.