CRS1xx incomming VLAN and switch

Hello

I have two incoming connections. One standard (untaged) connecton to internet and second (VLAN123) connection to IPTV (it is not IGMP, just another network directly connected to TV provider).
According to tech support i needed to create VLAN123 on WAN interface and put it to bridge with ports where i want to have TV connected and such configuration is working but..

I don’t want to use bridge i want to redirect this VLAN to hw switch which is build in to my CRS (i have lot of VLANs configured right now, my present configuration will paste bellow). How should i do that, how to redirect VLAN123 to my master interface (or switch-cpu?) to spread IPTV connection to ports with VLANs features?

VLAN123 (on WAN port ether1) → ether2-master-LAN/switch-cpu → VLANs (taged/untaged) on ports.

My present configuration (i want to not use “bridge-IPTV” but do it same way how i right now giving access to my untaged incoming internet connection for my devices - put back ether13-TV to switch configuration as slave):

[admin@home-r1] /interface> export 
# aug/04/2017 14:42:58 by RouterOS 6.40
# software id = NPD6-SUAU
#
# model = CRS125-24G-1S
# serial number = 738006D3BDD1
/interface bridge
add fast-forward=no name=bridge-IPTV
add fast-forward=no name=bridge-wifi protocol-mode=none
add fast-forward=no name=bridge-wifi-guest protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] name=ether1-WAN
set [ find default-name=ether2 ] name=ether2-master-LAN
set [ find default-name=ether3 ] master-port=ether2-master-LAN
set [ find default-name=ether4 ] master-port=ether2-master-LAN
set [ find default-name=ether5 ] master-port=ether2-master-LAN
set [ find default-name=ether6 ] master-port=ether2-master-LAN
set [ find default-name=ether7 ] master-port=ether2-master-LAN
set [ find default-name=ether8 ] master-port=ether2-master-LAN
set [ find default-name=ether9 ] master-port=ether2-master-LAN
set [ find default-name=ether10 ] master-port=ether2-master-LAN
set [ find default-name=ether11 ] master-port=ether2-master-LAN
set [ find default-name=ether12 ] master-port=ether2-master-LAN
set [ find default-name=ether13 ] name=ether13-TV
set [ find default-name=ether14 ] master-port=ether2-master-LAN
set [ find default-name=ether15 ] master-port=ether2-master-LAN name=ether15-wapap1
set [ find default-name=ether16 ] master-port=ether2-master-LAN
set [ find default-name=ether17 ] master-port=ether2-master-LAN
set [ find default-name=ether18 ] master-port=ether2-master-LAN
set [ find default-name=ether19 ] master-port=ether2-master-LAN
set [ find default-name=ether20 ] master-port=ether2-master-LAN
set [ find default-name=ether21 ] master-port=ether2-master-LAN
set [ find default-name=ether22 ] master-port=ether2-master-LAN
set [ find default-name=ether23 ] master-port=ether2-master-LAN
set [ find default-name=ether24 ] master-port=ether2-master-LAN
set [ find default-name=sfp1 ] master-port=ether2-master-LAN
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1-WAN keepalive-timeout=60 name=pppoe password=XXXXX use-peer-dns=yes user=UUUUU
/interface vlan
add interface=ether2-master-LAN name=vlan10-manage vlan-id=10
add interface=ether2-master-LAN name=vlan11-provider vlan-id=11
add interface=bridge-wifi name=vlan14-wifi-manage vlan-id=14
add interface=bridge-wifi-guest name=vlan15-wifi-guest vlan-id=15
add interface=ether2-master-LAN name=vlan20-containers vlan-id=20
add interface=ether1-WAN name=vlan103-iptv vlan-id=103
/interface ethernet switch
set forward-unknown-vlan=no
/interface bridge port
add bridge=bridge-IPTV interface=vlan103-iptv
add bridge=bridge-IPTV interface=ether13-TV
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether6,ether8,switch1-cpu vlan-id=10
add tagged-ports=ether6,ether8,switch1-cpu vlan-id=20
add tagged-ports=ether6,ether8 vlan-id=30
add tagged-ports=ether6,ether8 vlan-id=40
add tagged-ports=ether6,ether8 vlan-id=50
add tagged-ports=switch1-cpu vlan-id=11
/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=10 ports="ether2-master-LAN,ether3,ether4,ether5,ether7,ether9,ether10,ether11,ether12,ether14,ether15-wapap1,ether16,eth\
    er17,ether18,ether19,ether20,ether21,ether22,ether23,ether24"
add customer-vid=0 new-customer-vid=11 ports=ether6,ether8
/interface ethernet switch vlan
add ports="ether2-master-LAN,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether14,ether15-wapap1,ether16,ether17,ether18,ether19,\
    ether20,ether21,ether22,ether23,ether24,switch1-cpu" vlan-id=10
add ports=ether6,ether8,switch1-cpu vlan-id=20
add ports=ether6,ether8 vlan-id=30
add ports=ether6,ether8 vlan-id=40
add ports=ether6,ether8 vlan-id=50
add ports=ether6,ether8,switch1-cpu vlan-id=11

Regards
holo