I have a RB450 and want to set up the following configuration:
-------------------------
| P1 | P2 | P3 | P4 | P5 |
-------------------------
For P1, I want a direct interface connection to a Wireless AP Controller.
For P2, I want to trunk three VLANS (two tagged and one untagged) to my wireless AP.
I have three bridges: ControllerBridge, PublicWifiBridge, and SecureWifiBridge
I want to use the ControllerBridge to bridge the untagged VLAN on P2 directly to P1, so the Controller can communicate with the AP. The two tagged VLANS are used for the AP users, depending on which SSID they connect to.
The trouble appears when I start bridging interfaces. If I only apply the ControllerBridge between P1 and P2 (simulating an untagged VLAN), the controller has no problem talking to the AP. If I add the two VLAN interfaces to the port though, they get ignored as long as the ControllerBridge is on. If I disable that bridge, the VLANs start working.
I can't seem to get this configuration to work. I've looked through several threads, and it appears that it's an ongoing issue that you can't seperate tagged and untagged packets from the same port. Why is that, and is there a way around it? My Cisco switches have no problem doing this. And I know that this is a router (not a switch), but I don't see why this feature can't be implemented fairly easily.
I've run into this problem before with RouterOS and VLANs, and the only solution was to purchase an additional switch for the sole purpose of combining tagged and untagged traffic on a single port. Does anyone have another solution to this issue besides purchasing an additional switch?