Hi all,
needs some help here:
I have two RB1000s, one will act as the primary for all subnets, the other as the backup. This will be handled using VRRP.
The configuration is as follows:
Primary RB1000:
VRRPs:
0 RM name="vrrp1" mtu=1500 mac-address=00:00:5E:00:01:01 arp=enabled
interface=ether1 vrid=1 priority=255 interval=1 preemption-mode=yes
authentication=ah password="test1" on-backup="" on-master=""
1 RM name="vrrp3" mtu=1500 mac-address=00:00:5E:00:01:03 arp=enabled
interface=ether3 vrid=3 priority=255 interval=1 preemption-mode=yes
authentication=ah password="test3" on-backup="" on-master=""
IP addresses:
0 10.1.0.2/24 10.1.0.0 10.1.0.255 ether1
2 10.20.0.2/22 10.20.0.0 10.20.3.255 ether3
3 10.1.0.1/32 10.1.0.1 10.1.0.1 vrrp1
4 10.20.0.1/32 10.20.0.1 10.20.0.1 vrrp3
Secondary RB1000:
VRRPs:
0 B name="vrrp1" mtu=1500 mac-address=00:00:5E:00:01:01 arp=enabled
interface=ether1 vrid=1 priority=100 interval=1 preemption-mode=yes
authentication=ah password="test1" on-backup="" on-master=""
1 RM name="vrrp3" mtu=1500 mac-address=00:00:5E:00:01:03 arp=enabled
interface=ether3 vrid=3 priority=1 interval=1 preemption-mode=yes
authentication=ah password="test3" on-backup="" on-master=""
IP addresses:
0 10.1.0.3/24 10.1.0.0 10.1.0.255 ether1
2 10.20.0.3/22 10.20.0.0 10.20.3.255 ether3
3 10.1.0.1/32 10.1.0.1 10.1.0.1 vrrp1
4 10.20.0.1/32 10.20.0.1 10.20.0.1 vrrp3
As you can see the primary is the higher value at 255, secondary being 100.
When the interface switches to backup and the primary comes back the VRRP interface does not stand down on the secondary.
Any ideas? VRRP is allowed on input in the firewall on both devices. I have no idea what to try next and I have followed the Wiki to the letter.
Please help!
Thanks in advance.
sterb