Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/Execute


Ignore:
Timestamp:
10/30/16 22:08:47 (7 years ago)
Author:
pjayanth@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/Execute

    v4 v5  
    1616}}}
    1717[[PageOutline]]
    18 == Step 3. Execute Experiment ==
     18== Step 4. Execute Experiment ==
    1919
    2020Now that the switch is up and running we are ready to start working on the controller. For this tutorial we are going to use the [https://floodlight.atlassian.net/wiki/spaces/floodlightcontroller Floodlight Controller]. We installed the software for running Floodlight in the controller host in [wiki:GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/DesignSetup#con Configure the Floodlight Controller] section.
     
    2222=== 4a. Login to your hosts ===
    2323
    24 To start our experiment we need to ssh all of our hosts.
    25 
    26 To get ready for the tutorial you will need to have the following windows open:
    27   * one window with ssh into the controller
    28   * four windows with ssh into OVS
    29   * one window with ssh into host1
    30   * two windows with ssh into host2
    31   * one window with ssh into host3
     24To start our experiment we need to ssh into all of our hosts.
    3225
    3326Depending on which tool and OS you are using there is a slightly different process for logging in. If you don't know how to SSH to your reserved hosts learn [wiki:HowTo/LoginToNodes how to login.] Once you have logged in follow the rest of the instructions.
     
    4336}}}
    4437
    45   2. We have installed the POX controller under `/tmp/pox` on the controller host. POX comes with a set of example modules that you can use out of the box. One of the modules is a learning switch.  Start the learning switch controller which is already available by running the following two commands:
    46 
     38  2. Start the Floodlight Controller by running the following commands:
     39
     40{{{
     41cd floodlight
     42java -jar target/floodlight.jar
     43}}}
    4744
    4845{{{