An engineer executes the following interface configuration on a Cisco IOS router:
text
R1(config)# interface GigabitEthernet0/0
R1(config-if)# ip address 10.1.1.1 255.255.255.0
R1(config-if)# standby 10 ip 10.1.1.1
What is the outcome of issuing the `standby 10 ip 10.1.1.1` command?
- Cisco IOS rejects the command because HSRP virtual IP addresses cannot match the physical IP address assigned to an interface.Answer
- BThe command is accepted, and R1 automatically assumes the Active state with an operational priority of 255.
- CThe command is accepted, but R1 remains stuck in the Speak state until a second router joins HSRP group 10.
- DThe command is accepted, and Cisco IOS automatically enables HSRP preemption for group 10.
Answer
Cisco IOS rejects the command because HSRP virtual IP addresses cannot match the physical IP address assigned to an interface.
In Hot Standby Router Protocol (HSRP), the virtual IP address must be unique within the subnet and cannot be identical to the physical IP address assigned to any interface of participating routers. When attempting to configure an HSRP virtual IP address that matches an existing interface IP address, Cisco IOS rejects the command with an explicit error.
Step-by-Step Solution
Key Concept
HSRP Virtual IP Address Constraints vs VRRP IP Owner Rules
Estimated Time:1m 0s