What does it take for BGP to establish connection? (Choose two)
Click on the arrows to vote for the correct answer
A. B. C. D. E.BC
BGP (Border Gateway Protocol) is a routing protocol used to exchange routing information between different Autonomous Systems (AS) on the Internet. It uses TCP (Transmission Control Protocol) as its underlying transport protocol and follows a TCP three-way handshake mechanism to establish a connection between BGP peers.
To establish a BGP connection, the following two conditions must be met:
For example, if the AS number of the local router is 100, the configuration command would be:
router bgp 100
The AS number of the remote router is configured on the local router using the "neighbor" command followed by the IP address of the remote router and its AS number.
For example, if the IP address of the remote router is 192.168.1.1 and its AS number is 200, the configuration command would be:
pythonneighbor 192.168.1.1 remote-as 200
Note that the other answer choices listed in the question are not relevant to the establishment of a BGP connection: