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


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

--

Legend:

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

    v9 v10  
    167167</table>
    168168}}} 
    169     c. From the client, `ping` the server '''data plane interface'''. From the terminal window that is logged in to the client type :
    170 {{{
    171     ping <server data IP addr> -c 5
     169    c. From the NodeA, `ping` the adjacent NodeB '''data plane interface'''. From the terminal window that is logged in to the client type :
     170{{{
     171    ping <NodeB data IP addr> -c 5
    172172}}}
    173173       For example:
    174174{{{
    175     ping 10.1.1.2 -c 5
    176 }}}
    177     d. Now, `ping` the server '''control plane interface'''. From the terminal window that is logged in to the client type :
    178 {{{
    179     ping <server control IP addr> -c 5
     175    ping 192.168.2.11 -c 5
     176}}}
     177    d. Now, `ping` the NodeB '''control plane interface'''. From the terminal window that is logged in to NodeA type :
     178{{{
     179    ping <NodeB control IP addr> -c 5
    180180}}}
    181181       For example: