Changes between Version 30 and Version 31 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-4


Ignore:
Timestamp:
07/27/12 12:04:39 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-4

    v30 v31  
    134134RSpec created for this topology is [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-4/EG-EXP-4-exp2.rspec EG-EXP-4-exp2.rspec]
    135135
     136and it defines the following mapping for network, interfaces, and network addresses:
     137
     138 - BBN Bare Metal if0 172.16.2.1 connects to BBN VM 2 if0 172.16.2.2
     139 - BBN Bare Metal if1 172.16.3.1 connects to RCI VM 1 if0 172.16/.3.2
     140 - BBN VM2 if1 172.16.4.1 connects to RCI VM 2 if0 172.16.4.2
    136141
    137142== Step 9. Create a second slice  ==
     
    151156Verify that sliver status is ready:
    152157{{{
    153 $ omni.py sliverstatus -a exosm EG-EXP-4-exp2   #xxxxxxx
     158$ omni.py sliverstatus -a exosm EG-EXP-4-exp2
    154159}}}
    155160Determined which nodes (VMs and bare metal) are allocated to this sliver:
    156161{{{
    157162$ omni.py listresources -a exosm EG-EXP-4-exp2 -o
    158 $ egrep ssh EG-EXP-4-exp2-rspec-geni-renci-org-11443-orca.xml
    159                   <login authentication="ssh-keys" hostname="192.1.242.110" port="22" username="root"/>     
    160                   <login authentication="ssh-keys" hostname="192.1.242.12" port="22" username="root"/>     
    161                   <login authentication="ssh-keys" hostname="152.54.14.18" port="22" username="root"/>     
    162                   <login authentication="ssh-keys" hostname="152.54.14.19" port="22" username="root"/>        
     163$ egrep hostname EG-EXP-4-exp2-rspec-geni-renci-org-11443-orca.xml
     164<login authentication="ssh-keys" hostname="192.1.242.13" port="22" username="root"/>     
     165<login authentication="ssh-keys" hostname="192.1.242.110" port="22" username="root"/>     
     166<login authentication="ssh-keys" hostname="152.54.14.35" port="22" username="root"/>     
     167<login authentication="ssh-keys" hostname="152.54.14.37" port="22" username="root"/>   
    163168}}}
    164169
    165170== Step 11. Log in to each of the end-point systems, and send traffic to the other end-point system which shares the same VLAN  ==
    166171
    167 Logged in to each of the hosts and pinged a remote following were assigned:
    168 {{{
    169 $ ssh root@192.1.242.24
    170 Linux debian 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64
    171 
    172 The programs included with the Debian GNU/Linux system are free software;
    173 the exact distribution terms for each program are described in the
    174 individual files in /usr/share/doc/*/copyright.
    175 
    176 Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    177 permitted by applicable law.
    178 Last login: Fri Jul  6 15:12:22 2012 from arendia.gpolab.bbn.com
    179 root@debian:~# ping 172.16.3.2
     172Logged in to BBN VM and pinged each of the remotes:
     173{{{
     174$ ssh root@192.1.242.13
     175root@debian:~# ifconfig
     176eth0      Link encap:Ethernet  HWaddr 02:16:3e:0c:60:0f 
     177          inet addr:10.103.0.10  Bcast:10.103.0.255  Mask:255.255.255.0
     178          inet6 addr: fe80::16:3eff:fe0c:600f/64 Scope:Link
     179          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     180          RX packets:278 errors:0 dropped:0 overruns:0 frame:0
     181          TX packets:248 errors:0 dropped:0 overruns:0 carrier:0
     182          collisions:0 txqueuelen:1000
     183          RX bytes:39892 (38.9 KiB)  TX bytes:35307 (34.4 KiB)
     184
     185eth1      Link encap:Ethernet  HWaddr 52:54:00:bf:8e:ad 
     186          inet addr:172.16.4.1  Bcast:172.16.4.255  Mask:255.255.255.0
     187          inet6 addr: fe80::5054:ff:febf:8ead/64 Scope:Link
     188          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     189          RX packets:17 errors:0 dropped:0 overruns:0 frame:0
     190          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
     191          collisions:0 txqueuelen:1000
     192          RX bytes:1005 (1005.0 B)  TX bytes:398 (398.0 B)
     193
     194eth2      Link encap:Ethernet  HWaddr 52:54:00:d7:20:a4 
     195          inet addr:172.16.2.2  Bcast:172.16.2.255  Mask:255.255.255.0
     196          inet6 addr: fe80::5054:ff:fed7:20a4/64 Scope:Link
     197          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     198          RX packets:30 errors:0 dropped:0 overruns:0 frame:0
     199          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
     200          collisions:0 txqueuelen:1000
     201          RX bytes:2060 (2.0 KiB)  TX bytes:398 (398.0 B)
     202root@debian:~# ping 172.16.4.2 -c 3
     203PING 172.16.4.2 (172.16.4.2) 56(84) bytes of data.
     20464 bytes from 172.16.4.2: icmp_req=1 ttl=64 time=58.9 ms
     20564 bytes from 172.16.4.2: icmp_req=2 ttl=64 time=18.0 ms
     20664 bytes from 172.16.4.2: icmp_req=3 ttl=64 time=17.9 ms
     207
     208--- 172.16.4.2 ping statistics ---
     2093 packets transmitted, 3 received, 0% packet loss, time 2002ms
     210rtt min/avg/max/mdev = 17.916/31.659/58.970/19.311 ms
     211root@debian:~# ping 172.16.2.1 -c 3
     212PING 172.16.2.1 (172.16.2.1) 56(84) bytes of data.
     21364 bytes from 172.16.2.1: icmp_req=1 ttl=64 time=11.5 ms
     21464 bytes from 172.16.2.1: icmp_req=2 ttl=64 time=0.442 ms
     21564 bytes from 172.16.2.1: icmp_req=3 ttl=64 time=0.399 ms
     216
     217--- 172.16.2.1 ping statistics ---
     2183 packets transmitted, 3 received, 0% packet loss, time 2000ms
     219rtt min/avg/max/mdev = 0.399/4.135/11.566/5.254 ms
     220
     221}}}
     222
     223Logged in to BBN bare metal and pinged each of the remotes:
     224{{{
     225$ ssh root@192.1.242.110
     226[root@bbn-w4 ~]# ifconfig
     227eth0      Link encap:Ethernet  HWaddr 5C:F3:FC:BA:51:D4 
     228          inet addr:10.100.0.14  Bcast:10.100.0.255  Mask:255.255.255.0
     229          inet6 addr: fe80::5ef3:fcff:feba:51d4/64 Scope:Link
     230          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     231          RX packets:211 errors:0 dropped:0 overruns:0 frame:0
     232          TX packets:1595 errors:0 dropped:0 overruns:0 carrier:0
     233          collisions:0 txqueuelen:1000
     234          RX bytes:34898 (34.0 KiB)  TX bytes:205446 (200.6 KiB)
     235          Interrupt:28 Memory:92000000-92012800
     236
     237eth2      Link encap:Ethernet  HWaddr 00:07:43:11:A4:60 
     238          inet6 addr: fe80::207:43ff:fe11:a460/64 Scope:Link
     239          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     240          RX packets:285 errors:0 dropped:0 overruns:0 frame:0
     241          TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
     242          collisions:0 txqueuelen:1000
     243          RX bytes:22953 (22.4 KiB)  TX bytes:1774 (1.7 KiB)
     244          Interrupt:24
     245
     246eth2.24   Link encap:Ethernet  HWaddr 00:07:43:11:A4:60 
     247          inet addr:172.16.2.1  Bcast:172.16.2.255  Mask:255.255.255.0
     248          inet6 addr: fe80::207:43ff:fe11:a460/64 Scope:Link
     249          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     250          RX packets:15 errors:0 dropped:0 overruns:0 frame:0
     251          TX packets:10 errors:0 dropped:1 overruns:0 carrier:0
     252          collisions:0 txqueuelen:0
     253          RX bytes:930 (930.0 b)  TX bytes:756 (756.0 b)
     254
     255eth2.2603 Link encap:Ethernet  HWaddr 00:07:43:11:A4:60 
     256          inet addr:172.16.3.1  Bcast:172.16.3.255  Mask:255.255.255.0
     257          inet6 addr: fe80::207:43ff:fe11:a460/64 Scope:Link
     258          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     259          RX packets:10 errors:0 dropped:0 overruns:0 frame:0
     260          TX packets:5 errors:0 dropped:1 overruns:0 carrier:0
     261          collisions:0 txqueuelen:0
     262          RX bytes:590 (590.0 b)  TX bytes:378 (378.0 b)
     263
     264[root@bbn-w4 ~]# ping -c 3 172.16.3.2
    180265PING 172.16.3.2 (172.16.3.2) 56(84) bytes of data.
    181 64 bytes from 172.16.3.2: icmp_req=1 ttl=64 time=27.6 ms
    182 64 bytes from 172.16.3.2: icmp_req=2 ttl=64 time=17.7 ms
    183 64 bytes from 172.16.3.2: icmp_req=3 ttl=64 time=17.8 ms
    184 64 bytes from 172.16.3.2: icmp_req=4 ttl=64 time=17.8 ms
    185 ^C
     26664 bytes from 172.16.3.2: icmp_seq=1 ttl=64 time=46.8 ms
     26764 bytes from 172.16.3.2: icmp_seq=2 ttl=64 time=17.6 ms
     26864 bytes from 172.16.3.2: icmp_seq=3 ttl=64 time=17.6 ms
     269
    186270--- 172.16.3.2 ping statistics ---
    187 4 packets transmitted, 4 received, 0% packet loss, time 3005ms
    188 rtt min/avg/max/mdev = 17.741/20.262/27.631/4.256 ms
    189 }}}
    190 
     2713 packets transmitted, 3 received, 0% packet loss, time 2021ms
     272rtt min/avg/max/mdev = 17.688/27.402/46.827/13.736 ms
     273[root@bbn-w4 ~]# ping -c 3 172.16.2.2
     274PING 172.16.2.2 (172.16.2.2) 56(84) bytes of data.
     27564 bytes from 172.16.2.2: icmp_seq=1 ttl=64 time=4.96 ms
     27664 bytes from 172.16.2.2: icmp_seq=2 ttl=64 time=0.444 ms
     27764 bytes from 172.16.2.2: icmp_seq=3 ttl=64 time=0.404 ms
     278
     279--- 172.16.2.2 ping statistics ---
     2803 packets transmitted, 3 received, 0% packet loss, time 2001ms
     281rtt min/avg/max/mdev = 0.404/1.937/4.964/2.140 ms
     282[root@bbn-w4 ~]#
    191283
    192284== Step 12. Verify traffic handling per experiment, VM isolation, and MAC address assignment  ==
    193285
    194 Logged into each host and tried to ping the remotes in other experiments, no traffic was exchanged.
    195 
    196 Verified MAC address assignment:
    197 {{{
    198 root@debian:~# ifconfig
    199 eth0      Link encap:Ethernet  HWaddr 02:16:3e:6e:22:3c 
    200           inet addr:10.103.0.23  Bcast:10.103.0.255  Mask:255.255.255.0
    201           inet6 addr: fe80::16:3eff:fe6e:223c/64 Scope:Link
    202           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    203           RX packets:582 errors:0 dropped:0 overruns:0 frame:0
    204           TX packets:431 errors:0 dropped:0 overruns:0 carrier:0
    205           collisions:0 txqueuelen:1000
    206           RX bytes:62154 (60.6 KiB)  TX bytes:59306 (57.9 KiB)
    207 
    208 eth1      Link encap:Ethernet  HWaddr 52:54:00:12:58:a7 
    209           inet addr:172.16.2.2  Bcast:172.16.2.255  Mask:255.255.255.0
    210           inet6 addr: fe80::5054:ff:fe12:58a7/64 Scope:Link
    211           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    212           RX packets:14 errors:0 dropped:0 overruns:0 frame:0
    213           TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
    214           collisions:0 txqueuelen:1000
    215           RX bytes:996 (996.0 B)  TX bytes:678 (678.0 B)
    216 
    217 eth2      Link encap:Ethernet  HWaddr 52:54:00:d1:2d:24 
    218           inet addr:172.16.3.1  Bcast:172.16.3.255  Mask:255.255.255.0
    219           inet6 addr: fe80::5054:ff:fed1:2d24/64 Scope:Link
    220           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    221           RX packets:24 errors:0 dropped:0 overruns:0 frame:0
    222           TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
    223           collisions:0 txqueuelen:1000
    224           RX bytes:1862 (1.8 KiB)  TX bytes:1238 (1.2 KiB)
    225 }}}
    226 
    227 
     286
     287Verified MAC address assignment for the BBN VM:
     288{{{
     289lnevers@sendaria:~/gcf-1.6.2$ ssh root@192.1.242.13
     290root@debian:~# ifconfig|grep HWaddr
     291eth0      Link encap:Ethernet  HWaddr 02:16:3e:0c:60:0f 
     292eth1      Link encap:Ethernet  HWaddr 52:54:00:bf:8e:ad 
     293eth2      Link encap:Ethernet  HWaddr 52:54:00:d7:20:a4 
     294root@debian:~#
     295}}}
     296
     297Verified MAC address assignment for the BBN bare metal:
     298{{{
     299Connection to 192.1.242.13 closed.
     300lnevers@sendaria:~/gcf-1.6.2$ ssh root@192.1.242.110
     301[root@bbn-w4 ~]# ifconfig|grep HWaddr
     302eth0      Link encap:Ethernet  HWaddr 5C:F3:FC:BA:51:D4 
     303eth2      Link encap:Ethernet  HWaddr 00:07:43:11:A4:60 
     304eth2.24   Link encap:Ethernet  HWaddr 00:07:43:11:A4:60 
     305eth2.2603 Link encap:Ethernet  HWaddr 00:07:43:11:A4:60 
     306}}}
     307
     308
     309xxx
    228310== Step 13. Construct and send a non-IP ethernet packet over the data plane interface. ==
    229311To be executed later.