Changes between Version 10 and Version 11 of GENIExperimenter/Tutorials/jacks/GetStart_PartI_IPRoute/Procedure/Execute


Ignore:
Timestamp:
11/04/14 13:17:28 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v10 v11  
    167167</table>
    168168}}} 
    169     c. From the NodeA, `ping` the adjacent NodeB '''data plane interface'''. From the terminal window that is logged in to the client type :
     169    c. From NodeA, `ping` the adjacent NodeB '''data plane interface'''. From the terminal window that is logged in to the client type :
    170170{{{
    171171    ping <NodeB data IP addr> -c 5
     
    186186
    187187==== 5.2.2 Install and use `iperf` ====
    188     a. Install the `iperf` software on both nodes:
    189     appropriate command below.
     188    a. Install the `iperf` software on both NodeA and NodeB:
    190189{{{
    191190    sudo apt-get install iperf
     
    193192}}}
    194193
    195     b. Start an `iperf` server on the server node:
     194    b. Start an `iperf` server on NodeB:
    196195{{{
    197196    iperf -s
    198197}}}
    199     c. Run an `iperf` client via the data plane:
    200 {{{
    201     iperf -c <server data IP addr>
     198    c. From NodeA, run an `iperf` client via the data plane:
     199{{{
     200    iperf -c <NodeB data IP addr>
    202201}}}
    203202       For example:
    204203{{{
    205     iperf -c 10.1.1.2
     204    iperf -c 192.168.2.11
    206205}}}
    207206''What is the bandwidth of this link?''
    208207
    209208''Why?''
    210     d. Run an `iperf` client via the control plane:
    211 {{{
    212 iperf -c <server control IP addr>
     209    d. On NodeA, run an `iperf` client via the control plane:
     210{{{
     211iperf -c <NodeB control IP addr>
    213212}}}
    214213       For example: