From owner-freebsd-stable@FreeBSD.ORG Fri Feb 4 12:45:12 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1C701065670 for ; Fri, 4 Feb 2011 12:45:12 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5D7BB8FC17 for ; Fri, 4 Feb 2011 12:45:12 +0000 (UTC) Received: by fxm16 with SMTP id 16so2363812fxm.13 for ; Fri, 04 Feb 2011 04:45:11 -0800 (PST) Received: by 10.223.96.68 with SMTP id g4mr11431530fan.33.1296823510776; Fri, 04 Feb 2011 04:45:10 -0800 (PST) Received: from julie.lab.techwires.net (dslb-088-067-208-143.pools.arcor-ip.net [88.67.208.143]) by mx.google.com with ESMTPS id e17sm210813fak.10.2011.02.04.04.45.08 (version=SSLv3 cipher=RC4-MD5); Fri, 04 Feb 2011 04:45:09 -0800 (PST) Sender: Bernhard Schmidt From: Bernhard Schmidt To: Damien Fleuriot Date: Fri, 4 Feb 2011 13:42:03 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.5.5; amd64; ; ) References: <4D4BED80.5060806@my.gd> In-Reply-To: <4D4BED80.5060806@my.gd> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201102041342.03522.bschmidt@freebsd.org> Cc: freebsd-stable@freebsd.org Subject: Re: link aggregation - bundling 2 lagg interfaces together X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2011 12:45:12 -0000 On Friday 04 February 2011 13:13:52 Damien Fleuriot wrote: > Hello list, > > > > I have a firewall with 2x Intel pro dual port cards. > > On Intel A , port 1 goes to switch 1, port 2 goes to switch 2 > On Intel B , port 1 goes to switch 1, port 2 goes to switch 2 > > > I have created the following 2 lagg devices using LACP: > > lagg0 = A1 + B1 > lagg1 = A2 + B2 > > This works fine. > > > Now, what I had in mind was creating a lagg2 device using lagg0 and > lagg1 with failover. > > That would provide redundancy in case of a switch failure. > > ifconfig won't let me though: > > # ifconfig lagg2 laggproto failover laggport lagg0 laggport lagg1 > ifconfig: SIOCSLAGGPORT: Invalid argument > > > > I suppose it's not possible to aggregate lagg interfaces ? > > That would shatter my dreams :( I have no clue if that is at all possible, or makes any sense at all, but can't you just add all 4 ports one lagg interface? -- Bernhard