First, the basic environment
Second, opendaylight installation
1. Install the JDK first
: http://www.oracle.com/technetwork/cn/java/javase/downloads/jdk8-downloads-2133151-zhs.html
Select Install based on the type of Ubuntu OS CPU on the virtual machine.
After installation, configure the environment variable:
2, Installation Opendaylight
: https://www.opendaylight.org/technical-community/getting-started-for-developers/downloads-and-documentation
Download the following version:
Installation Example:
$ ls distribution-karaf-0.6.x-carbon.zipdistribution-karaf-0.6.x-carbon.zip$ unzip Distribution-karaf-0.6.x-carbon.ziparchive:distribution-karaf-0.6.x-carbon.zip Creating: Distribution-karaf-0.6.x-carbon/creating:distribution-karaf-0.6.x-carbon/configuration/creating: Distribution-karaf-0.6.x-carbon/data/creating:distribution-karaf-0.6.x-carbon/data/tmp/creating: Distribution-karaf-0.6.x-carbon/deploy/creating:distribution-karaf-0.6.x-carbon/etc/creating: distribution-karaf-0.6.x-carbon/externalapps/... Inflating:distribution-karaf-0.6.x-carbon/bin/start.bat Inflating:distribution-karaf-0.6.x-carbon/bin/status.bat Inflating:distribution-karaf-0.6.x-carbon/bin/stop.bat $ cd distribution-karaf-0.6.x-carbon$./bin/karaf
Installing components that support the rest API: feature:install odl-restconf
Installing the L2 Switch plugin: Feature:install odl-l2switch-switch
Again by command Feature:list | grep OpenFlow, choose to install
Feature:install Odl-mdsal-apidocs
Again by command Feature:list | grep Dlux, choose to install
Again by command Feature:list | grep adsal, choose to install
Third, mininet installation
: Https://github.com/mininet/mininet/wiki/Mininet-VM-Images
Select Download depending on whether the system is 32-bit or 64-bit.
Iv. installation of Wireshark
Wireshark relies on libpcap, so if Libpcap is not installed in the system, install it as well
Download source code
source files
wireshark-x.x.x.tar.gz Wireshark Installation source files
libpcap-x.x.x.tar.gz Libpcap Installation source files
Wireshark URL https://www.wireshark.org/download.html
Libpcap URL http://www.tcpdump.org/
Installation
Pending update
Opendaylight+mininet+wireshark Environment Construction