Which statement is true about the BGP neighbors shown?
- Both neighbors are EBGP peers
- 10.1.1.2 is an IBGP peer and 192.168.1.2 is an EBGP peer
- The session with 192.168.1.2 is in Idle state
- 10.1.1.2 is not receiving any routes due to authentication failure
Explanation: According to the sources, BGP neighbors (peers) are categorized as either internal or external based on their Autonomous System (AS) membership. An IBGP peer (Internal BGP) forms a relationship within the same AS to exchange routing information internally, while an EBGP peer (External BGP) forms a relationship between different autonomous systems, typically connecting an enterprise network to an ISP. The show ip bgp neighbors command can be used to verify this status, as it explicitly identifies a session as either an internal link or an external link. In the context of standard networking labs shown in the material, 10.1.1.2 represents an internal address used for IBGP, whereas 192.168.1.2 is used for an EBGP connection to an outside entity.
Related exam: CCNP ENARSI v9 Course Final Exam
