11-28-2022 08:15 AM
Im trying to troubleshoot a spanning tree blocking issue. When I try to reproduce the issue in my lab I cant seem to do it.
The only configuration difference I can see between my lab and production switch is if I run the show stpd detail command when it lists Participating VLANs all my VLANs are shown and all the ports seem to be correct, but the 60 port show as 60*(F) in my production switch and 60(F) in my lab.
I cant seem to figure out what the " * " represents. I think my upload port (which happens to be port 60) is being disabled even though I have it set as an edge port
Solved! Go to Solution.
11-29-2022 05:26 AM
The * is referencing that it is a LAG port.
The commands "show stpd s0 ports non-forwarding-reason" and " show stpd s0 ports blocked-ports"
Below is more information regarding the edge configuration you may be using:
https://extremeportal.force.com/ExtrArticleDetail?an=000082693
Thanks,
Chris Thompson
11-29-2022 05:29 AM - edited 11-29-2022 05:35 AM
I believe the asterisk in the "show stpd detail" output stands for the fact that it's the master-port of a link aggregation. Check if sharing is enabled on port 60 in your production setup, but not in your lab.
The uplink should not be configured as "edge" as depending on your configuration you may have set it up to be disabled as soon as an STP BPDU enters that link (edge-safeguard with bpdu-restrict), which could take the port down.
11-29-2022 05:59 AM
That makes sense now. My production server is in a LAG, but not my lab setup.
Thank you for the answers.
11-29-2022 05:29 AM - edited 11-29-2022 05:35 AM
I believe the asterisk in the "show stpd detail" output stands for the fact that it's the master-port of a link aggregation. Check if sharing is enabled on port 60 in your production setup, but not in your lab.
The uplink should not be configured as "edge" as depending on your configuration you may have set it up to be disabled as soon as an STP BPDU enters that link (edge-safeguard with bpdu-restrict), which could take the port down.
11-29-2022 05:26 AM
The * is referencing that it is a LAG port.
The commands "show stpd s0 ports non-forwarding-reason" and " show stpd s0 ports blocked-ports"
Below is more information regarding the edge configuration you may be using:
https://extremeportal.force.com/ExtrArticleDetail?an=000082693
Thanks,
Chris Thompson