<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Link aggregation issues+questions in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5312607#M30169</link>
    <description>Hi Jodi,&lt;BR /&gt;&lt;BR /&gt;Have you tried&lt;BR /&gt;port-channel load-balance src-dst-ip&lt;BR /&gt;on Cisco?&lt;BR /&gt;&lt;BR /&gt;By the way ProCurve and Cisco support LACP trunks =)&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;oleg</description>
    <pubDate>Thu, 25 Aug 2011 18:40:20 GMT</pubDate>
    <dc:creator>Oleg Sukharev</dc:creator>
    <dc:date>2011-08-25T18:40:20Z</dc:date>
    <item>
      <title>Link aggregation issues+questions</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5312155#M30168</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have some troubles regarding link aggregation, let me explain whats the setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What we have:&lt;/P&gt;&lt;P&gt;-HP Procurve 3500yl&lt;/P&gt;&lt;P&gt;-HP Procurve 2910al&lt;/P&gt;&lt;P&gt;-Cisco 3750&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-6 servers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the setup we have is:&lt;/P&gt;&lt;P&gt;-2 servers connected to the Cisco switch to ports 1 and 2 respectively.The switch has all the ports untagged as vlan 13&lt;/P&gt;&lt;P&gt;-From the cisco switch there are two ethernet cables connected to ports 23 and 24 that connect with the layer3 switch(Procurve 3500yl) to ports 19 and 20.&lt;/P&gt;&lt;P&gt;-On the layer3 there are two machines(port 1 and 2) connected directly, with these ports untagged on vlan 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This means:&lt;/P&gt;&lt;P&gt;Server1 (192.168.13.1)&lt;/P&gt;&lt;P&gt;Server2 (192.168.13.2)&lt;/P&gt;&lt;P&gt;||&lt;/P&gt;&lt;P&gt;cisco(192.168.13.253)&lt;/P&gt;&lt;P&gt;| |&lt;/P&gt;&lt;P&gt;procurve 3500yl(192.168.13.254/192.168.2.254)&lt;/P&gt;&lt;P&gt;||&lt;/P&gt;&lt;P&gt;Server101(192.168.2.1)&lt;/P&gt;&lt;P&gt;Server101(192.168.2.2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that doing an iperf from server1 to server101, and from server2 to server102 i get only 500mbps on each server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relevant parts of the cisco config is:&lt;/P&gt;&lt;P&gt;interface Port-channel1&lt;BR /&gt;&amp;nbsp;switchport access vlan 13&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3/0/1&lt;BR /&gt;&amp;nbsp;switchport access vlan 13&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3/0/2&lt;BR /&gt;&amp;nbsp;switchport access vlan 13&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet3/0/23&lt;BR /&gt;&amp;nbsp;switchport access vlan 13&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;&amp;nbsp;channel-group 1 mode on&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3/0/24&lt;BR /&gt;&amp;nbsp;switchport access vlan 13&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;&amp;nbsp;channel-group 1 mode on&lt;BR /&gt;!&lt;BR /&gt;﻿interface Vlan13&lt;BR /&gt;&amp;nbsp;ip address 192.168.13.253 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;The relevant parts from the hp procurve config is:&lt;/P&gt;&lt;P&gt;trunk 19-20 Trk5 Trunk﻿&lt;/P&gt;&lt;P&gt;trunk 17-18 Trk6 Trunk﻿﻿&lt;/P&gt;&lt;P&gt;vlan 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name "V2"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; untagged 1-2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ip address 192.168.2.254 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; exit&lt;BR /&gt;﻿vlan 12&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name "V12"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; untagged Trk6&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ip address 192.168.12.254 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; exit&lt;BR /&gt;﻿vlan 13&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name "V13"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; untagged Trk5&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ip address 192.168.13.254 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; exit ﻿&lt;/P&gt;&lt;P&gt;spanning-tree Trk5 priority 4&lt;BR /&gt;spanning-tree Trk6 priority 4&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand, with the following setup:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Server991 (192.168.12.1)&lt;/P&gt;&lt;P&gt;Server992 (192.168.12.2)&lt;/P&gt;&lt;P&gt;||&lt;/P&gt;&lt;P&gt;procurve 2910al(192.168.12.253)&lt;/P&gt;&lt;P&gt;| |&lt;/P&gt;&lt;P&gt;procurve 3500yl(192.168.12.254/192.168.2.254)&lt;/P&gt;&lt;P&gt;||&lt;/P&gt;&lt;P&gt;Server101(192.168.2.1)&lt;/P&gt;&lt;P&gt;Server101(192.168.2.2)&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;I get 2gbps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The relevants part of the configuration on the 2910al is as follows:&lt;/P&gt;&lt;P&gt;trunk 47-48 Trk1 Trunk﻿&lt;/P&gt;&lt;P&gt;vlan 12&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name "v12"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; untagged 1-46,Trk1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ip address 192.168.12.253 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; exit&lt;BR /&gt;﻿spanning-tree Trk1 priority 4&lt;BR /&gt;primary-vlan 12&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;So what i'm doing wrong on the cisco?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance, i've been fighting with this for months with no solution...&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2011 11:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5312155#M30168</guid>
      <dc:creator>Jordi Inglés</dc:creator>
      <dc:date>2011-08-25T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Link aggregation issues+questions</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5312607#M30169</link>
      <description>Hi Jodi,&lt;BR /&gt;&lt;BR /&gt;Have you tried&lt;BR /&gt;port-channel load-balance src-dst-ip&lt;BR /&gt;on Cisco?&lt;BR /&gt;&lt;BR /&gt;By the way ProCurve and Cisco support LACP trunks =)&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;oleg</description>
      <pubDate>Thu, 25 Aug 2011 18:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5312607#M30169</guid>
      <dc:creator>Oleg Sukharev</dc:creator>
      <dc:date>2011-08-25T18:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Link aggregation issues+questions</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5312623#M30170</link>
      <description>&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, the default load balancing algorithm is "Source MAC address", and if the load algorithm checks the MAC of the machines and not the ones on the switches, there would be 4 MAC(2 source, 2 remote) addresses. Nevertheless i tried it anyway, same result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And with LACP the result is the same as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2011 19:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5312623#M30170</guid>
      <dc:creator>Jordi Inglés</dc:creator>
      <dc:date>2011-08-25T19:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Link aggregation issues+questions</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5313075#M30171</link>
      <description>&lt;P&gt;Jordi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try running command "show interface display" on 3500yl while&amp;nbsp;using iperf&amp;nbsp; to find who is not doing balancing. The command shows dynamic table for all ports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It can be that ProCurve puts the two streams to the same link based on last bits of source and destination IPs. So another tests can be: 1) change IP of one of the servers (say increase by 1), 2) try command "trunk-load-balance L4-based" on 3500yl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hth,&lt;/P&gt;&lt;P&gt;oleg&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2011 08:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5313075#M30171</guid>
      <dc:creator>Oleg Sukharev</dc:creator>
      <dc:date>2011-08-26T08:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Link aggregation issues+questions</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5315395#M30180</link>
      <description>&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;although none of the commands you've told me are available on the 3500yl, i've found the issue. One of the clients had a wrong IP, after changing it to the correct one, it worked fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2011 10:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/link-aggregation-issues-questions/m-p/5315395#M30180</guid>
      <dc:creator>Jordi Inglés</dc:creator>
      <dc:date>2011-08-29T10:43:16Z</dc:date>
    </item>
  </channel>
</rss>

