Changes between Version 4 and Version 5 of GeniNetworkStitchingConfirmationTestStatus/UMichigan


Ignore:
Timestamp:
02/22/16 10:51:22 (8 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/UMichigan

    v4 v5  
    200200rtt min/avg/max/mdev = 34.336/34.715/39.789/0.756 ms
    201201}}}
     202
     203== IG-ST-2 New Site to GPO IG Loop topology ==
     204
     205Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UMICH/IG-ST-2.rspec IG-ST-2.rspec]:
     206{{{
     207omni.py createslice IG-ST-2
     208stitcher.py createsliver IG-ST-2 IG-ST-2.rspec -o
     209}}}
     210
     211Determined login information at each UMICH and GPO aggregate:
     212{{{
     213$ readyToLogin.py IG-ST-2 --useSliceAggregates
     214  ....
     215
     216}}}
     217
     218Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
     219{{{
     220ping 10.10.4.2 -c 60 -q
     221ping 192.168.4.2 -c 60 -q
     222}}}
     223
     224== IG-ST-3 IG-ST-3 New Site 3 node linear topology ==
     225
     226Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/UMICH/IG-ST-3.rspec IG-ST-3.rspec]:
     227{{{
     228omni.py createslice IG-ST-3
     229stitcher.py createsliver IG-ST-3 IG-ST-3.rspec -o
     230}}}
     231
     232Determined login information the UMICH host:
     233{{{
     234$ readyToLogin.py IG-ST-3 --useSliceAggregates
     235  ....
     236}}}
     237
     238Login to the UMICH host and ping each remote:
     239{{{
     240#ping GPO IG
     241ping 192.168.2.1 -c 60 -q
     242# Utah IG
     243ping 192.168.4.1 -c 60 -q
     244}}}
     245
     246