Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/WiMAXOpenFlow/Execute


Ignore:
Timestamp:
05/23/17 18:44:23 (7 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

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

    v6 v7  
    2929
    3030== 3.  Execute Experiment ==
    31    1.  With any changes to port numbers and MAC addresses in the switching and startup scripts, save the scripts, and execute '''/root/StartupScripts/gec18_setup.sh'''. This might seem redundant, since we have already run this script, but the intention is to show you how it will remove your OVS network for you and kill any Floodlight controllers without you having to explicitly do so. Executing this script again will also apply any and all changes made to the setup script and the switching script set as the initial flow script.
     31   1.  With any changes to port numbers and MAC addresses in the switching and startup scripts, save the scripts, and execute '''/root/StartupScripts/gec20_setup.sh'''. This might seem redundant, since we have already run this script, but the intention is to show you how it will remove your OVS network for you and kill any Floodlight controllers without you having to explicitly do so. Executing this script again will also apply any and all changes made to the setup script and the switching script set as the initial flow script.
    3232   2.  Open another SSH connection to the client node in Orbit and start a ping to the IP address of the server node. The ping should succeed and should be over Wifi -- the default initial interface.
    3333   {{{
    34    $ ping 10.41.14.3
     34   $ ping 10.41.4.1
    3535   }}}
    36    3.  Run the WiMAX switching script, '''/root/SwitchingScripts/gec18_switch_to_wimax.sh'''. This script will remove all flows on all OVS instances and will insert static flows directing all packets out the WiMAX interface and in from the WiMAX interface to the tap interface.
     36   3.  Run the WiMAX switching script, '''/root/SwitchingScripts/gec20_switch_to_wimax.sh'''. This script will remove all flows on all OVS instances and will insert static flows directing all packets out the WiMAX interface and in from the WiMAX interface to the tap interface.
    3737   {{{
    38    $ ./gec18_switch_to_wimax.sh
     38   $ ./gec20_switch_to_wimax.sh
    3939   (200, 'OK', '{"status" : "Entry pushed"}')
    4040   (200, 'OK', '{"status" : "Entry pushed"}')