On Fri, Jul 01, 2011 at 06:35:21AM +0200, Sébastien Riccio wrote:
> My machine has 6 nics and I wish to user the first two as a bonded
> trunk (for vlans) and I don't
> really get how to do it with the ovs command lines.
> 
> Anyone knows what are the commands to setup a bond using eth0 and
> eth1, bond that will be
> my trunk for the vlans, and then how to create an interface attached
> to a specific vlan for
> my management interface ?

Something like this ought to do it:

ovs-vsctl add-bond br0 bond0 eth0 eth1
ovs-vsctl add-port br0 mgmt0 tag=1234 -- set interface mgmt0 type=internal
ifconfig mgmt0 192.168.0.1
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to