Changes between Version 52 and Version 53 of GENIExperimenter/RTutorials


Ignore:
Timestamp:
01/29/15 11:21:19 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/RTutorials

    v52 v53  
    1717|| [wiki:GENIExperimenter/Tutorials/OpenFlowIntro Introduction to OpenFlow using POX] || [[Image(http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/Images/JacksScreen.png, nolink, 20%)]] ||  This is a simple OpenFlow tutorial that will guide you through the writing of simple OpenFlow controllers to showcase some of the OpenFlow capabilities. We are going to write three different controllers: write a controller that will duplicate all the traffic of the OpenFlow switch out a specific port; a TCP Port Forward controller will divert all traffic destined to host A on TCP port X to TCP port Y; and a Proxy Controller will divert all traffic destined to host A, TCP port X to host B, TCP port Y. In this tutorial we have a choice of using an OpenFlow Software Switch (Open vSwitch (OVS)) or using an OpenFlow-Capable Hardware Switch. ||
    1818
    19 || [wiki:GEC21Agenda/LabWiki  Experiment Orchestration and Instrumentation using LabWIKI] || [[Image(http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/Images/LabWikiScreen.png, nolink, 20%)]] || In this introductory experiment, you will walk step-by-step through the process of setting up and running your first GENI experiment, using the LabWiki tool. ||
     19|| [wiki:GEC21Agenda/LabWiki  Experiment Orchestration and Instrumentation using LabWIKI] || [[Image(http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/Images/LabWikiScreen.png, nolink, 20%)]] ||  Learn how to use the LabWiki tool to plan, prepare, and execute experiments in GENI testbeds. Learn these steps by creating a simple star topology in which the central node will implement an OF-based learning switch and the functionality of that switch will be verified through an experiment script. ||