If I follow your logic then in parent=ether2...ether2 should be changed to reflect the Public/Internet/WAN interface. In this case ether1.
But the rest is correct?
Again, this is opinion, not gospel; I'm trying to evade a binary answer to your question by giving examples that I think may be working as desired. OTOH, we could have things backwards enough times to flip the results and make it look like they are working `[8-))
To get into sync with the many examples in the manual, forum and wiki, one needs to name one's interfaces, e.g., Public and Local. In an AP, Public would typically be ether1 and Local would be wlan1. In a transparent bridge, Public might be ether1 and Local might be ether2.
To give an example constructed a few weeks ago before I learned the importance of using the aliased names:
5 name="pcq-download" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=dst-address pcq-total-limit=2000
6 name="pcq-upload" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=src-address pcq-total-limit=2000
[vaden@EP-Ombudsman] > /queue tree print
Flags: X - disabled, I - invalid
0 name="Download" parent=ether2 packet-mark="" limit-at=0 queue=default priority=8 max-limit=4096000 burst-limit=0
burst-threshold=0 burst-time=0s
1 name="queue2" parent=Download packet-mark=all limit-at=0 queue=pcq-download priority=8 max-limit=4096000
burst-limit=0 burst-threshold=0 burst-time=0s
2 name="Upload" parent=ether1 packet-mark="" limit-at=0 queue=default priority=8 max-limit=512000 burst-limit=0
burst-threshold=0 burst-time=0s
3 name="queue4" parent=Upload packet-mark=all limit-at=0 queue=pcq-upload priority=8 max-limit=512000 burst-limit=0
burst-threshold=0 burst-time=0s
Warning: I could have this all backwards, but mrtg and NetViewer seem to both indicate we're getting the effect we were looking for.
Again, we stand on the shoulders of giants and attribution goes to those who wrote the manual, those who wrote in the forum and those who wrote and are writing the wiki.
Having such a strong user community is one of MikroTik's biggest advantages IMHO.
rgds/ldv