Changes between Version 7 and Version 8 of Tutorials/qNSE/aNgSgEmulator


Ignore:
Timestamp:
Nov 4, 2018, 12:27:09 PM (5 years ago)
Author:
mita
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/qNSE/aNgSgEmulator

    v7 v8  
    36361. Load VM image: `omf load -i <IMAGE NAME> -t all`.
    37372. 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.
     38Once 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.`
     39Provided 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.
    4040
    4141=== Running the experiment ===
    4242
    43 Sample experiment is described in JSON files:
    44 `emulator/execution/sample_parameters.json`
    45 `emulator/execution/sample_topology.json`
     43Sample experiment is described in sample_test.py file.
    4644
    47 Test is run by executing `SG-CommTestBed.py` script on node1-1: `sudo -E ~/emulator/execution/SG-CommTestBed.py`.
     45Controller is started with:
     46`sudo ~/sg-sdn/controller/start_controllers.sh`
     47
     48Test is run by executing `SG-CommTestBed.py` script on node1-1: `sudo -E ~/sg-sdn/execution/SG-CommTestBed.py`.
    4849
    4950=== Results analysis ===