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,
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
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' )
>
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
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
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