Re: [ovs-discuss] Trunk & Vlan tag with ovsbr0,eth0 and vnet0

2013-10-04 Thread ashish yadav
Hi Ben, Thanks for explanation . Its clear my understanding that ovsbro & eth0 are different interface on Host. a. eth0 is related with external world on host. b. ovsbro is related with Host IP ( as Host IP is assigned to it). Regards Ashish On Fri, Oct 4, 2013 at 9:32 PM, Ben Pfaff wro

[ovs-discuss] OpenvSwitch Monitoring

2013-10-04 Thread Phil Daws
Made huge headway with, RTFM, and have KVM running with vLANs. Thanks to http://blog.scottlowe.org/ for great articles. Now wondering how one should monitor the ports on the vSwitch ? I admit have not check on the SNMP aspect, but from the articles above, am now wondering if I have gone down a

Re: [ovs-discuss] Openflow spec 1.3.0

2013-10-04 Thread Guru Desai
Appreciate it.. Thanks much Ben.. On Fri, Oct 4, 2013 at 11:49 PM, Ben Pfaff wrote: > On Fri, Oct 04, 2013 at 11:47:25PM +0530, Guru Desai wrote: > > I am just curious to explore couple of things mentioned in the OF 1.3 > spec > > and wondering > > which controllers got that support .. > > OV

Re: [ovs-discuss] Openflow spec 1.3.0

2013-10-04 Thread Ben Pfaff
On Fri, Oct 04, 2013 at 11:47:25PM +0530, Guru Desai wrote: > I am just curious to explore couple of things mentioned in the OF 1.3 spec > and wondering > which controllers got that support .. OVS doesn't support all features of OF1.3. It does support some features of OF1.3. OPENFLOW-1.1+ has a

Re: [ovs-discuss] Openflow spec 1.3.0

2013-10-04 Thread Guru Desai
oops !! my bad !! didnt click 'reply all' I am just curious to explore couple of things mentioned in the OF 1.3 spec and wondering which controllers got that support .. On Fri, Oct 4, 2013 at 11:37 PM, Ben Pfaff wrote: > Please don't drop the list. > > You will have to get advice from some

Re: [ovs-discuss] Openflow spec 1.3.0

2013-10-04 Thread Ben Pfaff
Please don't drop the list. You will have to get advice from someone else. I don't work on controllers. Also, you haven't said what you're looking for in a controller. On Fri, Oct 04, 2013 at 11:32:21PM +0530, Guru Desai wrote: > Thanks Ben, So any idea which controllers could be used.. any fre

Re: [ovs-discuss] Allowing remote clients for ovsdb

2013-10-04 Thread Ben Pfaff
On Fri, Oct 04, 2013 at 10:50:57AM -0700, Fred Hsu wrote: > Hi, I'm trying to allow a remote ovsdb-client to connect to my OVS that is > already running. I thought this command would work: > > ovs-appctl -t ovsdb-server ovsdb-server/add-remote tcp:171.71.16.103:6632 > > But I get a response of:

[ovs-discuss] Allowing remote clients for ovsdb

2013-10-04 Thread Fred Hsu
Hi, I'm trying to allow a remote ovsdb-client to connect to my OVS that is already running. I thought this command would work: ovs-appctl -t ovsdb-server ovsdb-server/add-remote tcp:171.71.16.103:6632 But I get a response of: "ovsdb-server/add-remote" is not a valid command ovs-appctl: ovsdb-s

Re: [ovs-discuss] ovsdb-server listen ptcp: and ovs-* utils

2013-10-04 Thread Vasiliy Tolstov
2013/10/4 Ben Pfaff : > That's easy enough to fix. I sent out a patch. Thank you! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Trunk & Vlan tag with ovsbr0,eth0 and vnet0

2013-10-04 Thread Ben Pfaff
3a. vnet0 and eth0 are in the same VLAN, so vnet0 can access the outside world. vnet0 and ovsbr0 are in different VLANs, so vnet0 cannot access the host IP. 3b. ovsbr0 and eth0 are in different VLANs, so ovsbr0 cannot access the external world. On Fri, Oct 04, 2013 at 10:40:58AM +053

Re: [ovs-discuss] Openflow spec 1.3.0

2013-10-04 Thread Ben Pfaff
On Fri, Oct 04, 2013 at 12:47:23PM +0530, Guru Desai wrote: > Could someone share which version of ovs supports all features of openflow > 1.3.0 spec.. None. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] ovsdb-server listen ptcp: and ovs-* utils

2013-10-04 Thread Ben Pfaff
On Fri, Oct 04, 2013 at 11:34:32AM +0400, Vasiliy Tolstov wrote: > 2013/10/4 Ben Pfaff : > > Use multiple --remote options. > > > Thanks, sorry for stupid questions. Some docs does not says that > accept multiply params. That's easy enough to fix. I sent out a patch. ___

Re: [ovs-discuss] Kernel oops running Open vSwitch on 3.3 Kernel (ARM)

2013-10-04 Thread Michele Bozier
Jesse Thanks for your reply. This is a new platform for us so it is possible there is some problem with the environment. A colleague is reporting a couple of unexplained issues with our own in-house code (distinct from Open vSwitch) on this platform so we will investigate these first and then

Re: [ovs-discuss] iptables with ovs

2013-10-04 Thread kevin parker
Thanks anant, i went through their documentation it says they have connected vif to bridge and applied rules on that and then connected bridge to ovs,but i couldn't find a documentation to connect bridge to ovs. Can some one please help me with solving this. Thanks kevin On

Re: [ovs-discuss] ovsdb-server listen ptcp: and ovs-* utils

2013-10-04 Thread Vasiliy Tolstov
2013/10/4 Ben Pfaff : > Use multiple --remote options. Thanks, sorry for stupid questions. Some docs does not says that accept multiply params. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ discuss mailing list discuss@ope

[ovs-discuss] Openflow spec 1.3.0

2013-10-04 Thread Guru Desai
Hi, Could someone share which version of ovs supports all features of openflow 1.3.0 spec.. Thanks, Guru ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss