Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopoQuagga


Ignore:
Timestamp:
06/16/16 17:11:21 (8 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopoQuagga

    v1 v1  
     1[[PageOutline]]
     2
     3= II. Small Topology Experiment =
     4
     5This experiment is step 2 in the multi-part tutorial on [wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy Systematic Experimental Design]. This experiment assumes that [wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware Step I: Single Node] had been completed.  The Systematic Experimental Design approach follows this sequence:
     6
     7{{{
     8#!html
     9
     10<div style="text-align:center; width:495px; margin-left:auto; margin-right:auto;">
     11<img id="Image-Maps_5201305222028436" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/SmallTopo.png?format=raw" usemap="#Image-Maps_5201305222028436" border="0" width="495" height="82" alt="" />
     12<map id="_Image-Maps_5201305222028436" name="Image-Maps_5201305222028436">
     13<area shape="rect" coords="12,12,132,73" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware" alt="" title=""    />
     14<area shape="rect" coords="185,12,313,73" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo" alt="" title=""    />
     15<area shape="rect" coords="366,12,490,73" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp" alt="" title=""    />
     16<area shape="rect" coords="493,136,495,138" href="http://www.image-maps.com/index.php?aff=mapped_users_5201305222028436" alt="Image Map" title="Image Map" />
     17</map>
     18<!-- Image map text links - End - -->
     19
     20</div>
     21}}}
     22
     23= Small Topology Experimentation =
     24
     25So far,  we have created an InstaGENI custom image that has `XORP` installed in [wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware Step I]. In order to configure and verify `OSPF` routing, we need to create a network where at least two routers are not directly connected.
     26
     27We will test `OSPF` configuration and automation with a four-node topology, and verify that the `OSPF` routing is working properly in this small network.
     28
     29[[Image(GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo:4node-config-add-endhosts.png)]]
     30{{{
     31#!html
     32<table id="Table_01" height="409" border="0" cellpadding="0" cellspacing="0">
     33      <tr>
     34             <td>
     35                      <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/DesignSetup"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design.png?format=raw" width="152" height="152" alt="Design/Setup"></a>
     36             </td>
     37             <td>
     38             <ul>
     39                    <li><a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/DesignSetup">Part I: Design/Setup "step-by-step" instructions </a> (Alternate: <a href="http://groups.geni.net/geni/wiki/PaperOSRMethodology/Design">Summary instructions</a>) </li>
     40                    <ul>
     41                            <li> The "step-by-step" instructions provide full details of how to manually generate the topology. (This will take multiple hours to do.)</li>
     42                            <li> The "summary" instructions show you how to bring up the complete topology. (If you already have a GENI account and are a member of a project, this will take a few minutes to do.)</li>
     43                            <li> Software Configuration and Automation</li>
     44                            <li> View Request RSpec </li>
     45                    </ul>
     46             </ul>
     47             </td>
     48     </tr>
     49     <tr>
     50             <td>
     51                      <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/Execute"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/execute.png?format=raw" width="152" height="143" alt="Execute"></a>
     52             </td>
     53             <td>
     54             <ul>
     55                    <li><a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/Execute">Part II: Execute</a></li>
     56                    <ul>
     57                            <li> Execute Experiment </li>
     58                    </ul>
     59             </ul>
     60             </td>
     61     </tr>
     62     <tr>
     63             <td>
     64                      <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/Finish"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/finish.png?format=raw" width="152" height="114" alt="Finish"></a>
     65             </td>
     66             <td>
     67             <ul>
     68                    <li><a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/Finish">Part III: Finish</a></li>
     69                    <ul>
     70                            <li> Teardown Experiment </li>
     71                    </ul>
     72             </ul>
     73             </td>
     74     </tr>
     75</table>
     76
     77}}}
     78