[ovs-discuss] Fail Mode Cycling

2013-09-03 Thread Dmita Levy
Hello, Using Floodlight to connect to OVS 1.4 on 17 different hosts - after reboot the OVS fail-mode has to be cycled from secure to standalone before connecting to the Controller. Is this intended or a bug? Thanks, Dmita ___ discuss mailing list discus

[ovs-discuss] Cycling "fail mode" to get Controller connectivity

2013-08-22 Thread Dmita Levy
Hello, This may be purely speculative, or isolated to say the least, but has anyone experienced an issue where they have to cycle fail modes to get controller connectivity when first connecting to an Openflow controller? Thanks Dmita ___ discuss mailing

[ovs-discuss] Adding Physical Port to Bridge and Not Adding

2013-08-22 Thread Dmita Levy
Hello, What is the difference between adding a physical interface (eth0, eth1etc) to a bridge and not adding it to the bridge. After reading the FAQ I understand how to add a physical port to a bridge and why its best not to give it an IP but I don't understand what the difference would be if

Re: [ovs-discuss] Single Bridge GRE Tunnel Not Working

2013-08-19 Thread Dmita Levy
t 5:02 PM, Dmita Levy wrote: > > > > Hello, > > > > I have attached an image of a simple GRE tunnel that I am testing below > but I am unable to figure out why it will not work. The setup is one host > with one bridge (bridge0), directly connected to another host with o

[ovs-discuss] Compensating for OpenFlow Intermediary Devices

2013-08-16 Thread Dmita Levy
Hello, How do you compensate for a setup where OVS is connected to an OpenFlow switch that is connected to the Controller? Something like thisOVS > OF Switch > ControllerIt seems like I have to write rules that say forward to the controllers regular ethernet interface to get OVS co

Re: [ovs-discuss] How many GRE Ports can an OVS bridge have?

2013-08-14 Thread Dmita Levy
e the less. So we will have to go the route of dynamic tunnel creation and deletion when tunneling is not in use but OVS makes one heck of an encapsulator when paired with JSON RPC and OpenFlow. On Thu, Aug 15, 2013 at 1:14 AM, Ben Pfaff wrote: > On Wed, Aug 14, 2013 at 11:28:05PM -0400, Dmi

[ovs-discuss] How many GRE Ports can an OVS bridge have?

2013-08-14 Thread Dmita Levy
Hello, Our research meeting today ended on the question of whether or not it would be possible or system breaking to tunnel to a large number of hosts using OVS. So I threw my JSON RPC tunnel creator into a loop and around 234 on bridge0 decided to stop. That being said I noticed with the ovs-vsct

Re: [ovs-discuss] [mininet-discuss] Problems Changing Controller in OpenFlow Tutorial

2013-08-07 Thread Dmita Levy
13 at 6:50 PM, wrote: > Can you check if the controller is running? Also the error says 127.0.0.1 > and not 10.0.2.2. Is that a typo? > > Sent on the move. > *From: *Dmita Levy > *Sent: *Thursday, August 8, 2013 6:43 AM > *To: *w...@ateneo.edu > *Subject: *Re: [mininet-dis

Re: [ovs-discuss] OVS 1.10 in Repositories

2013-08-07 Thread Dmita Levy
Hello Gurucharan, Thank you for all your help we really appreciate it. How do I *Download the OVS repo ? Thanks Dmita On Wed, Aug 7, 2013 at 1:59 PM, Gurucharan Shetty wrote: > On Wed, Aug 7, 2013 at 10:37 AM, Dmita Levy wrote: > >> Hello, >> >> Forgive me as I am a

[ovs-discuss] OVS 1.10 in Repositories

2013-08-07 Thread Dmita Levy
Hello, Forgive me as I am a student and not a Linux guru At present, installing OVS from apt-get will yield version 1.04. Is there anyway to get 1.10? Regards, Dmita ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/lis

Re: [ovs-discuss] Running OVS in Mininet

2013-08-06 Thread Dmita Levy
> > On Wed, Jul 31, 2013 at 01:12:02PM -0400, Dmita Levy wrote: > >> I am trying to run the ovs-vsctl show command on a switch in mininet > but I > >> get the error message below. I've done some searches but could not find > a > >> definitive answer as to h

[ovs-discuss] Getting OVS Database/Switch to Run

2013-08-06 Thread Dmita Levy
Hello Everyone, I am at a loss as to why I cannot get the database server to work. I've tried re-installing OVS but keep getting the following errors - I'm using the Openflow mininet vm file: root@mininet-vm:/home/openflow# service openvswitch-switch restart * ovs-brcompatd is not running * Ki

[ovs-discuss] Running OVS in Mininet

2013-07-31 Thread Dmita Levy
Hello, I am trying to run the ovs-vsctl show command on a switch in mininet but I get the error message below. I've done some searches but could not find a definitive answer as to how to fix this. Does this mean the database is not created and I have to create it or does OVS run with limited capab

[ovs-discuss] OVS GRE Behavior

2013-07-29 Thread Dmita Levy
Hello, Is it possible to get OVS to GRE encapsulate ALL traffic leaving a host regardless of the packet's destination? We're trying to find a way to make OVS encapsulate every packet that leaves a host inside of a GRE header and change the key value as well. Thanks Always, Dmita _

Re: [ovs-discuss] OVS And GRE Tunnels

2013-07-26 Thread Dmita Levy
like now you are contradicting this, so just so I'm sure, > what is the correct answer? > > Thanks, > Cal > > > On Fri, Jul 26, 2013 at 11:19 AM, Dmita Levy wrote: > >> How did you create the pre-existing tunnel? I would like to duplicate the >> issue yo

Re: [ovs-discuss] OVS And GRE Tunnels

2013-07-26 Thread Dmita Levy
el. > > > On Fri, Jul 26, 2013 at 11:14 AM, Dmita Levy wrote: > >> I'm still a little confused as to what it is you're trying to accomplish; >> if you create a GRE port like this >> >> # ovs-vsctl add-port br0 tun0 -- set interface tun0 type=gre >>

Re: [ovs-discuss] OVS And GRE Tunnels

2013-07-26 Thread Dmita Levy
t; RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) >... > ... >ovs-vsctl add-br bro > > This creates a gre port named tun0 on the bridge device bro but it does > not seem to be associated with the actual tun0 net device in anyway > > > > On Fri, Jul 26, 2013 at 10

