Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CCNA IP Routing Practice Question
Drag and drop the following steps into the correct order to configure HSRP on an interface and verify the active/standby election process, including failover and verification.
⚠ Common exam trap
Candidates often confuse the order of HSRP configuration steps or think HSRP requires a global configuration mode like routing protocols. Remember: HSRP is configured per interface, and verification uses 'show standby' to see real-time roles.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Enter interface configuration mode, set HSRP version, configure virtual IP, set priority (if needed), enable preempt, then verify with 'show standby'.
Only option A correctly orders the steps for configuring HSRP on an interface. The proper sequence is: enter interface configuration mode, set the HSRP version, configure the virtual IP, set priority if needed, enable preempt, and verify with 'show standby'. Options B, C, and D contain incorrect steps or order. B suggests creating a VLAN and assigning an IP to the VLAN interface, which is not part of HSRP configuration (HSRP is configured on an existing Layer 3 interface, not by creating a VLAN). C places priority before virtual IP and uses 'show running-config' for verification, which does not show active/standby roles. D incorrectly assumes HSRP is enabled globally and uses 'debug standby' for initial verification, which is not the standard first verification command.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enter interface configuration mode, set HSRP version, configure virtual IP, set priority (if needed), enable preempt, then verify with 'show standby'.
Why this is correct
Enter interface configuration mode, set HSRP version, configure virtual IP, set priority (if needed), enable preempt, then verify with 'show standby'. This is the correct sequence because HSRP is configured entirely in interface configuration mode on the Layer 3 interface that will act as the virtual gateway. Setting the HSRP version (e.g., 'standby version 2') first ensures the correct group number range and timers are available, then 'standby [group] ip [virtual-ip]' defines the gateway address. Priority is optionally adjusted to control the initial active router election, and preempt ('standby [group] preempt') ensures the highest-priority router can regain its role after a failure. 'show standby' verifies all of this by displaying the group state, virtual IP, active/standby status, and priority.
- ✗
Enter global configuration mode, create a VLAN, assign an IP address, then enable HSRP on the VLAN interface.
Why it's wrong here
Incorrect. Creating a VLAN and assigning an IP to the VLAN interface is not part of HSRP configuration. HSRP is applied on an existing Layer 3 interface (e.g., a routed port or SVI) that already has an IP, but the virtual IP is separate.
- ✗
Configure HSRP priority first, then set the virtual IP, then enter interface configuration mode, and finally verify with 'show running-config'.
Why it's wrong here
Configure HSRP priority first, then set the virtual IP, then enter interface configuration mode, and finally verify with 'show running-config'. This ordering is invalid because HSRP parameters such as priority and virtual IP are interface-specific and must be configured after entering interface configuration mode, typically with the virtual IP set first before fine-tuning priority. Also, running 'show running-config' only displays the configuration commands that are already saved, not the dynamic HSRP state; it cannot show whether a router is active or standby. Verification requires 'show standby', which reports the group state, virtual IP, local priority, preemption enabled, and the active/standby relationship.
- ✗
Enable HSRP globally with a 'router hsrp' command, then assign the virtual IP on the interface, and verify with 'debug standby'.
Why it's wrong here
Enable HSRP globally with a 'router hsrp' command, then assign the virtual IP on the interface, and verify with 'debug standby'. HSRP is a First Hop Redundancy Protocol that operates per-interface, not as a global routing process; there is no 'router hsrp' command in IOS. The virtual IP is configured directly on the Layer 3 interface with 'standby [group] ip' and the active/standby roles are determined by priority and preemption, not by a global command. 'debug standby' is a real-time troubleshooting tool that can flood the console, whereas 'show standby' provides a concise, deterministic verification of the HSRP state, virtual IP, and active/standby roles.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓Enter interface configuration mode, set HSRP version, configure virtual IP, set priority (if needed), enable preempt, then verify with 'show standby'.Correct answer▾
Why this is correct
Enter interface configuration mode, set HSRP version, configure virtual IP, set priority (if needed), enable preempt, then verify with 'show standby'. This is the correct sequence because HSRP is configured entirely in interface configuration mode on the Layer 3 interface that will act as the virtual gateway. Setting the HSRP version (e.g., 'standby version 2') first ensures the correct group number range and timers are available, then 'standby [group] ip [virtual-ip]' defines the gateway address. Priority is optionally adjusted to control the initial active router election, and preempt ('standby [group] preempt') ensures the highest-priority router can regain its role after a failure. 'show standby' verifies all of this by displaying the group state, virtual IP, active/standby status, and priority.
✗Enter global configuration mode, create a VLAN, assign an IP address, then enable HSRP on the VLAN interface.Wrong answer — click to see why▾
Why this is wrong here
HSRP configuration does not start with global VLAN creation; it is applied directly to an interface in interface configuration mode.
Why candidates choose this
Candidates may confuse HSRP with VLAN configuration or think HSRP requires a separate VLAN step.
✗Configure HSRP priority first, then set the virtual IP, then enter interface configuration mode, and finally verify with 'show running-config'.Wrong answer — click to see why▾
Why this is wrong here
The order is wrong: interface configuration mode must come first. 'show running-config' does not show real-time HSRP state.
Why candidates choose this
Candidates might think priority is the most important parameter and set it first, or confuse verification commands.
✗Enable HSRP globally with a 'router hsrp' command, then assign the virtual IP on the interface, and verify with 'debug standby'.Wrong answer — click to see why▾
Why this is wrong here
HSRP is interface-specific; there is no global HSRP process. 'debug standby' is used for troubleshooting, not routine verification.
Why candidates choose this
Candidates may be familiar with routing protocols that have a global process (e.g., 'router eigrp') and assume HSRP works similarly.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Visual reference
Go deeper
Related to this question
Learn chapter
OSPFv3 Single-Area Configuration for IPv6
Key term
VLAN
A VLAN logically segments a physical network into isolated broadcast domains without requiring separate physical switches.
Key term
Failover
Failover is the automatic switching to a backup system when the primary system fails, ensuring continuous operation and minimal downtime.
About these practice questions
One of 1,389 original 200-301 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.