Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 91
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
Answer options
- A. standby 10 ip 172.16.13.254 255.255.255.0 standby 10 preempt
- B. vrrp group 10 ip 172.16.13.254 255.255.255.0 vrrp group 10 priority
- C. standby 10 ip 172.16.13.254 standy 10 priority 120
- D. vrrp 10 ip 172.16.13.254 vrrp 10 preempt
Correct answer: D
Explanation
The correct answer is D because it includes the necessary commands to configure VRRP with the specified IP address and enables the preemption feature, allowing the router with the highest priority to become the master. Option A incorrectly uses 'standby' instead of 'vrrp', while option B lacks the preempt command and option C has a typo with 'standy' instead of 'standby' and does not set the priority correctly.