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


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

--

Legend:

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

    v34 v35  
    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 data mac addr> <client data i/f name> <EtherType from worksheet>
     146sudo /usr/local/bin/pingPlus <server mac> <client i/f name> <EtherType>
     147
     148where <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
    147151  }}}
    148152    The result should look like :