From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 16:25:35 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D58E1065670 for ; Tue, 26 Aug 2008 16:25:35 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mx1.esiee.fr (mx1.esiee.fr [147.215.1.35]) by mx1.freebsd.org (Postfix) with ESMTP id 3E58A8FC08 for ; Tue, 26 Aug 2008 16:25:35 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.esiee.fr (Postfix) with ESMTP id 4D480130E02 for ; Tue, 26 Aug 2008 18:09:49 +0200 (CEST) Received: from mail.esiee.fr (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id 7256B15725 for ; Tue, 26 Aug 2008 18:10:03 +0200 (CEST) Received: from privftp.esiee.fr (privftp.esiee.fr [147.215.1.190]) by mail.esiee.fr (Postfix) with ESMTP id 5B12615725 for ; Tue, 26 Aug 2008 18:10:03 +0200 (CEST) Received: from lisa.esiee.fr (lisa.esiee.fr [147.215.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bonnetf) by privftp.esiee.fr (Postfix) with ESMTPSA id 4D8C63981A for ; Tue, 26 Aug 2008 18:10:18 +0200 (CEST) Message-ID: <48B42ADA.9000300@esiee.fr> Date: Tue, 26 Aug 2008 18:10:02 +0200 From: Frank Bonnet User-Agent: Thunderbird 2.0.0.14 (X11/20080703) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Configure lagg0 into /etc/rc.conf file ? 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 Aug 2008 16:25:35 -0000 Hello all I'm trying to configure the lagg0 device using /etc/rc.conf file but I haven't much luck with it. I've googled for it and visit many pages but informations are not useful for me Is there a documentation up to date somewhere I should use ? What I want to do is ifconfig lagg0 create ifconfig lagg0 up laggproto lacp laggport bge0 laggport bge1 On Cisco side I have no problem to create the channel group which is working well. thanks for any info/links