Changes between Version 53 and Version 54 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/Execute


Ignore:
Timestamp:
02/04/16 13:57:36 (8 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/Execute

    v53 v54  
    130130hash
    131131}}}
    132     b. Start an `iperf` server on the server node:
     132    b. On both nodes run the hash command to ensure the new iperf command is accessable from the command line:
     133{{{
     134hash
     135}}} 
     136    c. Start an `iperf` server on the server node:
    133137{{{
    134138iperf -s
    135139}}}
    136     c. Run an `iperf` client via the data plane:
     140    d. Run an `iperf` client via the data plane:
    137141{{{
    138142iperf -c <server data IP addr>
     
    144148       ''What is the bandwidth of this link?'' [[br]]
    145149       ''Why?''[[br]] [[br]]
    146     d. Run an `iperf` client via the control plane:
     150    e. Run an `iperf` client via the control plane:
    147151{{{
    148152iperf -c <server control IP addr>
     
    154158       ''What is the bandwidth of this link?'' [[br]]
    155159       ''Why?'' [[br]] [[br]]
    156     e. Type `CTRL-C` on the server node to stop the `iperf` server.
     160    f. Type `CTRL-C` on the server node to stop the `iperf` server.
    157161
    158162=== 5.3 Bring down the server's data interface ===