<?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: Interface bonding setup correctly? in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66356#M6048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does appear that netapp defaults ip for load balancing, so setting the cisco up for src-dst-ip would work as cisco default is mac.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter L. Hitchcock&lt;/P&gt;&lt;P&gt;EHC Financial Services, L.L.C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evergreen Healthcare, L.L.C.&lt;/P&gt;&lt;P&gt;LAN Support Specialist&lt;/P&gt;&lt;P&gt;IS / IT Helpdesk and Applications Support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   phitchcock@ehcmail.com &amp;lt;mailto:phitchcock@ehcmail.com&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;phitchcock@EHCFS.com &amp;lt;mailto:phitchcock@ehcmail.com&amp;gt; &lt;/P&gt;&lt;P&gt;Cell: 503-298-1861&lt;/P&gt;&lt;P&gt;Ph. 360-892-6628&lt;/P&gt;&lt;P&gt;Fax 360-816-8167&lt;/P&gt;&lt;P&gt;We make a living by what we get, we make a life by what we give. &amp;lt;&lt;A href="http://www.quotationspage.com/quote/2236.html&amp;gt;" target="_blank"&gt;http://www.quotationspage.com/quote/2236.html&amp;gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Sir Winston Churchill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jun 2010 14:58:05 GMT</pubDate>
    <dc:creator>phitchcock</dc:creator>
    <dc:date>2010-06-15T14:58:05Z</dc:date>
    <item>
      <title>Interface bonding setup correctly?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66344#M6042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to bond two interfaces together on my filer, to create a 2Gb link.&amp;nbsp; They connect to a Cisco 3750.&amp;nbsp; On the Cisco side I setup a port channel, and added the two physical ports to it.&amp;nbsp; On the NetApp side I added those two interfaces to a vif.&amp;nbsp; On the Cisco side both ports show up and active, and traffic is flowing just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm noticing that I often spike 1 physical interface to nearly 100% (960Mbs), and the other interface never shows any traffic.&amp;nbsp; It seems like I'm peaking at 1Gbs, and the second link is never being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I should look at to confirm my port channel is setup correctly for load balancing? Here's my Cisco config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel1&lt;BR /&gt; description netapp-vif01&lt;BR /&gt; switchport mode access&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel2&lt;BR /&gt; description netapp-vif02&lt;BR /&gt; switchport mode access&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/2&lt;BR /&gt; description netapp-e0a&lt;BR /&gt; switchport mode access&lt;BR /&gt; channel-group 1 mode active&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/0/3&lt;BR /&gt; description netapp-e0b&lt;BR /&gt; switchport mode access&lt;BR /&gt; channel-group 1 mode active&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/0/4&lt;BR /&gt; description netapp-e0c&lt;BR /&gt; switchport mode access&lt;BR /&gt; channel-group 2 mode active&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/0/5&lt;BR /&gt; description netapp-e0d&lt;BR /&gt; switchport mode access&lt;BR /&gt; channel-group 2 mode active&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:13:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66344#M6042</guid>
      <dc:creator>bill_matthews</dc:creator>
      <dc:date>2025-06-05T07:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Interface bonding setup correctly?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66348#M6044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I beleive some of the issue might be that interfaces on the netapp, by default are setup as MULTI.&amp;nbsp; on your switch, I beleave the default port linking configuration is LACP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to edit your /etc/rc file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will see a line for every vif you created and it will be like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vif create multi........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change the multi to lacp (only if your switch is setup lacp), save the /etc/rc file changes and restart your netapp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can edit the /etc/rc file by creating a drive mapping to you vol0&amp;nbsp;&amp;nbsp;&amp;nbsp; net use z: &lt;A target="_blank"&gt;\\&amp;lt;netapp&lt;/A&gt;device&amp;gt;\c$ for the root of vol0 use notepad to edit the /etc/rc file (make a copy first)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 04:29:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66348#M6044</guid>
      <dc:creator>phitchcock</dc:creator>
      <dc:date>2010-06-15T04:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Interface bonding setup correctly?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66351#M6046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks phitchcock.&amp;nbsp; But I checked my /etc/rc file and it looks correct.&amp;nbsp; Both my switch and netapp should be using LACP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/etc/rc&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;#Regenerated by registry Wed May 12 10:09:04 EDT 2010&lt;BR /&gt;#Auto-generated by setup Tue May 11 05:57:26 GMT 2010&lt;BR /&gt;hostname nas&lt;BR /&gt;vif create lacp vif01 -b port e0a e0b&lt;BR /&gt;vif create lacp vif02 -b port e0c e0d&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From Cisco switch&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;show etherchannel 1 port-channel &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Port-channels in the group: &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------------------------&lt;BR /&gt;&lt;BR /&gt;Port-channel: Po1&amp;nbsp;&amp;nbsp;&amp;nbsp; (Primary Aggregator)&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;Age of the Port-channel&amp;nbsp;&amp;nbsp; = 55d:11h:58m:20s&lt;BR /&gt;Logical slot/port&amp;nbsp;&amp;nbsp; = 10/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number of ports = 2&lt;BR /&gt;HotStandBy port = null &lt;BR /&gt;Port state&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = Port-channel Ag-Inuse &lt;BR /&gt;Protocol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; LACP&lt;BR /&gt;&lt;BR /&gt;Ports in the Port-channel: &lt;BR /&gt;&lt;BR /&gt;Index&amp;nbsp;&amp;nbsp; Load&amp;nbsp;&amp;nbsp; Port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EC state&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No of bits&lt;BR /&gt;------+------+------+------------------+-----------&lt;BR /&gt;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gi1/0/2 Active&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gi1/0/3 Active&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also reading this blog &lt;A href="http://blog.scottlowe.org/2008/01/08/lacp-with-cisco-switches-and-netapp-vifs/" target="_blank"&gt;http://blog.scottlowe.org/2008/01/08/lacp-with-cisco-switches-and-netapp-vifs/&lt;/A&gt; which seems to indicate I have things setup correctly.&amp;nbsp; But down on the comments someone mentions "port-channel load-balance src-dst-mac".&amp;nbsp; Another article mentions using "port-channel load-balance src-dst-ip".&amp;nbsp; I don't have either defined.&amp;nbsp; Maybe that's the problem.&amp;nbsp; But not sure of which to use, and the impact.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 12:16:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66351#M6046</guid>
      <dc:creator>bill_matthews</dc:creator>
      <dc:date>2010-06-15T12:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Interface bonding setup correctly?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66356#M6048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does appear that netapp defaults ip for load balancing, so setting the cisco up for src-dst-ip would work as cisco default is mac.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter L. Hitchcock&lt;/P&gt;&lt;P&gt;EHC Financial Services, L.L.C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evergreen Healthcare, L.L.C.&lt;/P&gt;&lt;P&gt;LAN Support Specialist&lt;/P&gt;&lt;P&gt;IS / IT Helpdesk and Applications Support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   phitchcock@ehcmail.com &amp;lt;mailto:phitchcock@ehcmail.com&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;phitchcock@EHCFS.com &amp;lt;mailto:phitchcock@ehcmail.com&amp;gt; &lt;/P&gt;&lt;P&gt;Cell: 503-298-1861&lt;/P&gt;&lt;P&gt;Ph. 360-892-6628&lt;/P&gt;&lt;P&gt;Fax 360-816-8167&lt;/P&gt;&lt;P&gt;We make a living by what we get, we make a life by what we give. &amp;lt;&lt;A href="http://www.quotationspage.com/quote/2236.html&amp;gt;" target="_blank"&gt;http://www.quotationspage.com/quote/2236.html&amp;gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Sir Winston Churchill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 14:58:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66356#M6048</guid>
      <dc:creator>phitchcock</dc:creator>
      <dc:date>2010-06-15T14:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Interface bonding setup correctly?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66365#M6051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep in mind that even when you have it set up correctly, if you have pushing data from one host, you will only use one link.&amp;nbsp; That's how EtherChannel works.&amp;nbsp; It hashes on MAC or IP addresses.&lt;/P&gt;&lt;P&gt;EtherChannel is best for multiple clients rather than just a few.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 15:54:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66365#M6051</guid>
      <dc:creator>adamfox</dc:creator>
      <dc:date>2010-06-15T15:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Interface bonding setup correctly?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66372#M6052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both, very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding port-channel load-balance src-dst-ip did indeed help -- as it was previously load balancing the destination, which was a single IP.&amp;nbsp; Now balancing the source spreads the load of our source hosts evenly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's also true that if a single host is causing the spike, it will use a single link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 16:12:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Interface-bonding-setup-correctly/m-p/66372#M6052</guid>
      <dc:creator>bill_matthews</dc:creator>
      <dc:date>2010-06-15T16:12:25Z</dc:date>
    </item>
  </channel>
</rss>

