Changes between Version 23 and Version 24 of GENIExperimenter/Tutorials/jacks/GetStart_PartI_IPRoute/Procedure/Execute


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

--

Legend:

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

    v23 v24  
    100100    b. Fill in the worksheet, noting the name and  IP address of the control and of the data interfaces for each node. 
    101101{{{
    102 #!html
     102#!comment
    103103
    104104<table id="Table_02" border="0" cellpadding="5" cellspacing="0">
     
    119119       For example:
    120120{{{
    121     ping 192.168.2.11 -c 5
     121    ping 192.168.1.11 -c 5
    122122}}}
    123123    d. Now, `ping` the NodeB '''control plane interface'''. From the terminal window that is logged in to NodeA type :
     
    127127       For example:
    128128{{{
    129     ping 172.17.1.9  -c 5
     129    ping 10.103.0.13  -c 5
    130130}}}
    131131   
     
    148148       For example:
    149149{{{
    150     iperf -c 192.168.2.11
     150    iperf -c 192.168.1.11
    151151}}}
    152152''What is the bandwidth of this link?''
     
    159159       For example:
    160160{{{
    161 iperf -c 172.17.2.2
     161iperf -c 10.103.0.13
    162162}}}
    163163''What is the bandwidth of this link?''