nerdexam
Cisco

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

Submitted by weili_xi· Mar 6, 2026Infrastructure

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)
  • A
    86% (44)
  • B
    4% (2)
  • C
    2% (1)
  • D
    8% (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 simply vrrp [group#] ip [virtual-ip] with no subnet mask needed. If you see standby, that's always HSRP territory.

Topics

#VRRP#FHRP#Cisco IOS#Network Redundancy

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice