Hi all,
I have a problem which I can’t seem to be able to wrap my head around.
Probably the issue or better the solution is very basic.
I have a running network already, no VLANs (IP range 192.168.1.0/24, let’s call it legacy).
I have a Mikrotik coreswitch (CCR2004-1G-12S+2XS, firmware version 6.47.8 (I know… I need to upgrade)), und einen Access Switch (CRS328-24P-4S+, same version). But this is just a side node.
I started configuring VLANs and first tests on access ports work well and all.
For that I have created another bridge (vlan-bridge).
However, now I have an AP (TP Link EAP 670) which is supposed to broadcast different SSIDs with respective VLANs. I have configured that part.
I trunked the VLANs for the SSIDs to the port where the AP is connected to, added the port to the vlan-bridge and lo and behold, SSIDs are broadcasted, clients connected end up in right VLAN.
So far so good. However, when the physical port where the AP is connected to is added to the vlan-bridge, I lose connection to the AP (which makes sense, as it has a static IP in the legacy network, plus the route to that network obviously point to the legacy bridge (bridge1)).
I don’t know how to resolve that issue. I tried trunking the VLAN that is supposed to be the management VLAN to the port as well, giving the AP a static IP in that range. But it still failed. I tried to set the Mgmt VLAN as tagged, as well as untagged. Neither worked.
I am not sure what happens if I set the AP itself to DHCP (general question: What happens if you have several VLANs tagged on that port and the machine which is connected there is set to DHCP?).
I hope I could make myself somewhat clear. English is not my native language.
I hope you could hint me to the right direction. Thanks.