PCQ for equal sharing among PPPOE user

I have already configured PPPOE server and the client all can connect and using internet.

And then I want to configure queue tree using pcq to equal sharing among client. How the configuration of this PCQ on PPPOE client?
Condition for now:

  • PPPoE interface with name pppoe-in1
  • PPPoE service is under vlan41 and named service1.
  • range of ip pool for client is 10.0.0.2-10.0.0.254
  • asume the packet mangle for marking connections and marking packets is working.
    The question :
    I set queue tree something like this :
    0 name=“queue1” parent=vlan41 packet-mark=“” limit-at=0 queue=default priority=8 max-limit=128000 burst-limit=0 burst-threshold=0 burst-time=0s

1 name=“queue2” parent=queue1 packet-mark=users limit-at=0 queue=equal-share-out priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s



With this configuration the queue isnt working. I suspect problem is ‘parent=vlan41’ because when I try ‘parent=’ the user john become limited. What is the correct parent to do equal sharing?

regards,
A.

at first, you need two kind of queues: for user’s download and for upload. for upload, parent is global-in, and for download parent is global-out

Thanks for the response. I will try your suggestion.

I already try that, but it seems working not smootlhy. I mean with parent global-out isnt it mean outbound for all interfafe, including outbound of public interface which is mean upload for user.
Isnt it conflicting?
Any body else experience with pppoe user equal sharing? Help.

Wait a second!!
I think the problem in my router was mangle setting for marking. I think its working now.
The parent=global-out is correct. Thanks. I will monitoring again.