Changes between Version 4 and Version 5 of GeniNetworkStitchingConfirmationTestStatus/Kansas


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/Kansas

    v4 v5  
    88The KANSAS site advertises the following stitching details:
    99{{{
     10<stitching xmlns="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" lastUpdateTime="2014-11-18T18:30:48Z" >
     11<aggregate id="urn:publicid:IDN+instageni.ku.gpeni.net+authority+cm" url="https://www.instageni.ku.gpeni.net:12369/protoge
     12ni/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:30:48Z</start>
     19    <end type="time">2014-11-18T18:30:48Z</end>
     20</lifetime>
     21<node id="urn:publicid:IDN+instageni.ku.gpeni.net+node+procurve2">
     22  <port id="urn:publicid:IDN+instageni.ku.gpeni.net+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.ku.gpeni.net+interface+procurve2:1.24.al2s">
     28      <remoteLinkId>urn:publicid:IDN+al2s.internet2.edu+interface+sdn-sw.kans.net.internet2.edu:eth5/1:kansas-ig</remoteLi
     29nkId>
     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>1170-1189</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/KANSAS/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/KANSAS/IG-ST-1-al2s.rspec IG-ST-1-al2s.rspec]:
     56{{{
     57$ stitcher.py createsliver IG-ST-1a IG-ST-1-al2s.rspec -o
     5814:15:31 INFO    : Configured logging from file /home/lnevers/gcf-2.7/src/gcf/stitcher_logging.conf
     5914:15:32 INFO    : Reading slice IG-ST-1a credential...
     6014:15:32 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-1a expires on 2014-11-25 19:13:52 UTC
     6114:15:32 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     6214:15:32 INFO    : Calling SCS...
     6314:15:33 INFO    : Multi-AM reservation will include resources from these aggregates:
     6414:15:33 INFO    :      <Aggregate gpo-ig>
     6514:15:33 INFO    :      <Aggregate kansas-ig>
     6614:15:33 INFO    :      <Aggregate oess>
     6714:15:33 INFO    :      <Aggregate ion>
     6814:15:33 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     6914:15:55 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     7014:15:55 INFO    : Stitcher doing createsliver at <Aggregate kansas-ig>...
     7114:16:11 INFO    : ... Allocation at <Aggregate kansas-ig> complete.
     7214:16:11 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     7314:16:15 INFO    : ... Allocation at <Aggregate oess> complete.
     7414:16:15 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     7514:17:02 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     7614:17:02 INFO    : Pausing 30 seconds to let circuit become ready...
     7714:17:40 INFO    : DCN circuit 139211 is ready at <Aggregate ion>
     7814:17:47 INFO    : ... Allocation at <Aggregate ion> complete.
     7914:17:47 INFO    : All aggregates are complete.
     8014:17:47 INFO    : Your resources expire at 2014-11-24T19:05:33 (UTC).
     8114:17:47 INFO    : Saved combined reservation RSpec at 4 AMs to file '/home/lnevers/gcf-test/stitch-test/Kansas/IG-ST-1a-manifest-rspec-multiam-combined.xml'
     82Success: Reserved resources in slice IG-ST-1a at 4 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 1 stitched link(s).
    1883}}}
    1984
    2085Determined login information at each KANSAS and GPO aggregate:
    2186{{{
    22 $ readyToLogin.py IG-ST-1 -a kansas-ig
    23   ....
    24 
    25 $ readyToLogin.py IG-ST-1 -a gpo-ig
    26   ....
     87$ readyToLogin.py IG-ST-1a -a kansas-ig
     88  ....
     89ig-chic's geni_status is: ready
     90User lnevers logs in to ig-chic using:
     91        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.ku.gpeni.net
     92
     93$ readyToLogin.py IG-ST-1a -a gpo-ig
     94  ....
     95ig-gpo's geni_status is: changing
     96User lnevers logs in to ig-gpo using:
     97        ssh -p 34362  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
     98
    2799}}}
    28100