I have an RB750UP with RouterOS v5.14 and I've removed (I believe) the default router setup. I have a trunk line coming from a switch with multiple VLAN's to ether1, but am only interested in VLAN15 with ID 15. On ether2 I have servers that I want to access from VLAN15. My end goal is to shape the bandwidth to the individual servers.
I created interface VLAN15 with ID 15 on ether1. Then I created bridge1 with ports ether2 and VLAN15. That's it.
When I try to ping the remote gateway from a server on ether2, I get no replies. On the other hand, if I change the ports on bridge1 to ether1 and ether2 and (with appropriate ip configuration on the server) ping the gateway address for my default VLAN with ID 1, the pings are returned.
What am I doing wrong? I'm guessing it is a tagging issue, but that is just my guess.