Changes between Version 17 and Version 18 of GENIExperimenter/Tutorials/jacks/GetStart_PartI_IPRoute/Procedure/Execute


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

--

Legend:

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

    v17 v18  
    168168=== 5.2 Exercise B: Configure Routing ===
    169169
    170 {{{
    171 #!html
    172 
     170    a. From NodeA, start pinging one of NodeB's '''data plane interfaces''':
     171
     172{{{
     173#!html
     174
     175We will use the following network topology for this experiment:
     176<br>
     177<img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/IPRouting/Procedure/routetopology.png?format=raw" alt="route topology"  align="center" width="350" title="route topology" />
     178
     179<br>
    173180In this experiment you will learn how to set up static routing with the <em>route</em> command.
    174181
     
    206213</table>
    207214
    208 <br/>
    209 We will use the following network topology for this experiment:
    210 <br>
    211 <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/IPRouting/Procedure/routetopology.png?format=raw" alt="route topology"  align="center" width="350" title="route topology" />
    212 
    213 
    214 
    215215         <h4> Questions: </h4>
    216216             <ol>
    217               <li> <b>What happens when you traceroute from A to IP address 192.168.2.12 before you setup the static routes? Why? </b> <br/>Include the output of the traceroute in your writeup</li>
    218               <li> <b>Setup the routing from A to 192.68.2.12 so that it goes through B. Was it enough to just modify the routing tables? What else  did you need to change in order for the traffic to flow? Ensure that you have connectivity by running a ping from A to 192.168.2.12</b> <br/>In your writeup include all the commands you ran and a screenshot of the routing configuration</li>
    219               <li> <b>What happens when you traceroute from A to IP address 192.168.2.12 after you setup the static routes? </b> <br/>In your writeup include a screenshot of the traceroute output.</li>
     217              <li> <b>What happens when you traceroute from A to IP address 192.168.2.12 before you setup the static routes? Why? </b></li>
     218              <li> <b>Setup the routing from A to 192.68.2.12 so that it goes through B. Was it enough to just modify the routing tables? What else  did you need to change in order for the traffic to flow? Ensure that you have connectivity by running a ping from A to 192.168.2.12</b> </li>
     219              <li> <b>What happens when you traceroute from A to IP address 192.168.2.12 after you setup the static routes? </b></li>
    220220             </ol>
    221221