From owner-freebsd-atm Thu Jan 10 9:30: 5 2002 Delivered-To: freebsd-atm@freebsd.org Received: from mail.matriplex.com (ns1.matriplex.com [208.131.42.8]) by hub.freebsd.org (Postfix) with ESMTP id 89F4B37B9FD for ; Thu, 10 Jan 2002 09:26:54 -0800 (PST) Received: from mail.matriplex.com (mail.matriplex.com [208.131.42.9]) by mail.matriplex.com (8.9.2/8.9.2) with ESMTP id JAA13487; Thu, 10 Jan 2002 09:25:27 -0800 (PST) (envelope-from rh@matriplex.com) Date: Thu, 10 Jan 2002 09:25:26 -0800 (PST) From: Richard Hodges To: "Prof. Dr. Ulrich Nepustil" Cc: freebsd-atm@FreeBSD.ORG Subject: Re: Probs with PCA200 In-Reply-To: <20020110170334.EA05879F5E@iscserv7.nepustil.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 10 Jan 2002, Prof. Dr. Ulrich Nepustil wrote: > I tried to setup a BSD 4.4 box with a marconi PCA200 card. > > /sbin/fore_dnld -d /etc > /sbin/atm set netif hfa0 atm 1 > /sbin/atm attach hfa0 sigpvc > /sbin/ilmid > /sbin/ifconfig atm0 217.146.128.226 netmask 255.255.255.252 up > /sbin/atm add pvc hfa0 7 35 aal5 snap ip atm0 217.146.128.225 > iscserv16# /sbin/atm add pvc hfa0 7 35 aal5 snap ip atm0 217.146.128.225 > atm: Invalid VPI or VCI value > iscserv16# /sbin/atm add pvc hfa0 0 35 aal5 snap ip atm0 217.146.128.225 > > why cannot i use another VPI than 0 ? The Fore firmware or logic engineers probably made an engineering decision to only support VPI 0. Perhaps they figured that the typical connection would be to a switch, and this would make things simpler. The Fore LE155 and LE25cards can support other VPI values, but you have to trade bits in the VPI for your VCI bits. I believe that your options are: VPI = 0, VCI = 0-4095 VPI = 0-1, VCI = 0-2047 VPI = 0-3, VCI = 0-1023 VPI = 0-255, VCI = 0-15 (this one is not very practical) For virtual circuits with modest receive bitrate, a programmer could allow any arbitrary VPI/VCI, and handle the SAR functions in software. There is no hardware limitation on VPI/VCI for transmitting. I know of two FreeBSD drivers for the ForeLE cards (IDT 77211), so this may be an option if you would like to experiment. All the best, -Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message