Hello, everyone!
I have a problem with bridging between sfp-plus1 port and ports ether1-ether5 on RB4011GS+. Devices connected to ports ether1-ether5 can’t ping devices connected to port spf-sfpplus1 and vice-versa.
All ports ether1-ether5 and sfpplus1 are added to same bridge.
/interface bridge
add name=bridge1010 protocol-mode=none
/interface bridge port
add bridge=bridge1010 interface=sfp-sfpplus1
add bridge=bridge1010 interface=ether1
add bridge=bridge1010 interface=ether2
add bridge=bridge1010 interface=ether3
add bridge=bridge1010 interface=ether4
add bridge=bridge1010 interface=ether5
/ip address
add address=10.10.5.105/24 interface=bridge1010 network=10.10.5.0
All devices IP addresses connected to ports eth1-eth5 and port sfp-plus1 are in same subnet 10.10.5.0/24
All devices are ping-able from router RB 4011, but devices connected to sfp-plus1 and eth1-eth5 are not.
Please, help.
Thanks.