Changes between Version 1 and Version 2 of GeniNetworkStitchingConfirmationTestStatus/UFL


Ignore:
Timestamp:
04/05/17 15:26:30 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/UFL

    v1 v2  
    99The UFL site advertises the following stitching details for the connection to AL2S.
    1010{{{
     11    <ns2:stitching lastUpdateTime="Wed Apr 05 15:26:19 EDT 2017">
     12        <ns2:aggregate id="urn:publicid:IDN+exogeni.net:uflNet+authority+am" url="https://ufl-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:uflNet+node+orca-transit-net-vlan">
     18                <ns2:port id="urn:publicid:IDN+exogeni.net:uflNet+stitchport+UFLNet:IBM:G8052: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:uflNet+interface+UFLNet:IBM:G8052:TenGigabitEthernet:1:1:ethernet">
     22                        <ns2:remoteLinkId>urn:publicid:IDN+al2s.internet2.edu+interface+sdn-sw.jack.net.internet2.edu:et-4/0/0.0:ufl-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>1490-1509</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/UFL/EG-ST-1.rspec EG-ST-1.rspec]:
    1647{{{
    17 
     48$ stitcher.py createsliver EG-ST-1 EG-ST-1.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     4915:20:08 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     5015:20:08 INFO    : Reading slice EG-ST-1 credential...
     5115:20:08 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+EG-ST-1 expires on 2017-04-07 12:42:50 UTC
     5215:20:08 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     5315:20:08 INFO    : Calling SCS...
     5415:20:10 INFO    : Multi-AM reservation will include resources from these aggregates:
     5515:20:10 INFO    :      <Aggregate gpo-ig>
     5615:20:10 INFO    :      <Aggregate al2s>
     5715:20:10 INFO    :      <Aggregate ufl-eg>
     5815:20:10 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     5915:20:32 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     6015:20:33 INFO    : Stitcher doing createsliver at <Aggregate ufl-eg>...
     6115:20:43 INFO    : ... Allocation at <Aggregate ufl-eg> complete.
     6215:20:43 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     6315:20:53 INFO    : ... Allocation at <Aggregate al2s> complete.
     6415:20:53 INFO    : All aggregates are complete.
     6515:20:53 INFO    : Your resources expire at 2017-04-06T19:10:10 (UTC).
     6615:20:53 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/stitch-test/UFL/EG-ST-1-manifest-rspec-multiam-combined.xml'
     67Success: Reserved resources in slice EG-ST-1 at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 1 stitched link(s).
    1868}}}
    1969
     
    2272$ readyToLogin.py EG-ST-1 --useSliceAggregates
    2373  ....
     74eg-ufl's geni_status is: ready
     75User lnevers logs in to eg-ufl using:
     76        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@128.227.10.13
     77
     78ig-gpo's geni_status is: ready
     79User lnevers logs in to ig-gpo using:
     80        ssh -p 30266  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc4.instageni.gpolab.bbn.com
     81
    2482
    2583}}}