Environment :
Ubuntu 14.04
OpenJDK-1.7
Mininet 2.1.0
OpenVswitch 2.3.0
Download Pre-Built Zip File :
wget http://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.0-Helium/distribution-karaf-0.2.0-Helium.zip
unzip distribution-karaf-0.2.0-Helium.zip
./distribution-karaf-0.2.0-Helium/bin/karaf
Install feature components – L2switch、Openflow Flow Programming:
feature:install odl-l2switch-switch-ui odl-openflowplugin-flow-services-ui
Browser : localhost:8181/dlux/index.html
User:admin
Password:admin
NOTE:
Mininet Test env_cli : mn – – controller=remote,ip=localhost – – topo=single,3 – – mac
After mininet env build successful, u need to do once pingall for ODL learning topology.
If bash karaf , warning that ” JAVA_HOME ” like, try this :
export JAVA_HOME=”/usr/lib/jvm/JAVA_PKG_NAME“
搶先發佈留言