IPv6 VRRP Invalid Address?

Hello,

I am trying to configure two RB2011UAS-RM boxes with VRRP for IPv6, but it seems to think the address is invalid:

[admin@edge-gw1] /interface vrrp> print
Flags: X - disabled, I - invalid, R - running, M - master, B - backup 
 #     NAME         INTERFACE        MAC-ADDRESS       VRID PRIORITY INTERVAL             VERSION V3-PROTOCOL
 0  RM ;;; IPv4 VRRP
       vrrp1        bond0            00:00:5E:00:01:01    1        2 1s                   3       ipv4       
 1     ;;; IPv6 VRRP
       vrrp2        bond0            00:00:5E:00:02:02    2        2 1s                   3       ipv6

[admin@edge-gw1] /ipv6 address> print
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local 
 #    ADDRESS                                     FROM-POOL INTERFACE                               ADVERTISE
 0 DL fe80::2:5f9a:c110/64                                  gre-tunnel1                             no       
 1 DL fe80::2:54f:16b5/64                                   gre-tunnel2                             no       
 2 DL fe80::2:5b79:ad4a/64                                  gre-tunnel3                             no       
 3  G 2001:470:1f09:263:dead::1/80                          bond0                                   no       
 4 IG 2001:470:1f09:263:dead::3/80                          vrrp2                                   no     
 5 DL fe80::5ea9:d23c/64                                    sit1                                    no       
 6 DL fe80::d6ca:6dff:fe8a:f035/64                          sfp1                                    no       
 7 DL fe80::d6ca:6dff:fe8a:f036/64                          ether1                                  no       
 8 DL fe80::d6ca:6dff:fe8a:f039/64                          bond1                                   no       
 9 DL fe80::d6ca:6dff:fe8a:f03b/64                          ether6                                  no       
10 DL fe80::d6ca:6dff:fe8a:f03e/64                          ether9                                  no       
11 DL fe80::d6ca:6dff:fe8a:f037/64                          bond0                                   no       
12 DL fe80::d6ca:6dff:fe8a:f03c/64                          ether7                                  no       
13 DL fe80::d6ca:6dff:fe8a:f03f/64                          ether10                                 no       
14 DL fe80::d6ca:6dff:fe8a:f03d/64                          ether8                                  no       
15 DL fe80::200:5eff:fe00:101/64                            vrrp1                                   no



[admin@edge-gw2] /interface vrrp> print
Flags: X - disabled, I - invalid, R - running, M - master, B - backup 
 #     NAME         INTERFACE        MAC-ADDRESS       VRID PRIORITY INTERVAL             VERSION V3-PROTOCOL
 0   B ;;; IPv4 VRRP
       vrrp1        bond0            00:00:5E:00:01:01    1        1 1s                   3       ipv4       
 1     ;;; IPv6 VRRP
       vrrp2        bond0            00:00:5E:00:02:02    2        1 1s                   3       ipv6

[admin@edge-gw2] /ipv6 address> print
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local 
 #    ADDRESS                                     FROM-POOL INTERFACE                               ADVERTISE
 0 DL fe80::2:5f9a:c110/64                                  gre-tunnel1                             no       
 1 DL fe80::2:54f:16b5/64                                   gre-tunnel2                             no       
 2 DL fe80::2:5b79:ad4a/64                                  gre-tunnel3                             no       
 3  G 2001:470:1f09:263:dead::2/80                          bond0                                   no       
 4 IG 2001:470:1f09:263:dead::3/80                          vrrp2                                   no 
 5 DL fe80::5220:8da7/64                                    sit1                                    no       
 6 DL fe80::d6ca:6dff:fe8a:f01f/64                          sfp1                                    no       
 7 DL fe80::d6ca:6dff:fe8a:f020/64                          ether1                                  no       
 8 DL fe80::d6ca:6dff:fe8a:f021/64                          bond0                                   no       
 9 DL fe80::d6ca:6dff:fe8a:f025/64                          ether6                                  no       
10 DL fe80::d6ca:6dff:fe8a:f029/64                          ether10                                 no       
11 DL fe80::d6ca:6dff:fe8a:f026/64                          ether7                                  no       
12 DL fe80::d6ca:6dff:fe8a:f028/64                          ether9                                  no       
13 DL fe80::d6ca:6dff:fe8a:f023/64                          bond1                                   no       
14 DL fe80::d6ca:6dff:fe8a:f027/64                          ether8                                  no

Am I doing something wrong? It’s pretty much the same what I done for IPv4 which works fine, so I’m not too sure what’s wrong. :S

Address is invalid because vrrp2 interfce is not running.

Yes, I noticed that. I thought this may be due to the fact the address was invalid.

I was unable to find how to start it manually. With the v4 VRRP interface, it started automatically.
The interface isn’t disabled either.

Which RouterOS version you are running?

Both routers are running ROS 6.1

Wait for v6.2 release. There is a bug that does not allow to run more than one vrrp on physical interface.