Hi,
did you know if this is possible today?
Is it exactly i trying do
http://openvswitch.org/pipermail/discuss/2012-December/008626.html
But doesn't work too....
i did 2 setup
first one with native vlan linux
ovs-vsctl add-br br0
ovs-vsctl add-port br0 eth1
ovs-vsctl add-port br0 eth1.20
ovs-vsctl add-port br0 eth2
bfe59603-c7fd-4d2d-8c9c-675ae8796c7f
Bridge "br0"
Port "br0"
Interface "br0"
type: internal
Port "eth1"
Interface "eth1"
Port "eth1.20"
* Interface "eth1.20"*
Port "eth2"
Interface "eth2"
ovs_version: "2.1.90"
This work well
and a second with internal interface and vlan.
ovs-vsctl add-br br0
ovs-vsctl add-port br0 eth1
ovs-vsctl add-port br0 eth2
ovs-vsctl add-port br0 vlan20 tag=20 -- set interface vlan20
type=internal
ovs-vsctl show
bfe59603-c7fd-4d2d-8c9c-675ae8796c7f
Bridge "br0"
Port "br0"
Interface "br0"
type: internal
Port "vlan20"
tag: 20
* Interface "vlan20"*
* type: internal*
Port "eth1"
Interface "eth1"
Port "eth2"
Interface "eth2"
ovs_version: "2.1.90"
Both are connected in esxi portgroup vds with trunk configuration, if eth1
and eth2 in common access, the vds are setup for promisc mode.
some one know if this work today?
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss