Changes between Version 15 and Version 16 of GEC21Agenda/ChoiceNet/gt_tool


Ignore:
Timestamp:
10/16/14 22:17:51 (9 years ago)
Author:
griff@netlab.uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/gt_tool

    v15 v16  
    1111
    1212 1. Change into the choicenet bin directory where the !ChoiceNet software is located:
    13 {{{
    14 #!sh
    15 cd choicenet/source/bin/
    16 }}}
    17 
    18 
     13  {{{
     14  #!sh
     15  cd choicenet/source/bin/
     16  }}}
    1917 1. Use the ''configure'' command to the getool to configure the slice with the addresses, interface, bridges, etc needed by
    2018the !ChoiceNet services:
    21 
    22 {{{
    23 #!sh
    24 ./getool -f <MANIFEST FILENAME> -l <GENI USERNAME> -i ~/.ssh/id_rsa configure
    25 }}}
    26 
     19  {{{
     20  #!sh
     21  ./getool -f <MANIFEST FILENAME> -l <GENI USERNAME> -i ~/.ssh/id_rsa configure
     22  }}}
    2723 1. Now use the getool ''install'' command to install the !ChoiceNet software:
    28 {{{
    29 #!sh
    30 ./getool -f <MANIFEST FILENAME> -l <GENI USERNAME> -i ~/.ssh/id_rsa install
    31 }}}
    32 This command will take several minutes to run (10-15 minutes).  This is installing two different
     24  {{{
     25  #!sh
     26  ./getool -f <MANIFEST FILENAME> -l <GENI USERNAME> -i ~/.ssh/id_rsa install
     27  }}}
     28  This command will take several minutes to run (10-15 minutes).  This is installing two different
    3329(network layer) !ChoiceNet routing and forwarding services.  The following describes the two services
    3430being installed:
    35    1. Source-Routed Forwarding:
     31    a. Source-Routed Forwarding:
    3632Unlike existing IP source routing protocols, this !ChoiceNet forwarding service will
    3733only forward a packet if the packet contains proof that the sender ''paid'' for the forwarding
     
    5753local config file to determine what type of path is needed, purchases the appropriate path from the PS, and then begins
    5854sending packets using the newly purchased path.
    59 
    60 
    61    1. Openflow-based Forwarding:
     55     b. Openflow-based Forwarding:
    6256One forwarding service offers something akin to a
    6357''source routed'' forwarding.