From: Stephen Hemminger <shemminger@linux-foundation.org>
To: Andrew <amckay@iders.ca>
Cc: bridge@lists.linux-foundation.org
Subject: Re: [Bridge] STP on Linux 2.6.30.9
Date: Fri, 8 Jan 2010 22:13:22 -0800 [thread overview]
Message-ID: <20100108221322.3aaa4fc3@nehalam> (raw)
In-Reply-To: <4B4674DC.3090602@iders.ca>
On Thu, 07 Jan 2010 17:57:16 -0600
Andrew <amckay@iders.ca> wrote:
> Hey guys,
>
> I'm working with a bridge I set up on Linux 2.6.30.9. I have two boards
> connected and created a redundant connection between them. Basic set up is:
>
> brctl addbr br0
> brctl addif br0 vlan1
> brctl addif br0 vlan2
> brctl stp br0 on
>
> Then I bring up the interfaces. Everything seems to be fine. Root
> bridge is negotiated properly and leaves both interfaces in forwarding
> mode. The other bridge leaves one port in forwarding and puts the other
> in blocking mode. However after several seconds a message is printed on
> my terminal saying that vlan2 lost it's neighbor and goes through the
> listening, learning and then forwarding states. It then quickly flips
> back to blocking mode. Is this normal behavior for STP on Linux
> 2.6.30.9? Or do I have something else going on here?
>
> net/bridge/br_stp.c:36 br0: port 2(vlan2) entering blocking state
> br0: neighbor 8000.3a:1f:34:08:54:56 lost on port 2(vlan2)
> net/bridge/br_stp.c:36 br0: port 2(vlan2) entering listening state
> net/bridge/br_stp.c:36 br0: port 2(vlan2) entering learning state
> br0: topology change detected, sending tcn bpdu
> net/bridge/br_stp.c:36 br0: port 2(vlan2) entering forwarding state
> br0: topology change detected, sending tcn bpdu
> net/bridge/br_stp.c:36 br0: port 2(vlan2) entering blocking state
>
> If there's any further information you need, let me know.
Bridging two vlan's with STP can be problematic because many
switches implement STP on a physical interface (see vlan Spanning
Tree). Also, make sure that STP packets aren't being blocked by
some firewall rule.
prev parent reply other threads:[~2010-01-09 6:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-07 23:57 [Bridge] STP on Linux 2.6.30.9 Andrew
2010-01-09 6:13 ` Stephen Hemminger [this message]
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=20100108221322.3aaa4fc3@nehalam \
--to=shemminger@linux-foundation.org \
--cc=amckay@iders.ca \
--cc=bridge@lists.linux-foundation.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.