I have been using simple queues for the last 12 months and i needed to implement queue trees because of its good bandwidth sharing capabilities. However i have implemented the trees and only the download queues work.
I have created the downlink queues by defining a main downlink queue whose parent is global out. Under this main queue are other sub-queues whose parent is the main downlink queue.As i said this is working perfectly.
The uplink queue also has a main uplink queue whose parent is global in, with no packet marks just like the main default downlink queue.But this doesnt work and so far i`ve tried so much including defining packet marks and all.
My aim is to define one parent that will serve other leaves. With simple queue i have realised that the bandwith is actually dedicated while i want to share.
Thanks and regards.