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.
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)- A4% (2)
- B13% (6)
- C76% (35)
- D7% (3)
Why each option
To configure HSRP on SW2, it is essential to specify the HSRP version on the VLAN interface.
This option is identical to choice C, referring to the same command for setting the HSRP version.
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.
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.
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
Community Discussion
No community discussion yet for this question.