Changes between Version 22 and Version 23 of GENIExperimenter/Tutorials/OpenFlowOVS


Ignore:
Timestamp:
10/03/13 09:42:52 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS

    v22 v23  
    1010OVS 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.
    1111For 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].
    12 The OVS switch that we use runs in userspace which although not optimized for performance, it is enough for getting acquainted with OpenFlow.
     12The OVS switch that we use runs in userspace which although not optimized for performance, it is enough for getting acquainted with !OpenFlow.
    1313
    1414[[Image(GENIExperimenter/Graphics:simple_ovs.png)]]
     
    2525     
    2626== Tools: ==
    27    - [http://openvswitch.org/ Open vSwitch]. OVS will already be installed in your host.
    28    - [http://www.noxrepo.org/pox/about-pox/ POX controller]. POX controller will already be installed in your host.
     27   - [http://openvswitch.org/ Open vSwitch]. OVS is already be installed on your host. Installation was completed as described [http://groups.geni.net/geni/wiki/HowTo/InstallOVSInProtoGENI here].
     28   - [http://www.noxrepo.org/pox/about-pox/ POX controller]. POX controller is installed in your host as part of the sliver creation.
    2929
    3030== Where to get help: ==