Questions tagged [stp]

The Spanning Tree Protocol (STP) is a network protocol that ensures a loop-free topology for any bridged Ethernet local area network.

The Spanning Tree Protocol (STP) is a network protocol that ensures a loop-free topology for any bridged Ethernet local area network. The basic function of STP is to prevent bridge loops and ensuing broadcast radiation. Spanning tree also allows a network design to include spare (redundant) links to provide automatic backup paths if an active link fails, without the danger of bridge loops, or the need for manual enabling/disabling of these backup links.

STP is a Data Link Layer protocol. It is standardized as IEEE 802.1D. As the name suggests, it creates a spanning tree within a mesh network of connected layer-2 bridges (typically Ethernet switches), and disables those links that are not part of the spanning tree, leaving a single active path between any two network nodes.

STP is based on an algorithm invented by Radia Perlman while working for Digital Equipment Corporation.

SOURCE: http://en.wikipedia.org/wiki/Spanning_Tree_Protocol

55 questions
0
votes
1 answer

Network flow path using spanning tree protocol

I have two machines, A and B, connected via switch S1(master) and s2(slave). I want to measure latency and identify packet flow path from machine A to Switch,switch to machine B. If the link between s1 and A gets failed then packet will flow via s2…
0
votes
0 answers

Do you need STP on ProCurve trunks?

We have 3 switches - a Core Switch, and 2 downstream switches. Each downstream switch has a 3 cable Trunk direct to the core switch. However - when we disconnected one cable in that trunk group (still leaving 2 physical links in that trunk group…
PnP
  • 1,684
  • 8
  • 39
  • 65
0
votes
0 answers

MSTP with looped port

I have a configuration with two switches connected via a single Ethernet port. A second port of the first switch is looped back (Tx connected to Rx). They have 10 MSTI configured on VLAN from 100 to 1000 with step 100. These VLAN are configured on…
sthor69
  • 101
0
votes
2 answers

STP Algorithm: Ports have same cost to root, which port is set to blocking?

Here's the situation: There is a bridge that has the lowest ID within a loop. This bridge has two ports, both with equal cost to the root, how does STP decide which port is forwarding, and which port is blocking? Does it find the port with the…
jerney
  • 101
  • 1
  • 3
0
votes
2 answers

Cisco switch sending out excessive STP packets

I have a Catalyst 2900 that's sending out an STP packet about once ever 1-2 seconds. Is that excessive?
blsub6
  • 1,131
  • 6
  • 25
  • 45
0
votes
2 answers

Disable STP in Opensolaris bridge

how can i completely disable STP in a Opensolaris bridge. This bridge is connected to a Cisco Access Port and will disable the uplink port when the first BPDU arrives. bridged[3651]: [ID 581644 daemon.warning] unexpected BPDU on rge1 from…
quentin
  • 686
  • 5
  • 8
0
votes
1 answer

stp - avoid links with packet loss

We have a set of devices connected in a ring, that are using stp (using https://github.com/mstpd/mstpd at the moment) to avoid issues with the loop. What we have seen, is that while stp can adapt the network when a link is fully broken, it ignores a…
eglasius
  • 101
  • 4
0
votes
1 answer

Can Linux kernel support RSTP (802.1w)?

Last week, I ran Spanning Tree Protocol (STP) in Linux kernel successfully. Now, I am trying to support Rapid Spanning Tree Protocol (RSTP) in Linux kernel. I also found out some solutions in user space such as mstp (https://github.com/mstpd/mstpd).…
kid1412hv
  • 1
  • 2
-1
votes
1 answer

Netgear Switches GS748Tv4 and v5 ports go down and up and Spanning Tree Topology Change

I'm getting notifications on my Syslog server from the Netgear switches GS748Tv4 and v5. These are the notifications: traputil.c(696) 122305 %% Link Down: g30 traputil.c(696) 122323 %% Link Up: g30 traputil.c(739)…
Blake Zero
  • 107
  • 1
  • 2
  • 9
-3
votes
1 answer

Will RSTP BPDUs be encapsulated in tagged Ethernet frames?

RSTP(Rapid Spanning Tree) is configured on a bridge. All ports of this bridge are "trunk" ports and are part of vlan “x”. Will the BPDUs sent out of this bridge be tagged?
gsinha
  • 323
  • 1
  • 4
  • 15
1 2 3
4