Quantcast
Channel: EdgeRouter topics
Viewing all articles
Browse latest Browse all 20028

Checking the configuration of QoS

$
0
0

Hello.
I need to doQoSperIP192.168.1.254/32with120Mbdownloadandupload15mb

or configuration I did good?

 

 

traffic-control {
advanced-queue {
branch {
queue 11 {
bandwidth 120mbit
parent 1
}
}
filters {
match 11 {
attach-to 1
ip {
destination {
address 192.168.1.0/24
}
}
target 11
}
match 12 {
attach-to 1
ip {
source {
address 192.168.1.0/24
}
}
target 12
}
match 21 {
attach-to 11
ip {
destination {
address 192.168.1.0/24
}
}
target 21
}
match 22 {
attach-to 11
ip {
destination {
address 192.168.1.0/24
}
}
target 22
}
}
leaf {
queue 12 {
bandwidth 16mbit
parent 1
queue-type UNPLOAD
}
queue 21 {
bandwidth 45mbit
parent 11
queue-type HFQ_DOWN
}
queue 22 {
bandwidth 75mbit
parent 11
queue-type SFQ_DOWN
}
}
queue-type {
fq-codel UNPLOAD {
ecn enable
}
hfq HFQ_DOWN {
host-identifier dip
max-rate 1mbit
subnet 192.168.1.0/24
}
sfq SFQ_DOWN {
}
}
root {
queue 1 {
attach-to global
bandwidth 2000mbit
}
}
}
}


Viewing all articles
Browse latest Browse all 20028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>