4A0-102 · Question #15
Which of the following is TRUE if the state of one BGP neighbor shows Active?
The correct answer is B. The router is trying to initiate a TCP connection to that neighbor. In BGP's finite state machine, the Active state means the router is actively attempting to establish a TCP connection (port 179) to the neighbor - it's sending TCP SYN packets trying to reach that peer. Option B is correct because "Active" specifically describes this TCP…
Question
Options
- AThe neighbor will send a Keepalive message.
- BThe router is trying to initiate a TCP connection to that neighbor.
- CThe router received an Open message with the correct parameters.
- DThe router is actively exchanging updates with that neighbor.
How the community answered
(26 responses)- B88% (23)
- C8% (2)
- D4% (1)
Explanation
In BGP's finite state machine, the Active state means the router is actively attempting to establish a TCP connection (port 179) to the neighbor - it's sending TCP SYN packets trying to reach that peer. Option B is correct because "Active" specifically describes this TCP connection-initiation phase, not any BGP-level messaging yet.
Why the distractors are wrong:
- A - Keepalive messages are sent in the Established state, after the session is fully up.
- C - Receiving an Open message with correct parameters happens in the OpenConfirm state, which comes after TCP is established.
- D - Actively exchanging updates describes the Established state, the final and fully operational state.
Memory tip: Think of "Active" as the router being anxious - it's actively chasing the neighbor trying to make a connection, but hasn't succeeded yet. If you see Active persisting, it usually means a TCP reachability problem (wrong IP, ACL blocking port 179, etc.).
Topics
Community Discussion
No community discussion yet for this question.