Changes between Version 9 and Version 10 of Internal/OpenFlow/ofTopology


Ignore:
Timestamp:
Jun 11, 2012, 4:55:26 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/ofTopology

    v9 v10  
    233233As for !OpenFlow switching, OVS nodes controlled by a BSN controller is the flexible, least-hassle choice for this task. 
    234234
    235 = Extras = #extra
    236 [http://yuba.stanford.edu/foswiki/bin/view/OpenFlow/Mininet Mininet], a SDN prototyping platform, is a great tool for proof-of-concept SDN experiments where you don't have physical SDN networks to experiment with, or setup of actual hardware is too cumbersome. The following setup was built with two VMs on external3:
    237  
    238  * VM1(10.50.250.2): 3-switch, 3-host Mininet topology pointed to external controller in VM2:
    239 
    240  Topology:
    241  {{{
    242  h4   h5   h6
    243   |    |    |
    244  s1---s2---s3
    245  }}}
    246  Mininet config:
    247  {{{
    248  # mn --topo=linear,3 --controller=remote --ip=10.50.250.17 --port=6633
    249  }}}   
    250  * VM2(10.50.250.17): Flowvisor on port 6633, with a slice to point two switches to Floodlight instance on 6634
    251 
    252  !FlowVisor configuration:
    253  {{{
    254 # fvctl addFlowSpace 00:00:00:00:00:00:00:02 any "Slice:fl-1=7"
    255 # fvctl addFlowSpace 00:00:00:00:00:00:00:02 1000 any "Slice:fl-1=7"
    256 # fvctl addFlowSpace 00:00:00:00:00:00:00:01 1000 any "Slice:fl-1=7"
    257  }}}
    258  Floodlight config alteration (in src/main/resources/config.properties):
    259  {{{
    260 net.floodlightcontroller.core.FloodlightProvider.openflowport = 6634
    261  }}}
    262235[[BR]]
    263236[[BR]]