Hello,
I have a problem configuring VLANs on CRS (heck Im not the only one
. Somehow the Procurve webinterface is way simpler..).
My goal is to use CRS as Router and switch for local network and VoIP.
So here is my goal:
port 1-8 - local LAN untagged devices
port 9-15 - VoIP VLAN 100 (tagged devices)
port 16 β VoIP VLAN 100 Fax ( untagged device)
port 17-23 - Local LAN
port 24 - wan
Also I am running multiple DHCP Servers (LAN clients - 192.168.1.0/24 , VoIP devices - 192.168.100.0/24).
I have followed the second scenario on CRS Wiki (http://wiki.mikrotik.com/wiki/Manual:CRS_examples).
Since I am using only Native Vlan and Vlan100 I only need one switch group or am I wrong?
Management (winbox) should be avaible from port24-Wan (IP firewall filter rules) and LocalLan (ports 1-8 and 17-23).
This is how I tried to add VLAN unaware device to VLAN100 (Fax interface):
/interface ethernet switch
set drop-if-invalid-or-src-port-not-member-of-vlan-on-ports=ether1-master-local,ether6-slave-local
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether1-master-local vlan-id=100
/interface ethernet switch /interface ethernet switch vlan
add ports=ether1-master-local,ether6-slave-local vlan-id=100-vlan-translation
add customer-vid=0 new-customer-vid=100 ports=ether6-slave-local sa-learning=yes
I also created vlan interface port on ether1-master:
add interface=ether1-master-local l2mtu=1584 name=vlan100 vlan-id=100
And DHCP server on that Vlan interface. But the device (or PC) does not pickup the DHCP address.
I think there is something wrong in my VLAN config but I cant figure it out..
Thanx for help!