how to make a queue tree with two master interfaces

Hello friend, before I upgrade to a 2011, I had a 75x or 95x, it has just one switch port and one master interface for the land

in resume, avoiding many lines, I had something like that:

add comment=“Download-total Ether” max-limit=20480k name=total-download-ether parent=ether2-master-local priority=2 queue=pcq-download
add limit-at=256k max-limit=1M name=Dns-in packet-mark=DNS parent=total-download-ether2 priority=1 queue=default
add limit-at=512k max-limit=3M name=VoIP-download packet-mark=VOIP parent=total-download-ether priority=2 queue=pcq-download
add limit-at=1024k max-limit=4M name=netflix-download packet-mark=NETFLIX parent=total-download-ether priority=5 queue=down-netflix-pcq
add limit-at=3M max-limit=15216k name=customer-download parent=total-download-ether priority=6 queue=pcq-download
add limit-at=4M max-limit=20480k name=home-download parent=total-download-ether priority=3 queue=pcq-download
add max-limit=4608k name=youtube-download packet-mark=YOUTUBE parent=customer-download priority=7 queue=down-youtube-pcq
add limit-at=768k max-limit=20480k name=web-home-download packet-mark=HTTP-home parent=home-download priority=4 queue=pcq-download
add max-limit=448k name=p2p-customers-download packet-mark=P2P-customers parent=customer-download queue=pcq-download
add limit-at=3M max-limit=10240k name=rest-customers-download packet-mark=REST-customers parent=customer-download priority=7 queue=pcq-download
add limit-at=512k max-limit=20480k name=rest-home-download packet-mark=REST-home parent=home-download priority=5 queue=pcq-download
add limit-at=3M max-limit=10240k name=web-customers-download packet-mark=HTTP-customers parent=customer-download priority=6 queue=pcq-download
add limit-at=512k max-limit=20480k name=amertrade-server-download packet-mark=Amertrade-conection parent=home-download priority=3 queue=
pcq-download


This is a few lines I had for download. The parents for all download is the eth2-master

Now, I have a RB2011 with TWO master ports, eth2 and eth6

I am NOW repeating the rules again for the eth6. Creating a total download for the eth6 and again the rules with a 6 in the end…

I am sure this is not the correct way, but I don’t know how to do it better.

If my max download speed is 20 Mbps, I am creating two rules with 20 Mbps download maximun and it is not correct. Hoy can I create a BIG parent integrating eth2 and eth6 and queueing it?

Thank you..

Put your queue at the internet side, not the side towards the user.
When you make two queues, each of them is operating indepently.
In other cases this is the desired situation, e.g. when you have two independent internet connections.

Thank you my friend, but I have another queue for the WAN and it is for the UPLOAD, all traffic going out, but I have other in eth2-master for the traffic coming in.