Hi,
i read documentation and i make things according to example: Port Based VLAN
http://wiki.mikrotik.com/wiki/Manual:CRS_examples#Port_Based_VLAN
the problem is that a do not have connection from access to tagged ports
from access to access is ok
from access to switch ip attached to vlan not working
from tagged to switch ip attached to vlan is OK
Here is my configuration. Can you please point me what im doing wrong
vlan 3333
sfppuls2 - tagged port
ether11, ether12 - access port
/interface ethernet
set ether11 master-port=sfpplus2
set ether12 master-port=sfpplus2
/interface ethernet switch ingress-vlan-translation
add ports=ether11 customer-vid=0 new-customer-vid=3333 sa-learning=yes
add ports=ether12 customer-vid=0 new-customer-vid=3333 sa-learning=yes
/interface ethernet switch egress-vlan-tag
add tagged-ports=sfpplus2 vlan-id=3333
/interface ethernet switch vlan
add ports=ether11,ether12 vlan-id=3333 learn=yes
/interface vlan
add vlan-id=3333 name=vlan3333 interface=sfpplus2