Changes between Version 21 and Version 22 of GENIExperimenter/Tutorials/OpenFlowRyu/Execute


Ignore:
Timestamp:
05/22/17 10:08:30 (7 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowRyu/Execute

    v21 v22  
    210210       i. '''myDuplicateTraffic.py''' : This is the file that has instructions about how to complete the missing information. Go ahead and try to implement your first controller.
    211211       ii. '''!DuplicateTraffic.py''' : This has the actual solution. You can just run this if you don't want to bother with writing a controller.
    212        iii. '''duplicate.config''' : in this file, you specify which port you want to duplicate traffic to. To figure out which port maps to which interface, use "sudo ovs-ofctl show br0". (You can use any editor to edit the file, e.g. use nano by typing sudo nano duplicate.config)
    213 
    214   3. Run your newly written controller to duplicate traffic on the <data_interface_name> that corresponds to ''OVS:if2'' (which is connected to `host3`): 
     212       iii. '''duplicate.config''' : in this file, you need to specify which port you want to duplicate traffic to. We will be duplicating host2 traffic and sending it to host3. To figure out which port maps to which interface, use "sudo ovs-ofctl show br0". (You can use any editor to edit the file, e.g. use nano by typing sudo nano duplicate.config)
     213
     214  3. Run your newly written controller to duplicate traffic on the <data_interface_name> that corresponds to ''OVS:if2'' (which is connected to `host3`. We also noted it down in section 2a ): 
    215215{{{
    216216cd /tmp/ryu