Changes between Version 57 and Version 58 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
07/07/14 20:03:37 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v57 v58  
    108108In this example we going to run a very simple learning switch controller to forward traffic between host1 and host2.
    109109 
    110   1. First we are going to start a ping from  `host1` to `host2`, which should timeout, since there is no controller running. Leave this ping running.
     110  1. First we are going to start a ping from  `host1` to `host2`, which should timeout, since there is no controller running.
    111111  {{{
    112112  ping host2 -c 10
     
    119119  }}}
    120120
    121    '' Note: "l2" above uses the letter l as in level and is not the number one.''
     121   '' Note: "l2" above uses the letter `l` as in level and is not the number one.''
    122122
    123123 3. Now go to terminal of `host1` and ping `host2`: