Changes between Version 4 and Version 5 of GENIEducation/SampleAssignments/IPRouting/ProcedureWithLabWiki


Ignore:
Timestamp:
03/20/15 17:42:28 (9 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

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

    v4 v5  
    111111               <li>In the search bar of the Prepare column, type in "step3_threenode.oedl" and select it. Click and drag the icon in the leftmost corner over to the Execute column</li>
    112112               <li>Select your slice from the dropdown list and click on the "Start Experiment" at the bottom of the Execute panel</li>
    113                   <b>Action:Click and drag the graph over to your Markdown</b>
    114                  <b>Action:When you are ready to submit your assignment, i.e, verified that the required routing is in place, Click on the Share Page button at the top left corner of the Plan column. This sends a link to your grader to evaluate your output </b>   
     113                  <b>Action:Click and drag the graph over to your Markdown</b>   
    115114         </ol>
    116115       
     
    134133them. In order to cleanup your slice :
    135134              <ol type="a">
    136                  <li>In Flack, press the <b>Delete</b> button in the bottom of your canvas </li>
     135                 <li>In Jacks, press the <b>Delete</b> button in the top of your canvas </li>
    137136                 <li> Select <b>Delete at used managers</b> and <b>confirm</b> your selection. </li>
    138137              </ol>
     
    140139              <h3><u> What to hand in: </u></h3>
    141140                 <ol>
    142                    <li> A screenshot of your slice when all the nodes are ready.</li>
    143                    <li> The answers to questions 1-3. </li>
    144                    <li> Screenshots of the output of the traceroute command invoked on Node A for IP 192.168.2.2 <b>before</b> and <b>after</b> the setup of static routes. </li>
    145                    <li> Screenshots of the route table of Nodes A, B and C </li>
     141                    <li>Drag the graphs into your Markdown and include answers to the questions above in the same document.</li>
     142                    <li>When you are ready to submit your assignment, i.e, verified that the required routing is in place, Click on the Share Page button at the top left corner of the Plan column. This sends a link to your grader to evaluate your output.</li>
    146143                 </ol>                   
    147144          </td>
     
    162159sudo sh -c 'echo 1 > /proc/sys/net/ipv4/ip_forward'
    163160}}}
     161 * If you have trouble with your assignment, look carefully in the logs on the Execute panel. It gives you an output similar to one you will see in bash shell and you will be able to figure out why your script doesn't work as expected.
    164162  * A new slice will always be in its initial state with NO routing set up!
    165163  * A useful tool to debug the packet flow is [http://www.tcpdump.org/ tcpdump]. In order to install it run: