A network administrator enables HSRP version 2 on a Cisco IOS router interface configured with the highest priority in the group. In what order does the router progress through the standard HSRP operational states from initial interface bring-up to becoming the primary gateway?
- 1Initial State: HSRP is not running, but the interface becomes operational and HSRP configuration is applied.
- 2Listen State: The router listens for Hello messages from other routers to determine the virtual IP and current group state without transmitting Hello messages.
- 3Speak State: The router begins periodically sending Hello messages and actively participates in the election for Active and Standby roles.
- 4Standby State: The router is selected as the primary candidate to take over if the Active router fails and continues sending periodic Hello messages.
- 5Active State: The router assumes responsibility for forwarding packets sent to the group virtual IP address and virtual MAC address.
Answer
The correct chronological sequence of HSRP states during router initialization is Initial State, Listen State, Speak State, Standby State, and Active State.
HSRP routers follow a strict finite state machine sequence during initialization: Initial (interface up/config ready) -> Listen (receiving Hello messages passively) -> Speak (sending Hello messages to participate in election) -> Standby (acting as immediate backup) -> Active (handling virtual MAC/IP traffic).
Step-by-Step Solution
Key Concept
HSRP Finite State Machine (Initial -> Listen -> Speak -> Standby -> Active)