Changes between Version 66 and Version 67 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
07/18/14 18:13:15 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v66 v67  
    155155  sudo tcpdump -i l0
    156156  }}}
    157   You will see (1) periodic keepalive messages  being exchanged by the switch and the controller, (2) "packet in" messages from the switch to the controller when a flow table entry expires and an ICMP Echo message in, and (3) "packet out" messages from the controller to the switch that install new flow entries.
     157  You will see (1) periodic keepalive messages  being exchanged by the switch and the controller, (2) messages from the switch to the controller (e.g. when there is a table miss) and an ICMP Echo message in, and (3) messages from the controller to the switch (e.g. to install new flow entries).
    158158
    159159  7. Kill your POX controller by pressing `Ctrl-C`: