Question

Difficulty: HardFirst Hop Redundancy Protocols (HSRP and VRRP)

A network administrator is designing a high-availability default gateway architecture for VLAN 10 (subnet 10.1.10.0/24) using two Layer 3 distribution switches. Switch-1 is configured with physical interface IP address 10.1.10.2/24 and Switch-2 is configured with physical interface IP address 10.1.10.3/24. The administrator is evaluating protocol characteristics between HSRPv2 and VRRPv3. Which two statements correctly describe operational differences and IP addressing rules between these protocols? (Select two.)

  1. VRRPv3 allows the virtual IP address to match Switch-1's physical interface IP address (10.1.10.2), automatically designating Switch-1 as the IP address owner with a default priority of 255.Answer
  2. B
    HSRPv2 permits configuring the virtual IP address to match Switch-1's physical interface IP address (10.1.10.2) as long as preemption is explicitly enabled on both switches.
  3. HSRPv2 sends control messages to the IPv4 multicast destination address 224.0.0.102, whereas VRRP (v2/v3) sends advertisement messages to the IPv4 multicast destination address 224.0.0.18.Answer
  4. D
    HSRPv2 enables interface preemption by default, whereas VRRPv3 disables preemption by default when custom priority values are configured.

Answer

The two correct statements are: VRRPv3 allows the virtual IP address to match a physical interface IP address (designating that router as the IP address owner with priority 255), and HSRPv2 uses multicast destination 224.0.0.102 while VRRP uses 224.0.0.18.
VRRPv3 supports IP address ownership where the virtual IP address matches a router's physical interface IP address, automatically elevating its priority to 255 (the maximum). In addition, HSRPv2 uses multicast group address 224.0.0.102 for hello packets, while VRRP uses multicast address 224.0.0.18.

Step-by-Step Solution

1
Analyze virtual IP assignment rules for HSRP vs VRRP
HSRP requires the virtual IP address to be distinct from all physical interface IP addresses assigned to routers in the group. VRRP allows IP address ownership, where the virtual IP matches a physical interface IP address and sets priority to 255.
Verifies whether IP ownership is supported in HSRP vs VRRP.
2
Verify multicast destination addresses for HSRPv2 and VRRP
HSRPv1 uses 224.0.0.2, HSRPv2 uses 224.0.0.102, and VRRP (both v2 and v3) uses 224.0.0.18.
Differentiates protocol transport mechanics across FHRP implementations.
3
Evaluate default preemption mechanisms
HSRP disables preemption by default (higher priority standby router will not take over active state without explicit configuration). VRRP enables preemption by default.
Eliminates incorrect claims regarding preemption defaults.

Key Concept

FHRP protocol differences: VRRP IP address ownership, HSRP virtual IP uniqueness requirements, protocol multicast addresses, and default preemption settings.
Rate this question