Changes between Version 35 and Version 36 of GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment


Ignore:
Timestamp:
03/17/13 15:55:00 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment

    v35 v36  
    144144    i. From the client try to ping the server at layer 2. You will need the mac address of the data interface of the server, the name of the data interface of the client, and the !EtherType from your worksheet. In the terminal window of the client, type:
    145145    {{{
    146 sudo /usr/local/bin/pingPlus <server mac> <client i/f name> <EtherType>
     146sudo /usr/local/bin/pingPlus <server mac> <client i/f name> <Eth>
    147147
    148148where <server mac> is the server's data interface's MAC address,
    149 <data i/f name> is the client data interface' name, and
    150 <ethertype> is the EtherType from worksheet
     149<client i/f name> is the client data interface' name, and
     150<Eth> is the EtherType from the worksheet.
    151151  }}}
    152152    The result should look like :