Changes between Version 68 and Version 69 of GEC17Agenda/AdvancedOpenFlow/Procedure/Execute


Ignore:
Timestamp:
03/10/14 03:41:13 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/AdvancedOpenFlow/Procedure/Execute

    v68 v69  
    1111<area shape="rect" coords="344,17,460,110" href="http://groups.geni.net/geni/wiki/GEC17Agenda/AdvancedOpenFlow/Procedure/Finish" alt="" title=""    />
    1212<area shape="rect" coords="493,136,495,138" href="http://www.image-maps.com/index.php?aff=mapped_users_5201305222028436" alt="Image Map" title="Image Map" />
    13 </map>
     13</map>no
    1414<!-- Image map text links - End - -->
    1515
     
    9191        * Change theSender, theReceiver and theSwitch to include your slice name. For e.g outside-loadbaltest should be outside-<yourslicename>
    9292        * fill in the left and right interfaces for the `switch` node as you gathered them at step '''2.2.1'''
     93        [[Image(GENIExperimenter/Tutorials/Graphics:4NotesIcon_512x512.png,3%)]] If you want instead of changing them at the `Execute` pane every time you run an experiment you can change them once in the script. Just modify these lines to the appropriate values:
     94        {{{
     95defProperty('theSender', "outside-loadbaltest", "ID of sender node")
     96defProperty('theReceiver', "inside-loadbaltest", "ID of receiver node")
     97defProperty('theSwitch',"switch-loadbaltest", "ID of switch node")
     98defProperty('left', "eth1", "Left Interface name")
     99defProperty('right', "eth3", "Right Interface name")
     100}}}
    93101     * '''3.1.2.3''' Press the "Start Experiment" button.
    94102