How to Mikrotik Bridge Setup?
Sometimes it is very important for us to switch our ports, VLANs, and wireless into bridge mode.
First, we will do Bridge design and include ports in it.
/interface bridge
add name=bridge1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
I hope it has been a useful article.
