Mininet and onos.py workflow
参考链接:https://wiki.onosproject.org/display/ONOS/Basic+ONOS+Tutorial#BasicONOSTutorial-StartMininet
Mininet Walkthrough:http://mininet.org/walkthrough/
Welcome to the OpenFlow tutorial!:https://github.com/mininet/openflow-tutorial/wiki
Getting Mininet (and bridge-utils):https://wiki.onosproject.org/display/ONOS/onos.py+Prerequisites
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 :统一控制台;Prerequisites:先决条件,前提;
获得root权限:su -(如果第一次设置root,需要先设置密码,输入命令: sudo passwd root),使用exit退出root。
获取mininet:
方法一,sudo apt-get install mininet bridge-utils
方法二,git clone http://github.com/mininet/mininet
mininet/util/install.sh -nvfwmn --versionsudo mn --test pingallONOS,Mininet源码安装https://blog.csdn.net/badmushroom/article/details/81102760
浙公网安备 33010602011771号