Changes between Version 47 and Version 48 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/16/14 14:51:40 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ClickExample/Execute

    v47 v48  
    320320{{{
    321321#!div style="background: #ffd; border: 3px ridge; width: 685px;"
    322 
    323322  i. In a local terminal type:
    324 {{{
     323   {{{
    325324ssh -A top "tail -f /tmp/click.log"
    326 }}}
    327 }}}
    328 
     325   }}}
     326}}}
    329327{{{
    330328#!div style="background: #ddf; border: 2px ridge; width: 685px; margin-left:50px;"
     
    335333   }}}
    336334}}}
    337 
    338 
    339 {{{
    340 #!div style="background: #ffd; border: 3px ridge; width: 685px;"
    341 
    342   i. In the local terminal you will see:
     335{{{
     336#!div style="background: #ffd; border: 3px ridge; width: 685px;"
     337iii. In the local terminal you will see:
    343338  {{{
    344339outR:   76 | 000423b7 192e0004 23b71ce0 7744416c 69636557 61734865
     
    349344{{{
    350345#!div style="background: #ddf; border: 2px ridge; width: 685px; margin-left:50px;"
    351   i. Try typing a few different lines to '''hostA'''. You should see some packets routed to the left and some to the right. The routing decision is based on the '''route :: Classifier(27/01%01,-);''' entry in the '''top''' router configuration. Here, the router is looking at the low-order bit of the checksum on the initial IP packet (now at byte position 27 with the addition of the new sixteen byte field at the start of the header). Packets with odd checksums go to the left; those with even checksums go right.
    352 }}}
     346iv. Try typing a few different lines to '''hostA'''.
     347}}}
     348
     349{{{
     350#!div style="background: #ffd; border: 3px ridge; width: 685px;"
     351v. In the local terminal you should see some packets routed to the left and some to the right. The routing decision is based on the '''route :: Classifier(27/01%01,-);''' entry in the '''top''' router configuration. Here, the router is looking at the low-order bit of the checksum on the initial IP packet (now at byte position 27 with the addition of the new sixteen byte field at the start of the header). Packets with odd checksums go to the left; those with even checksums go right.
     352}}}
     353
    353354
    354355= [wiki:GENIExperimenter/Tutorials/ClickExample/Finish Next: Teardown] =