Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 111
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-70-774-10 ip address 172.16.13.2 255.255.255.0
Answer options
- A. standby 5 ip 172.16.13.254 standby 5 priority 100 standby 5 track 1 decrement 10
- B. standby 5 ip 172.16.13.254 standby 5 priority 100 standby 5 preempt
- C. vrrp 5 ip 172.16.13.254 vrrp 5 priority 100
- D. vrrp 5 ip 172.16.13.254 255.255.255.0 vrrp 5 track 1 decrement 10 vrrp 5 preempt
Correct answer: C
Explanation
The correct answer is C because it correctly utilizes the VRRP command syntax to set the IP address and priority for the router in group 5. Options A and B use the standby command, which is not applicable in this context, while option D includes unnecessary parameters that are not required for establishing basic VRRP configuration.