Hello all,
I’m trying to shape my traffic from the LAN to Internet, check my configuration :
And below applied on the WAN interface.
traffic-policy {
limiter IA-DWN {
class 1 {
bandwidth 300mbit
burst 15k
match user {
ip {
destination {
address 192.168.80.0/24
}
}
}
priority 20
}
default {
bandwidth 300mbps
burst 15k
}
}
shaper IA-UP {
bandwidth auto
class 51 {
bandwidth 300mbps
burst 15k
match user {
ip {
source {
address 192.168.80.0/24
}
}
}
queue-type fair-queue
}
default {
bandwidth 300mbit
burst 15k
queue-type fair-queue
}
}
}
i never get the good bandwidth.
Who can help me please ?