Hello all,
sorry for this post, I know that there are many like about vrrp, but I cannot find any solution for issue that I see.
I try to configure vrrp via SSH and via GUI (I though that I did errors), but problem it’s the same.
I try to configure vrrp over to different interfaces. I have only one provider and I have to do a IPSec tunnel, so I studied how I can do this with script, but I’m stuck before this task.
I do this:
/ip address add address=172.31.1.126/24 interface=WAN (127 on secondary)
/ip address add address=192.168.95.2/24 interface=LAN (3 on secondary)
/interface vrrp add interface=LAN name=LAN-vrrp
/interface vrrp add interface=WAN name=WAN-vrrp
/ip address add address=172.31.1.125/32 interface=WAN-vrrp
/ip address add address=192.168.95.1/32
Now: it seems that LAN works good, but both WAN interface remains in MR state. Switch tells me that
SW_MATM-4-MACFLAP_NOTIF: Host 0000.5e00.0101 in vlan 69 is flapping between port Fa0/18 and port Fa0/13
I try too to set different vrid for vrrp interfaces, but nothing changes.
Version 6.18
Thank you very much for you help
Regards