Changes between Version 10 and Version 11 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/AppendixStitching


Ignore:
Timestamp:
06/14/15 19:58:33 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/AppendixStitching

    v10 v11  
    8181<li>
    8282On the nodes at the second site, change the <tt>BARRIER_NODE</tt> to <tt>ccnx-router-1</tt> and set <tt>NUM_NODES</tt> to be 3.
    83 <br/>
     83<br/><br/>
    8484The new execute command on both of <tt>ccnx-router-1</tt> and <tt>user-0</tt> should be:
    8585<pre>cd /tmp/ccnx-setup && ./ccnx-setup ccnx-router-1 3</pre>
     
    9191      <li>Draw a link between the new <tt>user</tt> node and <tt>ccnx-router-1</tt></li>
    9292      <li><i>Auto-IP</i> all of the links.</li>
    93       <li>Set the <tt>NEXT_HOP</tt> node on <tt>ccnx-router-1</tt> to be the IP address of the <tt>ccnx-router</tt>'s data interface on the link between the two <tt>ccnx-router</tt> nodes.
    94 <br/>
    95 The new <tt>add-precip-routes</tt> execute command on <b>ccnx-router-1</b> should be (but use the appropriate IP address):
     93      <li>Instead of setting the <tt>NEXT_HOP</tt> on <tt>ccnx-router-1</tt> to <tt>ccnx-router</tt> use it's data plane IP address from the link between the two <tt>ccnx-router</tt> nodes.
     94<br/><br/>
     95The new <tt>add-precip-routes</tt> execute command on <b>ccnx-router-1</b> should be (be sure to substitute the appropriate IP address):
    9696<pre>cd /tmp/ccnx-setup && ./add-precip-routes 10.10.3.1</pre>
    9797       </li>