Changes between Version 1 and Version 2 of JoeSandbox/OpenFlowOVS


Ignore:
Timestamp:
08/13/14 16:52:12 (10 years ago)
Author:
zwang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JoeSandbox/OpenFlowOVS

    v1 v2  
    1111In this tutorial we are going to use [http://openvswitch.org/ Open vSwitch (OVS)] as an !OpenFlow switch connected to three hosts.
    1212OVS 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.
    13 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].
     13For this tutorial we are going to use the [http://osrg.github.io/ryu/ Ryu controller], this is just an example of [wiki:OpenFlow/Controllers many controllers].
    1414
    1515[[Image(GENIExperimenter/Graphics:simple_ovs.png)]]
     
    2323   - Basic understanding of OpenFlow. If you are going over this tutorial at home, flip through the [attachment:IntroToOpenFlow_140123.pptx  tutorial's slides]
    2424   - Familiarity with Unix Command line
    25    - Familiarity with python programming language.  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], and POX is written in python.
     25   - Familiarity with python programming language.  We are going to use the [http://osrg.github.io/ryu/ Ryu controller], this is just an example of [wiki:OpenFlow/Controllers many controllers], and Ryu is written in python.
    2626     
    2727== Tools: ==
    2828   - [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].
    29    - [http://www.noxrepo.org/pox/about-pox/ POX controller]. POX controller is installed in your host as part of the sliver creation.
     29   - [http://osrg.github.io/ryu/ Ryu controller]. Ryu controller is installed in your host as part of the sliver creation.
    3030
    3131== Where to get help: ==
    3232   - If you need help with GENI, email [mailto:help@geni.net]
    33    - If you have questions about !OpenFlow, OVS, Pox you can subscribe to [https://mailman.stanford.edu/mailman/listinfo/openflow-discuss openflow-discuss] or any of the other mailing lists listed.
     33   - If you have questions about !OpenFlow, OVS, Ryu you can subscribe to [https://mailman.stanford.edu/mailman/listinfo/openflow-discuss openflow-discuss] or any of the other mailing lists listed.
    3434
    3535== Resources: ==
    3636   - [http://www.openflow.org/ Learn more about OpenFlow]
    37    - [https://openflow.stanford.edu/display/ONL/POX+Wiki POX wiki]
     37   - [http://osrg.github.io/ryu/ Ryu controller]
    3838   - [http://openvswitch.org/ Learn more about OVS]
    3939