Changes between Version 28 and Version 29 of NikySandbox/TridentCommTut


Ignore:
Timestamp:
05/17/12 10:49:54 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/TridentCommTut

    v28 v29  
    364364click router on r2, and we are going to run a simple learning switch module. However you can
    365365imagine that you can implement a more complicated routing algorithm.
    366 In order to start the click router, at r2 run :
     366
     367Lets generate the click configuration file. In the terminal of R2 run:
    367368{{{
    368369cd
     370[inki@r2 ~]$ python /local/tutorial/makeClickConfig.py > switch.click
     371}}}
     372
     373In order to start the click router, at R2 run :
     374{{{
    369375sudo /usr/local/bin/click switch.click
    370376}}}