Mikrotik 2
[admin@MikroTik] > export
# nov/14/2021 22:26:34 by RouterOS 6.39rc68
# software id =
#
/interface bridge
add name=bridge1
/interface eoip
add !keepalive local-address=10.0.0.22 mac-address=02:A8:F8:59:B0:74 name=\
EoIP-Tunnel-01 remote-address=10.0.0.13 tunnel-id=10
add !keepalive local-address=10.0.0.30 mac-address=02:AD:4F:67:E5:6D name=\
TUNNEL-02 remote-address=10.0.0.1 tunnel-id=50
/interface bonding
add name=bonding1 slaves=EoIP-Tunnel-01,TUNNEL-02
/ip pool
add name=192.168.2.0 ranges=255.255.255.0
/ip dhcp-server
# DHCP server can not run on slave interface!
add address-pool=192.168.2.0 disabled=no interface=ether3 name=server1
/interface bridge port
add bridge=bridge1 interface=bonding1
add bridge=bridge1 interface=ether3
/ip address
add address=10.0.0.30/30 interface=ether2 network=10.0.0.28
add address=10.0.0.22/30 interface=ether1 network=10.0.0.20
add address=192.168.1.50/24 interface=ether4 network=192.168.1.0
add address=192.168.2.1/24 disabled=yes interface=ether3 network=192.168.2.0
/ip dhcp-client
add disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.2.1/32 gateway=192.168.2.1 netmask=24
/routing ospf interface
add interface=ether1
add interface=ether2
/routing ospf network
add area=backbone network=10.0.0.0/24
add area=backbone network=192.168.2.0/24