Changes between Version 58 and Version 59 of GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout/Execute
- Timestamp:
- 07/17/13 12:00:43 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout/Execute
v58 v59 47 47 - 2.2.3 Change eth1 and eth3 to the corresponding two interfaces you found with IP address 192.168.2.1 (the interface that connects to the left path) and 192.168.3.1 (the interface that connects to the right path) and press the "save" icon on your !LabWiki page. 48 48 - 2.2.4 Drag the `file Icon` at the left-top corner on your !LabWiki page from `Prepare` column and drop it to `Execute` column. Fill in the name of your !LabWiki experiment (this can be anything), the name of your slice (this has to be your slice name), and type "true" in the graph box to enable graphs. And then press "Start Experiment" button. 49 - 2.2.5 When your experiment is finished, turn off your controller and disconnect switch from your controller: 50 - On node "Switch", press "Ctrl" and "c" key to kill your Load Balancer process on node "Switch" 51 - On node "Switch", use the following command to disconnect the OpenFlow Switch from the controller: 52 {{{ 53 ovs-vsctl del-controller br0 54 }}} 49 55 - '''Note''': Do not start another experiment (i.e., drag and drop the file icon in !LabWiki and press "Start Experiment") before your current experiment is finished. 50 56 … … 62 68 63 69 == 2.5 Repeat Experiment with limited bandwidth on Left path == 64 - 2.5.1 On node "Switch", press "Ctrl" and "c" key to kill your Load Balancer process on node "Switch" 65 - 2.5.2 On node "Switch", use the following command to disconnect the OpenFlow Switch from the controller: 66 {{{ 67 ovs-vsctl del-controller br0 68 }}} 69 - 2.5.3 On node "Switch", start your Load Balancer using the following command: 70 - 2.5.1 On node "Switch", start your Load Balancer using the following command: 70 71 {{{ 71 72 /opt/trema-trema-f995284/trema run /root/load-balancer.rb 72 73 }}} 73 - 2.5. 4Start a new command line window, log onto node "Switch", use the following command to connect the OpenFlow Switch to the controller (the console window that runs your controller should display "Switch is Ready!" when the switch is connected):74 - 2.5.2 Start a new command line window, log onto node "Switch", use the following command to connect the OpenFlow Switch to the controller (the console window that runs your controller should display "Switch is Ready!" when the switch is connected): 74 75 {{{ 75 76 ovs-vsctl set-controller br0 tcp:127.0.0.1 ptcp:6634:127.0.0.1 76 77 }}} 77 - 2.5.5 Go back to your !LabWiki web page, drag and drop the `file icon` and repeat the experiment, as described in section 2.2.4, using a different experiment name (the slice name should stay the same). 78 - 2.5.3 Go back to your !LabWiki web page, drag and drop the `file icon` and repeat the experiment, as described in section 2.2.4, using a different experiment name (the slice name should stay the same). 79 - 2.5.4 When your experiment is finished, turn off your controller and disconnect switch from your controller: 80 - On node "Switch", press "Ctrl" and "c" key to kill your Load Balancer process on node "Switch" 81 - On node "Switch", use the following command to disconnect the OpenFlow Switch from the controller: 82 {{{ 83 ovs-vsctl del-controller br0 84 }}} 78 85 79 86 Questions: