Changes between Version 6 and Version 7 of shadownetexp23
- Timestamp:
- 11/09/12 16:28:40 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shadownetexp23
v6 v7 10 10 [attachment:shadownet_stitch_utah.rspec shadownet_stitch_utah.rspec] 11 11 12 If you look at this rspec, you notice that we request three raw-pc nodes and three virtual devices called emulab-bbg from the Utah Testbed. The emulab-bbg devices are vlan reservations requested for each link utilizing this emulab-bbg device with a pcnode.12 If you look at this rspec, you notice that we request three raw-pc nodes and three virtual devices called emulab-bbg from the Utah Testbed. The emulab-bbg devices are vlan reservations requested for each link utilizing this emulab-bbg device with a PC node. 13 13 14 Charles : You may want to put a visual here on how the experiment looks like 14 [[Image goes here]] 15 15 16 16 use the PG script … … 19 19 }}} 20 20 21 Save the manifest 21 Save the manifest to a text file for future reference. Then run 22 22 {{{ 23 ./sliverstatus -n shadow-demo -m https://www.emulab.net/protogeni/xmlrpc/cm until sliverstatus returns a ready state.23 ./sliverstatus -n shadow-demo -m https://www.emulab.net/protogeni/xmlrpc/cm 24 24 }}} 25 26 until sliverstatus returns a ready state. 25 27 26 28 Once we have a ready state, we now look at the manifest returned and note down all the "vlantag= " returned for each link … … 33 35 34 36 submit this to the shadownet CM 37 35 38 {{{ 36 39 ./createsliver -n shadow-demo -m https://shadownet.uky.emulab.net/protogeni/xmlrpc/cm shadownet_stitch.rspec 37 40 }}} 38 Save the manifest 41 42 Save the manifest and then run 39 43 {{{ 40 44 ./sliverstatus -n shadow-demo -m https://www.emulab.net/protogeni/xmlrpc/cm until sliverstatus returns a ready state. 41 45 }}} 42 46 43 Once the experiment is up and running, we have to setup routing on the routers and the pcs to talk to each other.47 Once the experiment is up and running, we have to setup routing on the routers and the PCs to talk to each other. 44 48 45 The set of commands and its output for this example are shown in the files attached below.49 The set of commands and its output to set this up for this example are shown in the files attached below. 46 50 47 51 [attachment:WASH_Router.output WASH_Router.output][[BR]] … … 51 55 [attachment:UT2.output UT2.output][[BR]] 52 56 [attachment:UT3.output UT3.output][[BR]] 57 58 59 Finally a sample run of this experiment is also provided for your reference at [attachment:shadownet_stitch.notes shadownet_stitch.notes][[BR]]