Date: Wed, 23 Feb 2000 22:29:47 +0900 From: Kenjiro Cho <kjc@csl.sony.co.jp> To: abe.hirofumi@lab.ntt.co.jp Cc: freebsd-atm@freebsd.org Subject: Re: Traffic shaping on HARP Message-ID: <20000223222947T.kjc@csl.sony.co.jp> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000223222947T.kjc>