Sie sind auf Seite 1von 1

##### Install OpenDaylight on UBUNTU ####

By: El Mehdi Masrour


P-----------------------------------P

-Requirements: java installed


sudo apt-get install default-jre-headless
$ nano ~/.bashrc
Add the following line to the bashrc file:
export JAVA_HOME=/usr/lib/jvm/default-java

1-Download Opendaylight file


wget https://nexus.opendaylight.org/content/groups/public/org/opendaylight/int
egration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.t
ar.gz

2-Extract the file


tar -xvf distribution-karaf-0.4.0-Beryllium.tar.gz
3-run OpenDaylight
$ cd distribution-karaf-0.4.0-Beryllium
$ ./bin/karaf
Install OpenDaylight Features:
feature:install odl-restconf odl-l2switch-switch odl-mdsal-apidocs odl-dlux-a
ll
4-Lunch Mininet VM with ssh sesion
ssh -X mininet@192.168.57.101
sudo mn --topo linear,3 --mac --controller=remote,ip=192.168.57.101,port=6633
--switch ovs,protocols=OpenFlow13
5-Use Web browser to access Opendaylight
http://192.168.57.101:8181/index.html
admin/admin

Das könnte Ihnen auch gefallen