Community discussions

MikroTik App
 
claiudio
newbie
Topic Author
Posts: 49
Joined: Wed Jan 25, 2012 8:04 pm

Feature request: Simple Queue with target as Interface List

Wed Jul 18, 2018 7:06 pm

This request is for setup with many simple queue as (eg. AP sector) and many leaf, as PPPoE interface.

Now I should do this
/ queue simple
add name=AP_1 target=<pppoe-user1>,<pppoe-user2>,<pppoe-user3> max-limit=60M/20M
add name=pppoe1 parent=AP_1 target=<pppoe-user1> max-limit=10M/10M priority=8
add name=pppoe2 parent=AP_1 target=<pppoe-user2> max-limit=1M/1M priority=1
add name=pppoe2 parent=AP_1 target=<pppoe-user3> max-limit=1M/1M priority=2

add name=AP_2 target=<pppoe-user4>,<pppoe-user5>,<pppoe-user6> max-limit=100M/100M
add name=pppoe3 parent=AP_2 target=<pppoe-user4> max-limit=20M/20M priority=8
add name=pppoe4 parent=AP_2 target=<pppoe-user5> max-limit=2M/2M priority=1
add name=pppoe4 parent=AP_2 target=<pppoe-user6> max-limit=2M/2M priority=1
This is what I want
/ queue simple
add name=AP_1 target=ap_1_list max-limit=60M/20M
add name=pppoe1 parent=AP_1 target=<pppoe-user1> max-limit=10M/10M priority=8
add name=pppoe2 parent=AP_1 target=<pppoe-user2> max-limit=1M/1M priority=1
add name=pppoe2 parent=AP_1 target=<pppoe-user3> max-limit=1M/1M priority=2

add name=AP_2 target=ap_2_list max-limit=100M/100M
add name=pppoe3 parent=AP_2 target=<pppoe-user4> max-limit=20M/20M priority=8
add name=pppoe4 parent=AP_2 target=<pppoe-user5> max-limit=2M/2M priority=1
add name=pppoe4 parent=AP_2 target=<pppoe-user6> max-limit=2M/2M priority=2
No, packet marking is not an option, it's not like using the target facility.

Who is online

Users browsing this forum: aferreira, baragoon, Google [Bot], shahzaddj1 and 46 guests