Mininet and onos.py workflow

Mininet is a lightweight container orchestration system that is specialized for network emulation. With Mininet and onos.py, you can easily start up an ONOS cluster, and a modeled data network for any topology you might like, in a single VM or server. This is usually the most convenient way to create an ONOS development environment on your laptop, and you can be up and running in a matter of minutes (or seconds if you have already built ONOS and have already installed Mininet!)

unified console: a unified console; Prerequisites: is prerequisite;

Gain root privileges: su - (if the first set root, you need to set a password, enter the command: sudo passwd root), use the exit to exit root.

Get mininet:

method one,sudo apt-get install mininet bridge-utils

Method Two,git clone http://github.com/mininet/mininet

       mininet /util/install .sh -nvfw
 

Guess you like

Origin www.cnblogs.com/Limer98/p/11540356.html