Changes between Version 9 and Version 10 of GENIEducation/SampleAssignments/OpenFlowFirewallAssignment/onepage


Ignore:
Timestamp:
08/14/13 15:00:15 (11 years ago)
Author:
epittore@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/OpenFlowFirewallAssignment/onepage

    v9 v10  
    230230   - You should also over-ride the function `flow_removed` to subtract `count` when-ever a flow rule expired.
    231231   - You might also set the idle_timeout to a smaller number (e.g., 30) so that you do not need to wait for too long before they get removed
    232    - To verify your implementation, use `-P` option in iperf to add TCP flows.
     232   - To verify your implementation, use `-P` option in iperf to add TCP flows.
     233
     234[[Image(finish.png, left)]]]
     235=Finish=
     236'''Note: Before you delete your experiment, be sure to save all the experimental results and any source code that you may need in the future to your local machine!!'''
     237
     238Simply tear up the experiment, release the reserved resources by executing the following with omni:
     239{{{
     240omni.py deletesliver -a pg-utah <myslicename>
     241omni.py deleteslice <myslicename>
     242}}}