Community discussions

MikroTik App
 
Philox
just joined
Topic Author
Posts: 20
Joined: Fri Apr 24, 2020 4:51 pm

Bridge VLAN VRRP

Mon Apr 27, 2020 10:53 am

Hello Everybody,

I'm new in the mikrotiok world, ans i struggle to understand some vlan stuff.

I want to make this infrastructure : Image

1. Fist thing, I want a VRRP on the interfaces sfp1, 2 & 3. So i created a bridge (bridge_lan) with my 3 sfp inside. Then i setup the vrrp and the dhcp on the bridge (bridge_lan). It's looks like it's working. But it's the proper way to do it ?

2. I also want VRRP on my vlans. Then, I created bridge for each vlan (bridge_vlandata, bridge_vlanserver...) , then setup vrrp and the dhcp on the bridge created before. But after i'm not sure of what to do. Do a bridge vlan, using the bridge_vlan and the interface sfp1, 2 & 3 tagged ?

Thank you for you help.
 
Zacharias
Forum Guru
Forum Guru
Posts: 3459
Joined: Tue Dec 12, 2017 12:58 am
Location: Greece

Re: Bridge VLAN VRRP

Tue Apr 28, 2020 8:54 pm

1. No it does not seem correct...
I would setup VRRP on SFP1, on SFP2 and on SFP3 (Three different VRRPs) for CCR1 and CCR2... CCR1 would be set with higher Priority in order to be the Master and in case something happened to SFP1 of the CCR1 then SFP1 of CCR2 would start...

2. When working with VLANs you dont set the DHCP to the Bridge but to the VLAN or VLANs Interfaces...

Some sources you should check:
https://wiki.mikrotik.com/wiki/Manual:Interface/VRRP
https://wiki.mikrotik.com/wiki/Manual:VRRP-examples
viewtopic.php?t=143620
 
charliehu
just joined
Posts: 3
Joined: Thu Oct 15, 2020 5:58 pm

Re: Bridge VLAN VRRP

Thu Oct 15, 2020 6:24 pm

Hello,

Did you resolved this?
 
diegoncho
just joined
Posts: 17
Joined: Thu Feb 23, 2023 4:50 pm

Re: Bridge VLAN VRRP

Mon Jul 01, 2024 9:58 pm

solution?