CCNP 350-401 ENCOR Question 215 DISCUSSION
« Back to Main MenuAn engineer is configuring GigabitEthernet1/0/0 for VRRP. When the router has the highest priority in group 5, it must assume the master role. Which command set should the engineer add to the configuration to accomplish this task?
interface GigabitEthernet1/0/0
description To IDF A 38-38-720.28
ip address 172.16.13.2 255 255.255.0
A.
vrrp 5 ip 172.16.13.254 255.255.255.0
vrrp 5 track 1 decrement 10
vrrp 5 preempt
B.
standby 5 ip 172.16.13.254
standby 5 priority 100
standby 5 track 1 decrement 10
C.
standby 5 ip 172.16.13.254
standby 5 priority 100
standby 5 preempt
D.
vrrp 5 ip 172.16.13.254
vrrp 5 priority 100
An engineer is configuring GigabitEthernet1/0/0 for VRRP. When the router has the highest priority in group 5, it must assume the master role. Which command set should the engineer add to the configuration to accomplish this task?
interface GigabitEthernet1/0/0
description To IDF A 38-38-720.28
ip address 172.16.13.2 255 255.255.0
A.
vrrp 5 ip 172.16.13.254 255.255.255.0
vrrp 5 track 1 decrement 10
vrrp 5 preempt
B.
standby 5 ip 172.16.13.254
standby 5 priority 100
standby 5 track 1 decrement 10
C.
standby 5 ip 172.16.13.254
standby 5 priority 100
standby 5 preempt
D.
vrrp 5 ip 172.16.13.254
vrrp 5 priority 100
Correct Answer: D
VRRP preemption is enable buy default, that why the command doesn’t need preempt.