|
|
# SDN Installation
|
|
|
|
|
|
The SDN Switch is controlled by the SDN controller, a software service running on the SDN control node. The communication protocol is OpenFlow 1.x. The installed software is OpenDaylight.
|
|
|
|
|
|
The SDN switch is configured to have on its ports 1 (10.1.3.0/24) and 2 (10.1.4.0/24) one SDN controller attached (currently port 2 is free/unused). Before installing OpenDaylight, the network must between the Switch and the SDN control node must be established (e.g. PINGs possible).
|
|
|
|
|
|
## Install and run OpenDaylight
|
|
|
|
|
|
On the SDN Control Node:
|
|
|
|
|
|
1. Download the zip-archive of the version "Hydrogen Virtualization" from http://www.opendaylight.org/software/downloads
|
|
|
|
|
|
2. Unzip, navigate into the directory
|
|
|
|
|
|
3. [use ``screen`` to run opendaylight in background after logout]
|
|
|
|
|
|
4. execute ``./run.sh -virt vtn``
|
|
|
|