I have an RB433 as an AP and using several RB411 as CPE for a 5Ghz wireless network.
THe customer wants each CPE on a different VLAN.I went throught several threads on the forums such as
http://forum.mikrotik.com/t/multiple-vlan-id-over-wireless-link-possible/22400/1
http://forum.mikrotik.com/t/problem-with-vlan-over-wireless/25907/1
I tried to get as much info as i could related to my issue.I want to configure a vlans between the wireless links.Routing is not required between the vlans.
For the AP ,
-wlan is ap bridge,wds mode :dynamic,default bridge - bridge1
-i created a WDS interface called ‘wdsc1’ with master interface as wlan1 & MAC Address of the remote CPE wlan card
-created vlan interface ‘vlan1’ with id ‘11’ and interface = wdsc1
-bridge1 (stp): ports - ether1,wlan1,wdsc1,vlan1
This configration seems to be fine,the vlan1 interface shows the Tx packets and when i torch it,shows the vlan ID for some packets.
On the CPE,
-wlan is station wds,wds mode - dynamic,default bridge - none
-i created a WDS interface called ‘wds1’ with master interface as wlan1 & MAC Address of the remote AP wlan card
-created vlan interface ‘vlan1’ with id ‘11’ and interface = wd1
-bridge1 (stp) : ports - ether1,wlan1,wds1,vlan1
The wireless link is working fine ,i can ping computers on opposite ends.
However the ‘vlan1’ interface on the CPE doesnt show any Tx/Rx packets and when i try to torch it,it gives message as ‘interface is not up or running’.
What am i doing wrong here?Some misconfiguration on the CPE (RB411)?I tried to follow the most of what i could understand from the threads that I read.
Also If i can ask ,i have one more question,how can one implement QOS for voice on wireless links?I tried to search alot,if someone can point me in the right direction that would be great.