PPTP Rate limit not working

I have configured PPTP profile ans set here rate-limit

but when client is connected it’s getting full bandwidth of my WAN connection:

My ROS is 6.37.5. How could I troubleshoot this issue?

please check the Queue section, make sure the dynamically created queue is corrected and also there is no other queue above it . because if the traffic matches any queue above , the queue below will not apply. You can make sure of this by set “Insert queue before” to First. (this is also in the PPP profile)

Also disable fast track, if you have it in the firewall.

I don’t see anywhere in “Queues” any automatically created PPP queue, I have like this:

  • Simple Queues is empty
  • Interface Queues:

    -Queue Tree - empty
    -Queue Types:

I don’t use fastrack.

Assuming Mikrotik is acting as PPTP server. I’ve tested by adding rate limit to PPP profile. as soon as I connect as PPTP client, there is a dynamic simple queue created with the correct limit. can you post your config?

ahh good that you mentioned this Queue is creating only when client is connected, and now when client is connected in Simple Queues I have pptp-profile queue with order number 0 (don’t have anything else here). So will test this setup and will you know. thanks.