From owner-freebsd-questions@FreeBSD.ORG Wed Mar 7 08:27:41 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDB5C106564A for ; Wed, 7 Mar 2012 08:27:41 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 768EC8FC0C for ; Wed, 7 Mar 2012 08:27:41 +0000 (UTC) Received: by werl4 with SMTP id l4so4758066wer.13 for ; Wed, 07 Mar 2012 00:27:40 -0800 (PST) Received: by 10.180.92.229 with SMTP id cp5mr1942532wib.8.1331107473983; Wed, 07 Mar 2012 00:04:33 -0800 (PST) Received: from [192.168.0.12] (did75-17-88-165-130-96.fbx.proxad.net. [88.165.130.96]) by mx.google.com with ESMTPS id 9sm91598862wid.2.2012.03.07.00.04.32 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Mar 2012 00:04:33 -0800 (PST) References: In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8J2) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <2853FE08-09C9-4019-A387-C13EA5D5B6DB@my.gd> X-Mailer: iPhone Mail (8J2) From: Damien Fleuriot Date: Wed, 7 Mar 2012 09:03:42 +0100 To: bo wang X-Gm-Message-State: ALoCoQkt327CQZvjo7naegztoT8x57S7jFyd4K/x/aSLuaUdQsilVAqLp21UgCrpSjFps+JW31Fc Cc: "questions@FreeBSD.org" Subject: Re: Some questions about Link Aggregation and Failover 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: Wed, 07 Mar 2012 08:27:41 -0000 Sorry top post, not so smartphone. Do this on your c3750, in privileged mode: Show ether 1 sum On 7 Mar 2012, at 05:41, bo wang wrote: > Hello: > Recently I want to do Link Aggregation for increasing the > speed. I use a Cisco 3750 Switche and two IBM Server R with BSD > 9.0 .I do link aggregation According to this page. > http://www.freebsd.org/doc/en/books/handbook/network-aggregation.html= > I use LACP .But when i have done ,the link aggregation only can > do Failover .It cann't increase the speed. What is the > problem?Detailed configuration as follows >=20 > in the BSD9.0 /etc/rc.conf > hostname=3D"bbc04" > ifconfig_bce2=3D"up" > ifconfig_bce3=3D"up" > ifconfig_bce4=3D"up" > ifconfig_bce5=3D"up" > ifconfig_bce6=3D"up" > ifconfig_bce7=3D"up" > cloned_interfaces=3D"lagg0" > ifconfig_lagg0=3D"laggproto loadbalance laggport bce2 laggport bce3 > laggport bce4 laggport bce5 laggport bce6 laggport bce7" > ipv4_addrs_lagg0=3D"172.16.60.64/16" > defaultrouter=3D"172.16.0.1" > sshd_enable=3D"YES" > pureftpd_enable=3D"YES" > # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable > dumpdev=3D"NO" >=20 > the Cisco 3750 configure > interface range gigabitEthernet 1/0/1-6 > channel-proto lacp > channel-group 1 mode active >=20 >=20 > interface range gigabitEthernet 1/0/13-18 > channel-proto lacp > channel-group 2 mode active > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"