The VRRP config in one of our testing environments looks like this:
# show high-availability vrrp
global-parameters {
startup-delay 30
version 3
}
group adm {
address 10.236.250.65/27 {
}
hello-source-address 10.236.250.66
interface eth10
peer-address 10.236.250.67
preempt-delay 120
priority 200
vrid 65
}However, when checking for the used version with show vrrp detail, it still says version 2:
------< Global definitions >------ ... VRRP default protocol version = 2 ... ------< VRRP Topology >------ VRRP Instance = adm VRRP Version = 2 ...