Quantcast
Viewing all articles
Browse latest Browse all 60861

Re: Createing a QOS rule to lower priority

Alright I tried the following:

 

traffic-policy {
    shaper Limit_DBox {
        bandwidth 35mbit
        class 10 {
            bandwidth 1%
            burst 15k
            ceiling 100%
            description "Lowest priority"
            match ADDR {
                ip {
                    source {
                        address *.*.*.10/1
                    }
                }
            }
            priority 1
            queue-limit 10
            queue-type fair-queue
        }
        default {
            bandwidth 100%
            burst 15k
            ceiling 100%
            priority 7
            queue-limit 10
            queue-type fair-queue
        }
        description WAN
    }
}

But I don't think it's actually doind anything. It's a bit hard to test but I basically have that machine and another machine downloading at the same time from a source I know can max out my internet connection. I would expect the .10 above to come to an almost complete halt, but it doesn't. It acts as any other machine, with both ending up at anywhere from 30%-70% of bandwith, with no apparent priority Image may be NSFW.
Clik here to view.
Man Frustrated
.

 

Any ideas what I'm doing wrong?

Thanks again! Sounds like this could work but I'm missing something!


Viewing all articles
Browse latest Browse all 60861

Trending Articles