Changes between Version 17 and Version 18 of GENIExperimenter/Tutorials/StitchingTutorial/Execute


Ignore:
Timestamp:
03/14/14 12:24:18 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v17 v18  
    3939}}}
    4040
     41'''2.''' Now let's compare the delay over each link type.
    4142
    42 '''2.''' Start a browser and navigate to the ''"server's"''s hostname from readyToLogin output in previous step. For this example experiment the hostname allocated is pcvm1-15.instageni.stanford.edu:
     43In the ''"right-client"'' terminal issue:
     44{{{
     45right-client$ ping -c 20 192.168.1.2 -q
     46}}}
     47
     48In the ''"left-client"'' terminal issue:
     49{{{
     50left-client$ ping -c 20 10.10.1.2 -q
     51}}}
     52
     53
     54'''3.''' Start a browser and navigate to the ''"server's"''s hostname from readyToLogin output in previous step. For this example experiment the hostname allocated is pcvm1-15.instageni.stanford.edu:
    4355 
    4456     [[Image(GENIExperimenter/Graphics:server-web.jpg,65%)]]
    4557 
    46 '''3.''' In the first terminal logged in to ''"right-client"'', install iperf and send traffic to the server over the ''stitched'' path by executing the 2 commands exactly as shown:
     58'''4.''' Now let's generate some iperf traffic:
     59
     60In the ''"right-client"'' window issue:
    4761{{{
    4862right-client$ /usr/bin/iperf -c 192.168.1.2 -t 30 -P 5
    4963}}}
    5064
    51 '''4.''' In the second terminal connected to ''"left-client"''. install iperf and send traffic to the server over the ''local'' link by executing the 2 commands exactly as shown:
     65In the ''"left-client"'' window issue:
    5266{{{
    5367left-client$ /usr/bin/iperf -c 10.10.1.2 -t 30 -P 5