Situation:
8 Cisco APs (autonomous) in a warehouse environment. Employees use a mobile trolley which contains 2 ethernet only devices.
I want to use a Mikrotik (e.g. hap with the ethernet ports) that connects to the Cisco AP and acts as a layer2 wireless ethernet bridge.
The LAN ports on the Mikrotik I want to utilize for the ethernet only devices on the mobile trolley.
Is this feasible with Mikrotik - Cisco setup? I’ve read stuff about Mikrotik with Mikrotik works well, but no so well with other vendors?
Thank you!
can you tell me which mikrotik device you are using for this ? it’s a customers site, they don’t have a Cisco WLC unfortunately.
i found a blog from mikrotik that states you have to put it in Station mode, bridge all interfaces and connect to the SSID and then it will work ?
I use both HAPac and GrooveA52ac. I suspect nearly any of the devices will work; it’s more about the chipset and the software/driver. I think most (all?) Mikrotiks use Atheros chipsets.
I use station pseudobridge clone or station pseudobridge as the radio mode, which isn’t the same as station mode. Just putting the wired and wireless interfaces into a software bridge won’t work - see https://wiki.mikrotik.com/wiki/Manual:Wireless_Station_Modes. So yes, put the wired and wireless interfaces into a bridge but use one of these particular modes.
Eight APs without a controller is getting to the excessive side. It’s a lot of configuration, and since they are autonomous, there is little to help with optimized roaming capabilities, multicast handling, traffic optimization, etc.
In that link they are using NAT which has specific limitations. It’s not a true bridge connection at layer 2, which I need for bidirectional multicast and unicast traffic. With NAT, this generally assumes the wireless clients on the router are clients only so only outbound traffic is important. Of course you can port forward and do other things, but I wanted a layer 2 connection.
I am trying to do the same.
Use a MT as a wifi/ethernet bridge. But I am not able to get it to work.
I do get DHCP IP when I connect the DHCP to the Bridge, but I am not able to use any of the switch port to communicate.
Using NAT between ethernet port and wan works, but I need Bridge mode.
Wireshark is your friend here - understand what the radio is/is not doing, what mac and wlan addresses are in use, etc. My requirement is to support a single wired device, and I make sure that my wired laptop doing the configuration connects with IPv6 to avoid mac address tainting of the bridge process with IPv4. I also do not run dhcp or put any IPv4 address on the bridge - I want transparency from the wireless side to my end device.
been busy with the setup but can’t get it to work with v 6.38 and v 6.43.7 (stable)
tried to downgrade but that doesn’t seem to work it sticks to 6.43.7
If you have one, you can attach another Mikrotik (doesnt need wireless) to the wired side of the lan.
Then make an eoip or similar bridge from the Mikrotik wireless client through to that router.
(Eoip needs static/reserved ip addresses at each end)
Need to perhaps setup appropriate mss rules to allow for smaller underlying MTU (efficiency).