Hi Ross,<br /><br />Le 12 janv. 2010 16:23, Ross Vandegrift &lt;ross@kallisti.us&gt; a écrit :<br />&gt; You can&#39;t bridge LACP - it doesn&#39;t even make sense.  LACP bundles must<br />&gt; <br />&gt; be between adjacent devices.  Moreover,  LACPDUs are destined for a<br />&gt; <br />&gt; bridge-management address that is prohibited from being bridged by<br />&gt; <br />&gt; 802.1D.<br />&gt; <br /><br />OK, I agree, it doesn&#39;t make sense, but I want to be transparent using bridging. I can&#39;t explain my idea :). <br /> <br />&gt; What are you trying to accomplish?  If you want to transparently<br />&gt; <br />&gt; bridge with LACP channels, you should terminate the LACP bundles on<br />&gt; <br />&gt; the Linux box and bridge the bundles:<br />&gt; <br />&gt; <br />&gt; <br />&gt; eth0 \                          / eth2<br />&gt; <br />&gt;       bond0 ----- br0 ---- bond1<br />&gt; <br />&gt; eth1 /                          \ eth3<br />&gt; <br /><br />You mean I need to have four physical interfaces ?<br />I can&#39;t understand how too accomplish this.<br />Currently, I am doing :<br />brctl addif eth1<br />brctl addif eth2<br /> <br />&gt; And then cable eth0/eth1 to one device and eth2/eth3 to the other.<br />How ?<br /> <br /><br />Thanks !<br />JM