Changes between Initial Version and Version 1 of GeniNetworkStitchingConfirmationTestStatus/HAWAII


Ignore:
Timestamp:
04/19/17 13:01:11 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/HAWAII

    v1 v1  
     1[[PageOutline]]
     2
     3= University of Hawaii Stitching Confirmation Tests =
     4
     5This pages capture the detailed test logs for each test defined in the [wiki:GeniNetworkStitchingConfirmationTests New Site Stitching Confirmation Tests] page. For the sites status see the [wiki:GeniNetworkStitchingConfirmationTestStatus New Site Stitching Confirmation Tests Status] page.
     6
     7== IG-ST-1 New Site to GPO IG topology ==
     8The HAWAII site advertises the following stitching details:
     9{{{
     10<stitching xmlns="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" lastUpdateTime="2017-04-19T16:35:52Z" >
     11<aggregate id="urn:publicid:IDN+instageni.hawaii.edu+authority+cm" url="https://www.instageni.hawaii.edu:12369/protogeni/xmlrpc/am">
     12<aggregatetype>protogeni</aggregatetype>
     13<stitchingmode>chainANDTree</stitchingmode>
     14<scheduledservices>false</scheduledservices>
     15<negotiatedservices>false</negotiatedservices>
     16<lifetime id="life">
     17    <start type="time">2017-04-19T16:35:52Z</start>
     18    <end type="time">2017-04-19T16:35:52Z</end>
     19</lifetime>
     20<node id="urn:publicid:IDN+instageni.hawaii.edu+node+procurve2">
     21  <port id="urn:publicid:IDN+instageni.hawaii.edu+stitchport+procurve2:1.24.al2s">
     22    <capacity>1000000</capacity>
     23    <maximumReservableCapacity>1000000</maximumReservableCapacity>
     24    <minimumReservableCapacity>1000</minimumReservableCapacity>
     25    <granularity>1</granularity>
     26    <link id="urn:publicid:IDN+instageni.hawaii.edu+interface+procurve2:1.24.al2s">
     27      <remoteLinkId>urn:publicid:IDN+al2s.internet2.edu+interface+rtsw.losa.net.internet2.edu:et-2/3/0.0:hawaii-ig</remoteLinkId>
     28      <trafficEngineeringMetric>10</trafficEngineeringMetric>
     29      <capacity>1000000</capacity>
     30      <maximumReservableCapacity>1000000</maximumReservableCapacity>
     31      <minimumReservableCapacity>1000</minimumReservableCapacity>
     32      <granularity>1</granularity>
     33      <switchingCapabilityDescriptor>
     34        <switchingcapType>l2sc</switchingcapType>
     35        <encodingType>ethernet</encodingType>
     36        <switchingCapabilitySpecificInfo>
     37         <switchingCapabilitySpecificInfo_L2sc>
     38          <interfaceMTU>1500</interfaceMTU>
     39          <vlanRangeAvailability>1700-1719</vlanRangeAvailability>
     40          <vlanTranslation>false</vlanTranslation>
     41         </switchingCapabilitySpecificInfo_L2sc>
     42        </switchingCapabilitySpecificInfo>
     43      </switchingCapabilityDescriptor>
     44    </link>
     45  </port>
     46</node>
     47</aggregate>
     48</stitching>
     49}}}
     50
     51Experimenter may not need any of this data, but it is helpful to reference when trying to determine how many VLANs are delegated for stitching at the site or how much bandwidth can be  requested.
     52
     53Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/HAWAII/IG-ST-1.rspec IG-ST-1.rspec]:
     54{{{
     55$ stitcher.py createsliver IG-ST-1 IG-ST-1.rspec -o
     5612:37:06 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     5712:37:06 INFO    : Reading slice IG-ST-1 credential...
     5812:37:06 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-1 expires on 2017-04-26 16:36:55 UTC
     5912:37:06 INFO    : Calling SCS...
     6012:37:12 INFO    : Multi-AM reservation will include resources from these aggregates:
     6112:37:12 INFO    :      <Aggregate gpo-ig>
     6212:37:12 INFO    :      <Aggregate al2s>
     6312:37:12 INFO    :      <Aggregate hawaii-ig>
     6412:37:12 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     6512:37:41 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     6612:37:41 INFO    : Stitcher doing createsliver at <Aggregate hawaii-ig>...
     6712:38:03 INFO    : ... Allocation at <Aggregate hawaii-ig> complete.
     6812:38:03 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     6912:38:12 INFO    : ... Allocation at <Aggregate al2s> complete.
     7012:38:12 INFO    : All aggregates are complete.
     7112:38:12 INFO    : Your resources expire at 2017-04-25T16:27:12 (UTC).
     7212:38:12 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/stitch-test/HAWAII/IG-ST-1-manifest-rspec-multiam-combined.xml'
     73Success: Reserved resources in slice IG-ST-1 at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 1 stitched link(s).
     74}}}
     75
     76Determined login information at each HAWAII and GPO aggregate:
     77{{{
     78$ readyToLogin.py IG-ST-1 --useSliceAggregates
     79
     80ig-gpo's geni_status is: ready
     81User lnevers logs in to ig-gpo using:
     82        ssh -p 25426  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.gpolab.bbn.com
     83
     84ig-ha's geni_status is: ready
     85User lnevers logs in to ig-ha using:
     86        ssh -p 25010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc2.instageni.hawaii.edu
     87}}}
     88=== Measurements ===
     89
     90'''Iperf InstaGENI GPO VM to InstaGENI HAWAII VM (TCP) - TCP window size: 85.0 KByte (default)'''
     91
     92''Collected: 2017-04-19''
     93
     94__One Client_
     95{{{
     96[ ID] Interval       Transfer     Bandwidth
     97[  3]  0.0-60.1 sec   423 MBytes  59.0 Mbits/sec
     98}}}
     99
     100__Five Clients__
     101{{{
     102[ ID] Interval       Transfer     Bandwidth
     103[  5]  0.0-60.1 sec   240 MBytes  33.5 Mbits/sec
     104[  4]  0.0-60.2 sec   106 MBytes  14.7 Mbits/sec
     105[  3]  0.0-60.3 sec   104 MBytes  14.5 Mbits/sec
     106[  6]  0.0-60.4 sec  80.0 MBytes  11.1 Mbits/sec
     107[  7]  0.0-60.5 sec  93.1 MBytes  12.9 Mbits/sec
     108[SUM]  0.0-60.5 sec   623 MBytes  86.4 Mbits/sec
     109}}}
     110
     111__Ten Clients__
     112{{{
     113[ ID] Interval       Transfer     Bandwidth
     114[  3]  0.0-60.1 sec  57.1 MBytes  7.97 Mbits/sec
     115[  7]  0.0-60.3 sec  62.8 MBytes  8.74 Mbits/sec
     116[  9]  0.0-60.3 sec  65.6 MBytes  9.13 Mbits/sec
     117[  4]  0.0-60.3 sec  95.2 MBytes  13.2 Mbits/sec
     118[ 12]  0.0-60.3 sec  62.8 MBytes  8.72 Mbits/sec
     119[ 10]  0.0-60.4 sec  43.6 MBytes  6.06 Mbits/sec
     120[ 11]  0.0-60.4 sec  46.1 MBytes  6.40 Mbits/sec
     121[  6]  0.0-60.6 sec  42.6 MBytes  5.90 Mbits/sec
     122[  8]  0.0-60.6 sec  76.0 MBytes  10.5 Mbits/sec
     123[  5]  0.0-60.8 sec   116 MBytes  16.0 Mbits/sec
     124[SUM]  0.0-60.8 sec   668 MBytes  92.2 Mbits/sec
     125}}}
     126
     127'''Iperf InstaGENI GPO VM to InstaGENI HAWAII VM (UDP) - UDP buffer size:  208 KByte (default) '''
     128{{{
     129[ ID] Interval       Transfer     Bandwidth
     130[  3]  0.0-60.0 sec   719 MBytes   101 Mbits/sec
     131[  3] Sent 512802 datagrams
     132[  3] Server Report:
     133[  3]  0.0-60.0 sec   682 MBytes  95.4 Mbits/sec   0.094 ms 26233/512801 (5.1%)
     134[  3]  0.0-60.0 sec  1 datagrams received out-of-order
     135}}}
     136
     137'''Ping from InstaGENI GPO VM to the InstaGENI HAWAII VM '''
     138{{{
     13960 packets transmitted, 60 received, 0% packet loss, time 59087ms
     140rtt min/avg/max/mdev = 119.686/120.010/121.539/0.327 ms
     141}}}
     142
     143
     144'''Iperf InstaGENI HAWAII VM to GPO InstaGENI VM (TCP) - TCP window size: 85.0 KByte (default)'''
     145
     146''Collected: 2017-04-19''
     147
     148__One Client_
     149{{{
     150[ ID] Interval       Transfer     Bandwidth
     151[  3]  0.0-60.0 sec   323 MBytes  45.2 Mbits/sec
     152}}}
     153
     154__Five Clients__
     155{{{
     156[ ID] Interval       Transfer     Bandwidth
     157[  3]  0.0-60.0 sec  97.2 MBytes  13.6 Mbits/sec
     158[  6]  0.0-60.1 sec   101 MBytes  14.1 Mbits/sec
     159[  5]  0.0-60.1 sec   269 MBytes  37.6 Mbits/sec
     160[  4]  0.0-60.2 sec  79.9 MBytes  11.1 Mbits/sec
     161[  7]  0.0-60.3 sec  49.1 MBytes  6.84 Mbits/sec
     162[SUM]  0.0-60.3 sec   596 MBytes  83.0 Mbits/sec
     163}}}
     164
     165__Ten Clients__
     166{{{
     167[ ID] Interval       Transfer     Bandwidth
     168[ 10]  0.0-60.1 sec  57.1 MBytes  7.97 Mbits/sec
     169[ 11]  0.0-60.1 sec  59.8 MBytes  8.34 Mbits/sec
     170[  4]  0.0-60.2 sec  86.5 MBytes  12.1 Mbits/sec
     171[  5]  0.0-60.2 sec  85.5 MBytes  11.9 Mbits/sec
     172[ 12]  0.0-60.2 sec  44.9 MBytes  6.25 Mbits/sec
     173[  6]  0.0-60.2 sec  74.2 MBytes  10.3 Mbits/sec
     174[  3]  0.0-60.3 sec  62.1 MBytes  8.64 Mbits/sec
     175[  8]  0.0-60.3 sec  48.5 MBytes  6.74 Mbits/sec
     176[  9]  0.0-60.4 sec  43.0 MBytes  5.97 Mbits/sec
     177[  7]  0.0-60.6 sec  57.4 MBytes  7.95 Mbits/sec
     178[SUM]  0.0-60.6 sec   619 MBytes  85.7 Mbits/sec
     179}}}
     180
     181'''Iperf InstaGENI HAWAII VM to GPO InstaGENI VM (UDP)  - UDP buffer size:  208 KByte (default) '''
     182{{{
     183[ ID] Interval       Transfer     Bandwidth
     184[  3]  0.0-60.0 sec   719 MBytes   101 Mbits/sec
     185[  3] Sent 512796 datagrams
     186[  3] Server Report:
     187[  3]  0.0-60.1 sec   688 MBytes  96.0 Mbits/sec   0.097 ms 21862/512795 (4.3%)
     188[  3]  0.0-60.1 sec  1 datagrams received out-of-order
     189}}}
     190
     191'''Ping from InstaGENI HAWAII VM to GPO InstaGENI VM '''
     192{{{
     19360 packets transmitted, 60 received, 0% packet loss, time 59098ms
     194rtt min/avg/max/mdev = 119.660/119.880/120.292/0.288 ms
     195}}}
     196
     197== IG-ST-2 New Site to GPO IG Loop topology ==
     198
     199Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/HAWAII/IG-ST-2.rspec IG-ST-2.rspec]:
     200{{{
     201$ stitcher.py createsliver IG-ST-2 IG-ST-2.rspec -o
     20212:50:36 INFO    : Configured logging from file /home/lnevers/geni-tools-2.10/src/gcf/stitcher_logging.conf
     20312:50:36 INFO    : Reading slice IG-ST-2 credential...
     20412:50:37 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-2 expires on 2017-04-26 16:50:30 UTC
     20512:50:37 INFO    : Calling SCS...
     20612:50:37 INFO    : Multi-AM reservation will include resources from these aggregates:
     20712:50:37 INFO    :      <Aggregate gpo-ig>
     20812:50:37 INFO    :      <Aggregate al2s>
     20912:50:37 INFO    :      <Aggregate hawaii-ig>
     21012:50:38 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     21112:50:58 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     21212:50:58 INFO    : Stitcher doing createsliver at <Aggregate hawaii-ig>...
     21312:51:20 INFO    : ... Allocation at <Aggregate hawaii-ig> complete.
     21412:51:20 INFO    : Stitcher doing createsliver at <Aggregate al2s>...
     21512:51:34 INFO    : ... Allocation at <Aggregate al2s> complete.
     21612:51:34 INFO    : All aggregates are complete.
     21712:51:34 INFO    : Your resources expire at 2017-04-25T16:40:38 (UTC).
     21812:51:34 INFO    : Saved combined reservation RSpec at 3 AM(s) to file '/home/lnevers/gcf-test/stitch-test/HAWAII/IG-ST-2-manifest-rspec-multiam-combined.xml'
     219Success: Reserved resources in slice IG-ST-2 at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     220}}}
     221
     222Determined login information at each HAWAII and GPO aggregate:
     223{{{
     224$ readyToLogin.py IG-ST-2 --useSliceAggregates
     225}}}
     226
     227Login to GPO host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
     228{{{
     229remote-execute.py IG-ST-2a -a gpo-ig -m "ping 10.10.4.2 -c 60 -q ;ping 192.168.4.2 -c 60 -q"
     230}}}
     231
     232== IG-ST-3 IG-ST-3 New Site 3 node linear topology ==
     233
     234Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/HAWAII/IG-ST-3.rspec IG-ST-3.rspec]:
     235{{{
     236$ stitcher.py createsliver IG-ST-3 IG-ST-3.rspec -o
     237
     238}}}
     239
     240Determined login information the HAWAII host:
     241{{{
     242$ readyToLogin.py IG-ST-3 --useSliceAggregates
     243
     244}}}
     245Login to the HAWAII host and ping each remote:
     246{{{
     247#ping GPO IG
     248ping 192.168.2.1 -c 60 -q
     249# UKYPKS2 IG
     250ping 192.168.4.1 -c 60 -q
     251}}}
     252