nerdexam
Cisco

350-401 · Question #602

Refer to the exhibit. An engineer must configure HSRP for VLAN 1000 on SW2. The secondary switch must immediately take over the role of active router If the interlink with the primary switch fails. Wh

The correct answer is C. SW2(config-if)# standby version 2. To configure HSRP on SW2, it is essential to specify the HSRP version on the VLAN interface.

Submitted by skyler.x· Mar 6, 2026

Question

Refer to the exhibit. An engineer must configure HSRP for VLAN 1000 on SW2. The secondary switch must immediately take over the role of active router If the interlink with the primary switch fails. Which command set completes this task? SW2(config)#track 1000 interface gigabitEthernet0/0 line-protocol SW2(config-track)#exit SW2(config)#interface vlan 1000 SW2(config-if)#ip address 10.23.87.3 255.255.255.0

Options

  • ASW2(config-if)# standby version 2
  • BSW2(config-if)# standby 1000 ip 10.23.87.1
  • CSW2(config-if)# standby version 2
  • DSW2(config if)# standby version 2

How the community answered

(46 responses)
  • A
    4% (2)
  • B
    13% (6)
  • C
    76% (35)
  • D
    7% (3)

Why each option

To configure HSRP on SW2, it is essential to specify the HSRP version on the VLAN interface.

ASW2(config-if)# standby version 2

This option is identical to choice C, referring to the same command for setting the HSRP version.

BSW2(config-if)# standby 1000 ip 10.23.87.1

The command `standby 1000 ip 10.23.87.1` defines the virtual IP address for HSRP group 1000, which is also a necessary HSRP configuration but does not set the HSRP protocol version itself.

CSW2(config-if)# standby version 2Correct

The command `standby version 2` configures HSRP version 2 on the interface, which is a fundamental and necessary step in modern HSRP deployments to enable HSRP operation and support advanced features like Multi-Group HSRP.

DSW2(config if)# standby version 2

This option is identical to choice C, referring to the same command for setting the HSRP version.

Concept tested: Cisco HSRP version configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios/ipapp/configuration/guide/ipapp_c/iap_hsrp.html

Topics

#HSRP#FHRP#Interface Tracking#Inter-VLAN Routing

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice