Changes between Version 7 and Version 8 of Tutorials/qNSE/aNgSgEmulator
- Timestamp:
- Nov 4, 2018, 12:27:09 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/qNSE/aNgSgEmulator
v7 v8 36 36 1. Load VM image: `omf load -i <IMAGE NAME> -t all`. 37 37 2. Start SB9 nodes: `omf tell -a on -t all`. 38 Once the VM image has been loaded and the nodes are up and running, the only thing left is to exchange ssh authorization keys. This is done by executing following script `~/ emulator/environment//setup_ssh.sh ~/nodes.`39 Provided nodes file contains the list of ORBIT nodes that are up and running and will be used for running mininet nodes. File is provided in attached archive .38 Once the VM image has been loaded and the nodes are up and running, the only thing left is to exchange ssh authorization keys. This is done by executing following script `~/sg-sdn/environment/ssh_config/setup_ssh.sh ~/nodes.` 39 Provided nodes file contains the list of ORBIT nodes that are up and running and will be used for running mininet nodes. File is provided in attached archive and should be updated if different nodes are used. 40 40 41 41 === Running the experiment === 42 42 43 Sample experiment is described in JSON files: 44 `emulator/execution/sample_parameters.json` 45 `emulator/execution/sample_topology.json` 43 Sample experiment is described in sample_test.py file. 46 44 47 Test is run by executing `SG-CommTestBed.py` script on node1-1: `sudo -E ~/emulator/execution/SG-CommTestBed.py`. 45 Controller is started with: 46 `sudo ~/sg-sdn/controller/start_controllers.sh` 47 48 Test is run by executing `SG-CommTestBed.py` script on node1-1: `sudo -E ~/sg-sdn/execution/SG-CommTestBed.py`. 48 49 49 50 === Results analysis ===