Changes between Version 36 and Version 37 of GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ccn/Procedure/Setup


Ignore:
Timestamp:
07/02/15 20:44:48 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ccn/Procedure/Setup

    v36 v37  
    241241<td colspan=2>
    242242  <ol type='a'>
    243      <li>Click on each node to manipulate details of the node configuration.
     243     <li>Click on each node to manipulate details of the node configuration. The execute commands below are found under the "Boot scripts" tab.
    244244<br/><br/>
    245245The <tt>ccnx-setup</tt> execute command takes as parameters the name of a single "barrier" node, which must be up in order for the experiment to start, and the number of nodes in the topology as follows:
    246246<pre>ccnx-setup BARRIER_NODE NUM_NODES</pre>
    247 We will continue to use the node <tt>ccnx-router</tt> as the barrier node.
     247We will continue to use the node <tt>router</tt> as the barrier node.
    248248<br/><br/>
    249249We will add two nodes to the topology, so go ahead and change the number of nodes from 3 to 5.
    250 The new <tt>ccnx-router</tt> execute command on <b>all three nodes</b> should be:
    251 <pre>cd /tmp/ccnx-setup && ./ccnx-setup ccnx-router 5</pre>
     250The new <tt>router</tt> execute command on <b>all three nodes</b> should be:
     251<pre>cd /tmp/ccnx-setup && ./ccnx-setup router 5</pre>
    252252
    253253
     
    289289</ul>
    290290     </li>
    291      <li>Copy the <tt>ccnx-router</tt> node the same way.  The new node should be <tt>ccnx-router-1</tt>.</li>
     291     <li>Copy the <tt>router</tt> node the same way.  The new node should be <tt>router1</tt>.</li>
    292292  </ol>
    293293</td>
     
    296296  <img src="http://groups.geni.net/geni/raw-attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/JacksLab1_20_v2.png" width='500'/>
    297297     <br />
    298      <b>Figure 3-3</b> <i>Copy the <tt>ccnx-router</tt> and <tt>user</tt> nodes.</i>
     298     <b>Figure 3-3</b> <i>Copy the <tt>router</tt> and <tt>user</tt> nodes.</i>
    299299</td>
    300300</tr>
     
    303303<td colspan=2>
    304304  <ol type='a' start='4'>
    305      <li>Draw a link between the <tt>ccnx-router</tt> and <tt>ccnx-router-1</tt> nodes.</li>
    306      <li>Draw another link between the new <tt>ccnx-router-1</tt> node and the <tt>user-0</tt> node.</li>
     305     <li>Draw a link between the <tt>router</tt> and <tt>router1</tt> nodes.</li>
     306     <li>Draw another link between the new <tt>router1</tt> node and the <tt>user-0</tt> node.</li>
    307307     <li>The topology should look like Figure 3-4</li>
    308308  </ol>
     
    325325<pre>add-precip-routes NEXT_HOP_NODE</pre>
    326326
    327 Edit the new <tt>ccnx-router-1</tt> node to point to <tt>ccnx-router</tt>.
     327Edit the new <tt>router1</tt> node to point to <tt>router</tt>.
    328328<br/><br/>
    329 The new <tt>add-precip-routes</tt> execute command on <b>ccnx-router-1</b> should be:
    330 <pre>cd /tmp/ccnx-setup && ./add-precip-routes ccnx-router</pre>
     329The new <tt>add-precip-routes</tt> execute command on <b>router1</b> should be:
     330<pre>cd /tmp/ccnx-setup && ./add-precip-routes router</pre>
    331331</li>
    332332<li>
    333 Edit the new <tt>user-0</tt> node to point to <tt>ccnx-router-1</tt>.
     333Edit the new <tt>user-0</tt> node to point to <tt>router1</tt>.
    334334<br/><br/>
    335 The new <tt>add-precip-routes</tt> execute command on <b>user-0</b> should be:
    336 <pre>cd /tmp/ccnx-setup && ./add-precip-routes ccnx-router-1</pre>
     335The new <tt>add-precip-routes</tt> execute command on <b>user0</b> should be:
     336<pre>cd /tmp/ccnx-setup && ./add-precip-routes router1</pre>
    337337
    338338</li>
     
    343343  <img src="http://groups.geni.net/geni/raw-attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/JacksLab1_22_v2.png" width='500'/>
    344344     <br />
    345      <b>Figure 3-5</b> <i>Edit the next hop on <tt>ccnx-router-1</tt> and <tt>user-0</tt>.</i>
     345     <b>Figure 3-5</b> <i>Edit the next hop on <tt>router1</tt> and <tt>user0</tt>.</i>
    346346</td>
    347347</tr>