From owner-freebsd-questions@FreeBSD.ORG Mon Jun 13 02:06:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE5C316A41C for ; Mon, 13 Jun 2005 02:06:05 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76FF643D1D for ; Mon, 13 Jun 2005 02:06:05 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j5D265CI067521; Sun, 12 Jun 2005 21:06:05 -0500 (CDT) (envelope-from dan) Date: Sun, 12 Jun 2005 21:06:04 -0500 From: Dan Nelson To: Simiganoschi Teodor Message-ID: <20050613020604.GC20259@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: Port trunking or link aggregation under FreeBSD ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 02:06:05 -0000 In the last episode (Jun 13), Simiganoschi Teodor said: > Hello, > I have a switch with port trunking, on my server I have 2 NIC's, I > whant to make them work as port trunking to comunicate with the > switch. > My NIC's are: > fxp0: flags=8843 mtu 1500 > xl0: flags=8843 mtu 1500 You'll want to use the ng_fec netgraph node. See the ng_fec manpage for the syntax. It doesn't support LACP autonegotiation, though, so you will have to manually set a matching configuration on your swtich. -- Dan Nelson dnelson@allantgroup.com