Changes between Version 4 and Version 5 of GEC15Agenda/AdvancedGENITopoOmni/Instructions/ClickExampleExperiment


Ignore:
Timestamp:
10/19/12 02:16:42 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC15Agenda/AdvancedGENITopoOmni/Instructions/ClickExampleExperiment

    v4 v5  
    158158  and in the other
    159159  {{{
    160   ssh -S hostB
     160  ssh -A hostB
    161161  }}}
    162162==== Test remote execution ====
     
    201201  (If you are prompted for a password, check to make sure that you provided the -A switch in your ssh command above.)
    202202
    203 The extractClickConfig script produces router configurations for your experiment. It also creates a diagram of your experiment. Copy it back to the '''click-example''' directory on your local host so you can view it. There's a copy on each of your router hosts. I've chosen pc336.emulab.net, which is the top router, but it doesn't matter. You'll need to find the host name in the script output above, and then run this command ''on your local machine''.
    204 
    205 {{{
    206 scp pc336.emulab.net:myslice.png .
    207 }}}
    208 
    209 Once you have '''myslice.png''' on your local machine, open it in a browser or other viewer program. Your slice will look something like the one below (see [attachment:myslice.png]). The overall configuration should be the same, with two end hosts, named hostA and hostB, and four routers (top, left, right, bottom) in a diamond configuration. The host names, interface names, and MAC addresses will be different, depending on the actual resources assigned to your slice.
     203  i. The extractClickConfig script produces router configurations for your experiment. It also creates a diagram of your experiment. Get a copy locally from one of the routers, by typing in a local terminal:
     204  {{{
     205 scp top:myslice.png
     206}}}
     207  i. View the diagram by typing :
     208  {{{
     209  eog myslice.png &
     210}}}
     211  Your slice will look something like the one below (see [attachment:myslice.png]). The overall configuration should be the same, with two end hosts, named hostA and hostB, and four routers (top, left, right, bottom) in a diamond configuration. The host names, interface names, and MAC addresses will be different, depending on the actual resources assigned to your slice.
    210212
    211213[[Image(myslice.png, 25%)]]