Changes between Version 43 and Version 44 of GENIExperimenter/Tutorials/ClickExample/Execute


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

--

Legend:

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

    v43 v44  
    275275===  Simple Forwarding ===
    276276
    277 The '''left''' router configuration is much simpler.  In a local terminal type:
     277The '''left''' router configuration is much simpler. 
     278
     279
     280{{{
     281#!div style="background: #ffd; border: 3px ridge; width: 685px;"
     282
     283In a local terminal type:
    278284{{{
    279285ssh -A left "cat left.click"
    280286}}}
    281   The output will look like :
    282 
     287The output will look like :
    283288{{{
    284289#!cpp
     
    299304}}}
    300305
     306}}}
     307
     308
     309
    301310This configuration just blindly forwards packets. It picks up any packet from the '''top''' router, updates the Ethernet header, and passes it along to the '''bottom''' router. The same applies in the reverse direction.  Again, the configuration for the '''right''' router is exactly analogous.
    302311