Does the VLAN traffic work before connecting to the controller? When I was first playing with OvS, when I would connect it to the controller, my VLANs wouldn't work like I would expect a switch to. What was happening is the controller was inserting a rule to send the traffic to the controller for routing. I ended up inserting a the "NORMAL" route with a higher priority, so the traditional switch behavior would be maintained. Export your rules before adding the controller if that is the case, and then look after you connect to the controller. Just a thought.
Dennis Heim | Technical Solutions Architect World Wide Technology, Inc. | +1 314-212-1814 [cid:[email protected]]<https://twitter.com/CollabSensei> From: [email protected] <[email protected]> On Behalf Of SAMRAT PRAVIN PATEL Sent: Thursday, October 03, 2019 2:51 PM To: Ben Pfaff <[email protected]> Cc: OpenV Switch Discussion <[email protected]> Subject: Re: [ovs-discuss] Guidance Needed for OpenVSwith VLAN 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]<mailto:[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]<mailto:[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]<mailto:[email protected]> > > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail.openvswitch.org%2Fmailman%2Flistinfo%2Fovs-discuss&data=02%7C01%7CDennis.Heim%40wwt.com%7Cdd8efd04fd1b4c15679908d74832baad%7Ca2d8e6b4e26e44218f3dec288c827c7d%7C1%7C0%7C637057255027156045&sdata=7IjXmaR4ZY2IXarTFWU653C7GMwkamt5LCTUjtxlYOY%3D&reserved=0> >
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
