Changes between Version 43 and Version 44 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-6
- Timestamp:
- 09/12/12 16:13:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-6
v43 v44 467 467 collisions:0 txqueuelen:1000 468 468 RX bytes:2496 (2.4 KiB) TX bytes:398 (398.0 B) 469 $ ping 10.42.11.209 469 root@debian:~# ping 10.42.11.209 470 PING 10.42.11.209 (10.42.11.209) 56(84) bytes of data. 471 64 bytes from 10.42.11.209: icmp_req=1 ttl=64 time=40.0 ms 472 64 bytes from 10.42.11.209: icmp_req=2 ttl=64 time=2.74 ms 473 64 bytes from 10.42.11.209: icmp_req=3 ttl=64 time=0.501 ms 474 ^C 475 --- 10.42.11.209 ping statistics --- 476 3 packets transmitted, 3 received, 0% packet loss, time 2003ms 477 rtt min/avg/max/mdev = 0.501/14.442/40.080/18.152 ms 478 470 479 }}} 471 480 … … 474 483 $ ssh pc9.pgeni.gpolab.bbn.com 475 484 476 $ ping 10.42.11.198 485 vm:~> ping 10.42.11.198 486 PING 10.42.11.198 (10.42.11.198) 56(84) bytes of data. 487 64 bytes from 10.42.11.198: icmp_seq=1 ttl=64 time=0.541 ms 488 64 bytes from 10.42.11.198: icmp_seq=2 ttl=64 time=0.415 ms 489 64 bytes from 10.42.11.198: icmp_seq=3 ttl=64 time=0.468 ms 490 ^C 491 --- 10.42.11.198 ping statistics --- 492 3 packets transmitted, 3 received, 0% packet loss, time 1998ms 493 rtt min/avg/max/mdev = 0.415/0.474/0.541/0.057 ms 494 vm:~> 495 477 496 }}} 478 497 … … 629 648 630 649 In the above list of connections, ''00:64:08:17:f4:b5:2a:00'' is the BBN ExoGENI OpenFlow Switch 631 and ''00:64:08:17:f4:b3:5b:00'' is the RENCI ExoGENI OpenFlow Switch. 650 and ''00:64:08:17:f4:b3:5b:00'' is the RENCI ExoGENI OpenFlow Switch. 651 652 ''Note'': In later updates, the BBN ExoGENI switch DPID was modified to "00:01:08:17:f4:b5:2a:00" 653 and the RENCI ExoGENI switch DPID was modified to "00:01:08:17:f4:b3:5b:00" 632 654 633 655 __EG-EXP-6-exp2__ … … 657 679 and ''00:64:08:17:f4:b3:5b:00'' is the RENCI ExoGENI OpenFlow Switch. 658 680 681 ''Note'': In later updates, the BBN ExoGENI switch DPID was modified to "00:01:08:17:f4:b5:2a:00" 682 and the RENCI ExoGENI switch DPID was modified to "00:01:08:17:f4:b3:5b:00" 659 683 660 684 __EG-EXP-6-exp3__ … … 662 686 Based on the RSpecs the following controller and ports are requested for EG-EXP-6-exp3: 663 687 {{{ 664 <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> 688 <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> 689 665 690 }}} 666 691 On the system mallorea.gpolab.bbn.com the controller is running and listening on port 33020 and allowing console connections on port 11020: … … 668 693 $ ./nox_core --info=$HOME/nox-33020.info -i ptcp:33020 switch lavi_switches lavi_swlinks jsonmessenger=tcpport=11020,sslport=0 669 694 }}} 670 Verified the switches for EG-EXP-6-exp 1by using the nox console to get a list of switches connected:695 Verified the switches for EG-EXP-6-exp3 by using the nox console to get a list of switches connected: 671 696 {{{ 672 697 $ ./nox-console -n localhost -p 11020 getnodes … … 683 708 and ''00:64:08:17:f4:b3:5b:00'' is the RENCI ExoGENI OpenFlow Switch. 684 709 710 ''Note'': In later updates, the BBN ExoGENI switch DPID was modified to "00:01:08:17:f4:b5:2a:00" 711 and the RENCI ExoGENI switch DPID was modified to "00:01:08:17:f4:b3:5b:00" 685 712 686 713 == 29. As Experimenter3, verify that traffic only flows on the network resources assigned to slivers as specified by the controller == … … 709 736 Verify that no default controller, switch fail-open behavior, or other resource other than experimenters' controllers, can control how traffic flows on network resources assigned to experimenters' slivers. 710 737 738 Verified that traffic is not exchanged when the controller is not running. Verified that starting controller allows traffic to be delivered. 739 740 711 741 == 31. Set the hard and soft timeout of flowtable entries == 712 742 … … 715 745 == 33. Get layer 2 topology information about slivers in each slice. == 716 746 747 Information was captured in earlier steps where the console command was used to show which switches were connected to the NOX controller in step 28 above. 748 749 Following is an example where experiment 3 is partially set up, and the topology is checked to verify that is reflect the slivers created: 750 {{{ 751 $ ./nox-console -n localhost -p 11020 getnodes | sort 752 00:00:00:10:10:17:50:01 ## OF switch at Rutgers 753 00:01:08:17:f4:b5:2a:00 ## ExoGENI BBN Switch 754 06:d6:00:12:e2:b8:a5:d0 ## OF switch at BBN (jalapeno) to NLR 755 06:d6:00:24:a8:c4:b9:00 ## OF switch at BBN (poblano) to GPO PG node pc9 756 }}} 757 758 717 759 == 34. Install flows that match on layer 2 fields and/or layer 3 fields. == 718 760