Changes between Version 3 and Version 4 of GeniNetworkStitchingConfirmationTestStatus/Utah-stitch


Ignore:
Timestamp:
06/03/15 15:59:33 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/Utah-stitch

    v3 v4  
    341341$ readyToLogin.py IG-ST-4 --useSliceAggregates
    342342  ....
    343 }}}
    344 
    345 Verify the sites can exchange traffic:
     343eg-gpo's geni_status is: ready
     344User lnevers logs in to eg-gpo using:
     345        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@192.1.242.31
     346...
     347ig-utah's geni_status is: ready
     348User lnevers logs in to ig-utah using:
     349        ssh -p 31290  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc3.utah.geniracks.net
     350}}}
     351
     352Verify the sites can exchange ICMP, TCP and UDP traffic:
     353{{{
     354lnevers@eg-gpo:~$ ping 192.168.1.2 -c 5 -q
     355PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
     356
     357--- 192.168.1.2 ping statistics ---
     3585 packets transmitted, 5 received, 0% packet loss, time 4007ms
     359rtt min/avg/max/mdev = 59.579/59.779/59.891/0.194 ms
     360lnevers@eg-gpo:~$
     361lnevers@eg-gpo:~$ iperf -c 192.168.1.2 -t 20
     362------------------------------------------------------------
     363Client connecting to 192.168.1.2, TCP port 5001
     364TCP window size: 85.0 KByte (default)
     365------------------------------------------------------------
     366[  3] local 192.168.1.1 port 36274 connected with 192.168.1.2 port 5001
     367[ ID] Interval       Transfer     Bandwidth
     368[  3]  0.0-20.0 sec  46.9 MBytes  19.7 Mbits/sec
     369lnevers@eg-gpo:~$ iperf -c 192.168.1.2 -t 20 -u -b 1M
     370------------------------------------------------------------
     371Client connecting to 192.168.1.2, UDP port 5001
     372Sending 1470 byte datagrams
     373UDP buffer size:  208 KByte (default)
     374------------------------------------------------------------
     375[  3] local 192.168.1.1 port 59077 connected with 192.168.1.2 port 5001
     376[ ID] Interval       Transfer     Bandwidth
     377[  3]  0.0-20.0 sec  2.39 MBytes  1000 Kbits/sec
     378[  3] Sent 1702 datagrams
     379[  3] Server Report:
     380[  3]  0.0-20.0 sec  2.39 MBytes  1.00 Mbits/sec   0.132 ms    0/ 1702 (0%)
     381lnevers@eg-gpo:~$
     382}}}