Is there a command to show spanning tree state?

I know I can use “ip -d link show ” but I was hoping that there’s a regulat “show …” command. I’ve been digging around a while in the docs and in the CLI, but haven’t found anything yet.

Thanks!

VyOS is a router and not a switch so no wonder spanning-tree isnt that worked on.

However it do exists but its disabled by default - you will find its settings under “interfaces bridge”.

So I would expect any show command to be in the range on “show interfaces bridge” or so, similar to how Mikrotik does this aswell.

And I think it could be a good feauture request that you could file for over at https://vyos.dev to make some op-mode commands to show spanning-tree information.

For more info:

https://docs.vyos.io/en/latest/configuration/interfaces/bridge.html

https://docs.vyos.io/en/latest/configuration/interfaces/bridge.html#stp

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.