Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/OpenFlowOVS/Appendix


Ignore:
Timestamp:
07/06/14 22:00:29 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v6 v7  
    4444== Useful tips ==
    4545=== Which port is connected to which host ===
    46 Run the learning pox controller with debug on  (use the command from the OVS tutorial) and start a ping from host1 to host2 and host3. Notice that the printout of pox will have
     46Run the learning pox controller with debug on  (use the command from the OVS tutorial) and start a ping from host1 to host2 and host3. Notice that the printout of pox will have lines like:
     47{{{
     48DEBUG:forwarding.l2_learning:installing flow for 02:b4:88:6d:83:f7.1 -> 02:36:8d:c2:b0:14.8
     49}}}
     50
     51The format after `for` and `->` is <DPID>.<PORT> so this way you know which port is connected to which host. To figure out the name for each port then it is simply `A<PORT>` so if host 1 is out of port 8, then the name is `A8`.