Changes between Version 2 and Version 3 of GENIExperimenter/Tutorials/GREESC13/OpenFlowWiMAX/Design-Setup


Ignore:
Timestamp:
06/24/13 15:12:38 (11 years ago)
Author:
Ryan Izard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GREESC13/OpenFlowWiMAX/Design-Setup

    v2 v3  
    345345      echo "OVS: Finished!"
    346346      }}}
    347       m.  Now, the last thing to do in the setup script is to configure our network connections. We need to revoke the IPs
     347      m.  Now, the second-to-last thing to do in the setup script is to configure our network connections. We need to revoke the IPs
    348348
    349349from our physical interfaces and assign them to the OVS bridge interfaces corresponding to each inferface. This will allow
     
    387387      exit 0
    388388      }}}
    389       n.  Save '''system_setup.sh''' and close your text editor.
     389      n.  Finally, look towards the bottom of '''system_setup.sh''' script. Notice the lines:
     390      {{{
     391      #To add 100ms to all outbound traffic on br_wimax
     392      #tc qdisc add dev br_wimax root netem delay 100ms
     393      }}}
     394      This command allows you to add a simulated delay on a particular interface. So we can see the handoff when it occurs, we will add a 100ms delay to the '''br_wimax''' interface. Uncomment this line to do so.
     395      o.  Save '''system_setup.sh''' and close your text editor.
    390396   3.  Examine the kernel routing table, and create a script to automate adding and removing of IP routes.
    391397      a.  In the Root Terminal, change to the '''eth_control''' directory: