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


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

--

Legend:

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

    v93 v94  
    167167  You should see at least two table entries: One for ICMP Echo (icmp_code=8) messages from host1 to host2 and one for ICMP Echo Reply (icmp_code=0) messages from host2 to host1.  You may also see flow entries for arp packets.
    168168
    169   6. To see messages go between your switch and your controller (listening on port 6633 of your localhost), run tcpdump on the `eth0` interface of your controller node:
     169  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  {{{
    171171  sudo tcpdump -i eth0