POST 3: Set up for SDN Controller

We shall be using the SDN controller named "Ryu".
To install the same, please follow the below instructions.

Open a terminal and make sure the system is connected to the internet and type the following commands:

> git clone git://github.com/osrg/ryu.git
> cd ryu
> sudo apt-get install python-dev python-pip python-setuptools 

> sudo pip install .
> sudo pip install webob eventlet paramiko routes

> sudo apt install curl

Ensure that the system has Wireshark. If not, please install it using:
> sudo apt install wireshark

By following Posts 2 and 3 you would be in a position to successfully experiment with the demos of Session 3.

Follow the next post for Session 4 references.

Happy Networking!

Comments

Popular posts from this blog

POST 1: Introduction to Session 3 and Session 4

POST 2: Setting up Zodiac FX Switch