Place the HSRP (Hot Standby Router Protocol) router states in the correct chronological order as a newly configured router transitions from initial startup to becoming the active gateway.
- 1Initial state: HSRP is first enabled on the interface or the interface transitions to the UP state.
- 2Listen state: The router passively receives Hello messages from existing active and standby routers.
- 3Speak state: The router begins sending periodic Hello messages to participate in the active and standby election.
- 4Standby state: The router is selected as the primary candidate to take over if the active router fails.
- 5Active state: The router assumes full gateway duties and forwards traffic sent to the group virtual IP address.
Answer
The correct sequence of HSRP states from startup to active gateway is Initial, Listen, Speak, Standby, and Active.
During standard HSRP election and initialization, a router follows a strict 5-state progression: Initial (interface up), Listen (receiving peer Hello packets), Speak (actively sending Hello packets to compete in election), Standby (elected as primary backup), and Active (forwarding virtual IP traffic).
Step-by-Step Solution
Key Concept
HSRP router state transitions and convergence lifecycle