Changes between Version 18 and Version 19 of GENIExperimenter/Tutorials/OpenFlowHW/DesignSetup


Ignore:
Timestamp:
01/21/15 13:59:54 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowHW/DesignSetup

    v18 v19  
    3939''In the URLs below, replace <AGGREGATE-NAME> with the name of the site you are using (clemson, cornell,  kansas, uky, kettering, max, northwestern, nysernet, stanford or wisconsin). ''
    4040
    41 '''If you are using a private VLAN:'''  The RSpecs you need is at:
     41The RSpec you need is at:
    4242    * {{{http://www.gpolab.bbn.com/experiment-support/OpenFlowHW/pvtVlan/ig-<AGGREGATE-NAME>.rspec}}}. (Reserves compute resources and specifies location of your controller.)
    43 
    44 '''If you are using a shared VLAN:'''  You will need two RSpecs, one to reserve the compute nodes and one to reserve your flowspace using the !OpenFlow aggregate manager on the rack.  The !OpenFlow aggregate manager is called FOAM.  The RSPecs are at:
    45     * {{{http://www.gpolab.bbn.com/experiment-support/OpenFlowHW/sharedVlan/ig-AGGREGATE-NAME>.rspec}}}    (Reserves compute resources.)
    46     * {{{http://www.gpolab.bbn.com/experiment-support/OpenFlowHW/sharedVlan/ig-of-AGGREGATE-NAME>.rspec}}}  (Reserves flowspace resources.)
    4743
    4844
     
    5147Open your RSpec in a text editor to make the following changes:
    5248
    53 '''If you are using a private VLAN:'''   [[BR]]
    5449    * Replace the string <CONTROLLER_IP> (at the bottom of the RSpec) with the IP address of your controller.
    55 
    56 '''If you are using a shared VLAN:''' [[BR]]
    57     * In the RSpec for flowspace resources, replace:
    58          - SITE with the site you are using
    59          - NETWORK with the one in your worksheet.  If you are doing this at home, use a network between 10.20.30 - 10.20.49.
    6050
    6151
     
    6353=== 1.3 Reserve Resources ===
    6454
    65 '''If you are using a private VLAN:'''   [[BR]]
    6655  * Use your favorite resource reservation tool (Omni, jFed, Portal) to reserve your resources.  For example, if you are using Omni and the MAX aggregate:
    6756{{{ omni -a max-ig createsliver <YOUR_SLICE_NAME> ig-max.rspec }}}
    68 
    69 '''If you are using a shared VLAN:''' [[BR]]
    70    * You will need to reserve your compute and flowspace resources separately using your favorite resource reservation tool (Omni, jFed, Portal).  For example, [[BR]]
    71 {{{ omni -a max-ig createsliver <YOUR_SLICE_NAME> ig-max.rspec }}} (to reserve compute resources) [[BR]]
    72 {{{ omni -a max-ig-of createsliver <YOUR_SLICE_NAME> ig-max.rspec }}} (to reserve flowspace resources)
    7357
    7458