Having tried tweaking various settings to make things work, I'm still not able to make VRRP work on bridge.
Bellow is the current configuration:
/interface bridge
add fast-forward=no name=bridge-vlan protocol-mode=none
/interface vlan
add interface=sfp-sfpplus4 name=vlan100 vlan-id=100
/interface vrrp
add authentication=ah interface=vlan100 name=VRRP-x.x.x.x/24 password=xxxxxxx priority=250 version=2 vrid=18
add address=x.x.x.x/24 comment=x.x.x.x/24 interface=vlan100 network=x.x.x.0
add address=x.x.x.254 interface=VRRP-x.x.x.0/24 network=x.x.x.254
Adding port sfpplus4 (which is the physical interface connected to a cisco switch) to the bridge results in lost of connectivity of end users.
Adding port vlan100 to the bridge results in lost of connectivity of end users.
I really don't know what I'm doing wrong here.
To fully understand my case consider the next :
1) 2 routers with several networks (all public networks).
2) Two uplinks to 2 different ISP's (full BGP routing).
3) VRRP interfaces. For the testing of vlans and bridge, I have created a test vlan 100.
VRRP for the specific network is bound to interface vlan 100 (on both routers).
4) IP addresses for networks. For aforementioned network lets say it is 111.111.111.0/24.
Add ip address 111.111.111.252/24 interface vlan 100
Add ip address 111.111.111.254/32 interface VRRPinterface.
Current configuration with vlan100 works. But I'm trying to figure out how to add multiple vlans for the same interface and also untagged traffic (native vlan).
I've read that the correct way to do this is via bridge and this is why im trying to figure out how to set it up.
Any help will be highly appreciated.
Thank you.