All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuanbo Xu <iproute2@btamail.net.cn>
To: lartc@vger.kernel.org
Subject: [LARTC] bug?
Date: Wed, 04 Jul 2001 12:32:32 +0000	[thread overview]
Message-ID: <marc-lartc-99447871831330@msgid-missing> (raw)

Hi£¬

  Internet---------[linux]---------network
				eth0     eth1
	(192.168.1.103)		(172.16.1.1)

I can control traffic with the following:
#begin *****************************
tc qdisc add dev eth1 root handle 10: cbq bandwidth 100Mbit avpkt 1000

tc class add dev eth1 parent 10:0 classid 10:1 cbq bandwidth 100Mbit \
	rate 10Mbit allot 1514 weight 1Mbit prio 8 maxburst 20 avpkt 1000

tc class add dev eth1 parent 10:1 classid 10:100 cbq bandwidth 100Mbit \
	rate 8Mbit allot 1514 weight 800Kbit prio 5 maxburst 20 avpkt 1000 bounded

tc class add dev eth1 parent 10:1 classid 10:200 cbq bandwidth 100Mbit \
	rate 2Mbit allot 1514 weight 200Kbit prio 5 maxburst 20 avpkt 1000 bounded

tc qdisc add dev eth1 parent 10:100 sfq quantum 1514b perturb 15
tc qdisc add dev eth1 parent 10:200 sfq quantum 1514b perturb 15

tc filter add dev eth1 parent 10:0 protocol ip prio 25 u32 match \
	ip dst 172.16.0.0/16 flowid 10:200
#end ******************************

But cannot with the following: 
#+++++++++++++++++++++++++++++++++++++
tc qdisc add dev eth0 root handle 12: cbq bandwidth 10Mbit avpkt 1400

tc class add dev eth0 parent 12: classid 12:1 cbq bandwidth 10Mbit rate 10Mbit allot 1514 weight 1Mbit prio 2 maxburst 20 avpkt 1400

tc class add dev eth0 parent 12:1 classid 12:212 cbq bandwidth 10Mbit rate 256Kbit allot 1514 weight 25Kbit prio 5 maxburst 20 avpkt 1400

tc class add dev eth0 parent 12:1 classid 12:213 cbq bandwidth 10Mbit rate 64Kbit allot 1514 weight 6Kbit prio 5 maxburst 20 avpkt 1400 bounded

tc class add dev eth0 parent 12:1 classid 12:300 cbq bandwidth 10Mbit rate 3Mbit allot 1514 weight 300Kbit prio 3 maxburst 20 avpkt 1400

tc qdisc add dev eth0 parent 12:212 sfq quantum 1514b perturb 15
tc qdisc add dev eth0 parent 12:213 sfq quantum 1514b perturb 15
tc qdisc add dev eth0 parent 12:300 sfq quantum 1514b perturb 15

tc filter add dev eth0 parent 12:0 protocol ip prio 10 u32 match ip src 172.16.0.0/16  flowid 12:300
#+++++++++++++++++++++++++++++++++++++++++++

What wrong with the latter?  Please help me. Thanks.

regards,

            Chuanbo Xu
            iproute2@btamail.net.cn


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

             reply	other threads:[~2001-07-04 12:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-04 12:32 Chuanbo Xu [this message]
2003-04-16 11:59 ` [LARTC] Bug? Mattias Wadenstein
2003-04-16 16:31 ` Stef Coene
2003-04-22 11:18 ` Mattias Wadenstein
2003-04-22 11:27 ` Stef Coene

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-99447871831330@msgid-missing \
    --to=iproute2@btamail.net.cn \
    --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.