On Fri, Dec 13, 2013 at 11:52:21AM +0500, Asadullah Hussain wrote:
> I am generating around 2000 unique flows per second between two VMs
> connected through OVS bridge and observing each flow's stats (no of
> packets, used etc) through "ovs-dpctl dump-flows" command:
>
> VM1<>br0<>VM2
>
>
Hello,
I am generating around 2000 unique flows per second between two VMs
connected through OVS bridge and observing each flow's stats (no of
packets, used etc) through "ovs-dpctl dump-flows" command:
VM1<>br0<>VM2
but the command's output always shows 1250 entires (flows) within a 5 se
Thanks a lot.
+Senthil
From: Vasu Dasari
To: Senthil
Cc: "discuss@openvswitch.org"
Sent: Thursday, December 12, 2013 8:38 AM
Subject: Re: [ovs-discuss] Push/pop two MPLS labels in OVS
You can try this for pushing two MPLS labels:
-Vasu
> sudo ovs-ofc
On Thu, Dec 12, 2013 at 3:19 AM, the mad wrote:
> Hi i am new to ovs,
> trying to understand what determine bridges Maximum capacity.
>
> created bridge and connected two vifs
> ovs-vsctl add-br dhcp
> ovs-vsctl add-port dhcp vnet0
> ovs-vsctl add-port dhcp vnet1
>
> ovs-ofctl show dhcp
> OFPT_FEA
On Thu, Dec 12, 2013 at 2:24 AM, Yoann Juet wrote:
> Hi all,
>
> We're using since a long time libvirt with KVM guest machines and linux
> bridges. Firewall rules based on iptables and defined on the host server
> control inbound/outbound traffic to/from each VM. In order to improve remote
> admin
On Thu, Dec 12, 2013 at 6:35 AM, mad Engineer wrote:
> Hi on XCP host i am running ovs 1.4.2 and on another xen host i am using ovs
> 1.11
>
>
> i have an active ssh and ping session from a remote host to vms on both
> host.
>
> on ovs 1.4.2 i can see two separate flows for both ssh and ping.
>
>
You can try this for pushing two MPLS labels:
-Vasu
> sudo ovs-ofctl add-flow br0
in_port=1,dl_type=0x0800,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:02,dl_vlan=1,actions=push_mpls:0x8847,set_field:100-\>mpls_label,set_field:200-\>mpls_label,output:2
> sudo ovs-ofctl dump-flows br0
NXST_FLOW
I believe I figured out the answers for my questions. Édouard's test replaced
veth pair by OVS internal port between linux bridge and ovs bridge.
-Original Message-
From: Wang, Baoyuan
Sent: Wednesday, December 11, 2013 9:45 AM
To: 'Édouard Thuleau'; Justin Pettit
Cc: discuss@openvswit
Hi on XCP host i am running ovs 1.4.2 and on another xen host i am using
ovs 1.11
i have an active *ssh* and *ping* session from a remote host to vms on both
host.
on ovs 1.4.2 i can see two separate flows for both ssh and ping.
But on ovs 1.11 there is only one flow for both ssh and ping.I ca
I have been trying to find what is supported via the API. Doesn't seem to
be a lot on it (languages and docs). Was wondering if their was a doc that
better explained the API support. Some examples I see have python making
system calls to ovs-vsctl, which isn't really what I am looking for. Any
Still cannot get this to work :( ping between the guests works absolutely fine
on both VLANs, but no connectivity to the outside would or neither the host
being able to ping the guests.
- Original Message -
From: "Phil Daws"
To: "Ben Pfaff"
Cc: discuss@openvswitch.org
Sent: Tuesday, 10
Hi i am new to ovs,
trying to understand what determine bridges Maximum capacity.
*created bridge and connected two vifs*
ovs-vsctl add-br dhcp
ovs-vsctl add-port dhcp vnet0
ovs-vsctl add-port dhcp vnet1
*ovs-ofctl show dhcp*
OFPT_FEATURES_REPLY (xid=0x2): dpid:02b7ecaae144
n_tables:254, n_bu
Hi all,
We're using since a long time libvirt with KVM guest machines and linux
bridges. Firewall rules based on iptables and defined on the host server
control inbound/outbound traffic to/from each VM. In order to improve
remote administration facility and get extra services, it makes sense
-- Forwarded message --
From: sonia verma
Date: Thu, Dec 12, 2013 at 12:55 PM
Subject: Re: [ovs-discuss] GRE tunnel
To: kevin parker
Hi Kevin,
My set is as follows:
Hypervisor1
ovs-vsctl add-br br0
ovs-vsctl add-port br0 eth0
ovs-vsctl add-br br1
ovs-vsctl add-port br1 eth1
i
14 matches
Mail list logo