Changes between Version 1 and Version 2 of GeniNetworkStitchingConfirmationTestStatus/SOX


Ignore:
Timestamp:
03/11/15 11:30:21 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/SOX

    v1 v2  
    88The SOX site advertises the following stitching details:
    99{{{
     10<stitching xmlns="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" lastUpdateTime="2015-03-11T15:29:46Z" >
     11<aggregate id="urn:publicid:IDN+instageni.sox.net+authority+cm" url="https://www.instageni.sox.net:12369/protogeni/xmlrpc/am">
     12<aggregatetype>protogeni</aggregatetype>
     13<stitchingmode>chainANDTree</stitchingmode>
     14<scheduledservices>false</scheduledservices>
     15<negotiatedservices>false</negotiatedservices>
     16<lifetime id="life">
     17    <start type="time">2015-03-11T15:29:46Z</start>
     18    <end type="time">2015-03-11T15:29:46Z</end>
     19</lifetime>
     20<node id="urn:publicid:IDN+instageni.sox.net+node+procurve2">
     21  <port id="urn:publicid:IDN+instageni.sox.net+stitchport+procurve2:1.24.al2s">
     22    <capacity>1000000</capacity>
     23    <maximumReservableCapacity>1000000</maximumReservableCapacity>
     24    <minimumReservableCapacity>1000</minimumReservableCapacity>
     25    <granularity>1</granularity>
     26    <link id="urn:publicid:IDN+instageni.sox.net+interface+procurve2:1.24.al2s">
     27      <remoteLinkId>urn:publicid:IDN+al2s.internet2.edu+interface+sdn-sw.atla.net.internet2.edu:eth5/2:sox-ig</remoteLinkId>
     28      <trafficEngineeringMetric>10</trafficEngineeringMetric>
     29      <capacity>1000000</capacity>
     30      <maximumReservableCapacity>1000000</maximumReservableCapacity>
     31      <minimumReservableCapacity>1000</minimumReservableCapacity>
     32      <granularity>1</granularity>
     33      <switchingCapabilityDescriptor>
     34        <switchingcapType>l2sc</switchingcapType>
     35        <encodingType>ethernet</encodingType>
     36        <switchingCapabilitySpecificInfo>
     37         <switchingCapabilitySpecificInfo_L2sc>
     38          <interfaceMTU>1500</interfaceMTU>
     39          <vlanRangeAvailability>3540-3554</vlanRangeAvailability>
     40          <vlanTranslation>false</vlanTranslation>
     41         </switchingCapabilitySpecificInfo_L2sc>
     42        </switchingCapabilitySpecificInfo>
     43      </switchingCapabilityDescriptor>
     44    </link>
     45  </port>
     46</node>
     47</aggregate>
     48</stitching>
    1049}}}
    1150
     
    1453Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/SOX/IG-ST-1-al2s.rspec IG-ST-1-al2s.rspec]:
    1554{{{
    16 omni.py createslice IG-ST-1
    17 stitcher.py createsliver IG-ST-1 IG-ST-1-al2s.rspec -o
     55omni.py createslice IG-ST-1b ;stitcher.py createsliver IG-ST-1b IG-ST-1-al2s.rspec -o
    1856}}}
    1957