Changes between Initial Version and Version 1 of GeniNetworkStitchingConfirmationTestStatus/NPS


Ignore:
Timestamp:
10/31/14 10:27:40 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/NPS

    v1 v1  
     1= Naval Postgraduate School Stitching Confirmation Tests =
     2
     3This pages capture the detailed test logs for each test defined in the [wiki:GeniNetworkStitchingConfirmationTests New Site Stitching Confirmation Tests] page. For the sites status see the [wiki:GeniNetworkStitchingConfirmationTestStatus New Site Stitching Confirmation Tests Status] page.
     4
     5== IG-ST-1 New Site to GPO IG topology ==
     6
     7The NPS site advertises the following stitching details:
     8{{{
     9<stitching xmlns="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" lastUpdateTime="2014-10-31T14:09:21Z" >
     10<aggregate id="urn:publicid:IDN+instageni.nps.edu+authority+cm" url="https://www.instageni.nps.edu:12369/protogeni/xmlrpc/am">
     11<aggregatetype>protogeni</aggregatetype>
     12<stitchingmode>chainANDTree</stitchingmode>
     13<scheduledservices>false</scheduledservices>
     14<negotiatedservices>false</negotiatedservices>
     15<lifetime id="life">
     16    <start type="time">2014-10-31T14:09:21Z</start>
     17    <end type="time">2014-10-31T14:09:21Z</end>
     18</lifetime>
     19<node id="urn:publicid:IDN+instageni.nps.edu+node+procurve2">
     20  <port id="urn:publicid:IDN+instageni.nps.edu+stitchport+procurve2:1.19">
     21    <capacity>1000000</capacity>
     22    <maximumReservableCapacity>1000000</maximumReservableCapacity>
     23    <minimumReservableCapacity>1000</minimumReservableCapacity>
     24    <granularity>1</granularity>
     25    <link id="urn:publicid:IDN+instageni.nps.edu+interface+procurve2:1.19">
     26      <remoteLinkId>urn:publicid:IDN+ion.internet2.edu+interface+rtr.losa:et-10/0/0:nps-ig</remoteLinkId>
     27      <trafficEngineeringMetric>10</trafficEngineeringMetric>
     28      <capacity>1000000</capacity>
     29      <maximumReservableCapacity>1000000</maximumReservableCapacity>
     30      <minimumReservableCapacity>1000</minimumReservableCapacity>
     31      <granularity>1</granularity>
     32      <switchingCapabilityDescriptor>
     33        <switchingcapType>l2sc</switchingcapType>
     34        <encodingType>ethernet</encodingType>
     35        <switchingCapabilitySpecificInfo>
     36         <switchingCapabilitySpecificInfo_L2sc>
     37          <interfaceMTU>1500</interfaceMTU>
     38          <vlanRangeAvailability>1680-1694</vlanRangeAvailability>
     39          <vlanTranslation>false</vlanTranslation>
     40         </switchingCapabilitySpecificInfo_L2sc>
     41        </switchingCapabilitySpecificInfo>
     42      </switchingCapabilityDescriptor>
     43    </link>
     44  </port>
     45</node>
     46</aggregate>
     47</stitching>
     48}}}
     49
     50Experimenter 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.
     51
     52Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/NPS/IG-ST-1-ion.rspec IG-ST-1-ion.rspec]:
     53{{{
     54stitcher.py createsliver IG-ST-1 IG-ST-1-ion.rspec -o
     55}}}
     56
     57Determined login information at each NPS and GPO aggregate:
     58{{{
     59$ readyToLogin.py IG-ST-1 -a nps-ig
     60  ....
     61
     62$ readyToLogin.py IG-ST-1 -a gpo-ig
     63  ....
     64}}}
     65