Changes between Version 4 and Version 5 of HowTo/ShareALanOnAHWSwitch


Ignore:
Timestamp:
07/29/14 10:12:44 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ShareALanOnAHWSwitch

    v4 v5  
    2020}}}
    2121 4) Use performOperationalAction (`poa`) to share the stitched VLAN at Stanford. (Detailed instructions are in [2].)
    22    a) Make a file called `lan_options.json` containing the following text:
     22   a) Make a file called `lan_options.json` containing the text below. (NOTE: `stitched0` should be the name of the stitched VLAN from the previous step and `ofstitchedlan` should be the name you give the shared VLAN and is used by the RSpec in step (4))
    2323{{{
    2424{
     
    2727}
    2828}}}
    29 (NOTE: `stitched0` should be the name of the stitched VLAN from the previous step and `ofstitchedlan` should be the name you give the shared VLAN and is used by the RSpec in step (4)):
    30    b)
     29   b) Run `poa` at each aggregate you should like to share the VLAN at:
    3130{{{
    3231omni -V 3 -a stanford-ig poa MYSLICE2 geni_sharelan --optionsfile lan_options.json
     32omni -V 3 -a max-ig poa MYSLICE2 geni_sharelan --optionsfile lan_options.json
    3333}}}
    3434 4) Reserve a third VM (`host3`) on the shared VLAN:
     
    4141}}}
    4242
    43 You should have a controller running at an aggregate of your choice and controlling the hardware switch connecting the three VMs (two VMs at Stanford IG and one VM at MAX IG) which are all on the same shared VLAN.
     43You should now have a controller running at an aggregate of your choice and controlling the hardware switch connecting the four VMs (two VMs at Stanford IG and two VM at MAX IG) which are all on the same shared VLAN.
    4444
    4545You should now be able to complete the exercise as described in [1].