Changes between Version 2 and Version 3 of GeniNetworkStitchingConfirmationTestStatus/CENIC


Ignore:
Timestamp:
01/08/15 15:17:19 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/CENIC

    v2 v3  
    207207
    208208== IG-ST-2 New Site to GPO IG Loop topology ==
     209
     210Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/CENIC/IG-ST-2.rspec IG-ST-2.rspec]:
     211{{{
     212$ stitcher.py createsliver IG-ST-2 IG-ST-2.rspec -o
     21315:07:24 INFO    : Configured logging from file /home/lnevers/gcf-2.7/src/gcf/stitcher_logging.conf
     21415:07:24 INFO    : Reading slice IG-ST-2 credential...
     21515:07:24 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-2 expires on 2015-01-12 15:38:58 UTC
     21615:07:24 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     21715:07:24 INFO    : Calling SCS...
     21815:07:29 INFO    : Multi-AM reservation will include resources from these aggregates:
     21915:07:29 INFO    :      <Aggregate cenic-ig>
     22015:07:29 INFO    :      <Aggregate gpo-ig>
     22115:07:29 INFO    :      <Aggregate oess>
     22215:07:29 INFO    :      <Aggregate ion>
     22315:07:29 INFO    : Stitcher doing createsliver at <Aggregate cenic-ig>...
     22415:07:54 INFO    : ... Allocation at <Aggregate cenic-ig> complete.
     22515:07:54 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     22615:08:13 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     22715:08:13 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     22815:08:21 INFO    : ... Allocation at <Aggregate oess> complete.
     22915:08:21 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     23015:09:07 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     23115:09:07 INFO    : Pausing 30 seconds to let circuit become ready...
     23215:09:45 INFO    : Pausing 30 seconds to let circuit become ready...
     23315:10:23 INFO    : DCN circuit 146321 is ready at <Aggregate ion>
     23415:10:23 INFO    : DCN circuit 146331 is ready at <Aggregate ion>
     23515:10:30 INFO    : ... Allocation at <Aggregate ion> complete.
     23615:10:30 INFO    : All aggregates are complete.
     23715:10:30 INFO    : Your resources expire at 2015-01-11T19:57:29 (UTC).
     23815:10:30 INFO    : Saved combined reservation RSpec at 4 AMs to file '/home/lnevers/gcf-test/stitch-test/CENIC/IG-ST-2-manifest-rspec-multiam-combined.xml'
     239Success: Reserved resources in slice IG-ST-2 at 4 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     240}}}
     241
     242Determined login information at each CENIC and GPO aggregate:
     243{{{
     244$ readyToLogin.py IG-ST-2 -a cenic-ig
     245  ....
     246ig-cenic's geni_status is: ready
     247User lnevers logs in to ig-cenic using:
     248        ssh -p 30778  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.cenic.net
     249
     250$ readyToLogin.py IG-ST-2 -a gpo-ig
     251  ....
     252ig-gpo's geni_status is: ready
     253User lnevers logs in to ig-gpo using:
     254        ssh -p 33338  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com
     255}}}
     256
     257Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
     258{{{
     259$ remote-execute.py IG-ST-2 -a gpo-ig -m "ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q"
     2601. Find login Info for hosts in slice IG-ST-2
     2612. Send command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' to ig-gpo
     262
     263PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     264
     265--- 10.10.4.2 ping statistics ---
     26660 packets transmitted, 60 received, 0% packet loss, time 59089ms
     267rtt min/avg/max/mdev = 78.567/80.312/160.068/10.385 ms
     268PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     269
     270--- 192.168.4.2 ping statistics ---
     27160 packets transmitted, 60 received, 0% packet loss, time 59083ms
     272rtt min/avg/max/mdev = 78.675/80.378/158.896/10.230 ms
     273... Done with command 'ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q' at ig-gpo
     274}}}
     275
    209276== IG-ST-3 IG-ST-3 New Site 3 node linear topology ==
     277
     278Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/CENIC/IG-ST-3.rspec IG-ST-3.rspec]:
     279{{{
     280$ stitcher.py createsliver IG-ST-3 IG-ST-3.rspec -o
     281XXXX
     282}}}
     283
     284Determined login information the CENIC host:
     285{{{
     286$ readyToLogin.py IG-ST-3 -a cenic-ig
     287  ....
     288}}}
     289Login to the CENIC host and ping each remote:
     290{{{
     291#ping GPO IG
     292ping 192.168.2.1 -c 60 -q
     293# UKYPKS2 IG
     294ping 192.168.4.1 -c 60 -q
     295}}}
     296
    210297== IG-ST-4 New Site to GPO EG interoperability ==
    211298== IG-ST-5 Site Information ==