search for: 1000kbps

Displaying 12 results from an estimated 12 matches for "1000kbps".

Did you mean: 100kbps
2005 Jun 09
3
Understanding of HTB classes
Hi all, I have configured HTB classes on my public interface. I have split the bandwidth among two subclasses say 1:2 and 1:3. Lets say if I configure the rate limit of say 1:2 as 250kbps with a ceil setting of 1000kbps, I presume it means that the class can have bandwidth upto 1000kbps, provided the bandwidth is unused, if not it is assured a bandwidth of 250kbps. Is my understanding correct in this regards when it comes to unbounded classes? Please let me know, Thanks and Regards, Vinod C
2007 May 10
6
PRIO and TBF is much better than HTB??
...umulative: http://simo.mix4web.de/up/htb_cumul.jpg HTB delay: http://simo.mix4web.de/up/htb_delay.jpg HTB with prio parameter cumulative: http://simo.mix4web.de/up/htb_cumul_prio_paramter.jpg HTB with prio parameter delay: http://simo.mix4web.de/up/htb_delay_prio_parameter.jpg #define UPLOAD 1000kbps dev eth0 1000 { egress { class ( <$high> ) if tcp_dport == 80; class(<$low>) if tcp_dport == 22; htb () { class ( rate UPLOAD, ceil UPLOAD) { /* with the prio parameter : $high = class ( rate 700kbps, ceil UPLOAD, prio 0); */...
2009 Jan 10
1
Cisco VoIP QOS
...figured and the interface that the WAN side IP is applied on) Now which interface to I apply the QOS on? I would have thought dialer0, but for some reason this interface does accept is citing that it only has "56kbps" of bandwidth for some reason. Now I could fix it's bandwidth at 1000kbps, but as anyone who uses ADSL will know, this may not be a good idea as ADSL is rate adaptive, meaning that the bandwidth can increase and decrease due to line conditions. What do I do? I tried "bandwidth inherit" though I really don't know how this command works and it doesn'...
2004 Jan 19
3
Ingress Shaping using IMQ
...I am under pressure to provide some solution for ingress traffic shaping. What my customer demands is to divide the downstream (ingress) of an ADSL lines to two classes of traffic - important traffic and non important downloads. He has a very reasonable requirement: he wants a guarantee of at least 1000kbps at all times for the important traffic on the downstream. Using ingress policing would be the trivial solution. But no says the customer - when the important traffic is not fully utilizing its rate, I want it to share the excess with other classes. After looking around, the answer I found was to...
2005 Jan 31
2
Anyone have the userguide''s tc script and the corresponding ethloop input files?
I''m trying to get picture from ethloop and gnuplot. But the output seems weird. I still do not know why and want some examples. Thanks in advance. --------------------------------- Do You Yahoo!? 注册世界一流品质的雅虎免费电邮 --0-1760319804-1107141989=:62961 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit <DIV>I''m trying to get picture from ethloop and
2005 Feb 11
1
Help!!! Bandwith Control with a NAT machine
.../dev/null > /dev/null if [ "$1" = "stop" ] then echo "Shaping removed on $DEV1." echo "Shaping removed on $DEV0." exit fi ########################################################### # # Inbound Shaping (limits total bandwidth to 1000Kbps) # Este es el enlace descendente, desde internet hacia la red interna de Cherrytel # set queue size to give latency of about 2 seconds on low-prio packets ip link set dev $DEV1 qlen 30 # changes mtu on the outbound device. Lowering the mtu will result # in lower latency but will also cause sligh...
2010 Feb 14
1
[bug?] strange colors
...: 537199360 compatible_brands: qt Duration: 00:02:00.90, start: 0.000000, bitrate: 8917 kb/s Stream #0.0(eng): Audio: aac, 44100 Hz, stereo, s16, 96 kb/s Stream #0.1(eng): Video: h264, yuv420p, 1554x590, 8808 kb/s, 25 fps, 25 tbr, 600 tbn, 1200 tbc 0:02:00.90 audio: 65kbps video: 1000kbps, time elapsed: 00:23:17 tom_a_sparks
2004 Jun 07
0
Hierarchy of HTBs
...qdiscs and classes */ htb () { class ( rate 100Mbps, ceil 100Mbps ) { $local = class ( rate 10Mbps, ceil 100Mbps ) { sfq; } ; $external = class ( rate 1544kBps, ceil 1544kBps ) { /* T1 */ htb () { /* all external traffic */ $vpn = class ( rate 1000kBps, ceil 1544kBps ) { htb () { $lpr = class ( rate 100kBps, ceil 1544kBps ) { sfq; } ; $other = class ( rate 900kBps, ceil 1544kBps ) { sfq; } ; } } ; $other = class ( rate 544kBps, ceil 1544kBps ) { sfq; } ; } } } } } }...
2004 Dec 22
4
allocating b/w
Hi, A majority of our work inolves ftp to my clients'' side over our slow connection. Now we need to allocate a greater b/w for this protocol. Is there anyway I can do it using lartc easily? Any suggestions on this please? With warm regards, -Payal _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc
2007 Apr 09
3
tc (CBQ) and UDP packets
2004 May 05
1
Re: [Fwd: Re: Simple HTB setup with tcng]
...xpected. Is that true ? Thanks Le mer 05/05/2004 à 13:41, lartc@manchotnetworks.net a écrit : > ooops, > > j''ai oblier l''autre ligne: > dev eth0 { > htb () { > class ( rate 600kbps, ceil 600kbps ) if ip_src == 10.0.0.1; > class ( rate 1000kbps ) if 1; > } > } > > > On Wed, 2004-05-05 at 10:15, Clement MOREAU wrote: > > Thank you for your help. > > > > this setup is creating an additionnal qdisc (dsmark). For performance > > reasons, I would prefer using filters directly attached to htb qdisc....
2001 Sep 07
6
unexpected EOF in read_timeout
Perhaps someone can shed some light on the problem I'm having using rsync 2.4.6. I'm getting the following error: receiving file list ... done htdocs/acescounseling/logs/ htdocs/adihome/logs/ . . htdocs/coupons/logs/error_log htdocs/court/logs/combined_log htdocs/cowgirl/logs/combined_log htdocs/cowgirl/logs/error_log htdocs/cowgirl/logs/ssl_log Connection to nova closed by remote host.