Changes between Version 28 and Version 29 of GENIExperimenter/Tutorials/jacks/GetStart_PartI_IPRoute/Procedure/Execute


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

--

Legend:

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

    v28 v29  
    178178       <td >
    179179         <ol  type='a'>
    180             <li>What happens when you traceroute from A to IP address 192.168.2.12 before you setup the static routes? Why? </li>
    181             <li> Setup the routing from A to 192.68.2.12 so that it goes through B as shown in Figure 5-1.  Use the <tt>route</tt> command and the Tips listed below. 
     180            <li>What happens when you run <tt>traceroute</tt> from A to IP address <tt>192.168.2.12</tt> before you setup the static routes? Why? </li>
     181            <li> Setup the routing from A to <tt>192.68.2.12</tt> so that it goes through B as shown in Figure 5-1.  Use the <tt>route</tt> command and the Tips listed below. 
    182182             <ol type='i'>
    183183              <li>In order to create this routing behavior you will need to modify the routing tables in your nodes using the linux
    184184<a href ="http://www.hscripts.com/tutorials/linux-commands/route.html"> route command </a></li>
    185               <li>Was it enough to just modify the routing tables? What else  did you need to change in order for the traffic to flow?</li>
     185              <li>Was it enough to just modify the routing tables? What else did you need to change in order for the traffic to flow?</li>
    186186             </ol>
    187               <li>Ensure that you have connectivity by running a ping and traceroute from A to 192.168.2.12.  When you ping 192.168.2.12 and 192.168.3.12 from NodeA, what is the difference in delay? Do you see differences in the bandwidth measured by iperf sending TCP traffic to these two destinations from NodeA?</li>
    188               <li>What happens when you traceroute from A to IP address 192.168.2.12 after you setup the static routes?             
     187              <li>Ensure that you have connectivity by running a <tt>ping</tt> and <tt>traceroute</tt> from A to <tt>192.168.2.12</tt>.  When you ping <tt>192.168.2.12</tt> and <tt>192.168.3.12</tt> from NodeA, what is the difference in delay? </li>
     188              <li>What happens when you <tt>traceroute</tt> from A to IP address <tt>192.168.2.12</tt> after you setup the static routes?             
    189189             </li>
    190190          </ol>