[ovs-discuss] Can you use openflow configuration protocol remotely?

2013-10-08 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi, Does OVS support the usage of OpenFlow configuration protocol remotely? I read from http://searchsdn.techtarget.com/tip/OpenFlow-configuration-protocols-Understanding-OF-Config-and-OVSDB that "Implementing OF-Config in a switch requires modifying the switch's internal configuration database

Re: [ovs-discuss] Ignore packets of a certain mac type

2013-10-08 Thread Jesse Gross
On Tue, Oct 8, 2013 at 4:26 PM, Nithin Nayak Sujir wrote: > >>> >>> To summarize, I'm looking for an openvswitch command which does the same >>> thing as >>> >>> "ebtables -t broute -A BROUTING -p 0x8914 -j DROP" >>> >>> for the standard linux bridge. >> >> >> To get back to the heart of the matte

Re: [ovs-discuss] MPLS and ovs-ofctl

2013-10-08 Thread Vasu Dasari
Hi Andy, I tried this command on OVS 1.11. And the command was successful. Here the following command is looking for a specific srcmac, dstmac, ether type and vlan id to push a mpls label on top of it. ovs-ofctl add-flow br0 in_port=1,dl_type=0x0800,dl_src=00:00:00:00:01:01,dl_dst=00:00:00:00:01

Re: [ovs-discuss] Ignore packets of a certain mac type

2013-10-08 Thread Nithin Nayak Sujir
To summarize, I'm looking for an openvswitch command which does the same thing as "ebtables -t broute -A BROUTING -p 0x8914 -j DROP" for the standard linux bridge. To get back to the heart of the matter, there is no exact equivalent to this in OVS. This command will return the packet to the

Re: [ovs-discuss] MPLS and ovs-ofctl

2013-10-08 Thread Ben Pfaff
On Tue, Oct 08, 2013 at 07:11:36PM -0400, Andy Veitch wrote: > A general question, if anyone knows the answer or can point me to > documentation, I would appreciate it. > > I'd like to use ovs-ofctl to experiment with managing LSPs on OVS > switches (currently running 1.10 on mininet with the opt

Re: [ovs-discuss] how to build datapath module as part of kernel build

2013-10-08 Thread Jesse Gross
On Mon, Oct 7, 2013 at 7:39 PM, Gary Robertson wrote: > Hello, all > > I am trying to determine how to best incorporate the latest OpenVswitch > datapath module into an in-kernel build. Our situation is that we do > (Canadian) cross-builds on x86 hardware for various ARM-based architectures > whi

[ovs-discuss] MPLS and ovs-ofctl

2013-10-08 Thread Andy Veitch
Hi, A general question, if anyone knows the answer or can point me to documentation, I would appreciate it. I'd like to use ovs-ofctl to experiment with managing LSPs on OVS switches (currently running 1.10 on mininet with the option -O OpenFlow12.) I would like to execute the OF MPLS pop and

Re: [ovs-discuss] Ignore packets of a certain mac type

2013-10-08 Thread Jesse Gross
On Mon, Oct 7, 2013 at 5:39 PM, Nithin Nayak Sujir wrote: > Hi, > The open-fcoe service fcoemon does a vlan discovery on configured > interfaces. However, when this interface is added as a port in an > openvswitch bridge, the fcoemon socket does not receive the vlan replies. > The FIP vlan request

Re: [ovs-discuss] Ignore packets of a certain mac type

2013-10-08 Thread Ben Pfaff
On Tue, Oct 08, 2013 at 01:38:27PM -0700, Nithin Nayak Sujir wrote: > On 10/08/2013 01:06 PM, Ben Pfaff wrote: > >On Tue, Oct 08, 2013 at 10:44:34AM -0700, Nithin Nayak Sujir wrote: > >> > >>On 10/07/2013 06:39 PM, Ben Pfaff wrote: > >> > Final flow: unchanged > Relevant fields: skb_priorit

Re: [ovs-discuss] Ignore packets of a certain mac type

2013-10-08 Thread Nithin Nayak Sujir
On 10/08/2013 01:06 PM, Ben Pfaff wrote: On Tue, Oct 08, 2013 at 10:44:34AM -0700, Nithin Nayak Sujir wrote: On 10/07/2013 06:39 PM, Ben Pfaff wrote: Final flow: unchanged Relevant fields: skb_priority=0,in_port=ANY,dl_type=0x8914,nw_frag=no Datapath actions: 1 This looks correct. The ne

Re: [ovs-discuss] Ignore packets of a certain mac type

2013-10-08 Thread Ben Pfaff
On Tue, Oct 08, 2013 at 10:44:34AM -0700, Nithin Nayak Sujir wrote: > > On 10/07/2013 06:39 PM, Ben Pfaff wrote: > > >>Final flow: unchanged > >>Relevant fields: skb_priority=0,in_port=ANY,dl_type=0x8914,nw_frag=no > >>Datapath actions: 1 > > > >This looks correct. The next step is to use "ovs-d

