-
测试环境
VMware Workstations 11
Ubuntu14.04 Server
OpenDayLight Lithium SR2
JDK1.7_79
mininet-2.2.1-150420-ubuntu-14.04-server-amd64.zip #直接用的官方提供的镜像
-
搭建
mininet虚拟机直接使用官方的镜像创建就行
Opendaylight Lithium sr2下载pre-built版本
先安装jdk,
然后解压sr2包,运行
安装./bin/karaf
feature
feature:install odl-base-all odl-aaa-authn odl-restconf odl-nsf-all odl-adsal-northbound odl-mdsal-apidocs odl-l2switch-switch odl-dlux-core
- mininet创建拓扑
sudo mn --topo tree,3 --switch ovsk --controller=remote,ip=192.168.100.203,port=6633
打开浏览器
http://192.168.100.203:8181/index.html
-
参考
https://wiki.opendaylight.org/view/OVSDB:dlux_mininet
http://blog.csdn.net/little3344/article/details/46982403