Changes between Version 2 and Version 3 of GeniNetworkStitchingConfirmationTestStatus/WSU


Ignore:
Timestamp:
04/03/17 11:04:10 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/WSU

    v2 v3  
    99The WSU site advertises the following stitching details for the connection to AL2S.
    1010{{{
     11    <ns2:stitching lastUpdateTime="Mon Apr 03 11:00:41 EDT 2017">
     12        <ns2:aggregate id="urn:publicid:IDN+exogeni.net:wsuNet+authority+am" url="https://wsu-hn.exogeni.net:11443/orca/xmlrpc">
     13            <ns2:aggregatetype>orca</ns2:aggregatetype>
     14            <ns2:stitchingmode>tree</ns2:stitchingmode>
     15            <ns2:scheduledservices>true</ns2:scheduledservices>
     16            <ns2:negotiatedservices>false</ns2:negotiatedservices>
     17            <ns2:node id="urn:publicid:IDN+exogeni.net:wsuNet+node+orca-transit-net-vlan">
     18                <ns2:port id="urn:publicid:IDN+exogeni.net:wsuNet+stitchport+wsuNet:IBM:G8264:TenGigabitEthernet:1:1:ethernet">
     19                    <ns2:capacity>1000000kbps</ns2:capacity>
     20                    <ns2:maximumReservableCapacity>1000000kbps</ns2:maximumReservableCapacity>
     21                    <ns2:link id="urn:publicid:IDN+exogeni.net:wsuNet+interface+wsuNet:IBM:G8264:TenGigabitEthernet:1:1:ethernet">
     22                        <ns2:remoteLinkId>urn:publicid:IDN+al2s.internet2.edu+interface+rtsw.clev.net.internet2.edu:et-4/3/0.0:wsu-eg</ns2:remoteLinkId>
     23                        <ns2:trafficEngineeringMetric>10</ns2:trafficEngineeringMetric>
     24                        <ns2:capacity>1000000kbps</ns2:capacity>
     25                        <ns2:maximumReservableCapacity>1000000kbps</ns2:maximumReservableCapacity>
     26                        <ns2:switchingCapabilityDescriptor>
     27                            <ns2:switchingcapType>l2sc</ns2:switchingcapType>
     28                            <ns2:encodingType>ethernet</ns2:encodingType>
     29                            <ns2:switchingCapabilitySpecificInfo>
     30                                <ns2:switchingCapabilitySpecificInfo_L2sc>
     31                                    <ns2:capability>consumer</ns2:capability>
     32                                    <ns2:vlanRangeAvailability>1815</ns2:vlanRangeAvailability>
     33                                    <ns2:vlanTranslation>false</ns2:vlanTranslation>
     34                                </ns2:switchingCapabilitySpecificInfo_L2sc>
     35                            </ns2:switchingCapabilitySpecificInfo>
     36                        </ns2:switchingCapabilityDescriptor>
     37                    </ns2:link>
     38                </ns2:port>
     39            </ns2:node>
     40        </ns2:aggregate>
     41    </ns2:stitching>
    1142}}}
    1243
     
    1546Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/WSU/EG-ST-1.rspec EG-ST-1.rspec]:
    1647{{{
    17 omni.py createslice EG-ST-1
    18 stitcher.py createsliver EG-ST-1 EG-ST-1.rspec -o
     48$ stitcher createsliver EG-ST-1e -a gwu-eg EG-ST-1.rspec --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     4909:21:11 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     5009:21:11 INFO    : Reading slice EG-ST-1e credential...
     5109:21:11 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+EG-ST-1e expires on 2017-04-10 13:21:10 UTC
     5209:21:11 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     5309:21:11 INFO    : Calling SCS...
     5409:21:12 INFO    : Multi-AM reservation will include resources from these aggregates:
     5509:21:12 INFO    :      <Aggregate wsu-eg>
     5609:21:12 INFO    :      <Aggregate gpo-ig>
     5709:21:12 INFO    :      <Aggregate al2s>
     5809:21:12 INFO    : Stitcher doing createsliver at <Aggregate wsu-eg>...
     5909:21:19 INFO    : ... Allocation at <Aggregate wsu-eg> complete.
     6009:21:19 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     6109:21:51 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     6209:21:51 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     6309:21:58 INFO    : ... Allocation at <Aggregate al2s> complete.
     6409:21:58 INFO    : All aggregates are complete.
     6509:21:58 INFO    : Your resources expire at 2017-04-09T13:11:12 (UTC).
     6609:21:58 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/stitch-test/WSU/EG-ST-1e-manifest-rspec-multiam-combined.xml'
     67Success: Reserved resources in slice EG-ST-1e at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 1 stitched link(s).
     68
    1969}}}
    2070
     
    2373$ readyToLogin.py EG-ST-1 --useSliceAggregates
    2474  ....
     75eg-wsu's geni_status is: ready
     76User lnevers logs in to eg-wsu using:
     77        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@141.217.114.140
    2578
     79ig-gpo's geni_status is: ready
     80User lnevers logs in to ig-gpo using:
     81        ssh -p 35130  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc5.instageni.gpolab.bbn.com
    2682}}}
    2783