Networking Forums

Networking Forums > Computer Networking > Linux Networking > New to TC and qdisc

Reply
Thread Tools Display Modes

New to TC and qdisc

 
 
Luke Robertson
Guest
Posts: n/a

 
      11-24-2004, 03:37 AM
Hi everyone,

I just need a little help understanding an example traffic shaping
script does.

$TC qdisc add dev eth0 root handle 11: cbq bandwidth 100Mbit avpkt
1000 mpu 64
$TC class add dev eth0 parent 11:0 classid 11:1 cbq rate $DNLD weight
$DWEIGHT allot 1514 prio 1 avpkt 1000 bounded
$TC filter add dev eth0 parent 11:0 protocol ip handle 4 fw flowid
11:1

In the first line, it uses 'root handle 11'.
1, What is the root handle?
2, Does 11 mean anything, or will any number do?
3, why does root handle change to parent in the second line?


Thanks for any help you may provide
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
qdisc statistics marius7777@gmail.com Linux Networking 0 01-03-2007 04:52 AM
Help with tc qdisc and netem Jagadeesh Linux Networking 1 10-29-2004 02:26 AM
sfq or prio qdisc? klops Linux Networking 0 10-07-2004 01:20 PM
qdisc htb versus hfsc vincent perrier Linux Networking 0 06-25-2004 10:34 PM
ingress qdisc question MatB Linux Networking 0 04-26-2004 11:20 AM



1 2 3 4 5 6 7 8 9 10 11