Changes between Version 1 and Version 2 of HowTo/CreateOVSTopology


Ignore:
Timestamp:
03/31/14 14:08:27 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/CreateOVSTopology

    v1 v2  
    2323  }}}
    2424= OVS commands once the topology is up =
     25
     26Once your topology is up login to every OVS host in your topology and run the following commands. You will need to run the second command once for every data interface (`eth1, eth2, eth3, `etc). Be careful '''not to add'' the control interface, typical `eth0`.
     27{{{
     28  sudo ovs-vsctl add-br br-switch
     29  sudo ovs-vsctl add-port br-switch ethX
     30}}}
     31'''Note''' do not add the ci