I have wrote several times to support (with other matters), and never got any real help from there. I think that support can’t help me with this one either.
There is nothing special, no bridges, 1 vlan for multicast, input from sfp1 and out from ether1, including dhcp and etc. I have used similar configuration for more than 10 years.
no ip firewall filter rules
2 ip firewall nat rules
/ip firewall nat
add action=masquerade chain=srcnat out-interface=vlan98
add action=masquerade chain=srcnat out-interface=sfp1 src-address=192.168.0.0/24
6 ip firewall mangle rules
/ip firewall mangle
add action=mark-connection chain=prerouting dst-address=172.16.16.0/22 in-interface=!vlan98 new-connection-mark=tv_conn
add action=mark-packet chain=prerouting connection-mark=tv_conn new-packet-mark=tv passthrough=no
add action=mark-connection chain=prerouting dst-address=224.0.0.0/4 new-connection-mark=multicast_conn
add action=mark-packet chain=prerouting connection-mark=multicast_conn new-packet-mark=multicast passthrough=no
add action=mark-connection chain=prerouting in-interface=!sfp1 new-connection-mark=other_conn
add action=mark-packet chain=prerouting connection-mark=other_conn new-packet-mark=other passthrough=no
4 simple queues
/queue simple
add name=ether1-multicast packet-marks=multicast priority=1/1 queue=ethernet-default/ethernet-default target=ether1
add name=ether1-tv packet-marks=tv priority=3/3 queue=ethernet-default/ethernet-default target=ether1
add burst-limit=100M/100M burst-threshold=25M/25M burst-time=6h/6h max-limit=25100k/25100k name=ether1-internet queue=ethernet-default/ethernet-default target=ether1
add name=ether1-internet-other packet-marks=other parent=ether1-internet priority=7/7 queue=ethernet-default/ethernet-default target=ether1
As I already told, I have disabled step-by-step everything that can be disabled, but as long minimal set of packet marking and queues still works (to guarantee multicast traffic priority over internet traffic), router is not be able to forward multicast traffic without dropping some packets. When multicast queue is disabled, then result is even worse. Lowering internet queue’s burst-limit to 75Mbps, will help, but barely. To be honest 6.19 works barely as well, but with 100M internet queue.
I think those are right, who say, that this router is not having enough power to limit and prioritize such traffic. Now I must deal with that, and start using more expensive models.
All morning I have tested RB3011, and it can handle up to 350Mbps with exact same configuration. That is acceptable for now.