Simple Queue help

hey all,

I was checking out the wiki page : http://wiki.mikrotik.com/wiki/NetworkPro_on_Quality_of_Service

In it is listed the simple queue setup for a single user IP. I am running a dual WAN PCC setup and want to limit the maximum each WAN can go. They will both be 50Mbps download and 10Mbps upload. I want to use a simple queue to limit both WAN interfaces. I also want to enable some QoS and prioritize DNS and HTTP before any other traffic. I was looking at the example:

/queue simple
add target=192.168.1.1/32 burst-limit=100M/100M burst-threshold=10M/10M burst-time=1m/1m limit-at=2M/2M max-limit=10M/10M
add limit-at=500k/500k max-limit=1M/1M packet-marks=priority1_mark parent=queue1 priority=1/1 target=ether1_local total-priority=1
add limit-at=500k/500k max-limit=1M/1M packet-marks=priority4_mark parent=queue1 priority=4/4 target=ether1_local total-priority=4
add limit-at=500k/500k max-limit=3M/3M packet-marks=priority2_mark parent=queue1 priority=2/2 target=ether1_local total-priority=2
add limit-at=500k/500k max-limit=5M/5M packet-marks=priority6_mark parent=queue1 priority=6/6 target=ether1_local total-priority=6

It lists some priority queues but it doesn’t specifically list what the priority marks are for, so I did some more research and I think I would setup some mangle rules (I can do this) for DNS and HTTP specific traffic and give the packet marks = priority#_mark.

If I want to limit each WAN interface to 50Mbps x 10Mbps and also limit clients to 6Mbps x 1.5Mbps and prioritize DNS and HTTP traffic what is the best way to do that?

bump please.

I am looking for some help with queue prioritizing and delivering a better experience to my end users.

Thanks,!