I have a MIkroTik Audience which out of the box manages it’s own WiFi radios locally with CAPsMAN. I would like to implement Vlans similar to the “Router-Switch-AP (all in one)” example. As the Audience only has one Ethernet port for the LAN side, I will make that a trunk port which will connect to a Cisco switch. Implementing the trunk port is easy enough but I don’t know for sure how to add the CAPsMAN managed wireless interfaces using this method. I saw some CAPsMAN discussion in that post but am still lost.
I know I could just eliminate CAPsMAN but I want to keep it in case I buy a second Audience to link. Any ideas would be appreciated.
First you have to configure VLANs properly on bridge. After that configure capsman datapath with vlan-id=XY vlan-mode=use-tag, you’ll need one datapath per SSID. In /capsman configuration then merge SSID with corresponding datapath.
The remaining thing is to match /capsman manager interface setting on capsman with /interface wireless cap discovery-interfaces on CAP devices (they have to use VLAN interfaces belonging to same VID).
For some reason I didn’t get the email notification that you replied to my question. Must have went to spam. Sorry about that!
Will definitely try your suggestions. In the meantime decided to try baby steps and have a “lab” setup with an old RB951G-2HnD from work since I really ticked off the family by constantly breaking the internet
I’m tryign to make sure I have the fundamentals correct before I tackle Capsman and am having a basic problem with wlans as access ports. It was discussed here http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1 as to whether wlan interfaces should be set using:
1.) “vlan-mode=use-tag”, “vlan-id=something” or
2.) It should be handled by the bridge by setting “ingress-filtering=yes frame-types=admit-only-untagged-and-priority-tagged”.
The consensus is that number 2 is correct but it doesn’t work for me, only method 1 does. The symptom is that no dhcp address is obtained. Here are the pertinent sections exported: