Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cd ~/onos/tools/dev/mininet
sudo mn --custom onos.py --controller onos,3 --switch onosovs --topo torus,4,4

What does this do?

--custom onos.py: uses onos.py to extend Mininet with new controller and switch types

...

--topo torus,4,4: tells Mininet to use a 4x4 torus topology for the data network

 

How can I get more information on Mininet?

For more information on Mininet, please check out http://docs.mininet.org

...