as vrrp version 3 dropped the AH feature I am thinking about doing vrrp traffic on an crossover link or management vlan.
My config is the following:
router1:
Code: Select all
/interface vrrp
add interface=ether1 name=default_ipv6 v3-protocol=ipv6 version=3 vrid=102 priority=90
/ipv6 address
add address=2001:xxx:xxx:6::2 interface=toCore
add address=2001:xxx:xxx:6::1 interface=default_ipv6
Code: Select all
/interface vrrp
add interface=ether1 name=default_ipv6 v3-protocol=ipv6 version=3 vrid=102 priority=100
/ipv6 address
add address=2001:xxx:xxx:6::3 interface=toCore
add address=2001:xxx:xxx:6::1 interface=default_ipv6
The vrrp interface comes up without problem and i can change the master by adjusting the priority.
The ipv6 gateway address comes up and could be reached until I change the master. As soon as I change the master the gateway ip address is no longer reachable until I switch back to the old master. My guess is that the vrrp daemon sends out the arp "flush" on the ether1 link and not on the "toCore" link?!
As soon as i switch the vrrp interface to "toCore" everything works fine so I guess I am not doing the right thing?!
Regards,
Michael