Versions Compared

Key

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

...

If you are running Ubuntu 16.04, you can easily install Mininet 2.2 usingĀ apt-get:

apt-get install mininet

Make sure you are running Mininet version 2.2.1 or later:

mn --version

If not, try installing from the git repository as described above.

And make sure that Mininet works:

sudo mn --test pingall

If Mininet doesn't work, consult the troubleshooting section below.

Running ONOS using onos.py and Mininet

...

You can also invoke the ONOS client using the onos command - press control-D to exit.

You can also connect to the ONOS GUI as described below.

To exit Mininet, use the exit command or press control-D.

...