Changes between Version 4 and Version 5 of GENIOESSTopologiesTestStatus/OESS-TC6


Ignore:
Timestamp:
09/25/14 14:50:53 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIOESSTopologiesTestStatus/OESS-TC6

    v4 v5  
    6464=== 2. Verify Aggregate Advertisement reflects the VLAN allocation ===
    6565
     66
    6667=== 3. Add/Modify/Delete VLANs ===
    6768Add/Modify/Delete the VLANs available for the aggregate, verify Advertisement reflects change for each add/modify/delete operation.
     
    7172
    7273=== 5. Bandwidth allocation ===
     74
     75==== Measuraments over 500 Mb link ====
     76
     77Requested sliver from Stanford IG to Missouri IG with a link capacity option of "--defaultCapacity=500000":
     78{{{
     79$ stitcher.py createsliver al2s-perf ./stitch-al2s-perf.rspec --excludehop urn:publicid:IDN+instageni.st
     80anford.edu+interface+procurve2:1.24.ion.salt.xe-0_1_1 --excludehop urn:publicid:IDN+instageni.rnet.missouri.ed
     81u+interface+procurve2:1.19 --defaultCapacity=500000
     8214:40:37 INFO    : Configured logging from file /home/lnevers/gcf-2.7-rc2/src/gcf/stitcher_logging.conf
     8314:40:37 INFO    : Reading slice al2s-perf credential...
     8414:40:37 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+al2s-perf expires on 2014-10-02 18:38:47 UTC
     8514:40:37 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     8614:40:37 INFO    : Calling SCS...
     8714:40:40 INFO    : Multi-AM reservation will include resources from these aggregates:
     8814:40:40 INFO    :      <Aggregate missouri-ig>
     8914:40:40 INFO    :      <Aggregate stanford-ig>
     9014:40:40 INFO    :      <Aggregate oess>
     9114:40:40 INFO    : Stitcher doing createsliver at <Aggregate missouri-ig>...
     9214:40:57 INFO    : ... Allocation at <Aggregate missouri-ig> complete.
     9314:40:57 INFO    : Stitcher doing createsliver at <Aggregate stanford-ig>...
     9414:41:22 INFO    : ... Allocation at <Aggregate stanford-ig> complete.
     9514:41:22 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     9614:41:26 INFO    : ... Allocation at <Aggregate oess> complete.
     9714:41:26 INFO    : All aggregates are complete.
     9814:41:26 INFO    : Your resources expire at 2014-10-01T18:30:40 (UTC).
     9914:41:26 INFO    : Saved combined reservation RSpec at 3 AMs to file '/home/lnevers/gcf-test/oess/Xconnect-stitch/al2s-perf-manifest-rspec-multiam-combined.xml'
     100Success: Reserved resources in slice al2s-perf at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 1 stitched link(s).
     101}}}
     102Verified bandwidth allocation in the combined manifest file al2s-perf-manifest-rspec-multiam-combined.xml:
     103{{{
     104 <hop id="1"> <link id="urn:publicid:IDN+instageni.rnet.missouri.edu+interface+procurve2:1.19.al2s.kans.eth5_1">
     105 <capacity> 500000          </capacity>
     106
     107 <hop id="2"> <link id="urn:publicid:IDN+al2s.internet2.edu+interface+sdn-sw.kans.net.internet2.edu:eth5/1:*">
     108 <capacity> 500000          </capacity>
     109
     110 <hop id="3"> <link id="urn:publicid:IDN+al2s.internet2.edu+interface+sdn-sw.sunn.net.internet2.edu:e5/1:*">
     111 <capacity> 500000          </capacity>
     112
     113 <hop id="4"> <link id="urn:publicid:IDN+instageni.stanford.edu+interface+procurve2:1.24.al2s.sunn.e5_1">
     114 <capacity> 500000          </capacity>
     115}}}
     116
     117
    73118
    74119