From: Andy Davidson <andy@nosignal.org>
To: dlubowa@bushnet.net
Cc: linux-admin@vger.kernel.org
Subject: Re: Throttle Users
Date: Wed, 30 Nov 2005 13:56:30 +0000 [thread overview]
Message-ID: <438DAF8E.5040205@nosignal.org> (raw)
In-Reply-To: <200511291256.06255.dlubowa@bushnet.net>
David Ziggy Lubowa wrote:
> Anyone got any ideas on this , would like in the most primitive way for now
> be able to have users who have not paid there bill be redirected to a page
> and also not be able to use any of my bandwidth say put a minimum of 8k ,
> anyone got any ideas.
> i have PIX 515E, Packeteer and a few cisco routers and *nix boxes to play
> with , which would be appropriate.
Which Cisco routers and IOS versions ?
For the throttle, I would use the routers if possible, as traffic
shaping on Linux still feels a little unpolished.
This should start you off, assuming :
your inside int = ge0/0
your customers net = 10.0.0.0/24
average rate allowed = 16000 bps
drop packets at burst = 4000 bps
interface GigabitEthernet0/0
rate-limit output access-group 101 16000 4000 4000 conform-action
transmit exceed-action drop
!
access-list 101 permit ip 10.0.0.0 0.0.0.255
prev parent reply other threads:[~2005-11-30 13:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-29 9:56 Throttle Users David Ziggy Lubowa
2005-11-29 10:34 ` Adrian C.
2005-11-29 13:01 ` David Ziggy Lubowa
2005-11-29 13:32 ` Adrian C.
2005-11-29 11:12 ` Glynn Clements
2005-12-02 20:13 ` Stephen Samuel
2005-11-30 13:56 ` Andy Davidson [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=438DAF8E.5040205@nosignal.org \
--to=andy@nosignal.org \
--cc=dlubowa@bushnet.net \
--cc=linux-admin@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.