Hello.
Recently got an issue and need help to solve the MikroTik rOS riddle.
I have two RB with VLAN 10 and running vrrp on this vlan. Also Vlan10 is a member of bonding interface.
There is an device connected to one of those MikroTik devices on ether 5 and I need to give IP from vlan 10.
How to do this?
Tried to put vlan10 interface on bridge and add ether5 to bridge, but then vrrp interface stops working (becomes red) and devices from VLAN10 ip subnet are not present on bridge interface ARP table - why so?
Maybe there is some other way to add device on ether5 port with IP from VLAN10 IP subnet?
P.S. MikroTik RB is at datacentre in another city and due to current situation in world with virus it is not possible to access physically the router and plug the cables in different way.
# apr/06/2020 08:41:45 by RouterOS 6.44.6
#
# model = 1100AHx2
/interface bonding
add comment="Local LAN" mode=balance-tlb name=bonding-lan-local slaves=ether1,ether2
/interface vlan
add interface=bonding-lan-local name=VLAN10 vlan-id=10
/interface vrrp
add authentication=simple interface=VLAN10 name=vrrp-VLAN10 password=VLAN10 priority=200 version=2
/interface bridge
add name=Br-V10
/interface bridge port
add bridge=Br-V10 interface=ether5
add bridge=Br-V10 disabled=yes interface=VLAN10