From owner-freebsd-net@FreeBSD.ORG Fri Jul 25 00:04:18 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 944E037B401 for ; Fri, 25 Jul 2003 00:04:18 -0700 (PDT) Received: from ontheroad.mindstep.com (dyn-213-36-151-249.ppp.tiscali.fr [213.36.151.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E7D343F75 for ; Fri, 25 Jul 2003 00:04:13 -0700 (PDT) (envelope-from patrick.bihan-faou@netzuno.com) Received: from localhost (localhost.ontheroad.mindstep.com [127.0.0.1]) by kawa.ontheroad.mindstep.com (Postfix) with ESMTP id 263AE59F1 for ; Fri, 25 Jul 2003 08:37:18 +0200 (CEST) (envelope-from patrick.bihan-faou@netzuno.com) Received: from kawa.ontheroad.mindstep.com ([127.0.0.1]) by localhost (kawa.ontheroad.mindstep.com [127.0.0.1:10024]) (amavisd-new) with LMTP id 65085-04-2 for ; Fri, 25 Jul 2003 08:37:18 +0200 (CEST) Received: from foudre (unknown [192.168.50.237]) by kawa.ontheroad.mindstep.com (Postfix) with SMTP id D520659BC for ; Fri, 25 Jul 2003 08:37:17 +0200 (CEST) (envelope-from patrick.bihan-faou@netzuno.com) From: "Patrick Bihan-Faou" To: Date: Fri, 25 Jul 2003 08:35:53 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Ethernet interface trunking and 802.3ad X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 07:04:18 -0000 Hi, I am trying to setup interface bonding for a new server. So far I have used netgraph and the ng_one2many node and it sort of work. I have a couple of small issues with it, but nothing blocking: - the ng_one2many node does not detect if one of the interface is disconnected resulting in only half the packets are sent when this occurs (I have seen patches regarding link state detection, and I'll try them later). - if the 'main' interface is disconnected (i.e. the interface connected to the 'one' node), then no traffic flows anymore. The switch I am using supports 'port trunking' / 802.3ad. I was wondering if anybody has used such switch with FreeBSD ? If so, how was it setup and what can I expect from such a thing ? Is there any relation between 802.3ad and ng_fec and ng_one2many ? Thanks for any hint. Patrick.