Refer to the exhibit. R1 and R2 are on the same VLAN. VRRP is configured between the two routers. What is the cause of the VRRP error?
Refer to the exhibit. R1 and R2 are on the same VLAN. VRRP is configured between the two routers. What is the cause of the VRRP error?
The cause of the VRRP error is that R1 is configured with the VIP 10.18.0.2 on VRRP group 1 and R2 is configured with the VIP 10.18.0.1 on VRRP group 1. In VRRP, routers in the same group should be configured with the same VIP. The debug output shows that R1 has a primary address of 10.18.0.1, but it sees advertisements from another router (R2) with the primary address 10.18.0.2, indicating a conflict in VIP configuration within the same VRRP group.
R1: "different from ours 10.18.0.1" on VRP group 1
Note that in VRRP (Virtual Router Redundancy Protocol), the primary address to be considered is the virtual IP address (VIP) assigned to the VRRP group
D is correct
D is correct