Navigation: [wiki:GEC21Agenda/ChoiceNet/start Up] At this point we will start configure and Installing Choicenet code onto the nodes in your slice. Follow the list of commands below to set up the CHOICENET FRAMEWORK '''Replace the and with the values shown to you during the pre-setup phase''' Change into the choicenet bin directory {{{ #!sh cd choicenet/source/bin/ }}} Run the configure to setup the necessary interfaces, routes and bridges {{{ #!sh ./getool -f -l -i ~/.ssh/id_rsa configure }}} Now install the Choicenet code which includes Choicenet CLICK Implementation and the Choicenet SDN Implementation {{{ #!sh ./getool -f -l -i ~/.ssh/id_rsa install }}} Turn on CLICK on all the Router Nodes (-R option) {{{ #!sh ./getool -f -l -i ~/.ssh/id_rsa -R clickon }}} Turn on the Choicenet PATH Service (Details about path service provided during the tutorial) {{{ #!sh ./getool -f -l -i ~/.ssh/id_rsa pathServiceOn }}} Send path advertisements to path service {{{ #!sh ./sendAdvertisements.sh }}}