A network administrator is designing default gateway redundancy for VLAN 50 using HSRPv1 and VRRPv2 across Cisco IOS switches. Which two statements correctly describe default operational behaviors or attributes of these protocols?
- VRRPv2 enables preemption by default, allowing a higher-priority backup router to immediately assume the Master role upon startup.Answer
- HSRPv1 uses the virtual MAC address structure , where represents the group number in hexadecimal format.Answer
- CHSRPv1 permits assigning the active router's physical interface IP address as the group's virtual IP address.
- DVRRPv2 disables preemption by default, requiring explicit configuration to enable failover to a higher-priority router.
Answer
The two correct statements are that VRRPv2 enables preemption by default, allowing a higher-priority router to assume the Master role, and that HSRPv1 uses the virtual MAC address format 0000.0c07.acXX with the group number encoded in hexadecimal.
VRRPv2 enables preemption by default, enabling higher priority devices to immediately claim the Master role upon boot. Additionally, HSRPv1 uses the well-known virtual MAC prefix 0000.0c07.acXX, where XX represents the HSRP group number encoded in two hexadecimal digits.
Step-by-Step Solution
Key Concept
HSRPv1 and VRRPv2 default operational parameters and virtual MAC structures