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.
- A
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: first configure HSRP on the interface (version, virtual IP, priority, preempt), then verify the state with 'show standby' to confirm active/standby roles.
- B
Enter global configuration mode, create a VLAN, assign an IP address, then enable HSRP on the VLAN interface.
This is incorrect because HSRP is configured on a Layer 3 interface (e.g., physical or SVI), not by creating a VLAN separately. The steps are out of order and incomplete.
- C
Configure HSRP priority first, then set the virtual IP, then enter interface configuration mode, and finally verify with 'show running-config'.
This is incorrect because you must enter interface configuration mode before setting HSRP parameters. Also, verification should use 'show standby' to see active/standby state, not just 'show running-config'.
- D
Enable HSRP globally with a 'router hsrp' command, then assign the virtual IP on the interface, and verify with 'debug standby'.
This is incorrect because HSRP does not require a global 'router hsrp' command; it is configured per interface. 'debug standby' is a debugging tool, not a verification command for normal operation.