From owner-freebsd-atm@FreeBSD.ORG Tue Jun 21 13:42:07 2005 Return-Path: X-Original-To: freebsd-atm@freebsd.org Delivered-To: freebsd-atm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A264D16A420 for ; Tue, 21 Jun 2005 13:42:07 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DF9B43D5C for ; Tue, 21 Jun 2005 13:42:06 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Tue, 21 Jun 2005 15:42:05 +0200 Date: Tue, 21 Jun 2005 15:42:07 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Heiner Strauss In-Reply-To: <42B805F6.9050804@bilch.com> Message-ID: <20050621153222.U20063@beagle.kn.op.dlr.de> References: <42B805F6.9050804@bilch.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 21 Jun 2005 13:42:05.0385 (UTC) FILETIME=[02FE3390:01C57667] Cc: freebsd-atm@freebsd.org Subject: Re: Switched virtual connection X-BeenThere: freebsd-atm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: ATM for FreeBSD! List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2005 13:42:07 -0000 On Tue, 21 Jun 2005, Heiner Strauss wrote: Hi, HS>Im trying to set up a SVC directly to an atm edge switch (3Com SS II with an HS>ATM uplink modul). The host has FreeBSD 5.4 and a ForeRunner 155HE card. I HS>have 2 Questions: HS> HS>1. Which of the 3 ATM implementations do I have to use ? You should use the HARP stack (that is netatm) plus the hatm driver (that needs options atm) and the if_harp driver. Something like: natm_interfaces="hatm0" plus HARP configuration. See also rc.d/atm[123]. HS>2. Do I need ATMARPD ? You should google around for HARP. There is somewhere documentation on the net. I think, that atmarpd is only needed if you want to synchronize several atmarp daemons. HS>3. Are there examples for SVCs in netgraph/natm/HARP ? There is some documentation in /usr/share/examples/atm. For the rc.conf variables you should refer to the rc files. HS>I have googled around and found examples for PVCs, but the switch supports HS>only SVCs. Both ends seem to send/receive SONET frames but nothing more: HS> HS>hatm0: flags=841 mtu 9180 HS> media: ATM Multi-mode/155MBit HS> status: active HS>fa0: flags=43 mtu 9180 HS> ether 00:20:48:2e:13:67 HS> HS>On the switch the Link Status LED is green. At the end I want to build HS>something like this: HS> HS>Telco -- DSL Router -- FreeBSD as a IP/ATM bridge/router or switch -- 3Com HS>with ethernet clients HS> HS>Is this possible or do I need a real ATM switch ? What do you want the FreeBSD to do here? Should it terminate the pppoa or whatever your DLS uses? Or do you want it to transparently connect the DSL to the ATM switch on the ATM layer? harti