From owner-freebsd-current@FreeBSD.ORG Thu Apr 12 02:25:58 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E21D916A401 for ; Thu, 12 Apr 2007 02:25:58 +0000 (UTC) (envelope-from lists@swaggi.com) Received: from rusty.swaggy.net (static-71-123-127-197.spfdma.east.verizon.net [71.123.127.197]) by mx1.freebsd.org (Postfix) with ESMTP id B6B6313C45B for ; Thu, 12 Apr 2007 02:25:58 +0000 (UTC) (envelope-from lists@swaggi.com) Received: from localhost ([127.0.0.1] helo=swaggi.com) by rusty.swaggy.net with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HboI9-000C0c-9h; Wed, 11 Apr 2007 21:40:27 -0400 From: "Yuri Lukin" To: Peter Jeremy , Ian FREISLICH Date: Wed, 11 Apr 2007 21:40:05 -0400 Message-Id: <20070412013738.M10135@swaggi.com> In-Reply-To: <20070411191450.GE815@turion.vk2pj.dyndns.org> References: <20070402092830.GB28809@heff.fud.org.nz> <20070411191450.GE815@turion.vk2pj.dyndns.org> X-Mailer: swaggi.com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: CFT: new trunk(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 02:25:59 -0000 On Thu, 12 Apr 2007 05:14:50 +1000, Peter Jeremy wrote > Trunking is a way of combining multiple physical interfaces to increase > the bandwidth. Trunking multiple VLANs on a single interface doesn't > make sense to me. > As another poster has already mentioned, trunking is a way of carrying traffic for multiple VLANs over a single physical link. Whereas, combining multiple physical interfaces to increase bandwidth is known as link aggregation, port channeling or etherchannel (depending on which vendor you use).