I do WPA authentication using a RADIUS server (freeradius on a zeroshell server). On the server I can specify a the client assigned VLAN (802.1x).
I need my AP to assign dynamicly the vlan to the wireless client. This will allow differents clients to be on differents networks.
TRUNK PORT → ETH2 → WAP → CLIENT on vlan 3404
-> CLIENT2 on vlan 3410
I understand that I need to brigde my WAP and the ETH2 interface. But I do not understand where the packet is going to be tagged and how to tell routeros to do that.
That is kinda I want to make.. create a vlan per customer… but I dont know exactly how do that on wimax profesional equipment like alvarion,. I heared about a pseudo vlan.. but that all I know in 802.11a/b/g
As can be read in the post the key is that RouterOS has to understand those RADIUS attributes (and act accordingly).
I don’t think this is implemented right now.
Best bet would be to write a feature request to support, I suppose…
Currently I can only get this functionality with products like HP, Trapeze etc. If I could use the “Client Assigned VLAN” attribute in RouterOS then I’d be able to deploy a lot more MikroTik.
I only need the AP to respect the attribute in WPA2-EAP scenarios. Don’t necessarily need it in HotSpot or UserManager.
If you turn on radius debug logging, does that attribute show up in the logs? If it does, a workaround would be to write a script to monitor the radius log, watching for that attribute. Then you could take any action you wanted based on the entry in the log. It is a bit of a hack, but may get you going in the meantime, if required.