Re: [ovs-discuss] STP in Open vSwitch

2013-11-30 Thread Andraz Sraka
On Sat, 2013-11-30 at 15:14 -0800, Justin Pettit wrote: > OVS supports STP. It's configuration is described in > ovs-vswitchd.conf.db, and there's an example of enabling it in the > ovs-vsctl man page. see FAQ If you have a redundant or complex network topology and you want to prevent loops, t

Re: [ovs-discuss] STP in Open vSwitch

2013-11-30 Thread Justin Pettit
On Nov 30, 2013, at 7:56 AM, Aldas Dise wrote: > I am running a custom Mininet topology that has a loop made of 4 switches. I > know that a controller usually takes care of loops in the network and enables > STP. But is it possible to enable STP in switches manually? How can this be > executed

[ovs-discuss] STP in Open vSwitch

2013-11-30 Thread Aldas Dise
Hi, I am running a custom Mininet topology that has a loop made of 4 switches. I know that a controller usually takes care of loops in the network and enables STP. But is it possible to enable STP in switches manually? How can this be executed? Thank you. Aldas _