wiki:GENIExperimenter/Tutorials/OpenFlowOVS

Version 8 (modified by nriga@bbn.com, 11 years ago) (diff)

--

Intro to OpenFlow using OVS

Overview:

This is a simple OpenFlow tutorial that will guide you through the writing of simple OpenFlow controllers to showcase some of the OpenFlow capabilities. In this tutorial we are going to use OVS as an OpenFlow switch connected to three hosts. OVS is a software switch running on a compute resource. The other three hosts can only communicate through the OVS switch. Although the controller for the switch can run anywhere in the internet, we are going to run it on the same host as the OVS switch to minimize the required resources. For this tutorial we are going to use the PoX controller, this is just an example of many controllers. The OVS switch that we use runs in userspace which although not optimized for performance, it is enough for getting acquainted with OpenFlow.

Prerequisites:

  • A GENI account, if you don't have one sign up!
  • Familiarity with how to reserve GENI resources with any of the GENI Tools (GENI Experimenter Portal, Omni, Flack). If you don't know you can take any of the tutorials:
  • Basic understanding of OpenFlow. If you are going over this tutorial at home, flip through the tutorial's slides
  • Familiarity with SSH, and key access to hosts.
  • Familiarity with Unix Command line
  • Familiarity with python programming language. We are going to use the PoX controller, this is just an example of many controllers, and PoX is written in python.

Tools:

Where to get help:

Resources:

Tutorial Instructions

Design/Setup
  • Part I: Design/Setup
    • Step 1: Design Experiment
    • Step 2: Establish Management Environment
    • Step 3: Obtain Resources
Execute
  • Part II: Execute
    • Step 4: Configure and Initialize Services
    • Step 5: Execute Experiment
    • Step 6: Analyze and Visualize Experiment
Finish

Attachments (2)