Guys,
This is not working could you explain why not ?
/interface ethernet set ether2 master-port=ether1
/interface ethernet set ether3 master-port=ether1
/interface vlan add name=vlan110 interface=ether1 vlan-id=110
/interface vlan add name=vlan120 interface=ether1 vlan-id=120
/ip address add address=10.10.110.1/24 interface=vlan110 network=10.10.110.0
/ip address add address=10.10.120.1/24 interface=vlan120 network=10.10.120.0
/ip route add gateway=10.10.110.1
/ip route add gateway=10.10.120.1
/interface ethernet switch egress-vlan-tag add tagged-ports=switch1-cpu vlan-id=110
/interface ethernet switch egress-vlan-tag add tagged-ports=switch1-cpu vlan-id=120
/interface ethernet switch ingress-vlan-translation add ports=ether1-master-local customer-vid=0 new-customer-vid=110 sa-learning=yes
/interface ethernet switch ingress-vlan-translation add ports=ether1-master-local customer-vid=0 new-customer-vid=120 sa-learning=yes
/interface ethernet switch add ports=ether2-slave-local customer-vid=0 new-customer-vid=110 sa-learning=yes
/interface ethernet switch add ports=ether3-slave-local customer-vid=0 new-customer-vid=120 sa-learning=yes
/ip firewall nat add chain=srcnat action=src-nat to-addresses=10.10.110.1 src-address=192.168.1.0/24 out-interface=vlan110
/ip firewall nat add chain=dstnat action=dst-nat to-addresses=192.168.1.0/24 dst-address=10.10.110.1 in-interface=vlan110
/ip firewall connection tracking set enabled=yes