limit cpe

Hi

Please help me in limiting my RB411 at one of my clients.

I only c that the slowest is 6mb and want to take it down to 1mb as he is only paing for a 1 mb link.( This is linking 2 biznes units )

Please help me

Thanks

Using Winbox, connect to CPE.
New terminal

/queue simple
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment="Limit at 1MB/s" direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=0/0 max-limit=1M/1M name=Limit

This sets a flat 1MB limit in both directions (into and out of CPE), with no burst capacity.

Caveat: I am newcomer to Mikrotik, but believe this will do what you are asking for.

If its a MiroTik CPE you can use their proprietary ap-tx-limit and client-tx-limit command to control CPE throughput. Perform this command on the AP.

/interface wireless access-list
add mac-address=00:15:6D:12:34:56 authentication=yes interface=all ap-tx-limit=1048576 client-tx-limit=1048576

tx-limit’s are specified in bits. This will limit the download (ap-tx-limit) and upload (client-tx-limit) each to 1mbps.

Any suggestions for when you have a mikrotik cpe and a different manufacturer for the ap?