Changes between Version 5 and Version 6 of GeniNetworkStitchingConfirmationTestStatus/UCLA


Ignore:
Timestamp:
11/18/14 14:23:20 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/UCLA

    v5 v6  
    88The UCLA site advertises the following stitching details:
    99{{{
     10<stitching xmlns="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" lastUpdateTime="2014-11-18T18:36:25Z" >
     11<aggregate id="urn:publicid:IDN+instageni.idre.ucla.edu+authority+cm" url="https://www.instageni.idre.ucla.edu:123
     1269/protogeni/xmlrpc/am">
     13<aggregatetype>protogeni</aggregatetype>
     14<stitchingmode>chainANDTree</stitchingmode>
     15<scheduledservices>false</scheduledservices>
     16<negotiatedservices>false</negotiatedservices>
     17<lifetime id="life">
     18    <start type="time">2014-11-18T18:36:25Z</start>
     19    <end type="time">2014-11-18T18:36:25Z</end>
     20</lifetime>
     21<node id="urn:publicid:IDN+instageni.idre.ucla.edu+node+procurve2">
     22  <port id="urn:publicid:IDN+instageni.idre.ucla.edu+stitchport+procurve2:1.24.al2s">
     23    <capacity>1000000</capacity>
     24    <maximumReservableCapacity>1000000</maximumReservableCapacity>
     25    <minimumReservableCapacity>1000</minimumReservableCapacity>
     26    <granularity>1</granularity>
     27    <link id="urn:publicid:IDN+instageni.idre.ucla.edu+interface+procurve2:1.24.al2s">
     28      <remoteLinkId>urn:publicid:IDN+al2s.internet2.edu+interface+sdn-sw.losa.net.internet2.edu:e5/1:ucla-ig</remo
     29teLinkId>
     30      <trafficEngineeringMetric>10</trafficEngineeringMetric>
     31      <capacity>1000000</capacity>
     32      <maximumReservableCapacity>1000000</maximumReservableCapacity>
     33      <minimumReservableCapacity>1000</minimumReservableCapacity>
     34      <granularity>1</granularity>
     35      <switchingCapabilityDescriptor>
     36        <switchingcapType>l2sc</switchingcapType>
     37        <encodingType>ethernet</encodingType>
     38        <switchingCapabilitySpecificInfo>
     39         <switchingCapabilitySpecificInfo_L2sc>
     40          <interfaceMTU>1500</interfaceMTU>
     41          <vlanRangeAvailability>1610-1629</vlanRangeAvailability>
     42          <vlanTranslation>false</vlanTranslation>
     43         </switchingCapabilitySpecificInfo_L2sc>
     44        </switchingCapabilitySpecificInfo>
     45      </switchingCapabilityDescriptor>
     46    </link>
     47  </port>
     48</node>
     49</aggregate>
     50</stitching>
    1051}}}
    1152
    1253Experimenter may not need any of this data, but it is helpful to reference when trying to determine how many VLANs are delegated for stitching at the site or how much bandwidth can be  requested.
    1354
    14 Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UCLA/IG-ST-1-ion.rspec IG-ST-1-ion.rspec]:
    15 {{{
    16 omni.py createslice IG-ST-1
    17 stitcher.py createsliver IG-ST-1 IG-ST-1-ion.rspec -o
     55Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UCLA/IG-ST-1-al2s.rspec IG-ST-1-al2s.rspec]:
     56{{{
     57$ stitcher.py createsliver IG-ST-1 IG-ST-1-al2s.rspec -o
     5814:15:24 INFO    : Configured logging from file /home/lnevers/gcf-2.7/src/gcf/stitcher_logging.conf
     5914:15:25 INFO    : Reading slice IG-ST-1 credential...
     6014:15:25 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-1 expires on 2014-11-25 19:13:49 UTC
     6114:15:25 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     6214:15:25 INFO    : Calling SCS...
     6314:15:30 INFO    : Multi-AM reservation will include resources from these aggregates:
     6414:15:30 INFO    :      <Aggregate gpo-ig>
     6514:15:30 INFO    :      <Aggregate ucla-ig>
     6614:15:30 INFO    :      <Aggregate oess>
     6714:15:30 INFO    :      <Aggregate ion>
     6814:15:30 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     6914:15:53 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     7014:15:53 INFO    : Stitcher doing createsliver at <Aggregate ucla-ig>...
     7114:16:16 INFO    : ... Allocation at <Aggregate ucla-ig> complete.
     7214:16:16 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     7314:16:22 INFO    : ... Allocation at <Aggregate oess> complete.
     7414:16:22 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     7514:17:13 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     7614:17:13 INFO    : Pausing 30 seconds to let circuit become ready...
     7714:17:51 INFO    : DCN circuit 139221 is ready at <Aggregate ion>
     7814:17:58 INFO    : ... Allocation at <Aggregate ion> complete.
     7914:17:58 INFO    : All aggregates are complete.
     8014:17:58 INFO    : Your resources expire at 2014-11-24T19:05:30 (UTC).
     8114:17:58 INFO    : Saved combined reservation RSpec at 4 AMs to file '/home/lnevers/gcf-test/stitch-test/UCLA/IG-ST-1-manifest-rspec-multiam-combined.xml'
     82Success: Reserved resources in slice IG-ST-1 at 4 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 1 stitched link(s).
    1883}}}
    1984
     
    2287$ readyToLogin.py IG-ST-1 -a ucla-ig
    2388  ....
     89ig-chic's geni_status is: ready
     90User lnevers logs in to ig-chic using:
     91        ssh -p 31034  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.idre.ucla.edu
    2492
    2593$ readyToLogin.py IG-ST-1 -a gpo-ig
    2694  ....
     95ig-gpo's geni_status is: changing
     96User lnevers logs in to ig-gpo using:
     97        ssh -p 33850  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
    2798}}}
    2899