Displaying 6 results from an estimated 6 matches for "2048kbps".
Did you mean:
2048kb
2003 Mar 24
11
How to do ensure bandwith
How to do ensure a class not lended and not borrowed each other.
I do cburst burst 0b ,but ctokens tokens go to negative!
---------------------------------
Do You Yahoo!?
"更多惊喜,同样精彩,NetVista A30 热卖"
--0-611462377-1048485942=:33792
Content-Type: text/html; charset=gb2312
Content-Transfer-Encoding: 8bit
<P>How to do ensure a class not lended and not borrowed each
2007 Feb 05
1
Shape incoming & outgoing multiple-backbone traffic
Dear all,
I have 3 backbones for my local network.
1st backbone: down 1024kbps, up 1024kbps through eth1
2nd backbone: down 2048kbps, up 2048kbps through eth2
3rd backbone: down 1024kbps, up 128kbps through eth3
Local network: 192.168.0.0/16 through eth0
Router: Linux Slakware 11 with iproute2
Please let me know how to shape both incoming and outgoing traffic for
this case.
LARTC doc only showing just 1 backbone.
Any idea to us...
2004 Sep 18
0
TCNG syntax for ingress / policing questions
...bers in example are bogus, I know). How do I add an ingress policy?
/* compile this file with tcc filename > limit.sh and run that file */
dev eth1
{
egress
{
class ( <$myhost> ) if ip_dst == 172.31.0.2;
class ( <$others> ) if 1 ;
htb ()
{
class ( rate 2048kbps, ceil 2048kbps )
{
$myhost = class ( rate 1024kbps, ceil 1024kbps ) ;
$others = class ( rate 10bps, ceil 500kbps ) ;
}
}
}
}
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax...
2006 Jun 16
3
tc ingress policing with multiple subnets
...I can limit the overall speed of incoming
packets from all of those defined subnets to 1024kbps, as it seems in the
above scenario that if packets from xx.yy.zz.0/24 subnet arrive at the speed
of 1024kbps, and at the same time packets are arriving from pp.dd.df.0/23 at
1024kbps the overall would be 2048kbps, which I do not want.
Any comments or suggestions on this topic are welcomed.
Another question I have is, what is the difference of the burst/buffer being
10kb or 90kb for example? What difference would that make?
Regards,
-Nikolay Kichukov
2012 Aug 29
2
tcclasses matching on the TOS field
Hello,
I am trying to set up traffic shaping/control for my voip connection.
I am running 4.4.22.3. Here is my current configuration:
--- tcdevices ---
#NUMBER: IN-BANDWITH OUT-BANDWIDTH OPTIONS REDIRECTED
#INTERFACE INTERFACES
eth1 2048kbps 1500kbps
-- tcclasses ---
#INTERFACE:CLASS MARK RATE: CEIL PRIORITY OPTIONS
# DMAX:UMAX
eth1 1 100kbps 180kbps 1 tos=0x88/0xfc,tos=0xb8/0xfc
eth1 2 full/4 full 2 default
-- tcrules ---
#MARK SOURCE DEST PROTO...
2004 Sep 21
1
TCNG compilation/translation bug/question
Hi all,
The following ingress statement:
....
$host2 = SLB(cbs 1024kb, cir 2048kbps);
class(<>) if ip_dst == 81.175.84.2 && SLB_else_drop($host2);
....
is compiled by TCNG into the folling tc command:
...
tc filter add dev eth0 parent ffff:0 protocol all prio 1 u32 match u32 0x51af5402 0xffffffff at 16 classid ffff:0 police index 505 rate 256000bps burst 131072 mpu...