Changes between Version 7 and Version 8 of HowTo/ShareALanOnAHWSwitch


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ShareALanOnAHWSwitch

    v7 v8  
    3434omni -V 3 -a max-ig poa MYSLICE2 geni_sharelan --optionsfile lan_options.json
    3535}}}
    36  4) Reserve a third VM (`host3`) on the shared VLAN:
     36 5) Reserve a third VM (`host3`) on the shared VLAN:
    3737{{{
    3838        omni createsliver MYSLICE3 host3-on-shared-vlan.rspec -a stanford-ig --useSliceMembers
    3939}}}
    40  5) Reserve a fourth VM (`host4`) on the shared VLAN:
     40 6) Reserve a fourth VM (`host4`) on the shared VLAN:
    4141{{{
    4242        omni createsliver MYSLICE3 host4-on-shared-vlan.rspec -a max-ig --useSliceMembers
    4343}}}
    4444
    45 You 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.
     45You should now have a controller running at an aggregate of your choice and controlling the aggregate's hardware switches connecting the four VMs (two VMs at Stanford IG and two VM at MAX IG) which are all on the same shared VLAN.
    4646
    4747You should now be able to complete the exercise as described in [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/OpenFlowOVS/Appendix Hardware Intro to OpenFlow].