All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rafal Leszczynski <pokurcz@poczta.onet.pl>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Problems with Bounded Isolated...
Date: Wed, 08 May 2002 08:27:55 +0000	[thread overview]
Message-ID: <marc-lartc-102084657115205@msgid-missing> (raw)
In-Reply-To: <marc-lartc-102080301819379@msgid-missing>

Hello
Shell I send filter configuration too?

INTERAK="400Kbit"
MASS="1584Kbit"
WWW="450Kbit"
#BULK="1134Kbit"
BULK="700Kbit"
WEW="97016Kbit"
CS="1000Kbit"

WL_INTERAK="bounded isolated"
WL_MASS="bounded isolated"
WL_WWW="isolated"
WL_BULK="bounded"
WL_WEW="bounded isolated"
WL_CS="bounded isolated"

/sbin/tc qdisc add dev eth1 root handle 1:0 cbq bandwidth 100mbit avpkt
1514 mpu 64
/sbin/tc class add dev eth1 parent 1:0 classid 1:1 est 1sec 8sec cbq
bandwidth 100mbit rate $INTERAK allot 1514b weight 1 prio 1 avpkt 1500
$WL_INTERAK maxburst 20
/sbin/tc qdisc add dev eth1 parent 1:1 sfq quantum 1500b perturb 5
/sbin/tc class add dev eth1 parent 1:0 classid 1:2 est 1sec 8sec cbq
bandwidth 100mbit rate $MASS allot 1514b weight 1 prio 2 avpkt 1500
$WL_MASS maxburst 20
/sbin/tc class add dev eth1 parent 1:2 classid 1:21 est 1sec 8sec cbq
bandwidth 100mbit rate $WWW allot 1514b weight 1 prio 3 avpkt 1500
maxburst 20 $WL_WWW
/sbin/tc qdisc add dev eth1 parent 1:21 sfq quantum 1000b perturb 6
/sbin/tc class add dev eth1 parent 1:0 classid 1:4 est 1sec 8sec cbq
bandwidth 100mbit rate $WEW allot 1514b weight 1 prio 5 avpkt 1500
$WL_WEW maxburst 20
/sbin/tc qdisc add dev eth1 parent 1:4 red limit 232KB min 29KB max 58KB
burst 20 avpkt 1500
/sbin/tc class add dev eth1 parent 1:2 classid 1:31 est 1sec 8sec cbq
bandwidth 100mbit rate $BULK allot 1514b weight 1 prio 4 avpkt 1000
maxburst 20 $WL_BULK
/sbin/tc qdisc add dev eth1 parent 1:31 red limit 232KB min 29KB max
58KB burst 77 avpkt 1000
/sbin/tc class add dev eth1 parent 1:0 classid 1:5 est 1sec 8sec cbq
bandwidth 100Mbit rate $CS allot 1514b weight 1 prio 1 avpkt 1500 $WL_CS
maxburst 20
/sbin/tc qdisc add dev eth1 parent 1:5 sfq quantum 1500b perturb 5


Rafal



-- 
Encyklopedia multimedialna w prezencie!
http://www.e-mail.onet.pl


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

      reply	other threads:[~2002-05-08  8:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-07 20:22 [LARTC] Problems with Bounded Isolated Rafal Leszczynski
2002-05-08  8:27 ` Rafal Leszczynski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-102084657115205@msgid-missing \
    --to=pokurcz@poczta.onet.pl \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.