Re: [ovs-discuss] setting up VLAN using openvswitch on mininet

2014-06-25 Thread Flavio Leitner
On Thu, Jun 19, 2014 at 11:13:53PM -0700, Lavanya M.K wrote: > Thank you for the help. > > I tried using h1.setIP( '10.0.0.1/29' ), but i am getting syntax error : > Syntax error near unexpected token '10.0.0.1/29' ' > I am not able to fix the connectivity issue. Sorry, it should have been (intf,

Re: [ovs-discuss] setting up VLAN using openvswitch on mininet

2014-06-19 Thread Lavanya M.K
Thank you for the help. I tried using h1.setIP( '10.0.0.1/29' ), but i am getting syntax error : Syntax error near unexpected token '10.0.0.1/29' ' I am not able to fix the connectivity issue. Thanks, On Tue, Jun 17, 2014 at 7:01 AM, Flavio Leitner wrote: > On Mon, Jun 16, 2014 at 02:06:36PM

Re: [ovs-discuss] setting up VLAN using openvswitch on mininet

2014-06-17 Thread Flavio Leitner
On Mon, Jun 16, 2014 at 02:06:36PM -0700, Lavanya M.K wrote: > Hi, > > Sorry, let me explain once more with exact commands. This time, i tried a > different topology. > > First i created a mininet topology (custom): > > h1 = self.addHost( 'h1' ) > h2 = self.addHost( 'h2' ) >

Re: [ovs-discuss] setting up VLAN using openvswitch on mininet

2014-06-16 Thread Lavanya M.K
Hi, Sorry, let me explain once more with exact commands. This time, i tried a different topology. First i created a mininet topology (custom): h1 = self.addHost( 'h1' ) h2 = self.addHost( 'h2' ) h3 = self.addHost( 'h3' ) h4 = self.addHost( 'h4' ) s1 = self

Re: [ovs-discuss] setting up VLAN using openvswitch on mininet

2014-06-13 Thread Flavio Leitner
On Fri, Jun 13, 2014 at 04:01:35PM -0700, Lavanya M.K wrote: > Hi, > > I am trying to create two VLANs on mininet using openvswitches. The > topology is as follows: I first created two subnets to mimic two VLANs. I > did this by configuring the ip addresses of hosts as below: > > vlan1 connected

[ovs-discuss] setting up VLAN using openvswitch on mininet

2014-06-13 Thread Lavanya M.K
Hi, I am trying to create two VLANs on mininet using openvswitches. The topology is as follows: I first created two subnets to mimic two VLANs. I did this by configuring the ip addresses of hosts as below: vlan1 connected to switch 1: host 1: 10.0.0.1/29 host 2: 10.0.0.2/29 vlan2 connected to sw