[ovs-discuss] Installing flow rules in open vswitch for VLAN

2014-06-20 Thread shruti rao
Hi, I am new to Open vSwitch and am trying to create a VLAN with two switches (s1, s2) having 2 hosts (s1 having red1 and blue1 and s2 having red2 and blue2) each and no controller. My configuration is as mentioned below: mininet> net s1 lo: s1-eth1:red1-eth0 s1-eth2:blue1-eth0 s1-eth3:s2-eth1 s

[ovs-discuss] Flow Rules for VLAN in Open vSwitch

2014-06-24 Thread shruti rao
Hi, I am new to Open vSwitch and am trying to create a VLAN with two switches (s1, s2) having 2 hosts (s1 having red1 and blue1 and s2 having red2 and blue2) each and no controller. My configuration is as mentioned below: mininet> net s1 lo: s1-eth1:red1-eth0 s1-eth2:blue1-eth0 s1-eth3:s2-eth1 s

Re: [ovs-discuss] Flow Rules for VLAN in Open vSwitch

2014-06-25 Thread shruti rao
tag vlan 100 or 200 in traffic going from S2 back to S1 as is appropriate > for the host you're trying to reach. If you didn't want to make traffic > work across VLANs you could just forward the packets as-is > > In this configuration having the VLANs configured on S1 just

[ovs-discuss] Simple Router Example - not working

2014-06-30 Thread shruti rao
Hi, I am trying the simple router example given on the below link: https://github.com/mininet/mininet/wiki/Simple-Router I tried executing it on the Amazon EC2 instance but am getting an error as below. ubuntu@ip-172-31-40-113:~/cs144_lab3$ ./sr_solution Using VNS sr stub code revised 2009-10-14

[ovs-discuss] Connecting physical hosts to openvswitch

2014-11-10 Thread shruti rao
Hi, I am trying to create a network topology using Openvswitch and Opendaylight controller. I have OpenvSwitch (v2.3) installed on Ubuntu machine and OpenDaylight installed on another host machine. OpenvSwitch IP- Address: 10.0.0.2 OpenDaylight IP - Address: 10.0.0.1 I have two other Ubuntu mach

Re: [ovs-discuss] Connecting physical hosts to openvswitch

2014-11-10 Thread shruti rao
the connection at that point too. Thanks, Shruti On Mon, Nov 10, 2014 at 7:46 PM, Flavio Leitner wrote: > On Mon, Nov 10, 2014 at 07:37:10PM -0800, shruti rao wrote: > > Hi, > > > > I am trying to create a network topology using Openvswitch and > Opendaylight > >

[ovs-discuss] SDN setup on Real hosts

2014-12-01 Thread shruti rao
Hi, I am trying to setup a local SDN network using physical hosts. My setup is as follows: OpenDayLight Controller (Host4) (11.0.0.1) |