limit wan interface bandwidth

is there a way to limit the wan bandwidth or RB1200

thankyou

Read this.

http://wiki.mikrotik.com/wiki/Manual:Queue

thank you sir,

i would just like to ask for tips if it is better if i clip the bridge1 (bridge i created) .

to 10mbps, and each port is assign to bridge1. will the mikrotik automatically balance the bandwidth to each port it is assigned to? thank you

No, that will be the max throughput of the whole bridge not each interface in the bridge. You should really use simple queues or queue trees.

sir here is my current configuration for the wan. but i want to limit the total usage of the mikrotik to 10mbps only..

i dont care how many users are connected, but i need to limit them to 10mbps, in each port of mikrotik is an AP in different location

name=“bwlimit” interface=ether10-wan parent=none direction=both priority=8 queue=default-small/default-small limit-at=0/0
max-limit=10240k/10240k burst-limit=10240k/10240k burst-threshold=0/0 burst-time=5s/5s total-queue=default-small

thankyou