From owner-freebsd-questions@FreeBSD.ORG Tue Jun 26 19:49:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AE6B16A468 for ; Tue, 26 Jun 2007 19:49:33 +0000 (UTC) (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 E959113C4AD for ; Tue, 26 Jun 2007 19:49:32 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.13.8) id l5QJm6eR011241; Tue, 26 Jun 2007 14:48:06 -0500 (CDT) (envelope-from dan) Date: Tue, 26 Jun 2007 14:48:06 -0500 From: Dan Nelson To: "Brian A. Seklecki" Message-ID: <20070626194805.GK6494@dan.emsphone.com> References: <46812FE9.2050104@esiee.fr> <20070626153618.GG6494@dan.emsphone.com> <1182878409.67654.61.camel@soundwave.pgh.priv.collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1182878409.67654.61.camel@soundwave.pgh.priv.collaborativefusion.com> X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.15 (2007-04-06) Cc: Frank Bonnet , freebsd-questions@freebsd.org Subject: Re: Bondbind like for 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: Tue, 26 Jun 2007 19:49:33 -0000 In the last episode (Jun 26), Brian A. Seklecki said: > On Tue, 2007-06-26 at 10:36 -0500, Dan Nelson wrote: > > > ethernet load balancing or trunking that use the Cisco's > > > etherchannel ) ? > > > > lagg > > Very cool. > > Two questions: > > 1) "fec" and "lacp" must be used against the same physical switch, > correct? Yes. The lagg device is strictly to convert multiple links between two devices to a single logical one. You can't build a mesh out of a bunch of switches or anything like that. > 2) What is the deterministic logic behind active/standby for > "failover"? A heartbeat on the segment or physical interface state > change? All the protocols use link state, and lacp additionally sends its configuration packets every 30 seconds. -- Dan Nelson dnelson@allantgroup.com