Changes between Version 9 and Version 10 of GeniNetworkStitchingConfirmationTestStatus/UFL


Ignore:
Timestamp:
05/22/17 11:18:14 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/UFL

    v9 v10  
    184184}}}
    185185
     186== EG-ST-2 New Site to GPO IG Loop topology ==
     187
     188Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UFL/EG-ST-2.rspec EG-ST-2.rspec]:
     189{{{
     190$ stitcher.py createsliver EG-ST-2 EG-ST-2.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     19111:08:48 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     19211:08:48 INFO    : Reading slice EG-ST-2 credential...
     19311:08:48 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+EG-ST-2 expires on 2017-05-29 14:19:51 UTC
     19411:08:48 INFO    : Using SCS at https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     19511:08:48 INFO    : Calling SCS...
     19611:08:49 INFO    : Multi-AM reservation will include resources from these aggregates:
     19711:08:49 INFO    :      <Aggregate gpo-ig>
     19811:08:49 INFO    :      <Aggregate al2s>
     19911:08:49 INFO    :      <Aggregate ufl-eg>
     20011:08:49 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     20111:09:09 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     20211:09:09 INFO    : Stitcher doing createsliver at <Aggregate ufl-eg>...
     20311:09:19 INFO    : ... Allocation at <Aggregate ufl-eg> complete.
     20411:09:19 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     20511:09:32 INFO    : ... Allocation at <Aggregate al2s> complete.
     20611:09:32 INFO    : All aggregates are complete.
     20711:09:33 INFO    : Your resources expire at 2017-05-28T14:58:49 (UTC).
     20811:09:33 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/stitch-test/UFL/EG-ST-2-manifest-rspec-multiam-combined.xml'
     209Success: Reserved resources in slice EG-ST-2 at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     210}}}
     211
     212Determined login information at each UFL and GPO aggregate:
     213{{{
     214$ readyToLogin.py EG-ST-2 --useSliceAggregates
     215  ....
     216eg-ufl's geni_status is: ready
     217User lnevers logs in to eg-ufl using:
     218        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@128.227.10.20
     219
     220ig-gpo's geni_status is: ready
     221User lnevers logs in to ig-gpo using:
     222        ssh -p 25106  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.gpolab.bbn.com
     223
     224}}}
     225
     226Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
     227{{{
     228lnevers@ig-gpo:~$  ping 10.10.4.2 -c 60 -q
     229PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     230ping 192.168.4.2 -c 60 -q
     231
     232--- 10.10.4.2 ping statistics ---
     23360 packets transmitted, 60 received, 0% packet loss, time 59108ms
     234rtt min/avg/max/mdev = 34.726/35.614/70.689/4.624 ms
     235lnevers@ig-gpo:~$ ping 192.168.4.2 -c 60 -q
     236PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     237
     238--- 192.168.4.2 ping statistics ---
     23960 packets transmitted, 60 received, 0% packet loss, time 60011ms
     240rtt min/avg/max/mdev = 34.713/35.478/70.029/4.507 ms
     241lnevers@ig-gpo:~$
     242}}}
     243
     244== EG-ST-3 EG-ST-3 New Site 3 node linear topology ==
     245
     246Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UFL/EG-ST-3.rspec EG-ST-3.rspec]:
     247{{{
     248$ stitcher.py createsliver EG-ST-3a EG-ST-3.rspec -o --scsURL https://nutshell.maxgigapop.net:8443/geni/xmlrpc
     249
     250}}}
     251
     252Determined login information the UFL host:
     253{{{
     254$ readyToLogin.py EG-ST-3 --useSliceAggregates
     255  ....
     256
     257}}}
     258Login to the UFL host and ping each remote:
     259{{{
     260#ping GPO IG
     261ping 192.168.2.1 -c 60 -q
     262# SOX IG
     263ping 192.168.4.1 -c 60 -q
     264}}}
     265
    186266
    187267== EG-ST-4 New Site to GPO EG interoperability ==