On Jul 14, 2012, at 1:50 AM, Silvia Fichera wrote: > The original spanning tree code assigns a single path, always the same. I > need to have two different alternating path.
Well, spanning_tree will switch paths if the original path becomes unusable because a link goes down, but okay. > Using Mininet to disable links? How?! I'd suggest you look at the Mininet help/documentation. But try something like the following from the Mininet prompt: link s2 s4 down -- Murphy
