Re: [ovs-discuss] Regarding Multicasting in Openflow

2014-02-02 Thread Allan Jie
I think maybe you can refer to the openflow spec first to see which version will support. And if it is openflow1.0 then your openvswitch can support that. Otherwise you can upgrade your openvswitch Allan On Mon, Feb 3, 2014 at 12:46 PM, Md. Amjad Hossain wrote: > Hi, > > I am running openVswit

[ovs-discuss] Regarding Multicasting in Openflow

2014-02-02 Thread Md. Amjad Hossain
Hi, I am running openVswitch on a virtual machine. The output of " ovs-vswitchd --version " is as follows: ovs-vswitchd (Open vSwitch) 1.9.0 Compiled Jun 6 2013 06:23:15 OpenFlow versions 0x1:0x1 Does this OVS supports multicasting? Any help regarding multicasting on openflow would be apprecia

Re: [ovs-discuss] ovs vxlan configuration

2014-02-02 Thread Jesse Gross
On Sat, Feb 1, 2014 at 12:10 AM, Kanthi P wrote: > Hi, > > I installed openvswitch-2.0.0 userspace and kmod rpms on fedora 19. I am > trying vxlan configuration using ovs. > > My kernel version is 3.9.5-301.fc19.i686.PAE > > I created ovs bridge and added port of type vxlan as a port on the bridg

Re: [ovs-discuss] The action "dec_ttl" doesn't work

2014-02-02 Thread Justin Pettit
I think you need to put the dec_ttl before the output action. --Justin On 2/2/14, 6:08 AM, "Allan Jie" wrote: >Dear all, > >I start a network like 4 host and 1 switches. >h1,h2,h3,h4 and s1. > > >I know the dec_ttl action is for ipv4 packet and openflow 1.1+. > > >So I have finished this comma

[ovs-discuss] The action "dec_ttl" doesn't work

2014-02-02 Thread Allan Jie
>From my last problem. My environment is the following setup. Mininet 2.1 and openvswitch 1.10 Thank you -- Research student, final-year undergraduate Extreme Scale Network Computing and service laboratory( http://www.cloud-uestc.cn/cloud-uestc-EN/index.html), School of Computer Science & Engin

Re: [ovs-discuss] The action "dec_ttl" doesn't work

2014-02-02 Thread Allan Jie
>From my last problem. My environment is the following setup. Mininet 2.1 and openvswitch 1.10 Thank you On Sun, Feb 2, 2014 at 10:08 PM, Allan Jie wrote: > Dear all, > > I start a network like 4 host and 1 switches. > h1,h2,h3,h4 and s1. > > I know the dec_ttl action is for ipv4 packet and o

[ovs-discuss] The action "dec_ttl" doesn't work

2014-02-02 Thread Allan Jie
Dear all, I start a network like 4 host and 1 switches. h1,h2,h3,h4 and s1. I know the dec_ttl action is for ipv4 packet and openflow 1.1+. So I have finished this command. ovs-vsctl set bridge s1 protocols=OpenFlow10,OpenFlow12,OpenFlow13 And also use -O OpenFlow13 in ovs-ofctl. Like the follow