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.