Hello,
I try to make tagged VLAN´s on a CRS212. But it does not work. Port SFP 10 will be the uplink and port SFP1 will be the port to a client.
So from the client side and from the uplink side tagged vlan´s arrive the switch and shoult leave the switch with the same tagged vlans.
I configured it like this, but it does not work
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface ethernet
set [ find default-name=sfp1 ] auto-negotiation=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=sfp1
add bridge=bridge1 interface=sfp10
/interface ethernet switch egress-vlan-tag
add tagged-ports=sfp1,sfp10 vlan-id=400
add tagged-ports=sfp1,sfp10 vlan-id=200
/interface ethernet switch vlan
add ports=sfp1,sfp10 vlan-id=400
add ports=sfp1,sfp10 vlan-id=200
/ip address
add address=192.168.1.1/24 interface=ether1 network=192.168.1.0
Maybe someone can help me.
Regards Kangoo