In the iBGP example, which command configures the neighbor 172.16.23.2 with remote-as 65000?

Master RIPE BGP Security with our comprehensive test. Understand the Border Gateway Protocol, explore multiple choice questions, and get ready for your exam with detailed hints and explanations.

Multiple Choice

In the iBGP example, which command configures the neighbor 172.16.23.2 with remote-as 65000?

Explanation:
In iBGP, peers must reside in the same autonomous system, so the local BGP process is started with the same AS as the neighbor, and the neighbor statement uses remote-as equal to that AS. Configuring router bgp 65000 on the local router and then setting neighbor 172.16.23.2 remote-as 65000 tells the router that the neighbor is in the same AS and should be treated as an iBGP neighbor. That alignment of the local AS and the neighbor’s remote-as is what makes this the correct setup. The other options would misalign the AS numbers—either using a different local AS (which would indicate eBGP) or using a different remote-as value (which would not establish an iBGP session with AS 65000). The essential point is matching the local BGP process AS with the remote-as of the neighbor for iBGP.

In iBGP, peers must reside in the same autonomous system, so the local BGP process is started with the same AS as the neighbor, and the neighbor statement uses remote-as equal to that AS. Configuring router bgp 65000 on the local router and then setting neighbor 172.16.23.2 remote-as 65000 tells the router that the neighbor is in the same AS and should be treated as an iBGP neighbor. That alignment of the local AS and the neighbor’s remote-as is what makes this the correct setup.

The other options would misalign the AS numbers—either using a different local AS (which would indicate eBGP) or using a different remote-as value (which would not establish an iBGP session with AS 65000). The essential point is matching the local BGP process AS with the remote-as of the neighbor for iBGP.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy