Changes between Version 20 and Version 21 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
03/18/13 10:59:26 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v20 v21  
    6363== 1b. Configure your routers ==
    6464We are going to use remote execution to configure our routers. For this specific command we will use ssh directly.
    65   i. On a local terminal run the following command four times, each time substituting the <router_nickname> with one of the top, bottom, left, right:
    66   {{{
    67    ssh -A <router_nickname> "/local/click-example/extractClickConfig.py "
     65  i. On a local terminal run the following command four times, each time substituting the <router_name> with one of the top, bottom, left, right:
     66  {{{
     67   ssh -A <router_name> "/local/click-example/extractClickConfig.py "
    6868  }}}
    6969  You'll get output something like this:
     
    116116
    117117Since our experiment doesn't want IP, let's turn it off :
    118   i. On a local terminal run the following command four times, each time substituting the <router_nickname> with one of the top, bottom, left, right:
     118  i. On a local terminal run the following command four times, each time substituting the <router_name> with one of the top, bottom, left, right:
    119119  {{{
    120120  remote-execute.py -a pg-utah <slicename> -m "sh ./stopIP.sh"
     
    144144
    145145The extractor script produces a click configuration file for each of your routers. 
    146   i. On a local terminal run the following command four times, each time substituting the <router_nickname> with one of the top, bottom, left, right:
     146  i. On a local terminal run the following command four times, each time substituting the <router_name> with one of the top, bottom, left, right:
    147147  {{{
    148148  remote-execute.py -a pg-utah <slicename> -m "sh ./startClick.sh"