Changes between Version 1 and Version 2 of GeniNetworkStitchingConfirmationTestStatus/UKYPKS2


Ignore:
Timestamp:
09/08/14 14:19:42 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/UKYPKS2

    v1 v2  
    44
    55== IG-ST-1 New Site to GPO IG topology ==
     6The UKYPKS2 site advertises the following stitching details:
     7{{{
     8<stitching xmlns="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" lastUpdateTime="2014-09-08T18:15:11Z" >
     9<aggregate id="urn:publicid:IDN+pks2.sdn.uky.edu+authority+cm" url="https://www.pks2.sdn.uky.edu:12369/protogeni/xmlrpc/am">
     10<aggregatetype>protogeni</aggregatetype>
     11<stitchingmode>chainANDTree</stitchingmode>
     12<scheduledservices>false</scheduledservices>
     13<negotiatedservices>false</negotiatedservices>
     14<lifetime id="life">
     15    <start type="time">2014-09-08T18:15:11Z</start>
     16    <end type="time">2014-09-08T18:15:11Z</end>
     17</lifetime>
     18<node id="urn:publicid:IDN+pks2.sdn.uky.edu+node+procurve2">
     19  <port id="urn:publicid:IDN+pks2.sdn.uky.edu+stitchport+procurve2:1.18.ion">
     20    <capacity>1000000</capacity>
     21    <maximumReservableCapacity>1000000</maximumReservableCapacity>
     22    <minimumReservableCapacity>1000</minimumReservableCapacity>
     23    <granularity>1</granularity>
     24    <link id="urn:publicid:IDN+pks2.sdn.uky.edu+interface+procurve2:1.18.ion">
     25      <remoteLinkId>urn:publicid:IDN+ion.internet2.edu+interface+rtr.atla:xe-0/1/3:ukypks2-ig</remoteLinkId>
     26      <trafficEngineeringMetric>10</trafficEngineeringMetric>
     27      <capacity>1000000</capacity>
     28      <maximumReservableCapacity>1000000</maximumReservableCapacity>
     29      <minimumReservableCapacity>1000</minimumReservableCapacity>
     30      <granularity>1</granularity>
     31      <switchingCapabilityDescriptor>
     32        <switchingcapType>l2sc</switchingcapType>
     33        <encodingType>ethernet</encodingType>
     34        <switchingCapabilitySpecificInfo>
     35         <switchingCapabilitySpecificInfo_L2sc>
     36          <interfaceMTU>1500</interfaceMTU>
     37          <vlanRangeAvailability>1830-1849</vlanRangeAvailability>
     38          <vlanTranslation>false</vlanTranslation>
     39         </switchingCapabilitySpecificInfo_L2sc>
     40        </switchingCapabilitySpecificInfo>
     41      </switchingCapabilityDescriptor>
     42    </link>
     43  </port>
     44</node>
     45</aggregate>
     46</stitching>
     47}}}
     48
     49Experimenter 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.
     50
     51Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UKYPKS2/IG-ST-1-ion.rspec IG-ST-1-ion.rspec]:
     52{{{
     53$ omni.py createslice IG-ST-1
     5414:16:05 INFO    : Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     5514:16:05 INFO    : Loading config file /home/lnevers/.gcf/omni_config
     5614:16:05 INFO    : Setting option useSliceMembers based on omni_config setting
     5714:16:05 INFO    : Using control framework portal
     5814:16:05 INFO    : Member Authority is https://ch.geni.net/MA (from config)
     5914:16:05 INFO    : Slice Authority is https://ch.geni.net/SA (from config)
     6014:16:06 INFO    : Created slice with Name IG-ST-1, URN urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-1, Expiration 2014-09-15 18:16:05+00:00
     6114:16:06 INFO    :  ------------------------------------------------------
     6214:16:06 INFO    :  Completed createslice:
     63
     64  Options as run:
     65                framework: portal
     66                project: ln-test
     67                useSliceMembers: True
     68
     69  Args: createslice IG-ST-1
     70
     71  Result Summary: Created slice with Name IG-ST-1, URN urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-1, Expiration 2014-09-15 18:16:05+00:00
     72 
     7314:16:06 INFO    :  ======================================================
     74
     75$ stitcher.py createsliver IG-ST-1 IG-ST-1-ion.rspec -o
     76
     77
     78}}}
     79
     80Determined login information at each UKYPKS2 and GPO aggregate:
     81{{{
     82$ readyToLogin.py IG-ST-1 -a ukypks2-ig
     83  ....
     84
     85$ readyToLogin.py IG-ST-1 -a gpo-ig
     86  ....
     87}}}
     88
     89
    690== IG-ST-2 New Site to GPO IG Loop topology ==
    791== IG-ST-3 IG-ST-3 New Site 3 node linear topology ==