From owner-freebsd-atm Wed Feb 23 5:29:51 2000 Delivered-To: freebsd-atm@freebsd.org Received: from inetfw.sonycsl.co.jp (inetfw.SonyCSL.Co.Jp [203.137.129.4]) by hub.freebsd.org (Postfix) with ESMTP id 8E53637B880 for ; Wed, 23 Feb 2000 05:29:49 -0800 (PST) (envelope-from kjc@csl.sony.co.jp) Received: from hotaka.csl.sony.co.jp (root@hotaka.csl.sony.co.jp [43.27.98.57]) by inetfw.sonycsl.co.jp (8.9.3+3.2W/3.7Ws3/inetfw/2000012200/smtpfeed 1.01) with ESMTP id WAA39481; Wed, 23 Feb 2000 22:29:48 +0900 (JST) Received: from localhost (kjc@[127.0.0.1]) by hotaka.csl.sony.co.jp (8.8.8/3.7Ws3/hotaka/99101212) with ESMTP id WAA08083; Wed, 23 Feb 2000 22:29:47 +0900 (JST) To: abe.hirofumi@lab.ntt.co.jp Cc: freebsd-atm@freebsd.org Subject: Re: Traffic shaping on HARP In-Reply-To: <4.2.0.58.J.20000223194418.00a552d0@imi.m.ecl.ntt.co.jp> References: <4.2.0.58.J.20000223194418.00a552d0@imi.m.ecl.ntt.co.jp> X-Mailer: Mew version 1.95b3 on Emacs 20.5 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000223222947T.kjc@csl.sony.co.jp> Date: Wed, 23 Feb 2000 22:29:47 +0900 From: Kenjiro Cho X-Dispatcher: imput version 991025(IM133) Lines: 17 Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hirofumi ABE wrote: > Now, I use 3 PVCs among 4 sites, and use en drivers on FreeBSD2.2.8R. > To cap the bandwidth of PVC, I use pvctxctl in ALTQ. > But it is a problem that en drivers don't supports RFC1483 encapsulation. If you are using en0, you have to set a flag to use LLC/SNAP encapsulation. # route add -iface 128.252.200.2 -link en0:3.0.0.c9 ^ 3 means AAL5/LLCSNAP If you are using pvc0, LLC/SNAP is added by default. Or, are you talking about a different thing by RFC1483? -Kenjiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message