task: join two LAN by wireless + management vlan. HELP!

Hello!
Mabe somebody solve task like this:

Hardware: One pair Outdoor Mikrotik AP (5Ghz) based on RouterBoard112 (MT license 4).

I Have one switch with VLANs (tagged 802.1q) at the first node, and have another switch with VLANs at second node.

I need make a transparent (I mean transparent for 802.1q tagged ethernet frames) wireless link between two nodes. But I have VLAN with tag #1 named management, and I want to append both AP to this VLAN for management/configuration needs from my worstation (located at VLAN#1 too).

I try to make a wireless bridge like this:
http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks

But I dont know where I must create VLAN interface for append my APs to management VLAN.

Please, any idea or comments…

Help!

Hi,

you can do this with an eoip (ethernet over ip) creating a bridge between 2 Vlans.
Any routerboard must have an ip of Vlan.
The creation of an eoip interface is simple, see the example on the reference manual.

Hi.