Does vyos supports vrrpv3? I don’t see any guide in the documentation.
Is my understanding correct that if the neighbor device only supports vrrpv3, it will work with a device that does vrrpv2 only as long as they are forming IPV4 sessions only?
I am trying to form TNSR and VYOS VRRP and TNSR uses VRRPv3 . Sessions are not forming. Both declare themselves as master.
As per checking, VYOS doesn’t send out hello to multicast address 224.0.0.18 but I can see the hello from TNSR when I am running tcpdump on VYOS.
This is my config
set high-availability vrrp group 10 vrid 10
set high-availability vrrp group 10 address x.x.x.x interface eth3.600
set high-availability vrrp group 10 priority 90
set high-availability vrrp group 10 interface eth3.600
Am I missing something?