Changes between Version 73 and Version 74 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/18/14 14:09:47 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ClickExample/Execute

    v73 v74  
    316316In a local terminal type:
    317317{{{
    318 ssh -A left "cat left.click"
     318ssh left "cat left.click"
    319319}}}
    320320The output will look like :
     
    353353#!div style="background: #ffd; border: 2px ridge; width: 685px;"
    354354   {{{
    355 ssh -A top "tail -f /tmp/click.log"
    356    }}}
    357 }}}
    358 
    359 ii. Go to your window for '''hostA''', where your '''nc''' command is still running. Type a message into this window. You should see a log message in three of your four router windows.
     355ssh top "tail -f /tmp/click.log"
     356   }}}
     357}}}
     358
     359ii. Go to your window for '''hostA''', where your '''nc''' command is still running. Type a message into this window. Log messages should be recorded on three of your four routers.
    360360{{{
    361361#!div style="background: #ddf; border: 2px ridge; width: 685px;"