From owner-freebsd-atm Wed Nov 17 1:38:28 1999 Delivered-To: freebsd-atm@freebsd.org Received: from praam.cs.vu.nl (praam.cs.vu.nl [192.31.231.78]) by hub.freebsd.org (Postfix) with ESMTP id 8CD3D14D02 for ; Wed, 17 Nov 1999 01:38:24 -0800 (PST) (envelope-from versto@cs.vu.nl) Received: by praam.cs.vu.nl (Smail #62) id m11o1X7-000HmVC; Wed, 17 Nov 99 10:37 +0100 From: "Kees Verstoep" Message-Id: <9911171037.ZM24889@cs.vu.nl> Date: Wed, 17 Nov 1999 10:37:45 +0100 In-Reply-To: Mark McCutcheon "Re: Bandwidth Capping fore ATM circuits?" (Nov 17, 1:20am) References: <"16609*mjmccut@cs.ubc.ca"@MHS> X-Mailer: Z-Mail (3.2.1 10apr95) To: freebsd-atm@freebsd.org Subject: Re: Bandwidth Capping fore ATM circuits? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 17 Nov 1999 12:19:56 UTC+1000 George Michaelson wrote: >[..] > I can't see any code clues to how I can do capped bandwidth stuff > on this setup. > > Help! I need to make a 155mbps edge device behave "well" on 24mbps > core network bandwidth... In general it should be quite easy to modify any driver for the Fore 200E to enforce some kind of rate limiting. It has native support for limiting the per-PDU outgoing cell rate by means of a simple "data/idle cell" specification. If you don't need a flexible API that allows you to change this rate on the fly, it'll probably just take a two-line modification to set it to the rate you want. For an example how this is done you can look at the Fore 200E driver for Linux, available from http://cedric.cnam.fr/personne/lizzi/linux/fore200e.html Good luck, Kees Verstoep To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message