Changes between Version 12 and Version 13 of GEC15Agenda/AdvancedGENITopoOmni/Instructions/ClickExampleExperiment


Ignore:
Timestamp:
10/22/12 01:05:48 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC15Agenda/AdvancedGENITopoOmni/Instructions/ClickExampleExperiment

    v12 v13  
    191191=== 3b. Configure your routers ===
    192192We are going to use remote execution to configure our routers.
    193   i. On a local terminal run the following command four time, each time substituting the <router_nickname> with one of the top, bottom, left, right:
     193  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:
    194194  {{{
    195195  geni@geni-VirtualBox:~$ ssh -A <router_nickname> "/local/click-example/extractClickConfig.py "
     
    244244
    245245Since our experiment doesn't want IP, let's turn it off :
    246   i. On a local terminal run the following command four time, each time substituting the <router_nickname> with one of the top, bottom, left, right:
     246  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:
    247247  {{{
    248248  ssh -A <router_nickname> "sh ./stopIP.sh"
     
    270270
    271271The extractor script produces a click configuration file for each of your routers. 
    272   i. On a local terminal run the following command four time, each time substituting the <router_nickname> with one of the top, bottom, left, right:
     272  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:
    273273  {{{
    274274  ssh -A <router_nickname> "sh ./startClick.sh"