<?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: bonding broadcom netextreme , packet droping in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771842#M44057</link>
    <description>Hello Sir, &lt;BR /&gt;&lt;BR /&gt;Yes i got all mixed up.&lt;BR /&gt;&lt;BR /&gt;The earlier configuration was :(from lspci)&lt;BR /&gt;&lt;BR /&gt;06:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)&lt;BR /&gt;06:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)&lt;BR /&gt;&lt;BR /&gt;0a:04.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5715S Gigabit Ethernet (rev a3)&lt;BR /&gt;0a:04.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5715S Gigabit Ethernet (rev a3)&lt;BR /&gt;&lt;BR /&gt;The present one is :&lt;BR /&gt;&lt;BR /&gt;01:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709S Gigabit Ethernet (rev 20)&lt;BR /&gt;01:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709S Gigabit Ethernet (rev 20)&lt;BR /&gt;&lt;BR /&gt;04:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM57711 10-Gigabit PCIe&lt;BR /&gt;04:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM57711 10-Gigabit PCIe&lt;BR /&gt;&lt;BR /&gt;the reason for this mixed up was a previous working modprobe.conf file saved somewhere:&lt;BR /&gt;-------&lt;BR /&gt;cat /etc/modprobe.conf&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias scsi_hostadapter1 qla2xxx_conf&lt;BR /&gt;alias scsi_hostadapter2 qla2xxx&lt;BR /&gt;alias scsi_hostadapter2 usb-storage&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 mode=1 miimon=100&lt;BR /&gt;&lt;BR /&gt;alias eth2 tg3&lt;BR /&gt;alias eth3 tg3&lt;BR /&gt;options qla2xxx  ql2xmaxqdepth=16 qlport_down_retry=30 ql2xloginretrycount=30 ql2xfailover=1 ql2xlbType=1 ql2xautorestore=0xa0 ConfigRequired=0&lt;BR /&gt;remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx &amp;amp;&amp;amp; { /sbin/modprobe -r --ignore-remove qla2xxx_conf; }&lt;BR /&gt;---------&lt;BR /&gt;now for iscsi LUn  being acessed thru broadcom 10g iSCSI card ,is there some entry in modprobe.conf, if you have similar configuration on some &lt;BR /&gt;server can you please paste modprobe.conf.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
    <pubDate>Thu, 31 Mar 2011 05:41:34 GMT</pubDate>
    <dc:creator>DeafFrog</dc:creator>
    <dc:date>2011-03-31T05:41:34Z</dc:date>
    <item>
      <title>bonding broadcom netextreme , packet droping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771840#M44055</link>
      <description>Dear Gurus , &lt;BR /&gt;&lt;BR /&gt;I had once configured bonding successfully with qlogic card.Redhat eL5.1  , i remember hashing out the mac add from each of the ifcfg-eth0/1 files and adding these lines in modprobe.conf &lt;BR /&gt;&lt;BR /&gt;options qla2xxx  ql2xmaxqdepth=16 qlport_down_retry=30 ql2xloginretrycount=30 ql2xfailover=1 ql2xlbType=1 ql2xautorestore=0xa0 ConfigRequired=0&lt;BR /&gt;remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx &amp;amp;&amp;amp; { /sbin/modprobe -r --ignore-remove qla2xxx_conf; }&lt;BR /&gt;&lt;BR /&gt;now the eth cards are broadcom netextreme , os is EL5.5 red hat , i configured the bonding in the same way , bit i see the ping not continous successful . &lt;BR /&gt;modprobe.conf is :&lt;BR /&gt;alias scsi_hostadapter mpt2sas&lt;BR /&gt;alias eth0 bnx2x&lt;BR /&gt;alias eth1 bnx2x&lt;BR /&gt;alias eth2 bnx2&lt;BR /&gt;alias eth3 bnx2&lt;BR /&gt;alias scsi_hostadapter1 usb-storage&lt;BR /&gt;&lt;BR /&gt;ifcfg-bond0 is :&lt;BR /&gt;&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR=192.168.XX.XXX&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;USERCTL=no&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BONDING_OPTS="mode=0 miimon=100"&lt;BR /&gt;&lt;BR /&gt;and then resrted the network , but still the ping is droping interminently , not successful.&lt;BR /&gt;&lt;BR /&gt;1) if anyone has working modprobe.conf , bonding configured with 2 1G broadcom netextreme eth card  please paste , also ifcfg-bond0 , ifcfg-eth0 , ifcfg-eth1 files.&lt;BR /&gt;&lt;BR /&gt;2) steps to configure the same.&lt;BR /&gt;&lt;BR /&gt;Many thanks ,&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2011 13:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771840#M44055</guid>
      <dc:creator>DeafFrog</dc:creator>
      <dc:date>2011-03-30T13:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: bonding broadcom netextreme , packet droping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771841#M44056</link>
      <description>Wow - I did not know Qlogic FC Cards can do ethernet/IP too -- but anyways, I think you're missing something.&lt;BR /&gt;&lt;BR /&gt;Here's my ifcfg files for a fail-over bond:&lt;BR /&gt;&lt;BR /&gt;# &amp;gt;cat ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR=192.168.122.100&lt;BR /&gt;NETWORK=192.168.122.0&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;USERCTL=no&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BONDING_OPTS="mode=active-backup miimon=100 primary=eth0"&lt;BR /&gt;&lt;BR /&gt;# &amp;gt;cat ifcfg-eth0&lt;BR /&gt;# Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;HWADDR=1C:C1:DE:20:D9:2A&lt;BR /&gt;&lt;BR /&gt;# &amp;gt;cat ifcfg-eth1&lt;BR /&gt;# Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;HWADDR=1C:C1:DE:20:D9:2C&lt;BR /&gt;&lt;BR /&gt;My /etc/modprobe.conf only has the following:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;&lt;BR /&gt;(I have 2 bond devices on this server which is a node of a KVM Cluster)&lt;BR /&gt;&lt;BR /&gt;Hope this helps sir.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2011 02:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771841#M44056</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-03-31T02:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: bonding broadcom netextreme , packet droping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771842#M44057</link>
      <description>Hello Sir, &lt;BR /&gt;&lt;BR /&gt;Yes i got all mixed up.&lt;BR /&gt;&lt;BR /&gt;The earlier configuration was :(from lspci)&lt;BR /&gt;&lt;BR /&gt;06:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)&lt;BR /&gt;06:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)&lt;BR /&gt;&lt;BR /&gt;0a:04.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5715S Gigabit Ethernet (rev a3)&lt;BR /&gt;0a:04.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5715S Gigabit Ethernet (rev a3)&lt;BR /&gt;&lt;BR /&gt;The present one is :&lt;BR /&gt;&lt;BR /&gt;01:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709S Gigabit Ethernet (rev 20)&lt;BR /&gt;01:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709S Gigabit Ethernet (rev 20)&lt;BR /&gt;&lt;BR /&gt;04:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM57711 10-Gigabit PCIe&lt;BR /&gt;04:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM57711 10-Gigabit PCIe&lt;BR /&gt;&lt;BR /&gt;the reason for this mixed up was a previous working modprobe.conf file saved somewhere:&lt;BR /&gt;-------&lt;BR /&gt;cat /etc/modprobe.conf&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias scsi_hostadapter1 qla2xxx_conf&lt;BR /&gt;alias scsi_hostadapter2 qla2xxx&lt;BR /&gt;alias scsi_hostadapter2 usb-storage&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 mode=1 miimon=100&lt;BR /&gt;&lt;BR /&gt;alias eth2 tg3&lt;BR /&gt;alias eth3 tg3&lt;BR /&gt;options qla2xxx  ql2xmaxqdepth=16 qlport_down_retry=30 ql2xloginretrycount=30 ql2xfailover=1 ql2xlbType=1 ql2xautorestore=0xa0 ConfigRequired=0&lt;BR /&gt;remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx &amp;amp;&amp;amp; { /sbin/modprobe -r --ignore-remove qla2xxx_conf; }&lt;BR /&gt;---------&lt;BR /&gt;now for iscsi LUn  being acessed thru broadcom 10g iSCSI card ,is there some entry in modprobe.conf, if you have similar configuration on some &lt;BR /&gt;server can you please paste modprobe.conf.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 31 Mar 2011 05:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771842#M44057</guid>
      <dc:creator>DeafFrog</dc:creator>
      <dc:date>2011-03-31T05:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: bonding broadcom netextreme , packet droping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771843#M44058</link>
      <description>&lt;!--!*#--&gt;First, mode=0 is active/active mode, which will not work unless your backend network is specifically allowing that kind of traffic. mode=1 is active/backup&lt;BR /&gt;&lt;BR /&gt;I recommend using mode=1 unless there is a specific reason you need active/active, it's more stable, and requires no network reconfiguration. &lt;BR /&gt;&lt;BR /&gt;For mode=1...&lt;BR /&gt;&lt;BR /&gt;Your config should look like this:&lt;BR /&gt;&lt;BR /&gt;modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bonding miimon=100 mode=1 max_bonds=5&lt;BR /&gt;&lt;BR /&gt;ifcfg-bond0:&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BROADCAST=XX.XX.XX.255&lt;BR /&gt;NETWORK=XX.XX.XX.0&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;GATEWAY=XX.XX.XX.XX&lt;BR /&gt;IPADDR=XX.XX.XX.XX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth0:&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;HWADDR=XX:XX:XX:XX:XX:XX&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth1:&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;HWADDR=XX:XX:XX:XX:XX:XX&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;BOOTPROTO=none</description>
      <pubDate>Thu, 31 Mar 2011 11:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771843#M44058</guid>
      <dc:creator>Thomas Callahan</dc:creator>
      <dc:date>2011-03-31T11:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: bonding broadcom netextreme , packet droping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771844#M44059</link>
      <description>You don't actually need two bond devices, that was just to show how to do it "IF" you actually needed two. max_bonds is required if you are using more than one bonding device.</description>
      <pubDate>Thu, 31 Mar 2011 11:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-broadcom-netextreme-packet-droping/m-p/4771844#M44059</guid>
      <dc:creator>Thomas Callahan</dc:creator>
      <dc:date>2011-03-31T11:28:09Z</dc:date>
    </item>
  </channel>
</rss>

