Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 303

An engineer configures GigabitEthernet 0/1 for VRRP group 115. The router must assume the primary role when it has the highest priority in the group.
Which command set is required to complete this task?
interface GigabitEthernet0/1
ip address 10.10.10.2 255.255.255.0
vrrp 115 ip 10.10.10.1
vrrp 115 authentication 407441579

Answer options

Correct answer: B

Explanation

The correct answer is B because setting the priority with 'vrrp 115 priority 100' is essential for the router to become the primary device in the VRRP group when it has the highest priority. Options A and C include tracking commands that are unnecessary for this specific requirement, while option D uses the 'standby' command, which is not applicable in this VRRP context.