Re: [ovs-discuss] Why 10 Mbps?

2018-10-26 Thread Sterdnot Shaken
Lightning quick with your answers as always Ben! I appreciate ya taking the time! On Fri, Oct 26, 2018 at 4:55 PM Ben Pfaff wrote: > On Fri, Oct 26, 2018 at 04:42:29PM -0600, Sterdnot Shaken wrote: > > Why is it that vnic ports show as having a speed of 10 Mbps under the > > co

Re: [ovs-discuss] IGMP Snooping on OVS 2.7.0

2017-10-10 Thread Sterdnot Shaken
..@openvswitch.org] On Behalf Of Ben Pfaff > > Sent: 10 October 2017 01:14 > > To: Sterdnot Shaken <sterdnotsha...@gmail.com> > > Cc: ovs-discuss@openvswitch.org > > Subject: Re: [ovs-discuss] IGMP Snooping on OVS 2.7.0 > > > > On Mon, Oct 09, 2017 a

[ovs-discuss] IGMP Snooping on OVS 2.7.0

2017-10-09 Thread Sterdnot Shaken
Just curious why, with igmp snooping enabled on the OVS bridge, I am still getting multicast traffic on other VM's (that shouldn't be getting it) on the same vlan? Here's how I'm enabling IGMP Snooping: *ovs-vsctl set Bridge ovs-br mcast_snooping_enable=trueovs-vsctl set Bridge ovs-br

[ovs-discuss] ct_state and tcp sessions

2017-09-01 Thread Sterdnot Shaken
*OVS version: 2.70* Howdy! *Goal:* instantiate a flow(s) based on completion of tcp 3-way handshake and have those flows live ONLY as long as the respective tcp session exists. Once the tcp session has ended, I want the flow(s) to be removed. I don't want the flows to be removed if the

[ovs-discuss] mirroring is only display's broadcast traffic

2017-03-22 Thread Sterdnot Shaken
Could someone please help me with why, when I setup the below mirrors on a respective OVS bridge, I only see the broadcast traffic for the VM in question? Here's was my first mirror setup: ip link add name dummy3 type dummy ip link set dev dummy3 up ovs-vsctl add-port br-ex3 dummy3 ovs-vsctl

[ovs-discuss] startup-config vs. running-config for OVS?

2017-03-14 Thread Sterdnot Shaken
Is there a way to set a "startup-config" for a OVS bridge? I want to have the ovs bridge interface config set to something, and then, if I make a change, have those changes NOT be persistent nor saved to OVSDB unless I write/commit it…? That way, I can ensure that if someone hoses something over,

Re: [ovs-discuss] Register one OVS bridge to 2 unrelated controllers...

2017-01-04 Thread Sterdnot Shaken
t supports? If not, no worries, I can ping their mailing list about it. Thanks for the quick reply Ben! On Wed, Jan 4, 2017 at 11:18 AM, Ben Pfaff <b...@ovn.org> wrote: > On Wed, Jan 04, 2017 at 11:05:07AM -0700, Sterdnot Shaken wrote: > > Can you register one OVS bridge to 2 separate co

[ovs-discuss] Register one OVS bridge to 2 unrelated controllers...

2017-01-04 Thread Sterdnot Shaken
Can you register one OVS bridge to 2 separate controllers and then, using flow's, send some traffic to one controller and send some traffic to the other one? something like: ovs-ofctl add-flow br0 priority=10,in_port=1,actions=CONTROLLER1:65535 ovs-ofctl add-flow br0