[ovs-discuss] How to enable Inter Vlan in openvswitch

Jesse Gross jesse at nicira.com
Wed Jul 25 17:26:42 UTC 2012


On Tue, Jul 24, 2012 at 11:50 PM, ecfgijn <pradeep.a.kumar at ericsson.com> wrote:
> Hi Ben ,
>
> Thanks for help,
>
> Now i am able access the application, but doing these below steps :
>
>
> ovs-vsctl add-br br0
> ovs-vsctl add-bond br0 bond0 eth1 eth2 eth3 eth4  lacp=active
> other_config:lacp-time=fast trunks=2,3,4,5,6,7,8,9,10,11,12,13
> ovs-vsctl set interface eth1 other-config:enable-vlan-splinters=true
> ovs-vsctl set interface eth2 other-config:enable-vlan-splinters=true
> ovs-vsctl set interface eth3 other-config:enable-vlan-splinters=true
> ovs-vsctl set interface eth4 other-config:enable-vlan-splinters=true
>
>
> ovs-vsctl del-port vnet0
>
> ovs-vsctl add-port br0 vnet0 tag=5
> ovs-vsctl del-port vnet1
> ovs-vsctl add-port br0 vnet1 tag=11
>
>
> But my application becomes very slow when it uses the Database which is in
> openvswitch. When the same application use the database which is outside of
> openvswitch , then it works fine.

Have you tried using tcpdump to see what the problem might be on the wire?



More information about the discuss mailing list