Changes between Version 56 and Version 57 of GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/Execute


Ignore:
Timestamp:
10/25/17 11:03:10 (6 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

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

    v56 v57  
    3838}}}
    3939
    40 2. Start the Floodlight Controller by running the following commands:
     402. Start the !Floodlight Controller by running the following commands:
    4141
    4242{{{
     
    9191=== 4c. Look around your OVS switch  ===
    9292
    93 1. To see messages go between your switch and your controller, open a new ssh window to your controller node and run tcpdump on the `eth1` interface and on the tcp port that your FloodLight controller is listening on by default 6653.  (You can also run `tcpdump` on the `OVS` control interface if you desire.)
     931. To see messages go between your switch and your controller, open a new ssh window to your controller node and run tcpdump on the `eth1` interface and on the tcp port that your !FloodLight controller is listening on by default 6653.  (You can also run `tcpdump` on the `OVS` control interface if you desire.)
    9494{{{
    9595sudo tcpdump -i eth0 tcp port 6653
     
    9999
    100100 
    101 3. Kill your Floodlight controller by pressing `Ctrl-C`:
     1013. Kill your !Floodlight controller by pressing `Ctrl-C`:
    102102{{{
    1031032017-04-24 07:50:57.852 INFO  [n.f.l.i.LinkDiscoveryManager] Sending LLDP packets out of all the enabled ports
     
    174174=== 4e. Web GUI ===
    175175
    176 The Floodlight Controller comes equipped with a [https://floodlight.atlassian.net/wiki/display/floodlightcontroller/Web+GUI web-based GUI]. The GUI can be accessed by pointing your favorite browser to the following URL:
     176The !Floodlight Controller comes equipped with a [https://floodlight.atlassian.net/wiki/display/floodlightcontroller/Web+GUI web-based GUI]. The GUI can be accessed by pointing your favorite browser to the following URL:
    177177
    178178{{{
     
    191191}}}
    192192
    193 In the output, we obtain a list of the !OpenFlow device (i.e OVS) that Floodlight Controller has learned about.
     193In the output, we obtain a list of the !OpenFlow device (i.e OVS) that !Floodlight Controller has learned about.
    194194
    195195Next, ''ping'' Host2 & Host3 from Host1 and then re-run the command. Note that you output details will differ.