@BrechtSchamp wrote: Actually, I think the capture only contains BPDU's from the root switch because it's the only one sending BPDU's. Once Agg2 receives a BPDU from Agg1 via whichever path, it knows it's not root so it stops sending BPDU's. That's part one of the STP process. Determining the root bridge. Now for the second part the port states. You have to imagine the MX not altering anything in the BPDU's but just forwarding it out of all ports. If you look at it from that point of view you'll see that the switchports will receive lots of duplicate BPDU's due to MX's flooding. In those cases tie breakers will be used to determine root ports. After that, for all segments designated ports will be defined. All other ports will be set to blocking. I would indeed be surprised if none of the three ports connecting the Dist 2 to the MX (26, 27, 28) are put in blocking, as with the MX not blocking ports either, that would mean multiple loops. What I would do is draw out the full schematic, put the port statusses on it and see what the topology looks like. See if you can find any loops. If you can, double check your port settings. Make sure all have rstp enabled on all switchports and switches. Thanks for the response but that isn't correct. RSTP neighbors receive on root ports and send on designated ports. I verified this with wireshark and labeled the sending BPDUs in the topology as in accordance with that in a fully converged topology. You are thinking of traditional STP. As for the switches, all have RSTP on. Agg1 has 0 priority and Agg2 4096. The distribution switches are default priority. I have already checked port status for all switches and indicated the state in the diagram by marking the blocked ports with an x.
... View more