350-401 · Question #220
An engineer must configure interface GigabitEthernet0/0 for VRRP group 10. When the router has the highest priority in the group, it must assume the master role. Which command set must be added to the
The correct answer is A. vrrp 10 ip 172.16.13.254. VRRP Configuration Explanation Option A (vrrp 10 ip 172.16.13.254) is correct because it uses the proper VRRP command syntax to assign a virtual IP address to VRRP group 10, and by default, VRRP automatically enables preemption, meaning the router with the highest priority will a
Question
An engineer must configure interface GigabitEthernet0/0 for VRRP group 10. When the router has the highest priority in the group, it must assume the master role. Which command set must be added to the initial configuration to accomplish this task? Initial Configuration interface GigabitEthernet0/0 description To IDF A 38-24-044.40 ip address 172.16.13.2 255.255.255.0
Options
- Avrrp 10 ip 172.16.13.254
- Bstandby 10 ip 172.16.13.254
- Cvrrp group 10 ip 172.16.13 254.255.255.255.0
- Dstandby 10 ip 172.16.13.254 255.255.255.0
How the community answered
(51 responses)- A86% (44)
- B4% (2)
- C2% (1)
- D8% (4)
Explanation
VRRP Configuration Explanation
Option A (vrrp 10 ip 172.16.13.254) is correct because it uses the proper VRRP command syntax to assign a virtual IP address to VRRP group 10, and by default, VRRP automatically enables preemption, meaning the router with the highest priority will automatically assume the Master role without any additional commands.
Option B and D are incorrect because they use the standby keyword, which is the command syntax for HSRP (Hot Standby Router Protocol), not VRRP - these are two different First Hop Redundancy Protocols (FHRPs). Option C is wrong because vrrp group is not valid IOS syntax, and it incorrectly appends a subnet mask to the virtual IP address, which is not required or permitted in VRRP configuration.
Memory Tip: Think "V for VRRP, S for Standby (HSRP)" - if the question mentions VRRP, your command must start with
vrrp, and the syntax is simplyvrrp [group#] ip [virtual-ip]with no subnet mask needed. If you seestandby, that's always HSRP territory.
Topics
Community Discussion
No community discussion yet for this question.