Changes between Version 23 and Version 24 of GENIExperimenter/Tutorials/OpenFlowRyu/Execute


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

--

Legend:

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

    v23 v24  
    212212       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 send it to host3, so put host3 port number here. We noted down port numbers in section 2a. To figure out which port maps to which interface, use can also use "sudo ovs-ofctl show br0" on ovs node. (You can use any editor to edit the file, e.g. use nano by typing "sudo nano duplicate.config")
    213213
    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 )
     214  3. Run your newly written controller to duplicate the traffic. (update '''duplicate.config''' file with `host3` port number. We noted it down in section 2a ). You can also use the solution file '''!DuplicateTraffic.py''' to duplicate traffic
    215215{{{
    216216cd /tmp/ryu