Hi guys,
Can someone please help with such setup.

Hi guys,
Can someone please help with such setup.

VLAN’s are configured differently on ROS pre 6.41 and post 6.41, which ROS do you have on your device?
Also, there are a couple of topics / threads regarding VLAN and IPTV setups, have you used the searc facility?
Here is the info of router:
I have searched and tried couple of methods without success...
Assuming that you are intending to do some routing with that untagged traffic on your router:
/interface bridge
add name=bridge
/interface ethernet switch port
set 0 vlan-mode=secure
set 1 vlan-mode=secure
set 2 default-vlan-id=6 vlan-mode=secure
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=ether2
add bridge=bridge interface=ether5
/interface ethernet switch vlan
add ports=ether1,ether2,ether5 switch=switch1 vlan-id=6
add ports=ether1,ether5,switch1-cpu switch=switch1 vlan-id=1
If you are not intending to do any routing, then you can remove “switch1-cpu” from the VLAN table for VLAN 1.
Don’t forget to setup a management port before setting vlan-mode=secure, otherwise you will loose access to your device from these ports:
https://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features#Management_IP_Configuration
I am interested in router config which is in the middle. Switch is NOT MikroTik and it is already configured. Sorry for confusing you…
so Port 1 and port 5 can be trunk ports and IP TV needs to be on an access port for VLAN6
Thanks, I have used MikroTik wiki template, modified it and it works perfectly. Thanks a lot.