Changes between Version 5 and Version 6 of GEC21Agenda/ChoiceNet/gt_tool


Ignore:
Timestamp:
10/15/14 17:28:20 (9 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/gt_tool

    v5 v6  
    66Follow the list of commands below to set the the CHOICENET FRAMEWORK
    77
     8Change into the choicenet bin directory
    89{{{
    910#!sh
     
    1112}}}
    1213
     14
     15Run the configure to setup the necessary interfaces, routes and bridges
    1316{{{
    1417#!sh
     
    1619}}}
    1720
     21Now install the Choicenet code which includes Choicenet CLICK Implementation and the Choicenet SDN Implementation
    1822{{{
    1923#!sh
     
    2125}}}
    2226
     27
     28Turn on CLICK on all the Router Nodes (-R option)
    2329{{{
    2430#!sh
     
    2632}}}
    2733
     34
     35Turn on the Choicenet PATH Service (Details about path service provided during the tutorial)
    2836{{{
    2937#!sh
    3038./gt -f <MANIFEST FILENAME> -l <GENI USERNAME> -i ~/.ssh/id_rsa pathServiceOn
     39}}}
     40
     41Send path advertisements to path service
     42{{{
     43#!sh
    3144./sendAdvertisements.sh
    3245}}}