From owner-freebsd-isdn@FreeBSD.ORG Thu Feb 17 22:03:15 2005 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A3F16A4CF for ; Thu, 17 Feb 2005 22:03:15 +0000 (GMT) Received: from mail.duskware.de (mail.duskware.de [213.146.108.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9554643D4C for ; Thu, 17 Feb 2005 22:03:14 +0000 (GMT) (envelope-from martin@duskware.de) Received: by mail.duskware.de (Postfix, from userid 205) id 6F8D833B00; Thu, 17 Feb 2005 23:03:12 +0100 (CET) Date: Thu, 17 Feb 2005 23:03:12 +0100 From: Martin Husemann To: Jeremy Gale Message-ID: <20050217220311.GC18968@drowsy.duskware.de> References: <1a4ba29305021713554b46170a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a4ba29305021713554b46170a@mail.gmail.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-isdn@freebsd.org Subject: Re: Network Interfaces and PRI questions X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 22:03:15 -0000 On Thu, Feb 17, 2005 at 02:55:50PM -0700, Jeremy Gale wrote: > One thing I'm still not clear on... what does a network interface > (i4bipr/i4bisppp or irip/ippp in NetBSD-ese) represent? Does it > represent an ISDN call? Nope, those are just potential users of B channels. There is no network interface associated with a call itself, but once you start speaking PPP on top, you get a ippp interface. > If you want a call on each B-channel of an > ISDN BRI, does that mean you should have two devices, e.g. i4bipr0 and > i4bipr1? This is an important consideration for me because it could > mean literally hundreds of interfaces. What is the problem here? This interface are going to be clonabel soon (it's realy a bug that they are not yet) > Or does it represent more of a > physical ISDN connection between two endpoints? No, it's just a carrier for network configuration. You do not need to use them at all (like userland ppp does). > How is the PRI support in i4b? AFAIK it's functional, at least with the iavc driver. Martin