Changes between Version 14 and Version 15 of GENIExperimenter/ExperimentExample-OF-FOAM


Ignore:
Timestamp:
04/03/12 09:47:56 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/ExperimentExample-OF-FOAM

    v14 v15  
    215215./src/omni.py -a https://foam.net.internet2.edu:3626/foam/gapi/1 createsliver 3sites-OF-Exp foam_internet2.rspec
    216216./src/omni.py -a https://foam.nlr.net:3626/foam/gapi/1 createsliver 3sites-OF-Exp foam_nlr.rspec
    217 ./src/omni.py -a http://myplc.clemson.edu:12346/ sliverstatus  3sites-OF-Exp   myplc-clemson.rspec
     217./src/omni.py -a http://myplc.clemson.edu:12346/ createsliver  3sites-OF-Exp   myplc-clemson.rspec
    218218./src/omni.py -a https://wings-openflow-1.wail.wisc.edu:12346/ createsliver 3sites-OF-Exp myplc-wisc.rspec
    219219./src/omni.py -a https://pgeni.gpolab.bbn.com/protogeni/xmlrpc/am createsliver 3sites-OF-Exp pg-bbn.rpsec
     
    222222
    223223
    224 == Opt-in Manager Administrative Approval ==
    225 
    226 The OF Aggregate Administrator has to allow traffic from various nodes to be routed as decided by your !OpenFlow controller. In this case, you are asking the administrator to route traffic on the PG and PL nodes you have just reserved. So you will need to give the site OF Aggregate Administrator:
    227   - your name
    228   - slice name and clearinghouse
    229   - PI name
    230   - duration of your experiment
    231   - IP address and names of the nodes whose traffic you need opted in (see the result of {{{listresources}}} and/or {{{sliverstatus}}})
    232   - your flowspace request in plain text - what were you looking for
    233 
    234 The OF Aggregate Administrator that opts-in your flows is responsible for resolving any conflicts between the traffic flows that you are requesting and the traffic flows requested by other experiments. If your flows are too generic (ex. all port 80 traffic) then they may overlap with other experiments; the administrator will have control over whether the conflict is resolved in your favor or someone else's.
    235 
    236 Once the OF Aggregate  Administrator has opted-in your traffic, you may start using the OF resources.
     224
    237225
    238226== Run Experiment ==
     
    246234When the experiment is completed you should release the resources by deleting the sliver for each of the Resource Aggregates used in the Experiment. In the example experiment used in this page, the following commands should be issued to release resources:
    247235{{{
    248  $ ./src/omni.py -a https://ofam1.site1.com:1443/openflow/gapi/ deletesliver ln_OF_slice
    249  $ ./src/omni.py -a https://ofam2.site2.com:1443/openflow/gapi/ deletesliver ln_OF_slice
    250  $ ./src/omni.py -a https://ofam3.site3.com:1443/openflow/gapi/ deletesliver ln_OF_slice
    251  $ ./src/omni.py -a https://www.emulab.net/protogeni/xmlrpc/am deletesliver ln_OF_slice
    252  $ ./src/omni.py -a http://myplc.site1.com:12346 deletesliver ln_OF_slice
    253  $ ./src/omni.py -a http://myplc.site3.com:12346 deletesliver ln_OF_slice
     236./src/omni.py -a https://foam.gpolab.bbn.com:3626/foam/gapi/1 deletesliver 3sites-OF-Exp
     237./src/omni.py -a https://foam.noc.iu.edu:3626/foam/gapi/1 deletesliver 3sites-OF-Exp
     238./src/omni.py -a https://foam.net.internet2.edu:3626/foam/gapi/1 deletesliver 3sites-OF-Exp
     239./src/omni.py -a https://foam.nlr.net:3626/foam/gapi/1 deletesliver 3sites-OF-Exp
     240./src/omni.py -a http://myplc.clemson.edu:12346/ deletesliver  3sites-OF-Exp   myplc-clemson.rspec
     241./src/omni.py -a https://wings-openflow-1.wail.wisc.edu:12346/ deletesliver 3sites-OF-Exp myplc-wisc.rspec
     242./src/omni.py -a https://pgeni.gpolab.bbn.com/protogeni/xmlrpc/am deletesliver 3sites-OF-Exp pg-bbn.rpsec
     243
    254244}}}
    255245