Well i have a new project to clean up my server and router room. I have fiber connection to the house and a mediaconverter to a zyxel router thats gives 2 telefons lines on pc line and 4 to tv. I have put this router in brige mode to use my crs125 as router for the internett insted.
But i wish to throw out the zyxel becouse i taking room.
I will use the zyxel routers mac address so it can communicate with my isp.
My isp uses Vlan
Vlan100 is for config of the router and telefon
Vlan101 is tv
Vlan102 is internett.
The fiber has linkfollow so the port needs to be active to sync.
So in my head i need to take the cat 6 cabel from the mediaconverter and put in eth1. I have seen other people do this but they just use a switch and tags vlan to ports.
But since i have a router option on my switch i figurd i can tag a brige 101 and 102 for net and tv.
But cant i use a igmp proxy and multicast insted?
In Estonia I use this configuration. I will send VLAN id 4 to specific port where I have smart switch what will untag VLAN id on the port where is digibox
You can replace it with ether3 or like you need.
/interface vlan add interface=ether1 name=IPTV vlan-id=4
/ip dhcp-client add comment=IPTV add-default-route=special-classless dhcp-options=hostname,clientid disabled=no interface=IPTV
/interface vlan add interface=ether3 name=IPTV-3.4 vlan-id=4
/ip address add comment=IPTV address=192.168.4.1/24 interface=IPTV-3.4 network=192.168.4.0
/ip pool add name=IPTV ranges=192.168.4.2-192.168.4.10
/ip dhcp-server add add-arp=yes address-pool=IPTV always-broadcast=yes disabled=no interface=IPTV-3.4 name=IPTV
/ip dhcp-server network add address=192.168.4.0/24 comment=IPTV dns-server=84.50.87.133 gateway=192.168.4.1