Changes between Version 11 and Version 12 of SarahEdwards/GettingStarted_PartII_ccn/Procedure/Setup


Ignore:
Timestamp:
06/11/15 20:35:59 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SarahEdwards/GettingStarted_PartII_ccn/Procedure/Setup

    v11 v12  
    265265<table><tr>
    266266<td colspan=2>
    267   <ol type='a'>
     267  <ol type='a' start='2'>
    268268     <li>Copy the <tt>user</tt> node by:
    269269<ul>
     
    286286<table><tr>
    287287<td colspan=2>
    288   <ol type='a'>
     288  <ol type='a' start='6'>
    289289     <li>Draw a link between the two <tt>ccnx-router</tt> nodes.</li>
    290290     <li>Draw another link between the new <tt>ccnx-router</tt> nodes and the <tt>user-1</tt> node.</li>
     
    301301</table>
    302302
     303<table><tr>
     304<td colspan=2>
     305  <ol type='a' start='9'>
     306     <li>Press the <b>Auto-IP</b> button to automatically assign IP addresses to each interface in the topology.</li>
     307     <li>
     308The <tt>add-precip-routes</tt> execute command takes as a parameter the name of the "next hop" node, which is the next node on the path to the <tt>data</tt> node:
     309<pre>add-precip-routes NEXT_HOP_NODE</pre>
     310<br/><br/>
     311Edit the new <tt>ccnx-router-2</tt> node to point to <tt>ccnx-router</tt>.
     312<br/><br/>
     313The new <tt>add-precip-routes</tt> execute command on <b>ccnx-router-1</b> should be:
     314<pre>cd /tmp/ccnx-setup && ./add-precip-routes ccnx-router</pre>
     315</li>
     316<li>
     317Edit the new <tt>user-0</tt> node to point to <tt>ccnx-router-1</tt>.
     318<br/><br/>
     319The new <tt>add-precip-routes</tt> execute command on <b>user-0</b> should be:
     320<pre>cd /tmp/ccnx-setup && ./add-precip-routes ccnx-router-1</pre>
     321
     322</li>
     323  </ol>
     324</td>
     325
     326<td colspan=2>
     327  <img src="http://groups.geni.net/geni/raw-attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/JacksLab1_22_v2.png" width='500'/>
     328     <br />
     329     <b>Figure 3-5</b> <i>Edit the next hop on <tt>ccnx-router-2</tt> and <tt>user-1</tt>.</i>
     330</td>
     331</tr>
     332</table>
    303333}}}
    304334