Queue Tree & Mangle

How can I allocate bandwidth to specific ethernet interface. I actually have four of them.

Ether 1 - VoIP - Bridged with WAN - public ip (10.0.0.2/29) unlimited bandwidth

Ether 2 - HotSpot - private ip (192.168.20.0/24) - 1024/2048

Ether 3 - LAN - masqueraded - private ip (192.168.30.0/24) - 1024/2048

Ether 4 - WAN - public (10.0.0.1/29)

I tried the trick in the manual but it just wont work.

Thanks

Hello

Just use simple queue and choose the interface?

I may be missing what you want :slight_smile:

Are you suggesting creating a simple queue for each network and then use the WAN as the out interface? But I would also love to have a simple queue for each IP later. Doing this would make me have a complex Simple Queue table.

The solution lies in creating a mangle for each network and then creating a Queue Tree but I just seem to get it right.

Thanks

please refer to this:
http://www.mikrotik.com/testdocs/ros/2.9/root/queue.php

to greatly understand queues in RouterOS and your possibilities

also you have to be a little above novice lvl in networking.