Mikrotik Bandwidth Management Using the Simple Queue
Simple Bandwidth Management Mikrotik used to allocate bandwidth Mikrotik simple (simple) using Mikrotik Simple Queue menu. By using static bandwidth allocation control the bandwidth proxy for each client will continue. For instance, client 1 will get the bandwidth allocation is equal to 256kbps / 256kbps, as well as client2.
Commands that can be used are as follows:
1 2 | simple queue add name = limit-1 targets-addresses = 10.10.10.10 max-limit = 256000/256000 simple queue add name = limit-2 targets-addresses = 10.10.10.20 max-limit = 256000/256000 |
Or you can also use Winbox, go to the menu Queues -> Simple Queues

Testing or monitoring of the activities of the already limited bandwidth can be viewed by using the menu torch, and the interface is the interface ether2 monitored because the interface is connected to the local network. The command used the sebegai following:
1 | tool torch ether2 src-address = 10.10.10.0 / 24 |
Or you can use Winbox, go to the Tools menu -> Torch

Thus Tutorial Mikrotiknetworking.Com about Simple Bandwidth Management Mikrotik Using Simple Queue. Please, you try and adjust itself to the conditions of the network used.