Changes between Version 7 and Version 8 of GENIExperimenter/Tutorials/OpenFlowHW/DesignSetup


Ignore:
Timestamp:
12/10/14 15:39:20 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowHW/DesignSetup

    v7 v8  
    7474
    7575
    76 
    77 == Useful tips ==
    78 === Which port is connected to which host ===
     76== Step 2.  Configure and Initialize ==
     77=== Useful tips ===
     78==== Which port is connected to which host ====
    7979Run the learning pox controller with debug on ''(--verbose)'' (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:
    8080{{{
     
    8484The format after `for` and `->` is <MAC>.<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`.
    8585
    86 === Configuration files of controllers ===
     86==== Configuration files of controllers ====
    8787For the proxy and the port_forwarding controllers you will need to modify the config files (port_forward.config, proxy.config) to use the appropriate IP dataplane IP addresses of your hosts to correctly configure your controllers.
    8888