Changes between Version 94 and Version 95 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
11/04/14 21:42:12 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

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

    v94 v95  
    169169  6. To see messages go between your switch and your controller (listening on port 6633 of your localhost), open a new ssh window to your controller node and run tcpdump on the `eth0` interface:
    170170  {{{
    171   sudo tcpdump -i eth0
     171  sudo tcpdump -i eth0 'port 6633'
    172172  }}}
    173173  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).