We have a PPPoE-Server in one of our core routers. Within this router we have a few PPP-Profiles, which is setting the speed for the customer. None of these are applying the shaping to upstream. We have the exact same string as we'd use in the DHCP-Server where you can make static entries and rate limit from there, and that one works.
This is how the PPP-Profile looks:
Code: Select all
add address-list=PPPoE-Customers bridge="BR3-PPPoE" dns-server=\
8.8.8.8 insert-queue-before=bottom local-address=\
192.168.1.1 name=PR2-20Mbps-StaticIP parent-queue=PARENTX queue-type=\
default rate-limit="15M/15M 20M/20M 12M/12M 40/40 6
Any suggestions or anyone that can see any configure errors?
Thanks,
Niqx