[ovs-discuss] How do i find the number of rules

2013-10-08 Thread vis reddy
Hello All, Is there any way I can get  number of flows that has wildcarded LAYER3 or LAYER4 fields. Thanks Vishnu___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Port mirroring for ingress or egress traffic

2013-10-08 Thread carlopmart
On 08/10/13 17:43, Ben Pfaff wrote: > On Tue, Oct 08, 2013 at 05:39:27PM +, carlopmart wrote: >> I am doing some tests with openvswitch in a CentOS 6.4 host all goes >> pretty well until now. >> >> I have configured a port mirroring in a ovs using the following command: >> >> ovs-vsctl -- set

Re: [ovs-discuss] Ignore packets of a certain mac type

2013-10-08 Thread Nithin Nayak Sujir
On 10/07/2013 06:39 PM, Ben Pfaff wrote: Final flow: unchanged Relevant fields: skb_priority=0,in_port=ANY,dl_type=0x8914,nw_frag=no Datapath actions: 1 This looks correct. The next step is to use "ovs-dpctl dump-flows" to see what's happening to the actual packets when the kernel handles th

Re: [ovs-discuss] Port mirroring for ingress or egress traffic

2013-10-08 Thread Ben Pfaff
On Tue, Oct 08, 2013 at 05:39:27PM +, carlopmart wrote: > I am doing some tests with openvswitch in a CentOS 6.4 host all goes > pretty well until now. > > I have configured a port mirroring in a ovs using the following command: > > ovs-vsctl -- set Bridge br0 mirrors=@m,@n -- --id=@eth0 ge

[ovs-discuss] Port mirroring for ingress or egress traffic

2013-10-08 Thread carlopmart
Hi all, I am doing some tests with openvswitch in a CentOS 6.4 host all goes pretty well until now. I have configured a port mirroring in a ovs using the following command: ovs-vsctl -- set Bridge br0 mirrors=@m,@n -- --id=@eth0 get Port eth0 -- --id=@vnet1 get Port vnet1 -- --id=@vnet2 get Po

[ovs-discuss] Does OVS or any openflow controller support "throughput" statistic?

2013-10-08 Thread Morgan Yang
Hi All: I'm curious if OVS, or any openflow controller supports "throughput, such as bits per second". Much Thanks Morgan Yang ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Fwd: MPLS in openvswitch

2013-10-08 Thread Ben Pfaff
On Tue, Oct 08, 2013 at 03:36:33PM +0530, deepak salaria wrote: >3. *actions=set_mpls_label=100 *means set the label of mpls header to >100. But why do you think it means that? Are you reading some documentation somewhere that says so? If so, I would like to correct that documentation, b

Re: [ovs-discuss] Testing OVS

2013-10-08 Thread Ben Pfaff
On Tue, Oct 08, 2013 at 01:31:10PM +, Finucane, Stephen wrote: > I have a question on the testing practices of OVS that I'd like some > assistance with if possible. > > It is my understanding that there are two test "frameworks" > available for Open vSwitch (OVS) - ovs-testsuite and OFTest. Th

[ovs-discuss] how to build datapath module as part of kernel build

2013-10-08 Thread Gary Robertson
Hello, all I am trying to determine how to best incorporate the latest OpenVswitch datapath module into an in-kernel build. Our situation is that we do (Canadian) cross-builds on x86 hardware for various ARM-based architectures which will have OpenEmbedded filesystems as their run-time environmen

Re: [ovs-discuss] Regarding deleting the default flow/action

2013-10-08 Thread Justin Pettit
On Oct 8, 2013, at 6:23 AM, Mehul Vora wrote: > I am new to openswitch and was configuring x86 system to use the same. I > could setup the system/bridge/ports etc > and could ping from outside n/w to VM as well as to the bridge port. I have > not added any flow information and i could see th

[ovs-discuss] Testing OVS

2013-10-08 Thread Finucane, Stephen
Hi all, I have a question on the testing practices of OVS that I'd like some assistance with if possible. It is my understanding that there are two test "frameworks" available for Open vSwitch (OVS) - ovs-testsuite and OFTest. The former is an OVS-specific collection of unit tests that are des

[ovs-discuss] Regarding deleting the default flow/action

2013-10-08 Thread Mehul Vora
Hello,   I am new to openswitch and was configuring x86 system to use the same. I could setup the system/bridge/ports etc  and could ping from outside n/w to VM as well as to the bridge port. I have not added any flow information and i could see that a default a rule is added in the absence of

Re: [ovs-discuss] Fwd: MPLS in openvswitch

2013-10-08 Thread deepak salaria
Thanks Ben for the quick reply. Regarding your question that why i am using the *"in_port=1,dl_type=0x8847, actions=set_mpls_label=100,output=2"* Explanation is as follows:- 1. *in_port=1* means we push the rule on the port number 1 of the ovs. 2. *dl_type=0x8847* means the MPLS unicast Eth