Changes between Version 9 and Version 10 of NikySandbox/TridentCommTut


Ignore:
Timestamp:
04/19/12 09:03:31 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/TridentCommTut

    v9 v10  
    307307}}}
    308308
    309 == 3c. Enable Layer 2 forwarding at PC@Utah ==
     309== 3c. Enable Layer 2 forwarding at PCUT ==
     310If we try to ping PCRemote from VMUT, the packets will not get through, since there is no
     311router running at PCUT that will forward the packets along. For this tutorial we have installed
     312click router on PCUT, and we are going to run a simple learning switch module. However you can
     313imagine that you can implement a more complicated routing algorithm.
     314In order to start the click router, at PCUT run :
     315{{{
     316cd
     317sudo /usr/local/bin/click switch.click
     318}}}
     319The MAC address of PCRemote is 00:24:E8:77:89:B6
     320
     321Then from VMUT, try to ping PCRemote
     322{{{
     323[inki@VMUT ~/pingPlus]$ sudo ./pingPlus 00:24:E8:77:89:B6 <INTERFACE_NAME> <ETH_TYPE>
     324}}}
     325
     326The output should look like :
     327{{{
     328[inki@VMUT ~/pingPlus]$ sudo ./pingPlus 00:24:E8:77:89:B6 eth419 10000
     329audit_log_user_command(): Connection refused
     330RQ:'7124+8793' to 0:24:e8:77:89:b6.
     331RL:7124+8793=15917 from 0:24:e8:77:89:b6
     332}}}
     333
     334Congratulations you have run a Layer 2 experiment that spans across the United States!
    310335
    311336= 4. Cleanup resources =
     
    315340
    316341=== Deletesliver with Omni ===
    317 For each createsliver that you have run, you will need to run deletesliver to
    318 release the resources
    319 {{{
    320 omni.py deletesliver -a <AM URL> sliceomni##
    321 }}}
     342We are going to use Omni to release our resources, For each AM that you have used
     343you should delete your sliver. In the tutorial we used the AMs at Kentucky and at Utah.
     344
     345From the terminal that you were using to run your Omni commands, run
     346
     347{{{
     348omni.py deletesliver -a  pg-utah sliceomni##
     349omni.py deletesliver -a  pg-kentucky sliceomni##
     350}}}
     351
     352
    322353You can not delete your slice. Although this will be cleaned up when it expires,
    323354it should be an empty container and thus does not hold up any resources.