Changes between Version 71 and Version 72 of GEC17Agenda/AdvancedOpenFlow/Procedure/Execute


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

--

Legend:

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

    v71 v72  
    9999        * Change theSender, theReceiver and theSwitch to include your slice name. For e.g outside-loadbaltest should be outside-<yourslicename>
    100100        * fill in the left and right interfaces for the `switch` node as you gathered them at step '''2.2.1'''[[BR]]
    101         [[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:
    102         {{{
    103 defProperty('theSender', "outside-loadbaltest", "ID of sender node")
    104 defProperty('theReceiver', "inside-loadbaltest", "ID of receiver node")
    105 defProperty('theSwitch',"switch-loadbaltest", "ID of switch node")
    106 defProperty('left', "eth1", "Left Interface name")
    107 defProperty('right', "eth3", "Right Interface name")
    108 }}}
     101        [[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:[[BR]]
     102        [[Image(editscriptLW.png, 30%)]]
    109103     * '''3.1.2.3''' Press the "Start Experiment" button.
    110104