Changes between Version 58 and Version 59 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/Execute


Ignore:
Timestamp:
02/04/16 14:38:22 (8 years ago)
Author:
Ben Newton
Comment:

--

Legend:

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

    v58 v59  
    8989}}}
    9090    You should see at least two interfaces:
    91       * The '''control interface'''. This is the interface you use to access the node, e.g. ssh into your host. The control interface is mainly used for control traffic, i.e. traffic for controlling the node and the experiment.
    92       * The '''data interface'''. This is the interface that is used for sending experimental traffic. This is the interface that connects to the other hosts of your experiment through GENI. The links between these interfaces are the ones that allow you to run non-IP experiments. '''The data interface is the one that has an IP address and mask that match what you configured before you reserved your resources.'''
     91      * The '''control interface'''. This is the interface you use to access the node, e.g. ssh into your host. The control interface is mainly used for control traffic, i.e. traffic for controlling the node and the experiment. (likely something like 172.17.1.9)
     92      * The '''data interface'''. This is the interface that is used for sending experimental traffic. This is the interface that connects to the other hosts of your experiment through GENI. The links between these interfaces are the ones that allow you to run non-IP experiments. '''The data interface is the one that has an IP address and mask that match what you configured before you reserved your resources.''' (likely something like 10.10.1.2)
    9393    b. Fill in the worksheet, noting the name and  IP address of the control and of the data interfaces for each node. 
    9494{{{
     
    112112       For example:
    113113{{{
    114 ping 10.1.1.2 -c 5
     114ping 10.10.1.2 -c 5
    115115}}}
    116116    d. Now, `ping` the server '''control plane interface'''. From the terminal window that is logged in to the client type :
     
    143143       For example:
    144144{{{
    145 iperf -c 10.1.1.2
     145iperf -c 10.10.1.2
    146146}}}
    147147       ''What is the bandwidth of this link?'' [[br]]