Changes between Version 76 and Version 77 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/18/14 14:15:00 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v76 v77  
    148148== 1c. Turn off internet protocol ==
    149149
    150  i. At this point, your network is still running IP. You can check by running a ping.
    151  i. In your '''hostA''' terminal window, run this command:
     150 i. At this point, your network is still running IP. You can check by running a ping. In your '''hostA''' terminal window, run this command:
    152151{{{
    153152#!div style="background: #ddf; border: 2px ridge; width: 685px; "
     
    172171#!div style="background: #ffd; border: 2px ridge; width: 685px;"
    173172{{{
    174 remote-execute --useSliceAggregates <slicename> -m "sh ./stopIP.sh" \
    175                                  --host <router_name>
     173ssh -A <router_name> "sh ./stopIP.sh"
    176174}}}
    177175You'll get output like this (the interface names may be different):