Ethernet Bridge development
 help / color / mirror / Atom feed
From: Axel Thimm <Axel.Thimm@ATrpms.net>
To: Ravi Ramamirtham <rrshanks@gmail.com>
Cc: bridge@lists.linux-foundation.org
Subject: Re: [Bridge] Bridging over a bonded interface?
Date: Tue, 17 Apr 2007 00:40:02 +0200	[thread overview]
Message-ID: <20070416224002.GC5695@neu.nirvana> (raw)
In-Reply-To: <2eceaddb0704161410i3a4b7d5al430a4165063f0684@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1339 bytes --]

On Mon, Apr 16, 2007 at 05:10:37PM -0400, Ravi Ramamirtham wrote:
> Hi,
>  This may sound crazy but I will go ahead anyway. Here's my scenario:
> 
> ifconfig bond0 10.10.10.1 netmask 255.0.0.0
> ifenslave bond0 eth0
> ifenslave bond0 eth1
> 
> brctl addbr stp0
> brctl addif stp0 bond0
> brctl stp stp0 on
> 
> Is this a valid scenario? I am trying to bond two interfaces and run STP
> over the bonded interface..The problem I am trying to solve is to run STP
> over aggregated links between two nodes. Any suggestions/pointers would be
> much appreciated.

Just happened that I asked the same 9 days ago:

http://lists.linux-foundation.org/pipermail/bridge/2007-April/001764.html

Depending on the switch on the other side of the wire, you will get
the arp packets you send out on the other link of the bond. This will
make an outgoing arp packet register on the internal port of the
bridge and reregister a couple of ms later on the outer port.

This leads to packets loss of > 99%, e.g. a 2x1GB bond degarded to
70kB/sec.

It would be nice if the bridging code could prevent this. Either by
identifying the outgoing arp packet that immediately returns and not
updating the forwarding database, or allowing to hardcode some static
arp entries into the forwarding database.
-- 
Axel.Thimm at ATrpms.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2007-04-16 22:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-16 21:10 [Bridge] Bridging over a bonded interface? Ravi Ramamirtham
2007-04-16 22:02 ` Stephen Hemminger
2007-04-16 22:40 ` Axel Thimm [this message]
2007-04-17  0:17   ` Ravi Ramamirtham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070416224002.GC5695@neu.nirvana \
    --to=axel.thimm@atrpms.net \
    --cc=bridge@lists.linux-foundation.org \
    --cc=rrshanks@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox