0% found this document useful (0 votes)
8 views1 page

Quee Mikrotik

The document contains configurations for queue bandwidth limits for internet connections with speeds of 5 Mbps, 10 Mbps, and 3 Mbps, including limits for specific activities like video calls, web browsing, speed tests, and gaming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Quee Mikrotik

The document contains configurations for queue bandwidth limits for internet connections with speeds of 5 Mbps, 10 Mbps, and 3 Mbps, including limits for specific activities like video calls, web browsing, speed tests, and gaming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

//5 mbps

/queue simple
add max-limit=5M/5M name=$user parent=PPPoE target=$"remote-address"
add max-limit=1M/1M name=($user."-ML") packet-marks=ML parent=$user priority=1/1
target=""
add max-limit=3M/3M name=($user."-Web") packet-marks=HTTPS parent=$user target=""
add max-limit=5M/5M name=($user."-Speedtest") packet-marks=speedtest parent=$user
target=""
add max-limit=1M/1M name=($user."-Dota2") packet-marks=DOTA2 target=""

// 10 mpbs

/queue simple
add max-limit=10M/10M name=$user parent=PPPoE target=$"remote-address"
add max-limit=1M/1M name=($user."-ML") packet-marks=ML parent=$user priority=1/1
target=""
add max-limit=8M/8M name=($user."-Web") packet-marks=HTTPS parent=$user target=""
add max-limit=10M/10M name=($user."-Speedtest") packet-marks=speedtest parent=$user
target=""
add max-limit=1M/1M name=($user."-Dota2") packet-marks=DOTA2 target=""

// 3mbps

/queue simple
add max-limit=3M/3M name=$user parent=PPPoE target=$"remote-address"
add max-limit=1M/1M name=($user."-ML") packet-marks=ML parent=$user priority=1/1
target=""
add max-limit=2M/2M name=($user."-Web") packet-marks=HTTPS parent=$user target=""
add max-limit=3M/3M name=($user."-Speedtest") packet-marks=speedtest parent=$user
target=""
add max-limit=1M/1M name=($user."-Dota2") packet-marks=DOTA2 target=""

/queue simple remove [find name~$user]

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy