[ovs-discuss] OpenVswitch configuration

2016-03-07 Thread Anudeep Reddy
Hello, Can I know how to configure the OpenVswitch parameters according to our requirements in Mininet? By parameters I mean its flow handling capacity, TCAM table etc. Regards, Anudeep. ___ discuss mailing list discuss@openvswitch.org http://openvswitc

Re: [ovs-discuss] Openvswitch configuration problems

2016-01-26 Thread Justin Pettit
You'll need to provide more details about what you've done and what you're seeing to help us debug it. --Justin > On Jan 26, 2016, at 7:17 AM, illlusioner77367 . wrote: > > Hello: > > I am trying to setup my openvswitch 2.0.90 running on Linaro 12.03 > > I add a bridge and a port for it >

Re: [ovs-discuss] Openvswitch configuration persistence

2013-10-16 Thread Reid Price
*To:* Faisal Ali > *Cc:* Alexandru Coseru; discuss@openvswitch.org > *Subject:* Re: [ovs-discuss] Openvswitch configuration persistence > > ** ** > > Hi guys [+list], > > ** ** > > You might find that you have unexpected behavior down the road with that > tactic.

Re: [ovs-discuss] Openvswitch configuration persistence

2013-09-20 Thread Reid Price
ber 19, 2013 11:51 PM > *To:* Faisal Ali > *Cc:* Alexandru Coseru; discuss@openvswitch.org > *Subject:* Re: [ovs-discuss] Openvswitch configuration persistence > > ** ** > > Hi guys [+list], > > ** ** > > You might find that you have unexpected behavior do

Re: [ovs-discuss] Openvswitch configuration persistence

2013-09-20 Thread Alexandru Coseru
Hello, Can you give some more details please ? Best Regards, From: Reid Price [mailto:rpr...@nicira.com] Sent: Thursday, September 19, 2013 11:51 PM To: Faisal Ali Cc: Alexandru Coseru; discuss@openvswitch.org Subject: Re: [ovs-discuss] Openvswitch configuration persistence Hi

Re: [ovs-discuss] Openvswitch configuration persistence

2013-09-19 Thread Reid Price
nvswitch.booted > > set "$@" --delete-bridges > > fi > > > From: Alexandru Coseru > Date: Mon, 16 Sep 2013 13:28:03 +0300 > To: Faisal Ali , > Subject: Re: [ovs-discuss] Openvswitch configuration persistence > > Hello guys, > &

Re: [ovs-discuss] Openvswitch configuration persistence

2013-08-27 Thread Faisal Ali
Thanks for the clarification Reid On Aug 26, 2013, at 12:20 PM, Reid Price wrote: > OVS by itself saves configuration through boots, etc., ovsdb is transactional > (usually stored in /etc/openvswitch/conf.db). Xen removes that config on boot > up. > > On Aug 26, 2013, at 7:51 AM, Faisal Ali

Re: [ovs-discuss] Openvswitch configuration persistence

2013-08-26 Thread Reid Price
OVS by itself saves configuration through boots, etc., ovsdb is transactional (usually stored in /etc/openvswitch/conf.db). Xen removes that config on boot up. On Aug 26, 2013, at 7:51 AM, Faisal Ali wrote: > Thank you Reid, so just so Iam clear, is it because ovs is not meant to save > the c

Re: [ovs-discuss] Openvswitch configuration persistence

2013-08-26 Thread Faisal Ali
Thank you Reid, so just so Iam clear, is it because ovs is not meant to save the config? The reason I ask is I read it in a blog that it does save it. On Aug 26, 2013, at 3:40 AM, Reid Price wrote: > Hi Faisal, > > Xen only persists its own OVS information, and recreates it from scratch > (x

Re: [ovs-discuss] Openvswitch configuration persistence

2013-08-26 Thread Reid Price
Hi Faisal, Xen only persists its own OVS information, and recreates it from scratch (xapi information) at boot. -Reid On Aug 25, 2013, at 5:41 PM, Faisal Ali wrote: > Hi, > > I am using xenserver 6.2 which has openvswitch version 1.4.6 running. > > When I configure ovs using ovs commands

[ovs-discuss] Openvswitch configuration persistence

2013-08-25 Thread Faisal Ali
Hi, I am using xenserver 6.2 which has openvswitch version 1.4.6 running. When I configure ovs using ovs commands it does not save the configuration and its lost after reboot. I am not sure if this how ovs works or Xen has a modified implementation of ovs that does not allow to permanently sa

Re: [ovs-discuss] Openvswitch configuration with Ubuntu VM

2013-04-06 Thread Martin Mailand
Hi Karthik, are you sure the default gw in the vm is right? route add default gw 10.0.2.15 br1 is quite unusual. More likely it will be 10.0.2.1. Just do a ip route show, before you change to ovs. -martin Am 06.04.2013 01:50, schrieb Karthik Sharma: I have a Windows 7 PC as host.The network

[ovs-discuss] Openvswitch configuration with Ubuntu VM

2013-04-05 Thread Karthik Sharma
I have a Windows 7 PC as host.The network details of my Windows PC are as follows. IP ADDRESS - 192.168.1.70 DEFAULT GATEWAY - 192.168.1.254 I have installed Virtual Box on Windows 7 and I have an Ubuntu 12.04 Virtual Machine running on the Virtual Box. When th