Re: [ovs-discuss] [ovs-dev] debugging OVS

2014-09-19 Thread samantha Andares
same place in the kernel as stats reported by "ifconfig" or in > /sys/class/net/eth1/statistics. tx_dropped and rx_dropped are among > those. I can't explain why "ovs-dpctl" reports different numbers. In > general, I would tend to believe the other s

Re: [ovs-discuss] [ovs-dev] debugging OVS

2014-09-19 Thread samantha Andares
collisions:0 > > RX bytes:2625108 (2.5 MiB) TX bytes:4552367 (4.3 MiB) > > > > thanks for your time > > > > sam > > > > > Date: Fri, 19 Sep 2014 10:07:52 -0700 > > > From: b...@nicira.com > > > To: sam.anda...

Re: [ovs-discuss] [ovs-dev] debugging OVS

2014-09-19 Thread samantha Andares
Sep 2014 10:07:52 -0700 > From: b...@nicira.com > To: sam.anda...@hotmail.com > CC: discuss@openvswitch.org; d...@openvswitch.org > Subject: Re: [ovs-dev] debugging OVS > > What's in /sys/class/net/eth1/statistics/tx_dropped? > > On Fri, Sep 19, 2014 at 11:40:25AM -

Re: [ovs-discuss] [ovs-dev] debugging OVS

2014-09-19 Thread samantha Andares
m > To: sam.anda...@hotmail.com > CC: discuss@openvswitch.org; d...@openvswitch.org > Subject: Re: [ovs-dev] debugging OVS > > Can you show us the "ovs-dpctl show" output? > > Thanks, > > Ben. > > On Fri, Sep 19, 2014 at 11:30:05AM -0400, samantha Anda

Re: [ovs-discuss] [ovs-dev] debugging OVS

2014-09-19 Thread samantha Andares
s the "ovs-dpctl show" output? > > Thanks, > > Ben. > > On Fri, Sep 19, 2014 at 11:30:05AM -0400, samantha Andares wrote: > > hi ben, > > > > thanks for your feedback. > > > > I am getting 100% packets drop.. If problem was with the amoun

Re: [ovs-discuss] [ovs-dev] debugging OVS

2014-09-19 Thread samantha Andares
g OVS > > [dropping mininet-discuss because it is a closed mailing list and I am > not a subscriber] > > On Thu, Sep 18, 2014 at 05:37:43PM -0400, samantha Andares wrote: > > I am getting packets dropped when going out of an OVS bridge. The TX > > dropped is increased in ovs-dp

[ovs-discuss] outgoing port packet drop

2014-09-19 Thread samantha Andares
Hi all, I am not having much success with responses lately... but I hope you can provide me some feedback. I've been doing extensive testing and need to figure out why packets are dropped what works: 1) All test cases involving ingress USB ports are fine, with or without OVS using both a de

[ovs-discuss] debugging OVS

2014-09-18 Thread samantha Andares
Hi, I am getting packets dropped when going out of an OVS bridge. The TX dropped is increased in ovs-dpctl but not at the physical interface level (ifconfig). Can anyone tell me how to enable some OVS debugging so I can find the reason to fix that problem? thanks. sam

Re: [ovs-discuss] looking for why TX packets - or how to go out of OVS bridge for normal routing

2014-09-17 Thread samantha Andares
I just wanted to specify packets are dropped at port eth1 in br_access but I have no idea how to debug that... must have some debug available somewhere... but the logs in ovswitch don't tell me anything about the reasons why packets are dropped... thanks for your time, I really need to fix th

[ovs-discuss] looking for why TX packets - or how to go out of OVS bridge for normal routing

2014-09-17 Thread samantha Andares
Hi all, Trying to find the reason why my packets are dropped on my last outgoing port. I am receiving packets in an OVS bridge, sending those packets to another OVS bridge on the same node using patch-ports. Kind of the following: __NODE A___ ___NODE B__

[ovs-discuss] getting out of ovs bridge

2014-09-16 Thread samantha Andares
Hi, I have a node with 3 physical ports (2 are part of an OVS bridge, 1 is not). The OVS bridge and data is getting data from an other node. But I want this data to go out to the 3rd port on that node that is not part of the bridge. I created a rule with actions=NORMAL which I thought would

[ovs-discuss] LLDP discovery protocol question and virtual ports

2014-08-22 Thread samantha Andares
Hi, I have one physical interface eth0 and i created virtual interfaces. When LLDP packets are sent, they are only sent through the physical interfaces is it possible that LLDP is not sent for virtual interfaces? These virtual interfaces are on vlans so i thought the problem might be

[ovs-discuss] configuration through a LAN (switch)

2014-07-17 Thread samantha Andares
Hi all, I connected few computers to a switch and I am using opendaylight (ODL) as a controller I would expect everyone to be able to be connected to everyone since they are all connected to the switch... but when looking at the ODL GUI, it's like only one link is connected randomly betw

[ovs-discuss] more queueing questions

2014-07-10 Thread samantha Andares
Hi all, I am trying to prevent packets from being lost while queued at the interface level... I'd prefer them to be queued at the bridge level. I attempted to add a qdisc to a bridge, but i cannot delete the qdisc that belong to each interfaces... is there a way to do that... the "tc qd

[ovs-discuss] queueing question

2014-07-09 Thread samantha Andares
Hi all, Once paquets are received at an interface, they are queued prior to be sent on a physical port may i know how does that work with OVS bridges and what would be the impact of a link failure. For example... if i have an OVS bridge with 3 ports. Packets are coming in on port A

[ovs-discuss] How does the controller determines that 2 ovs-switch are connected?

2014-06-11 Thread samantha Andares
Hi all, I understand that might be a question more related to the controller, but at this point, i am not sure. So, basically, i have such a configuration: - | A | -eth0-->

[ovs-discuss] wireless interfaces and bridges

2014-06-05 Thread samantha Andares
Hi all, I read the folloing in the FAQ: "Q: I can't seem to use Open vSwitch in a wireless network. A: Wireless base stations generally only allow packets with the source MAC address of NIC that completed the initial handshake. Therefore, without MAC rewriting, only a single device can

[ovs-discuss] alternate routing for failed links?!?

2014-06-04 Thread samantha Andares
Hi, Does openvswitch allows an alternate routing mechanism in case of link failure. Can a flow be deleted right away if the link is down and another path be taken without intervention from the controller? Basically, I was wondering if it is possible to create 2 static flows (same ma

[ovs-discuss] openvswitch hook for openflow vendor extension messages

2014-05-29 Thread samantha Andares
Hi, I am still new with everything related to openFlow, its controllers and its agents but i managed to figure out that i could use a controller running OpenDaylight and use a vendor extension within the openflow protocol to send some specific information to an ovswitch node. My problem