Hello all, I have some doubts about HTB algorithm: Is it possible to deny client connection when bandwidth is saturated ? I mean bandwidth manager manages 1Mbit and link is full, can I stop new connection ? can I guarantee a fixed minimum bandwidth to all connection already established? Thanks in advance for the answer. Best Regards, Giovanni
No. It would require tcp-qos cooperation. On Thu, 6 Jun 2002, Mancinelli Giovanni wrote:> Hello all, > > I have some doubts about HTB algorithm: > Is it possible to deny client connection when bandwidth is saturated ? > > I mean bandwidth manager manages 1Mbit and link is full, can I stop new > connection ? > can I guarantee a fixed minimum bandwidth to all connection already > established? > > Thanks in advance for the answer. > > Best Regards, > Giovanni > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > >
Dear all, I try to use ethloop to test the script, my problem is the output rate is much less than the input rate???? 0 i 0 lo 0 S 0 1k 0 P 0 0x10010 0 R 0 500000 8000 X 0 0 0.5 376145 74791 3 0 1.0 472944 75533 3 0 1.5 495668 71218 2 0 2.0 513885 64053 7 0 2.5 499769 50640 42 0 3.0 499423 55504 2 0 3.5 500493 57173 3 0 4.0 499608 55859 3 0 4.5 501749 63423 3 0 5.0 502665 63120 3 0 5.5 503079 67902 2 0 6.0 503440 79092 2 0 6.5 503290 75602 2 0 7.0 502496 69684 3 0 7.5 501822 62261 10 0 8.0 501606 49721 3 0 echo Clean all the tc setup ./tc qdisc del dev lo root echo Core router echo Create qdisc and set default to 1:30 ./tc qdisc add dev lo root handle 1: htb default 30 ./tc class add dev lo parent 1: classid 1:1 htb rate 1000kbit cburst 10k echo Create class for EF ./tc class add dev lo parent 1:1 classid 1:10 htb rate 500kbit ceil 500kbit cburst 10k prio 1 Best regards, Pat
Hello Devik, Do you have any information about? Is there a tool does it on Linux? Thanks for the answer, Giovanni -----Messaggio originale----- Da: Martin Devera [mailto:devik@cdi.cz] Inviato: giovedì 6 giugno 2002 20.06 A: Mancinelli Giovanni Cc: ''lartc@mailman.ds9a.nl'' Oggetto: Re: [LARTC] HTB questions No. It would require tcp-qos cooperation. On Thu, 6 Jun 2002, Mancinelli Giovanni wrote:> Hello all, > > I have some doubts about HTB algorithm: > Is it possible to deny client connection when bandwidth is saturated ? > > I mean bandwidth manager manages 1Mbit and link is full, can I stop new > connection ? > can I guarantee a fixed minimum bandwidth to all connection already > established? > > Thanks in advance for the answer. > > Best Regards, > Giovanni > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > >