Hi all,

I was told to just use altq to limit my roommate's bandwidth so I setup a
ruleset according to the FAQ as you see below. However, it doesn't seem to
be working effectively, any ideas? Thanks

 

altq on $external cbq bandwidth 3.2Mb queue { std_ext, voip1_ext, teddy_ext
}

 

queue std_ext           bandwidth 2Mb priority 3 cbq(default borrow)

queue teddy_ext         bandwidth 384Kb priority 1{ teddy1_ext, teddy2_ext }

        queue teddy1_ext bandwidth 50% cbq(borrow)

        queue teddy2_ext bandwidth 50% cbq(borrow)

queue voip1_ext         bandwidth 768Kb priority 5 cbq(borrow)

 

altq on $internal cbq bandwidth 100% queue { std_int, voip1_int, teddy_int }

 

queue std_int           bandwidth 90Mb priority 3 cbq(default borrow)

queue teddy_int         bandwidth 1Mb priority 1{ teddy1_int, teddy2_int }

        queue teddy1_int bandwidth 50% cbq(borrow)

        queue teddy2_int bandwidth 50% cbq(borrow)

queue voip1_int         bandwidth 9Mb priority 5 cbq(borrow)

Reply via email to