Hi,
how can I pass multicast from my LAN to another port?
I found a working possibility but don’t like that, because it is very static and I cannot assign a complete network range like 224.10.10/24
What I am currently using is
/interface ethernet switch multicast-fdb
add address=224.11.2.33 bypass-vlan-filter=yes ports=ether1 vlan-id=1201
add address=224.11.2.34 bypass-vlan-filter=yes ports=ether1 vlan-id=1201Is there another way to do, as I don’t want to manage all multicast IP’s from my providers IPTV?
Thanks.