Changes between Version 32 and Version 33 of GENIExperimenter/Tutorials/OpenFlowOVS/Appendix


Ignore:
Timestamp:
07/22/14 10:37:37 (10 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

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

    v32 v33  
    4242    * In the RSpec for flowspace resources, replace:
    4343         - SITE with the site you are using
    44          - NETWORK with the one in your worksheet.  If you are doing this at home, use a network between 10.20.30 - 10.20.49
     44         - NETWORK with the one in your worksheet.  If you are doing this at home, use a network between 10.20.30 - 10.20.49.
    4545
    46 
    47 
    48 
    49 
    50 
    51 
    52 
    53 
    54 
    55 
    56 
    57 
     46{{{
     47#!comment
    5848
    5949== Design/Setup ==
     
    6555  1. Reserve all your hosts (including the host that will be the controller)
    6656  2. Reserve the OpenFlow resources (for this you will need the controller public IP from the previous step). 
     57}}}
    6758
    68 === 1. Reserve compute resources ===
    69 The rspecs for this tutorial are site specific. If you are attending a tutorial then use the site and IP network that was given to you on your worksheet, if you are doing this at home choose a site out of : `clemson, cornell, gatech, gpo, illinois, kansas, kentucky, kettering, max, missouri, moxi, northwestern, nysernet, nyu, sox, stanford, wisconsin` and choose a network between `10.20.30 - 10.20.49`
     59=== 1.3 Reserve Resources ===
    7060
    71 In the following instructions replace :
    72   * SITE with the site you were given or chose.
    73   * NETWORK with the one your were given or chose.
     61'''If you are using a private VLAN:'''   [[BR]]
     62  * Use your favorite resource reservation tool (Omni, jFed, Portal) to reserve your resources.  For example, if you are using Omni and the MAX aggregate:
     63{{{ omni -a max-ig createsliver <YOUR_SLICE_NAME> ig-max.rspec }}}
    7464
    75 Do the following steps:
    76   i. Start jFed
    77   i. Load URL: `http://www.gpolab.bbn.com/exp/OpenFlowHW/rspecs/ig-SITE.rspec` in jfed
    78   i. Use the search and replace functionality of the rspec editor in jFed to replace "10.10.1" with "NETWORK"
    79   i. Press run
     65'''If you are using a shared VLAN:''' You will need to reserve your compute and flowspace resources separately using your favorite resource reservation tool (Omni, jFed, Portal).  For example, [[BR}}
     66{{{ omni -a max-ig createsliver <YOUR_SLICE_NAME> ig-max.rspec }}} (to reserve compute resources) [[BR]]
     67{{{ omni -a max-ig-of createsliver <YOUR_SLICE_NAME> ig-max.rspec }}} (to reserve flowspace resources)
     68
     69
     70{{{
     71#!comment
    8072
    8173=== 2. Reserve Network Resources ===
     
    10092'''NOTE''': You might get some errors when loading POX, just ignore them.
    10193
     94}}}
     95
    10296== Useful tips ==
    10397=== Which port is connected to which host ===