Displaying 2 results from an estimated 2 matches for "210kbit".
Did you mean:
10kbit
2003 Oct 27
5
QoS What to do?
Searching the archives there has been some discussion
about the need for QOS routing on a mixed voice data
broadband like ADSL.
Has anyone run * on a production system with voice and
data.
Can anyone share what has to be done to secure the
voice and throttle back the data?
If a linux router is need can that run on the * box to
reduce cost?
All help is gratefully received, so I can plan a
2004 Aug 17
0
HTB kernel panic crash!
...isec root handle 1:0 htb default 13
tc class add dev $isec parent 1:0 classid 1:1 htb rate "$qosbw"kbit
ceil "$qosbw"kbit
tc class add dev $isec parent 1:1 classid 1:10 htb rate 160kbit
ceil "$qosbw"kbit
tc class add dev $isec parent 1:1 classid 1:11 htb rate 210kbit
ceil "$qosbw"kbit
tc class add dev $isec parent 1:1 classid 1:13 htb rate 010kbit
ceil "$qosbw"kbit
tc qdisc add dev $isec parent 1:10 handle 110:0 sfq perturb 10
tc qdisc add dev $isec parent 1:11 handle 111:0 sfq perturb 10
tc qdisc add dev $isec parent 1:13 handle...