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.

Any idea how to solve this problem.

Regards
Pradeep Kumar



Regards
Pradeep Kumar




On 07/23/2012 09:44 PM, Ben Pfaff wrote:
On Mon, Jul 23, 2012 at 04:09:19PM +0530, ecfgijn wrote:
How to enable Inter Vlan in openvswitch, Kindly the my problem
description below:

1: I am using KVM + openvswitch , the VM which is under Openvswitch
is not able to access the application outside the openvswitch. i
have tried below commands

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 add-port br0 vnet0 tag=5
Did you read the VLAN section of the FAQ?  http://openvswitch.org/faq/
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to