From: Chandrashekhar Rane <chandrashekhar@netcore.co.in>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Dynamic bandwidth allocation ?
Date: Fri, 08 Nov 2002 09:16:56 +0000 [thread overview]
Message-ID: <marc-lartc-103674988619813@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103667493508478@msgid-missing>
Dear Stef,
Thanks for the reply.
But i want to implement the same for the dialup modem. In which case i
don't have the fixed pipe of 10kbps. Because some times dialup modem
gives me a bandwidth of 8kbps to 1kbps. In this situation of varing
bandwidth how i implement the same.
Waiting for your reply.
regards
shekhar
On Fri, 2002-11-08 at 14:17, Stef Coene wrote:
> On Friday 08 November 2002 05:17, Chandrashekhar Rane wrote:
> > Dear Stef,
> >
> > Thanks for the reply.
> >
> > By dynamic allocation of bandwidth i mean to say, it should get
> > allocated according to the situation to the individual classes.
> >
> > Consider a example, say i have a pipe of 10kbps. I am dividing this
> > pipe in three classes with bandwidth of 1kbps, 1.5kbps and 7.5kbps
> > respectively.
> >
> > I am trying to implement this using CBQ with fw filter.
> >
> > 1kbps pipe i am allocating to fixed ip say 192.168.2.12 and 1.5kbps pipe
> > i am allocating to another ip say 192.168.2.22 and remaining 7.5kbps
> > pipe i am allocating to 192.168.2.0/24 network.
> >
> > If the person sitting on 192.168.2.12 or 192.168.2.22 is absent for the
> > day, then the bandwidth allocated to them should be release for the
> > other user.
> >
> > How to achieve this objective.
> >
> > Waiting for a kind response from your side.
> Very easy to do so.
>
> bounded class of 10kbps
> 3 child not-bounded classes :
> 1kbps
> 1.5 kbps
> 7.5 kbps
>
> 3 fiters :
> filter 1 pust all 192.168.2.12 in 1 kbps class
> filter 2 pust all 192.168.2.22 in 1.5 kbps class
> filter 3 pust all 192.168.2.0/24 in 7.5 kbps class
>
> And you are done.
> If 1kbps class is not used, the bandwidth is distributed to the other class.
> If you want this bandwidth allocated to the 1.5 kbps you can do this :
>
> bounded class of 10kbps
> 2 child not-bounded classes :
> 2.5 kbps
> 2 child not bounded classes :
> 1 kbps
> 1.5 kbps
> 7.5 kbps
>
> Stef
>
>
> --
>
> stef.coene@docum.org
> "Using Linux as bandwidth manager"
> http://www.docum.org/
> #lartc @ irc.oftc.net
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2002-11-08 9:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-07 13:21 [LARTC] Dynamic bandwidth allocation ? Chandrashekhar Rane
2002-11-07 19:21 ` Stef Coene
2002-11-08 4:23 ` Chandrashekhar Rane
2002-11-08 4:27 ` Chandrashekhar Rane
2002-11-08 4:29 ` Chandrashekhar Rane
2002-11-08 6:57 ` Chandrashekhar Rane
2002-11-08 8:44 ` SERBAN Rares
2002-11-08 8:47 ` Stef Coene
2002-11-08 9:16 ` Chandrashekhar Rane [this message]
2002-11-08 10:45 ` Chandrashekhar Rane
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-103674988619813@msgid-missing \
--to=chandrashekhar@netcore.co.in \
--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.