Changes between Version 35 and Version 36 of GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment
- Timestamp:
- 03/17/13 15:55:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/PortalSimpleLayer2Example/ExecuteExperiment
v35 v36 144 144 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: 145 145 {{{ 146 sudo /usr/local/bin/pingPlus <server mac> <client i/f name> <Eth erType>146 sudo /usr/local/bin/pingPlus <server mac> <client i/f name> <Eth> 147 147 148 148 where <server mac> is the server's data interface's MAC address, 149 < datai/f name> is the client data interface' name, and150 < ethertype> is the EtherType from worksheet149 <client i/f name> is the client data interface' name, and 150 <Eth> is the EtherType from the worksheet. 151 151 }}} 152 152 The result should look like :