Changes between Version 58 and Version 59 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/16/14 15:19:36 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v58 v59  
    155155== 1c. Turn off internet protocol ==
    156156
    157 At this point, your network is still running IP. You can check by running a ping. In your '''hostA''' terminal window, run this command.
    158 
     157At this point, your network is still running IP. You can check by running a ping.
     158
     159{{{
     160#!div style="background: #ddf; border: 2px ridge; width: 685px; "
     161In your '''hostA''' terminal window, run this command:
    159162{{{
    160163ping -c 3 hostB
    161164}}}
    162 
    163165The command should succeed, with output like this:
    164 
    165166{{{
    166167PING hostB-link-B (10.10.6.2) 56(84) bytes of data.
     
    173174rtt min/avg/max/mdev = 1.193/1.370/1.531/0.138 ms
    174175}}}
     176}}}
    175177
    176178Since our experiment doesn't want IP, let's turn it off :
    177179  i. On a local terminal run the following command four times, each time substituting the `<router_name>` with one of `top`, `bottom`, `left`, `right`:
     180{{{
     181#!div style="background: #ffd; border: 2px ridge; width: 685px; margin-left:50px;"
    178182  {{{
    179183remote-execute --useSliceAggregates <slicename> -m "sh ./stopIP.sh" \
     
    186190Disabling IP on interface mv10.10
    187191}}}
    188 
    189   i. Verify that IP is really off, try another ping. On '''hostA''':
     192}}}
     193  i. Verify that IP is really off, try another ping.
     194{{{
     195#!div style="background: #ddf; border: 2px ridge; width: 685px; "
     196On '''hostA''':
    190197  {{{
    191198ping -c 3 hostb
     
    1982053 packets transmitted, 0 received, 100% packet loss, time 11999ms
    199206}}}
    200 
     207}}}
    201208= 2. Execute Experiment: Use custom routing to forward traffic over multi-path topology   =
    202209