Question

Difficulty: EasyFirst Hop Redundancy Protocols (HSRP and VRRP)

An network engineer is configuring HSRP group 15 on a Cisco router interface that has been assigned the primary IPv4 address 172.16.20.2/24172.16.20.2/24. Which requirement must be met when defining the HSRP virtual IPv4 address for this interface?

  1. The virtual IPv4 address must belong to the 172.16.20.0/24172.16.20.0/24 subnet and cannot match the physical IPv4 address of any router in the group.Answer
  2. B
    The virtual IPv4 address must match the physical IPv4 address assigned to the active router interface.
  3. C
    The virtual IPv4 address must be assigned from a distinct IPv4 subnet that is separate from the physical subnet of the interface.
  4. D
    The virtual IPv4 address can be set to any valid host IPv4 address because HSRP relies exclusively on MAC address translation.

Answer

The HSRP virtual IPv4 address must be in the same IPv4 subnet as the interface's physical IP address (172.16.20.0/24172.16.20.0/24), but it cannot be identical to the physical IPv4 address configured on any router participating in the HSRP group.
In HSRP (v1 and v2), the virtual IP address configured via the command `standby <group> ip <ip-address>` must reside within the same IP subnet as the router interface's physical IP address so local LAN clients can reach it as their default gateway. However, Cisco IOS explicitly blocks assigning a virtual IP address that matches any physical IP assigned to a router interface in the group.

Step-by-Step Solution

1
Identify the physical IP subnet of the interface.
The interface has IP address 172.16.20.2/24172.16.20.2/24, placing it in the 172.16.20.0/24172.16.20.0/24 subnet.
Default gateway traffic from LAN clients must be reachable within their local IP broadcast domain.
2
Apply the HSRP virtual IP assignment rule.
Select an unassigned IP address within 172.16.20.0/24172.16.20.0/24 (e.g., 172.16.20.1172.16.20.1).
Cisco HSRP requires virtual IP addresses to belong to the local subnet and strictly forbids reusing any physical interface IP address of HSRP routers.

Key Concept

HSRP Virtual IP Address Assignment Requirements
Rate this question