Community discussions

MikroTik App
 
DeDMorozzzz
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 83
Joined: Tue Aug 22, 2017 7:09 am

PPPoE QOS scripting

Wed Mar 23, 2022 7:46 am

ROS 6.48.2
Hello. I'm trying to implement some QOS in a small wisp network.
I use ppp/profile/script to add a dinamic simple queue.

The first problem is

When i do
ppp/profile/script
/queue simple
add limit-at=10M/10M max-limit=30M/30M name=($user."-All") packet-marks=All parent=Main queue=pcq-upload-default/pcq-download-default target=$"remote-address"
add limit-at=10M/10M max-limit=30M/30M name=($user."-Fast") packet-marks=Fast parent=Main priority=7/7 queue=pcq-upload-default/pcq-download-default target=$"remote-address"
I get a strange resoult sometimes. Some users do not get a queue. Mostly, everything is fine, but about 10% of users doesn't get it's queue. What could be a problem?

The second problem is not a really problem. Its more a lack of knowledge

Also I tried to do
ppp/profile/script
queue simple add name=$user. target=("pppoe"-$user.) parent=none packet-marks="" priority=8/8 queue=default-small/default-small limit-at=50M/50M max-limit=50M/50M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1
I want to use pppoe-interface, but as I anderstand, the bold part has a mistake.
what is the correct command for targer?

Who is online

Users browsing this forum: No registered users and 31 guests