Probably this is not the best place to get that advice. I'd suggest using Faucet, it makes this kind of configuration very easy. There's a Faucet tutorial in recent versions of the OVS repo. (I doubt it will work with something as old as OVS 2.3.)
On Thu, Oct 03, 2019 at 07:05:07PM +0000, SAMRAT PRAVIN PATEL wrote: > Ok then any thoughts then how do I mention the VLAN rules in the Controller > for RYU or FloodLight ? > > ________________________________ > From: Ben Pfaff <[email protected]> > Sent: Thursday, October 3, 2019 1:03:34 PM > To: SAMRAT PRAVIN PATEL > Cc: OpenV Switch Discussion > Subject: Re: [ovs-discuss] Guidance Needed for OpenVSwith VLAN > > No. > > If you are using a controller, VLAN configuration is only in the > controller. > > On Thu, Oct 03, 2019 at 06:59:40PM +0000, SAMRAT PRAVIN PATEL wrote: > > Hi so you mean I will have to set the VLAN tags in the OVSwitch and define > > the tags in the RYU controller for the OVSwitch to work ? Hoping for your > > guideance / > > > > ________________________________ > > From: Ben Pfaff <[email protected]> > > Sent: Thursday, October 3, 2019 12:57:43 PM > > To: SAMRAT PRAVIN PATEL > > Cc: OpenV Switch Discussion > > Subject: Re: [ovs-discuss] Guidance Needed for OpenVSwith VLAN > > > > If you're using a controller, then it overrides anything set with OVS > > itself and you need to configure them with Ryu instead. > > > > On Thu, Oct 03, 2019 at 06:51:11PM +0000, SAMRAT PRAVIN PATEL wrote: > > > Hi , > > > > > > > > > I have a ryu controller and I have added ports eth1 to VLAN 100 , eth2 to > > > VLAN 100 and eth3 to VLAN 200 technicall ping should not work from eth1 > > > to eth3 vice versa , here I am able to ping all the nodes . I guess the > > > VLAN rules are not being set. Please guide me . > > > > > > ________________________________ > > > From: Ben Pfaff <[email protected]> > > > Sent: Thursday, October 3, 2019 12:46:48 PM > > > To: SAMRAT PRAVIN PATEL > > > Cc: OpenV Switch Discussion > > > Subject: Re: [ovs-discuss] Guidance Needed for OpenVSwith VLAN > > > > > > OVS 2.3 does support VLANs. > > > > > > So far, your question is just "This doesn't work. How do I make it > > > work?" We don't have any idea what you're trying to do. To help, we > > > need to know. > > > > > > On Thu, Oct 03, 2019 at 06:40:25PM +0000, SAMRAT PRAVIN PATEL wrote: > > > > Hi , > > > > > > > > > > > > Thanks ben . So OVS 2.3 does not support VLAN ?? You mean ? > > > > > > > > ________________________________ > > > > From: Ben Pfaff <[email protected]> > > > > Sent: Thursday, October 3, 2019 12:36:27 PM > > > > To: SAMRAT PRAVIN PATEL > > > > Cc: OpenV Switch Discussion > > > > Subject: Re: [ovs-discuss] Guidance Needed for OpenVSwith VLAN > > > > > > > > What are you trying to do? > > > > > > > > OVS 2.3 is very old. > > > > > > > > On Thu, Oct 03, 2019 at 06:10:48PM +0000, SAMRAT PRAVIN PATEL wrote: > > > > > hi , > > > > > > > > > > this is Sam here. Some how I am not able to run my VLAN . I shall be > > > > > thankful to you if someone can guide me > > > > > > > > > > > > > > > spp21001@ovs:~$ sudo ovs-vsctl show > > > > > 89362c3a-1d64-451b-977d-7b2718a1ba20 > > > > > Bridge "br0" > > > > > fail_mode: secure > > > > > Port "eth1" > > > > > tag: 100 > > > > > Interface "eth1" > > > > > type: internal > > > > > Port "eth2" > > > > > tag: 100 > > > > > Interface "eth2" > > > > > type: internal > > > > > Port "br0" > > > > > Interface "br0" > > > > > type: internal > > > > > Port "eth3" > > > > > tag: 200 > > > > > Interface "eth3" > > > > > ovs_version: "2.3.1" > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > discuss mailing list > > > > > [email protected] > > > > > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss > > > > _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
