172 | | <login authentication="ssh-keys" hostname="152.54.14.18" port="22" username="root"/> |
| 172 | <login authentication="ssh-keys" hostname="152.54.14.13" port="22" username="root"/> |
| 173 | }}} |
| 174 | |
| 175 | Login to BBN VM and send traffic to remote: |
| 176 | {{{ |
| 177 | $ ssh root@192.1.242.6 |
| 178 | root@debian:~# ifconfig eth1 |
| 179 | eth1 Link encap:Ethernet HWaddr 52:54:00:5a:92:fe |
| 180 | inet addr:10.42.19.27 Bcast:10.42.19.255 Mask:255.255.255.0 |
| 181 | inet6 addr: fe80::5054:ff:fe5a:92fe/64 Scope:Link |
| 182 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
| 183 | RX packets:12 errors:0 dropped:0 overruns:0 frame:0 |
| 184 | TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 |
| 185 | collisions:0 txqueuelen:1000 |
| 186 | RX bytes:864 (864.0 B) TX bytes:398 (398.0 B) |
| 187 | root@debian:~# ping 10.42.19.25 |
| 188 | }}} |
| 189 | Login to RENCI VM and send traffic to remote: |
| 190 | {{{ |
| 191 | $ ssh root@152.54.14.13 |
| 192 | root@debian:~# ifconfig eth1 |
| 193 | eth1 Link encap:Ethernet HWaddr 52:54:00:74:38:fd |
| 194 | inet addr:10.42.19.25 Bcast:10.42.255.255 Mask:255.255.0.0 |
| 195 | inet6 addr: fe80::5054:ff:fe74:38fd/64 Scope:Link |
| 196 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
| 197 | RX packets:15 errors:0 dropped:0 overruns:0 frame:0 |
| 198 | TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 |
| 199 | collisions:0 txqueuelen:1000 |
| 200 | RX bytes:1056 (1.0 KiB) TX bytes:398 (398.0 B) |
| 201 | root@debian:~# ping 10.42.19.27 |
194 | | Two options were available because the Bare Metal node is only available via the ExoSM: |
195 | | |
196 | | a. Replace the BBN SM reservation with a reservation via the ExoSM, but this will cause the next step to fail. The RENCI SM reservation will report that a sliver by that name already exists, due to the ExoSM request. To get around this problem, one option is to replace the bare metal node with a VM, so that the requests could be submitted as expected to each of the local SMs. |
197 | | |
198 | | b. Replace the BBN SM reservation with a reservation via the ExoSM, but create a new slice and sliver name for the RCI portion. So the BBN resources are reserved via the ExoSM, and the RENCI resources are reserved via the local RENCI SM. |
199 | | |
200 | | Option ''a'' was chosen for this test run, and the new RSpec used is [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp2-exobbn-mod.rspec EG-EXP-6-exp2-exobbn-mod.rspec]. ???VERIFY??? |
| 223 | The Bare Metal node is only available via the ExoSM, so in order to preserve the requests to the individual AMs, modified the RSpec to use 2 VMs, and the new RSpec used is [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp2-exobbn-mod.rspec EG-EXP-6-exp2-exobbn-mod.rspec]. |
253 | | <login authentication="ssh-keys" hostname="152.54.14.20" port="22" username="root"/> |
254 | | <login authentication="ssh-keys" hostname="152.54.14.19" port="22" username="root"/> |
| 278 | <login authentication="ssh-keys" hostname="152.54.14.16" port="22" username="root"/> |
| 279 | <login authentication="ssh-keys" hostname="152.54.14.14" port="22" username="root"/> |
| 280 | }}} |
| 281 | |
| 282 | Login to first BBN VM and send traffic to remote: |
| 283 | {{{ |
| 284 | $ ssh root@192.1.242.7 |
| 285 | root@debian:~# ifconfig eth1 |
| 286 | eth1 Link encap:Ethernet HWaddr 52:54:00:0e:77:26 |
| 287 | inet addr:10.42.18.98 Bcast:10.42.18.255 Mask:255.255.255.0 |
| 288 | inet6 addr: fe80::5054:ff:fe0e:7726/64 Scope:Link |
| 289 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
| 290 | RX packets:18 errors:0 dropped:0 overruns:0 frame:0 |
| 291 | TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 |
| 292 | collisions:0 txqueuelen:1000 |
| 293 | RX bytes:1248 (1.2 KiB) TX bytes:398 (398.0 B) |
| 294 | root@debian:~# ping 10.42.18.15 |
| 295 | |
| 296 | |
| 297 | }}} |
| 298 | Login to second BBN VM and send traffic to remote: |
| 299 | {{{ |
| 300 | $ ssh root@192.1.242.8 |
| 301 | root@debian:~# ifconfig eth1 |
| 302 | eth1 Link encap:Ethernet HWaddr 52:54:00:9f:cf:e6 |
| 303 | inet addr:10.42.18.77 Bcast:10.42.18.255 Mask:255.255.255.0 |
| 304 | inet6 addr: fe80::5054:ff:fe9f:cfe6/64 Scope:Link |
| 305 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
| 306 | RX packets:21 errors:0 dropped:0 overruns:0 frame:0 |
| 307 | TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 |
| 308 | collisions:0 txqueuelen:1000 |
| 309 | RX bytes:1440 (1.4 KiB) TX bytes:398 (398.0 B) |
| 310 | root@debian:~# ping 10.42.18.16 |
| 311 | |
| 312 | }}} |
| 313 | |
| 314 | Login to first RENCI VM and send traffic to remote: |
| 315 | {{{ |
| 316 | $ ssh root@152.54.14.14 |
| 317 | root@debian:~# ifconfig eth1 |
| 318 | eth1 Link encap:Ethernet HWaddr 52:54:00:92:84:59 |
| 319 | inet addr:10.42.18.16 Bcast:10.42.18.255 Mask:255.255.255.0 |
| 320 | inet6 addr: fe80::5054:ff:fe92:8459/64 Scope:Link |
| 321 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
| 322 | RX packets:21 errors:0 dropped:0 overruns:0 frame:0 |
| 323 | TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 |
| 324 | collisions:0 txqueuelen:1000 |
| 325 | RX bytes:1440 (1.4 KiB) TX bytes:398 (398.0 B) |
| 326 | root@debian:~# ping 10.42.18.98 |
| 327 | |
| 328 | }}} |
| 329 | Login to second RENCI VM and send traffic to remote: |
| 330 | {{{ |
| 331 | $ ssh root@152.54.14.16 |
| 332 | root@debian:~# ifconfig eth1 |
| 333 | eth1 Link encap:Ethernet HWaddr 52:54:00:4c:59:50 |
| 334 | inet addr:10.42.18.15 Bcast:10.42.18.255 Mask:255.255.255.0 |
| 335 | inet6 addr: fe80::5054:ff:fe4c:5950/64 Scope:Link |
| 336 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
| 337 | RX packets:16 errors:0 dropped:0 overruns:0 frame:0 |
| 338 | TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 |
| 339 | collisions:0 txqueuelen:1000 |
| 340 | RX bytes:1116 (1.0 KiB) TX bytes:398 (398.0 B) |
| 341 | root@debian:~# ping 10.42.18.77 |
| 342 | |
| 428 | |
| 429 | Login to ExoGENI Node and send traffic to GPO PG node: |
| 430 | {{{ |
| 431 | $ ssh 192.1.242.9 -l root |
| 432 | eth1 Link encap:Ethernet HWaddr 52:54:00:e6:5e:1a |
| 433 | inet addr:10.42.11.198 Bcast:10.42.255.255 Mask:255.255.0.0 |
| 434 | inet6 addr: fe80::5054:ff:fee6:5e1a/64 Scope:Link |
| 435 | UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
| 436 | RX packets:38 errors:0 dropped:0 overruns:0 frame:0 |
| 437 | TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 |
| 438 | collisions:0 txqueuelen:1000 |
| 439 | RX bytes:2496 (2.4 KiB) TX bytes:398 (398.0 B) |
| 440 | $ ping 10.42.11.209 |
| 441 | }}} |
| 442 | |
| 443 | Login to GPO PG node and send traffic to ExoGENI node: |
| 444 | {{{ |
| 445 | $ ssh pc9.pgeni.gpolab.bbn.com |
| 446 | ??? |
| 447 | |
| 448 | }}} |
| 449 | |