Hi Alex, thank you very much for your time.
On Wed, Apr 1, 2015 at 7:32 PM, Alex Wang <al...@nicira.com> wrote: > I'm trying to reproduce your issue, have few questions, > > On Wed, Apr 1, 2015 at 2:28 AM, Ben Schmidt <crack...@gmail.com> wrote: > >> Hi Mailinglist, >> >> I have a Problem with a VM Box that should use LACP bonding with tagged >> VLAN ports. >> >> Everything is up and running as I want to to, my Problem is that the >> speed is horrible. A simple ssh login takes 30ish seconds that 's why I >> spend a hour on debugging OpenSSH only to find out that iperf is showing >> interesting results. >> > > > For ssh, you mean ssh via vmbr1 or the vlan ports? > Sorry, forgot to mention that I am trying to connect to the vlan ports. vmbr1, which doesn't use OVS, is fast as expected. > > > >> When I run iperf in Server mode on Box-A (OVS) and Box-B represents the >> iperf Client (untagged VLAN Port, same Switch, same Subnet) I get I get >> around 937MB/s. The other way around I barely get results because of >> timeouts. >> >> > > Could you tell more about the iperf test (maybe the commands)? > #### box-a as iperf server, box-b as iperf client ##### [root@box-a /root $ iperf -s ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) ------------------------------------------------------------ [ 4] local 10.52.49.101 port 5001 connected with 10.52.49.100 port 36151 [ ID] Interval Transfer Bandwidth [ 4] 0.0-10.0 sec 1.10 GBytes 939 Mbits/sec [root@box-b /root $ iperf -d -c 10.52.49.101 WARNING: option -d is not valid for server mode ------------------------------------------------------------ Client connecting to 10.52.49.101, TCP port 5001 TCP window size: 19.6 KByte (default) ------------------------------------------------------------ [ 3] local 10.52.49.100 port 36151 connected with 10.52.49.101 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.0 sec 1.10 GBytes 941 Mbits/sec ######### #### box-b as iperf server, box-a as iperf client ##### [root@box-b /root $ iperf -s ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) ------------------------------------------------------------ [ 4] local 10.52.49.100 port 5001 connected with 10.52.49.101 port 56201 [root@box-a /root $ iperf -d -c 10.52.49.100 WARNING: option -d is not valid for server mode ------------------------------------------------------------ Client connecting to 10.52.49.100, TCP port 5001 TCP window size: 19.6 KByte (default) ------------------------------------------------------------ [ 3] local 10.52.49.101 port 56201 connected with 10.52.49.100 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-417.3 sec 256 KBytes 5.03 Kbits/sec ################ > > What is the 'ovs-vsctl show' output of Box-B? For traffic sent from > untagged VLAN port of Box-B, the vmbr0 of Box-A should not forward it > to tagged VLAN ports. > I hope that we have a communication Problem here and I didn't miss something really basic about OVS and wasted everyones time. box-b doesn't use OVS yet. box-b uses normal linux bridging on a untagged VLAN Port (VLAN ID 1115) on a switch. box-a connects to two LACP bond'ed Ports on that some switch that have multiple tagged VLAN IDs, one of them being 1115. ######## [root@box-b /root $ ovs-vsctl show 872e809c-3121-4a4f-9fe8-8e436a7cf101 ovs_version: "2.3.1" ######## Any Ideas where I could look at? > > > Thanks, > Alex Wang, > Thank YOU, Ben > > >> >> Here is my basic setup >> ###### >> ovs-vsctl show >> 8031569b-5210-4334-88fd-36704af3a667 >> Bridge "vmbr0" >> Port "vlan1115" >> tag: 1115 >> Interface "vlan1115" >> type: internal >> Port "bond0" >> Interface "eth1" >> Interface "eth2" >> Port "vmbr0" >> Interface "vmbr0" >> type: internal >> Port "vlan1116" >> tag: 1116 >> Interface "vlan1116" >> type: internal >> ovs_version: "2.3.1" >> ######## >> >> >> cat /etc/network/interfaces = http://pastebin.ca/2967191 >> ifconfig = http://pastebin.ca/2967192 >> ovs-appctl bond/show bond0 = http://pastebin.ca/2967193 >> ovs-appctl lacp/show bond0 = http://pastebin.ca/2967194 >> ovs-vsctl list port bond0 = http://pastebin.ca/2967200 >> >> >> Could anyone please point me in a direction to look at. >> >> Thanks a lot, >> Ben >> >> >> _______________________________________________ >> discuss mailing list >> discuss@openvswitch.org >> http://openvswitch.org/mailman/listinfo/discuss >> >> >
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss