Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/SystematicExperimentationAnsible/Design


Ignore:
Timestamp:
09/17/15 19:41:59 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExperimentationAnsible/Design

    v5 v6  
    130130Next we will define a simple topology using the representative node types defined above.
    131131
    132  1. Duplicate the "server" node once. To copy a node click on the node and select "Duplicate Nodes Only".
    133  1. Duplicate the "client" node twice.
    134  1. Connect each remaining node to the original link (VLAN) to create a multipoint VLAN.  To do this, click near each node and drag towards the small unlabeled box on the existing link and then release.  You should now have a total of five nodes on a single multipoint VLAN.
    135  1. Set the IPs on the data plane links by pressing the "Auto-IP" button.  Click on the unlabeled box defining the link to see what IP addresses were assign.  Take note of what IP subnet was assigned as we will need it later.
    136  1. Select a site and reserve your resources.
     132{{{
     133#!html
     134<table border="0">
     135      <tr>
     136       <td >
     137         <ol  type='a'>
     138            <li>Duplicate the "server" node once. To copy a node click on the node and select "Duplicate Nodes Only".</li>
     139            <li>Duplicate the "client" node twice.</li>
     140            <li>Connect each remaining node to the original link (VLAN) to create a multipoint VLAN.  To do this, click near each node and drag towards the small unlabeled box on the existing link and then release.  You should now have a total of five nodes on a single multipoint VLAN.</li>
     141            <li>Set the IPs on the data plane links by pressing the "Auto-IP" button.  Click on the unlabeled box defining the link to see what IP addresses were assign.  Take note of what IP subnet was assigned as we will need it later.</li>
     142            <li>Select a site and reserve your resources.
     143</li>
     144          </ol>
     145       </td>
     146       <td>
     147
     148        <img border="0" src="http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/SystematicExperimentationAnsible/Graphics/fulltopology.png" alt="The full topology"  width="400" title="Jacks" />
     149<br />
     150         <b>Figure 3-3</b> <i>The full topology.</i>
     151       </td>
     152    </tr>
     153</table>
     154}}}
    137155
    138156For a real experiment, we would download this RSpec and save it in a version control system.