Changes between Version 16 and Version 17 of GENIEducation/SampleAssignments/IPRouting/Procedure


Ignore:
Timestamp:
09/11/13 13:55:38 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/IPRouting/Procedure

    v16 v17  
    8080      </td>
    8181      <td>
    82 The goal of this exercise is to setup the routing as indicated in Figure 1; i.e.  packets from A send to IP address 192.168.2.12 on node C should be routed via node B. The default behavior between your nodes is different.
    83 === Question 2 ===
    84 ''Verify the default routing behavior using the [http://en.wikipedia.org/wiki/Traceroute traceroute] linux command.''
    85 
    86 ''Hand in'': Screenshots with the output of the traceroutes commands.
    87 
    88 === Question 3 ===
    89 ''Use the linux [http://www.hscripts.com/tutorials/linux-commands/route.html route command] to create static routes that match the routing behavior of the diagram.''
    90 
    91 ''Hand in:''The routing commands your ran. The final route configuration.
    92 
    93 === Question 4 ===
    94 ''Verify that you have created the intended routing behavior using traceroute.''
    95 
    96 ''Hand in:'' Screenshots from node A that shows traceroutes for both IP addresses of node C.
    97 [[BR]][[BR]]
    98 
    9982         <h3><u> 3. Setup the routing </u></h3>
    10083         The goal of this exercise is to setup the routing as indicated in Figure 1; i.e.  packets from A send to IP address 192.168.2.12 on node C should be routed via node B. In order to create this routing behavior you will need to modify the routing tables in your nodes using the linux <a href ="http://www.hscripts.com/tutorials/linux-commands/route.html> route command </a>
    101                      
     84         <h4> Questions: </h4>
     85             <ol>
     86              <li> <b>What happens when you a traceroute from A to IP address 192.168.2.2? Why? </b> <br/>Include the output of the traceroute in your writeup</li>
     87              <li> <b>Setup the routing from A to 192.68.2.2 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? </b> <br/>In your writeup include all the commands you ran and a screenshot of the routing configuration</li>
     88              <li> <b>What happens when you a traceroute from A to IP address 192.168.2.2 after you setup the static routes? </b> <<br/>In your writeup include a screenshot of the traceroute output.</li>
     89             </ol>       
     90
    10291          </td>
    10392       </tr>