Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2007 23:27:18 +0200
From:      Arne Schwabe <schwabe@uni-paderborn.de>
To:        Peter Jeremy <peterjeremy@optushome.com.au>, freebsd-current@freebsd.org
Subject:   Re: CFT: new trunk(4)
Message-ID:  <461D52B6.2080200@uni-paderborn.de>
In-Reply-To: <20070411191450.GE815@turion.vk2pj.dyndns.org>
References:  <20070402092830.GB28809@heff.fud.org.nz>	<E1Hbd6G-0000LG-MX@clue.co.za> <20070411191450.GE815@turion.vk2pj.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> 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.
>   
Cisco calls this Trunk (multiple vlans over one physical connection 
(with dot1q)). Combining multiple physical links is called channel. 
Maybe that is were the confusion comes from.

> At least some of the proprietary protocols
> are fairly dumb and just round-robin MAC addresses between the
> physical links rather than dynamically sharing traffic across the
> available links.  The former means that if most or all of your traffic
> is for a single MAC address, you don't actually gain anything by
> having multiple physical links.

I have seen things break if you do real round robin, some pxe boot stuff 
and other embedded tcp/ip stack which are intended for local network use 
only don't like if packets are out of order, which sometimes hapens with 
link aggration and somehting that is not ensuring the right order (with 
stupid hash for example).

Arne

Arne



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?461D52B6.2080200>