Changes between Version 64 and Version 65 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
07/18/14 15:05:07 (10 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

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

    v64 v65  
    167167  }}}
    168168
    169   8. Check the flow table entries on your switch:
     169  8. Notice what happens to your ping on host1.
     170
     171  9. Check the flow table entries on your switch:
    170172   {{{
    171173  sudo ovs-ofctl dump-flows br0
    172174  }}}
    173   Since you set our switch to "secure" mode, i.e. don't forward packets if the controller fails, you will not see flow table entries.  If you see flow table entries, try again after 10 seconds to give the entries time to expire.
    174 
    175   9. Notice what will happen to your ping on host1.
     175  Since you set your switch to "secure" mode, i.e. don't forward packets if the controller fails, you will not see flow table entries.  If you see flow table entries, try again after 10 seconds to give the entries time to expire.
     176
    176177
    177178==== Soft vs Hard Timeouts ====