On Tue, Jan 12, 2010 at 04:13:01PM +0100, Jean-Michel Hautbois wrote: > Hi there ! > > I have connected two ethernet 1000Mbps interfaces to my routers, and I > have built a bridge between them : > eth1 <---> br0 <---> eth2 > > When I am transmitting UDP, ADP, ARP or any other type of frames, I > don't have any problem. > But when, the router sends LACP packets, it is not transmitted > (neither from eth1 to eth2 than from eth2 to eth1). > > I can't figure out why, so if you have an idea, thanks in advance for > your help ! You can't bridge LACP - it doesn't even make sense. LACP bundles must be between adjacent devices. Moreover, LACPDUs are destined for a bridge-management address that is prohibited from being bridged by 802.1D. What are you trying to accomplish? If you want to transparently bridge with LACP channels, you should terminate the LACP bundles on the Linux box and bridge the bundles: eth0 \ / eth2 bond0 ----- br0 ---- bond1 eth1 / \ eth3 And then cable eth0/eth1 to one device and eth2/eth3 to the other. Ross -- Ross Vandegrift ross@xxxxxxxxxxx "If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher." --Woody Guthrie
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ Bridge mailing list Bridge@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/bridge