Changes between Version 153 and Version 154 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
05/08/17 08:47:39 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v153 v154  
    2424== Step 3. Execute Experiment ==
    2525
    26 Now 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 [http://www.noxrepo.org/pox/about-pox/ POX controller]. The software is already installed in the controller host for running POX and can also be found [http://www.gpolab.bbn.com/experiment-support/OpenFlowOVS/of-ovs.tar.gz here].
     26Now 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 [http://www.noxrepo.org/pox/about-pox/ POX controller]. The software is already installed in the controller host for running POX and can also be found [https://github.com/GENI-NSF/geni-tutorials/raw/master/OldTutorials/OpenFlowOVS/of-ovs.tar.gz here].
    2727
    2828=== 3a. Login to your hosts ===
     
    5858    <tr>
    5959        <td>
    60             <img src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/Graphics/4NotesIcon_512x512.png" width="50" height="50" alt="Note">
     60            <img src="https://raw.githubusercontent.com/GENI-NSF/geni-tutorials/master/GRAPHICS/4NotesIcon_512x512.png" width="50" height="50" alt="Note">
    6161               </td>
    6262<td>If you want to run your controller in a different port other than the default one (6633) then every time you invoke pox you should include: <code>openflow.of_01 --port=<custom_port> </code> e.g. pox.py  openflow.of_01 --port=443 --verbose forwarding.l2_learning
     
    7272    <tr>
    7373        <td>
    74             <img src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/Graphics/4NotesIcon_512x512.png" width="50" height="50" alt="Note">
     74            <img src="https://raw.githubusercontent.com/GENI-NSF/geni-tutorials/master/GRAPHICS/4NotesIcon_512x512.png" width="50" height="50" alt="Note">
    7575               </td>
    7676<td>"l2" below uses the letter `l` as in level and is not the number one. And you should wait for the '''INFO ... connected''' line to ensure that the switch and the controller are communicating.
     
    104104    <tr>
    105105        <td>
    106             <img src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/Graphics/4NotesIcon_512x512.png" width="50" height="50" alt="Note">
     106            <img src="https://raw.githubusercontent.com/GENI-NSF/geni-tutorials/master/GRAPHICS/4NotesIcon_512x512.png4NotesIcon_512x512.png" width="50" height="50" alt="Note">
    107107               </td>
    108108<td>In the event that you need to move the port of your controller, this is the command -
     
    140140    <tr>
    141141        <td>
    142             <img src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/Graphics/4NotesIcon_512x512.png" width="50" height="50" alt="Note">
     142            <img src="https://raw.githubusercontent.com/GENI-NSF/geni-tutorials/master/GRAPHICS/4NotesIcon_512x512.png" width="50" height="50" alt="Note">
    143143               </td>
    144144<td>There is no way to get this information from the OpenFlow-capable hardware switch.