Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5

2011-12-07 Thread likunyun
> From: je...@nicira.com > Date: Tue, 6 Dec 2011 09:52:46 -0800 > Subject: Re: [ovs-discuss] discuss Digest, Vol 30, Issue 5 > To: kunyu...@hotmail.com > CC: discuss@openvswitch.org > > 2011/12/6 likunyun : > >> 1. Some questions about checksum in OVS (likunyun) > >> > >> > >> -

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Pankaj Rawat
Well I don't think its right openflow and sflow are completely differ thing. Sflow and netflow are the remote monitoring protocol Whereas the openflow is about controlling part -Original Message- From: Zhi Yong Wu [mailto:zwu.ker...@gmail.com] Sent: Wednesday, December 07, 2011 5:51 PM To

Re: [ovs-discuss] problem in Installation !

2011-12-07 Thread Jesse Gross
On Wed, Dec 7, 2011 at 7:42 AM, Surendran P wrote: > Hi Ben, >   thanks for your response. Interesting thing here is, I can see other > binaries accessible but not ovsdb-server as shown below. > Yeah, I ran 'make install'. > > root@click2:/home/click2/Openflow/openvswitch-0.90.7# ovs- > ovs-appctl

Re: [ovs-discuss] problem in Installation !

2011-12-07 Thread Ben Pfaff
It's probably in sbin. On Wed, Dec 07, 2011 at 10:42:36AM -0500, Surendran P wrote: > Hi Ben, > thanks for your response. Interesting thing here is, I can see other > binaries accessible but not ovsdb-server as shown below. > Yeah, I ran 'make install'. > > *root@click2:/home/click2/Openflow/op

Re: [ovs-discuss] problem in Installation !

2011-12-07 Thread Surendran P
Hi Ben, thanks for your response. Interesting thing here is, I can see other binaries accessible but not ovsdb-server as shown below. Yeah, I ran 'make install'. *root@click2:/home/click2/Openflow/openvswitch-0.90.7# ovs-* *ovs-appctl ovs-cfg-mod ovs-discoverovs-killovs-ofct

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Ben Pfaff
On Wed, Dec 07, 2011 at 08:21:10PM +0800, Zhi Yong Wu wrote: > openflow container has two types: one is netflow, and the other is > sflow, right? If you define "openflow container" for us, then we can figure out whether the rest of your statement is correct. ___

Re: [ovs-discuss] problem in Installation !

2011-12-07 Thread Ben Pfaff
On Wed, Dec 07, 2011 at 05:09:17AM -0500, Surendran P wrote: > Actually, i'm getting the command not known error when i run following, > > ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \ > --remote=db:Open_vSwitch,manager_options \ > -

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Zhi Yong Wu
openflow container has two types: one is netflow, and the other is sflow, right? On Wed, Dec 7, 2011 at 5:11 PM, Justin Pettit wrote: > Have you read those in their entirety? > > --Justin > > > On Dec 7, 2011, at 1:07 AM, "Pankaj Rawat" wrote: > > > Well you dont understand my ques i dont want t

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Ramana Reddy
>>Thanks its working >>Now how did i would be able to see that the controller is working >>whan i try to ping from my host machine to other IP >>The controller is not displaying any infomation. >>Do i have to do anything else. Are you able to get ping packets. Means ping is working? On Wed, Dec

[ovs-discuss] problem in Installation !

2011-12-07 Thread Surendran P
Hi All, Im new to openvswitch and facing problem in setting up the Openvswitch. I have a virtual machine which is working as a normal switch. Now, I want to make it to work as Open Flow enabled switch. so, i tried to install openvswitch. I was following INSTALL.Linux documentation. I did not fol

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Ramana Reddy
See you have typo error in your connection setup. Its not pctp, its ptcp. Please try, and hope it will work. On Wed, Dec 7, 2011 at 3:14 PM, Pankaj Rawat wrote: > ** > > in the host pc have run the following command >OpenFlow Controller Connectivity > > #ovs-vsctl set-controller br1 tcp:10.0.

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Pankaj Rawat
in the host pc have run the following command OpenFlow Controller Connectivity #ovs-vsctl set-controller br1 tcp:10.0.2.246:6633 br1 already exist and port eth1 is bind to it and then on controller i tried to listen through ovs-controller # ovs-controller -v pctp:6633 Then i got something

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Ramana Reddy
Can you please tell what commands you have tried so far. On Wed, Dec 7, 2011 at 2:53 PM, Pankaj Rawat wrote: > ** > > yes i understand what you are trying to say > in ovs-vsctl manual page theOpenFlow Controller Connectivity commands > you want to list down. > I tried to use the commands but

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Pankaj Rawat
yes i understand what you are trying to say in ovs-vsctl manual page theOpenFlow Controller Connectivity commands you want to list down. I tried to use the commands but i not getting The required output. May be i am missing something so thats why i wanted to to know the procedure to set up

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Justin Pettit
Have you read those in their entirety? --Justin On Dec 7, 2011, at 1:07 AM, "Pankaj Rawat" wrote: > > Well you dont understand my ques i dont want to install openvswitch it is > already installed > I just want to know how to use openflow in ovs > > -Original Message- > From: Justin

Re: [ovs-discuss] How to use Openflow

2011-12-07 Thread Pankaj Rawat
Well you dont understand my ques i dont want to install openvswitch it is already installed I just want to know how to use openflow in ovs -Original Message- From: Justin Pettit [mailto:jpet...@nicira.com] Sent: Wed 12/7/2011 1:05 PM To: Pankaj Rawat Cc: discuss@openvswitch.org Subject: