Changes between Version 34 and Version 35 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/16/14 10:54:49 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v34 v35  
    127127== 1c. Turn off internet protocol ==
    128128
    129 At this point, your network is still running IP. You can check by running a ping. In your '''hostA''' terminal window, run this command.
    130 
    131 {{{
    132 ping -c 3 hostb
     129At this point, your network is still running IP. You can check by running a ping. In your '''`hostA`''' terminal window, run this command.
     130
     131{{{
     132ping -c 3 hostB
    133133}}}
    134134
     
    147147
    148148Since our experiment doesn't want IP, let's turn it off :
    149   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:
    150   {{{
    151   remote-execute --useSliceAggregates <slicename> -m "sh ./stopIP.sh" \
     149  i. On a local terminal run the following command four times, each time substituting the `<router_name>` with one of `top`, `bottom`, `left`, `right`:
     150  {{{
     151remote-execute --useSliceAggregates <slicename> -m "sh ./stopIP.sh" \
    152152                                 --host <router_name>
    153153}}}
     
    159159}}}
    160160
    161   i. Verify that IP is really off, try another ping. On '''hostA''':
     161  i. Verify that IP is really off, try another ping. On '''`hostA`''':
    162162  {{{
    163163ping -c 3 hostb