Re: [ovs-discuss] OVS And GRE Tunnels

2013-07-26 Thread Dmita Levy
Hello Cali, Have you tried using tunctl to create the tunnel adapter and then adding that adapter to the bridge the gre port is assigned to? That being said, what are you using the tun adapter for - is it tun/tap to tap VM's into the bridge? On Fri, Jul 26, 2013 at 1:33 PM, Cali Ente wrote: > As

Re: [ovs-discuss] OVS Stale Flows in OpenFlow Beacon

2013-07-25 Thread Dmita Levy
considering a possible OVS issue. Lets work through it on the > Beacon forum and then come back here if needed. > > David > > > On 7/25/2013 2:15 PM, Dmita Levy wrote: > > Hello, > > When I connect a Host running OVS to a Floodlight controller, there are no > problems

[ovs-discuss] OVS Stale Flows in OpenFlow Beacon

2013-07-25 Thread Dmita Levy
Hello, When I connect a Host running OVS to a Floodlight controller, there are no problems and the OVS Bridges on that Host work properly. When connected to an OpenFlow Beacon controller I get a warning about "Stale Flows" and then a timeout and disconnect. Subsequently, the connection to the cont

[ovs-discuss] Dynamic GRE Tunneling with OVS

2013-07-24 Thread Dmita Levy
Hello, Is anyone else working on Dynamic GRE Tunneling with Open vSwitch? Thanks Always! -Dmita ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Unable to Delete Port Created Using JSON RPC

2013-07-22 Thread Dmita Levy
Hello, I created a gre port with a JSON RPC request String but I am unable to delete it using the ovs-vsctl del-port [BRIDGE] PORT command. Did I do something wrong? History: root@host1:/home/host1# ovs-vsctl show 2d5a3f39-2aca-41d2-a3ac-f1215142a605 Manager "ptcp:6632" Bridge "bridge1"

Re: [ovs-discuss] GRE Tunnel Creation with JSON RPC

2013-07-19 Thread Dmita Levy
"0b822f5d-cb3e-41d2-930a-237ca1db7c1f" ] ] ], "mutations":[ [ "ports", "insert", [ "set", [

Re: [ovs-discuss] GRE Tunnel Creation with JSON RPC

2013-07-19 Thread Dmita Levy
t jsonrpc messages (or reverse engineer) > is to run a ovs-vsctl command with the "-v" option. > > ex: ovs-vsctl -v add-br br1 > > > > On Wed, Jul 17, 2013 at 6:16 PM, Dmita Levy wrote: > >> Hello, >> >> I am Undergraduate student doing Open vSwitch

[ovs-discuss] OVSDB Example

2013-07-19 Thread Dmita Levy
Ben, What do you use to create your JSON strings in the example below? https://mailman.stanford.edu/pipermail/openflow-discuss/2010-February/000744.html -DMita ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/dis

[ovs-discuss] JSON RPC Requests -mutate and "where" condition

2013-07-18 Thread Dmita Levy
Hello, I was looking through the IETF draft document for making JSON RPC request to OVS and noticed the following: *"where": [*] required* I don't quite understand what should be in the [*] array that is sent with the request. This mutate request is doing what exactly? "op" :

[ovs-discuss] GRE Tunnel Creation with JSON RPC

2013-07-17 Thread Dmita Levy
Hello, I am Undergraduate student doing Open vSwitch and OpenFlow research so please bare with me as I am still learning. I am trying to add a GRE tunnel, using JSON RPC, to an install of Open vSwitch - the only options I have configured are the "manager" option to listen on ptcp: 6632 and one bri

[ovs-discuss] JSON-RPC 2.0 Implementation in the future

2013-06-21 Thread Dmita Levy
Hello, Are there any plans to implement JSON-RPC 2.0 in future releases of Open vSwitch? -Dmita ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Problems with remote connectivity to Ovsdb-Server

2013-06-20 Thread Dmita Levy
Hello, I'm trying to enable remote connectivity to ovsdb-server so that I can use JSON-RPC and modify the database. When I use the command ovsdb-server --remote=ptcp:6632 I get the following error: I/O error: /etc/openvswitch/conf.db: fail to lock lockfile (Resouce temporarily unavailable). No

[ovs-discuss] JSON RPC (JAVA) Remote management of OVSDB

2013-06-18 Thread Dmita Levy
Hello, I am trying to manage OVSDB from a Java IDE using JSON RPC. Does anyone know where I can find a tutorial that will show me how to connect to OVSDB using the JSON RPC Java libraries or just give me a short snippet of code? ___ discuss mailing list