All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Understanding the Examples
@ 2001-12-26  8:03 Togan Muftuoglu
  2001-12-26 11:02 ` bert hubert
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Togan Muftuoglu @ 2001-12-26  8:03 UTC (permalink / raw)
  To: lartc

Hello everybody,

I am trying to understand the Advance routing and Traffic control. In
the examples section of the how to an example script is given. Section
15.8.2 (the ultimate setup for Your internet connection) 

The example says download is 800 and upload is 220  

  ###### uplink

  # install root CBQ

  tc qdisc add dev ppp0 root handle 1: cbq avpkt 1000 bandwidth 10mbit

Maybe I am misunderstanding it but even with a 256/64 Kbps ADSL with
PPPOE is this 10mbit of bandwith parameter to be used since packets are
coming through an ethernet ? 


Section 9.2.3.2

# tc qdisc add dev ppp0 root sfq perturb 10
  # tc -s -d qdisc ls
  qdisc sfq 800c: dev eth0 quantum 1514b limit 128p flows 128/1024 perturb 10sec
   Sent 4812 bytes 62 pkts (dropped 0, overlimits 0)

I believe this is a typo in the example since I got that idea clear

Thanks and have a joyous holiday season

-- 
Togan Muftuoglu
"Even more amazing was the realization that God has Internet access. I
wonder if He has a full newsfeed?" (By Matt Welsh)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Understanding the Examples
  2001-12-26  8:03 [LARTC] Understanding the Examples Togan Muftuoglu
@ 2001-12-26 11:02 ` bert hubert
  2001-12-26 11:31 ` Togan Muftuoglu
  2001-12-26 11:37 ` bert hubert
  2 siblings, 0 replies; 4+ messages in thread
From: bert hubert @ 2001-12-26 11:02 UTC (permalink / raw)
  To: lartc

On Wed, Dec 26, 2001 at 10:03:16AM +0200, Togan Muftuoglu wrote:

>   tc qdisc add dev ppp0 root handle 1: cbq avpkt 1000 bandwidth 10mbit
> 
> Maybe I am misunderstanding it but even with a 256/64 Kbps ADSL with
> PPPOE is this 10mbit of bandwith parameter to be used since packets are
> coming through an ethernet ? 

Exactly.

> Section 9.2.3.2
> 
> # tc qdisc add dev ppp0 root sfq perturb 10
>   # tc -s -d qdisc ls
>   qdisc sfq 800c: dev eth0 quantum 1514b limit 128p flows 128/1024 perturb 10sec
>    Sent 4812 bytes 62 pkts (dropped 0, overlimits 0)
> 
> I believe this is a typo in the example since I got that idea clear

I don't understand what you mean.

> Thanks and have a joyous holiday season

You too!

Regards,

bert

-- 
http://www.PowerDNS.com          Versatile DNS Software & Services
http://www.tk                              the dot in .tk
Netherlabs BV / Rent-a-Nerd.nl           - Nerd Available -
Linux Advanced Routing & Traffic Control: http://ds9a.nl/lartc

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Understanding the Examples
  2001-12-26  8:03 [LARTC] Understanding the Examples Togan Muftuoglu
  2001-12-26 11:02 ` bert hubert
@ 2001-12-26 11:31 ` Togan Muftuoglu
  2001-12-26 11:37 ` bert hubert
  2 siblings, 0 replies; 4+ messages in thread
From: Togan Muftuoglu @ 2001-12-26 11:31 UTC (permalink / raw)
  To: lartc

* bert hubert; <ahu@ds9a.nl> on 26 Dec, 2001 wrote:
> On Wed, Dec 26, 2001 at 10:03:16AM +0200, Togan Muftuoglu wrote:
 > Section 9.2.3.2
 > 
 > # tc qdisc add dev ppp0 root sfq perturb 10
                      ^^^^^
 >   # tc -s -d qdisc ls
 >   qdisc sfq 800c: dev eth0 quantum 1514b limit 128p flows 128/1024
                         ^^^^^^^
  the example command is for ppp0 yet the output for statistics is for
eth0. It's not a big deal since I understood the concept but I thought
of it as a typo mistake.

Thanks 

-- 
Togan Muftuoglu

----- End forwarded message -----

-- 
Togan Muftuoglu
The only "intuitive" interface is the nipple. After that, it's all learned. (Bruce Ediger, bediger@teal.csn.org, in comp.os.linux.misc, on X interfaces.)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Understanding the Examples
  2001-12-26  8:03 [LARTC] Understanding the Examples Togan Muftuoglu
  2001-12-26 11:02 ` bert hubert
  2001-12-26 11:31 ` Togan Muftuoglu
@ 2001-12-26 11:37 ` bert hubert
  2 siblings, 0 replies; 4+ messages in thread
From: bert hubert @ 2001-12-26 11:37 UTC (permalink / raw)
  To: lartc

On Wed, Dec 26, 2001 at 01:31:46PM +0200, Togan Muftuoglu wrote:
> * bert hubert; <ahu@ds9a.nl> on 26 Dec, 2001 wrote:
> > On Wed, Dec 26, 2001 at 10:03:16AM +0200, Togan Muftuoglu wrote:
>  > Section 9.2.3.2
>  > 
>  > # tc qdisc add dev ppp0 root sfq perturb 10
>                       ^^^^^
>  >   # tc -s -d qdisc ls
>  >   qdisc sfq 800c: dev eth0 quantum 1514b limit 128p flows 128/1024
>                          ^^^^^^^
>   the example command is for ppp0 yet the output for statistics is for
> eth0. It's not a big deal since I understood the concept but I thought
> of it as a typo mistake.

Fixed, thanks.

Regards.

-- 
http://www.PowerDNS.com          Versatile DNS Software & Services
http://www.tk                              the dot in .tk
Netherlabs BV / Rent-a-Nerd.nl           - Nerd Available -
Linux Advanced Routing & Traffic Control: http://ds9a.nl/lartc

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-12-26 11:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-26  8:03 [LARTC] Understanding the Examples Togan Muftuoglu
2001-12-26 11:02 ` bert hubert
2001-12-26 11:31 ` Togan Muftuoglu
2001-12-26 11:37 ` bert hubert

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.