Refer to the exhibit. Which two configurations will allow router R1 to establish a neighbor relationship with router R2? (Choose two.)
- R1(config)# router bgp 65001
R1(config-router)# network 192.168.20.0R2(config)# router bgp 65002
R2(config-router)# network 192.168.10.0
R2(config-router)# neighbor 209.165.200.226 remote-as 65002 - R2(config)# router bgp 65002
R2(config-router)# network 192.168.20.0
R2(config-router)# neighbor 209.165.200.225 remote-as 65001 - R1(config)# router bgp 65002
R1(config-router)# network 192.168.20.0
R1(config-router)# neighbor 209.165.200.225 remote-as 65001 - R1(config)# router bgp 65001
R1(config-router)# network 192.168.10.0
R1(config-router)# neighbor 209.165.200.226 remote-as 65002 - R2(config)# router bgp 65002
R2(config-router)# network 192.168.10.0
Explanation: To configure EBGP, the router bgp command is followed by the AS number in which the router resides. Conversely, the neighbor command contains the AS number to which the remote router belongs.
Exam with this question: CCNA 4 Chapter 3 Exam Answers
Exam with this question: CCNPv8 ENCOR (Version 8.0) - BGP Exam
Exam with this question: CCNP ENARSI 8 Modules 11 - 14 Checkpoint Exam: BGP Exam
Please login or Register to submit your answer