Changes between Version 1 and Version 2 of GEC16Agenda/OpenFlow/Instructions


Ignore:
Timestamp:
03/11/13 00:15:52 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/OpenFlow/Instructions

    v1 v2  
    1 = OpenFlow Tutorial Instructions =
     1[[PageOutline]]
     2= Simple OpenFlow Tutorial with OVS Using GENI Portal =
     3
     4== Experiment Description ==
     5In this tutorial we are going to use a simple topology using [http://www.openswitch.org OVS] as an OpenFlow switch connected to three hosts.
     6OVS 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. We are going to use this setup to write simple controllers and experiment with the capabilities of OpenFlow. For this tutorial we are going to use the [http://www.noxrepo.org/pox/about-pox/ PoX controller], this is just an example of [wiki:OpenFlow/Controllers many controllers].
     7The OVS switch that we use runs in userspace which although not optimized for performance, it is enough for getting acquainted with OpenFlow.
     8
     9[[Image(GENIExperimenter/Graphics:ovs-tutorial-topo.png,nolink)]]
     10
     11== Prerequisites ==
     12In order to participate in this tutorial you need to have access to GENI. If you have not already setup
     13
     14Make sure you know which institution will provide you access to GENI and the username and password you need to authenticate. If you don't know, please let us know.
     15
     16Make sure that you have access to your email.
     17
     18== Tutorial Instructions ==
     19{{{
     20#!html
     21
     22
     23<table id="Table_01" height="409" border="0" cellpadding="0" cellspacing="0">
     24        <tr>
     25                <td>
     26                        <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/SetupAccount"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design.png?format=raw" width="152" height="152" alt="Design/Setup"></a>
     27               </td>
     28               <td>
     29<ul>
     30             <li>Part I: Design/Setup</li>
     31             <ul>
     32                 <li><a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/SetupAccount">Step 1: Establish Management Environment: Setup your GENI account and join a GENI Project</a></li>
     33                 <li><a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ObtainResources">Step 2: Obtain Resources: Create a slice and reserve resources</a></li>
     34             </ul></ul>
     35               </td>
     36        </tr>
     37        <tr>
     38                <td>
     39                        <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/execute.png?format=raw" width="152" height="143" alt="Execute"></a>
     40                </td>
     41                <td>
     42             <ul>
     43<li>Part II: Execute</li>
     44             <ul>
     45                 <li><a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment">Execute Experiment: Login to nodes and execute a simple layer 2 experiment</a> </li>
     46             </ul></ul>
     47                </td>
     48        </tr>
     49        <tr>
     50                <td>
     51                        <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/TeardownExperiment"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/finish.png?format=raw" width="152" height="114" alt="Finish"></a>
     52                </td>
     53
     54                <td>
     55             <ul>
     56             <li>Part III: Finish</li>
     57             <ul>
     58                 <li><a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/TeardownExperiment">Teardown Experiment: Delete Resources</a></li>
     59             </ul></ul>
     60                </td>
     61
     62        </tr>
     63</table>
     64
     65}}}