Mgt VLAN & Data VLAN Configuration RB711

Hello,

I have pair of RB 711-5hn Ver-4.11 with Level-4 License.
I have a Layer-2 switch with one access port for VLAN-10 and another access port for VLAN-15 and a trunk port. I have configured Mikrotik for point to point wireless link (one is Bridge AP another Station-WDS) and I would like to configure the following scenarios.

I would like to create two VLANs (VID-10 for management & VID 15 for data VLAN)

Traffic Flow:

Laptop>>>Switch VID-10 >>> AP VID-10 >>>>>>. Station VID-10>>>> For management
Laptop>>>> Switch VID-15>>> AP >>>> Station VID-15>>>>>Laptop “Packet tagged by VID-15 from switch should be untagged by Station” and end to end laptop should ping.

I have already done some configurations as advised in some Vlan related articles at forum but I failed to achieve the result.

My Network Scenario, configuration and current result is enclosed herewith.

Urgent Help is Needed:
VLAN.jpg

  1. In ethernet interface create two vlan interfaces with vlan 10 and 15
    Example: http://wiki.mikrotik.com/wiki/802.1q_Trunk_extension_over_Wireless_P2P_Link#A._Create_VLAN_interfaces_for_your_vlans

  2. Create two bridges named bridge_10 and bridge_20
    Example: http://wiki.mikrotik.com/wiki/802.1q_Trunk_extension_over_Wireless_P2P_Link#B._Create_bridges_-_one_per_vlan

  3. Add vlan interfaces to the bridges.
    Example: http://wiki.mikrotik.com/wiki/802.1q_Trunk_extension_over_Wireless_P2P_Link#C._Add_vlan_interfaces_to_the_corresponding_bridge

  4. Create virtual APs for vlan 10 and vlan 5
    Example: http://wiki.mikrotik.com/wiki/802.1q_Trunk_extension_over_Wireless_P2P_Link#D._Create_Virtual_APs_-_one_per_vlan

  5. Add management ip address to the bridge interface created for vlan 10

Do the same on both the APs