Changes between Version 40 and Version 41 of GENIExperimenter/Tutorials/OpenFlowOVS


Ignore:
Timestamp:
03/18/16 13:50:39 (8 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS

    v40 v41  
    1010  3. '''Proxy Controller'''. Write a controller that will divert all traffic destined to host A, TCP port X to host B, TCP port Y
    1111
    12 In this tutorial we have a choice of using an '''''!OpenFlow Software Switch''''', [http://openvswitch.org/ Open vSwitch (OVS)], or using an '''''!OpenFlow-Capable Hardware Switch'''''.  The general topology is as pictured below. In general, the controller just needs to have a public IP address, so that it can exchange messages with the !OpenFlow switch. The controller for the switch can run anywhere in the Internet.
     12In this tutorial we are using the '''''!OpenFlow Software Switch''''', [http://openvswitch.org/ Open vSwitch (OVS)].  The general topology is as pictured below. In general, the controller just needs to have a public IP address, so that it can exchange messages with the !OpenFlow switch. The controller for the switch can run anywhere in the Internet.
    1313For this tutorial we are going to use a [http://www.noxrepo.org/pox/about-pox/ POX based controller], which is just one example of [wiki:OpenFlow/Controllers many controller frameworks].
    1414