Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleConsider using onos.py

A simpler alternative to this approach can be found in Mininet environment setup using Environment setup with Mininet and onos.py - you can pick whichever option seems best for your purposes.

...

Code Block
$ cd $ONOS_ROOT/tools/dev/vagrant
$ vagrant ssh mn
mn$ sudo mn --topo linear,5 --controller remote,ip=10.100.198.201 --controller remote,ip=10.100.198.202 --controller remote,ip=10.100.198.203

 

Enjoy !and feel free to report any issues.

Creating Your First Container

...