<?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 Bonding and switch config problems in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730563#M85849</link>
    <description>I'm having issues getting bonding to correctly work with a pair of cisco 6500s where the vlan spans the two switches.  The host is connected to each switch and when running with HP drivers for bonding and bcm5700 (DL585s) I get issues with the bond stating its up, then down, then up all day long -- which causes the HP health agents to reboot he box in the middle of the night.  Using mode=1 and miimon=100.  I also get duplicate packets back when I leave the subnet.&lt;BR /&gt;&lt;BR /&gt;If I use mode=0 and straight RH3U5 drivers I don't see that issue.  And technically, I'm told you can't do mode0 accross switches.&lt;BR /&gt;&lt;BR /&gt;So, what am I missing or should I look for...&lt;BR /&gt;&lt;BR /&gt;I have duplicate packets and bond interface bouncing all the time&lt;BR /&gt;&lt;BR /&gt;Thanks..</description>
    <pubDate>Mon, 13 Feb 2006 14:07:51 GMT</pubDate>
    <dc:creator>kheller2</dc:creator>
    <dc:date>2006-02-13T14:07:51Z</dc:date>
    <item>
      <title>Bonding and switch config problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730563#M85849</link>
      <description>I'm having issues getting bonding to correctly work with a pair of cisco 6500s where the vlan spans the two switches.  The host is connected to each switch and when running with HP drivers for bonding and bcm5700 (DL585s) I get issues with the bond stating its up, then down, then up all day long -- which causes the HP health agents to reboot he box in the middle of the night.  Using mode=1 and miimon=100.  I also get duplicate packets back when I leave the subnet.&lt;BR /&gt;&lt;BR /&gt;If I use mode=0 and straight RH3U5 drivers I don't see that issue.  And technically, I'm told you can't do mode0 accross switches.&lt;BR /&gt;&lt;BR /&gt;So, what am I missing or should I look for...&lt;BR /&gt;&lt;BR /&gt;I have duplicate packets and bond interface bouncing all the time&lt;BR /&gt;&lt;BR /&gt;Thanks..</description>
      <pubDate>Mon, 13 Feb 2006 14:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730563#M85849</guid>
      <dc:creator>kheller2</dc:creator>
      <dc:date>2006-02-13T14:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding and switch config problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730564#M85850</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;To be really helpful, I'd like to see the ifcfg-bond0 and two slave configuration files. Feel free to alter the ip address, but make them consistent.&lt;BR /&gt;&lt;BR /&gt;I'd also like to see the /etc/modules.conf file and any relavent entries on the dmesg or /var/log/messages file.&lt;BR /&gt;&lt;BR /&gt;Lastly, what are the following output.&lt;BR /&gt;&lt;BR /&gt;ethtool eth0&lt;BR /&gt;ethtool eth1&lt;BR /&gt;ethtool bond0&lt;BR /&gt;&lt;BR /&gt;I don't really expect anything meaningful from the last command, but the other commands can help me diagnose the problem.&lt;BR /&gt;&lt;BR /&gt;As far as mode=0 goes, if it works and is stable, go for it. It may be the cause of the issue at hand.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Feb 2006 15:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730564#M85850</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-13T15:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding and switch config problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730565#M85851</link>
      <description>alias eth0 bcm5700&lt;BR /&gt;alias eth1 bcm5700&lt;BR /&gt;alias eth2 e1000&lt;BR /&gt;alias eth3 e1000&lt;BR /&gt;alias scsi_hostadapter lpfc&lt;BR /&gt;alias scsi_hostadapter1 cciss&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;below bonding e1000 bcm5700&lt;BR /&gt;below bonding1 e1000 bcm5700&lt;BR /&gt;probe all bond1 bond0 eth3 eth1 eth2 eth0 bonding&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=1 primary=eth0&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 -o bonding1 miimon=120 mode=1 primary=eth1&lt;BR /&gt;options hangcheck-timer hangcheck_tick=30 hangcheck_margin=180&lt;BR /&gt;options scsi_mod max_scsi_luns=255 scsi_allow_ghost_devices=1&lt;BR /&gt;options lpfc lpfc_topology=0x02&lt;BR /&gt;alias ppfilter emcpsf&lt;BR /&gt;pre-install emcpsf modprobe sd_mod&lt;BR /&gt;insmod_opt=-N&lt;BR /&gt;alias power_path emcp&lt;BR /&gt;add above emcp emcpmp&lt;BR /&gt;add above emcpmp emcpmpc&lt;BR /&gt;add above emcpmpc emcpmpaa&lt;BR /&gt;add above emcpmpaa emcpmpap&lt;BR /&gt;add above emcpmpap emcphr&lt;BR /&gt;add above emcphr emcpioc&lt;BR /&gt;post-install emcpioc rmmod emcpioc&lt;BR /&gt;pre-remove emcpsf rmmod emcpmpaa emcpmpc emcpmp emcp&lt;BR /&gt;add options emcp managedclass="ess","hitachi","hpxp","hphsx"&lt;BR /&gt;&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# cat ifcfg-eth0&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# cat ifcfg-eth1&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;MASTER=bond1&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# cat ifcfg-eth2&lt;BR /&gt;DEVICE=eth2&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# cat ifcfg-eth3&lt;BR /&gt;DEVICE=eth3&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;MASTER=bond1&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# cat ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR=172.17.120.23&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NETWORK=172.17.120.0&lt;BR /&gt;BROADCAST=172.21.6.255&lt;BR /&gt;ONBOOT=YES&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;USERCTL=no&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# cat ifcfg-bond1&lt;BR /&gt;DEVICE=bond1&lt;BR /&gt;IPADDR=172.17.99.49&lt;BR /&gt;NETMASK=255.255.255.240&lt;BR /&gt;BROADCAST=172.17.99.63&lt;BR /&gt;ONBOOT=YES&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 17:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730565#M85851</guid>
      <dc:creator>kheller2</dc:creator>
      <dc:date>2006-02-13T17:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding and switch config problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730566#M85852</link>
      <description>Feb 13 12:12:19 ashprdrptdb01 kernel: bond1: link status definitely down for interface eth3, disabling it.&lt;BR /&gt;Feb 13 12:12:19 ashprdrptdb01 kernel: bond1: link status definitely up for interface eth3.&lt;BR /&gt;Feb 13 13:15:40 ashprdrptdb01 kernel: bond0: link status definitely down for interface eth2, disabling it.&lt;BR /&gt;Feb 13 13:15:41 ashprdrptdb01 kernel: bond0: link status definitely up for interface eth2.&lt;BR /&gt;Feb 13 13:59:56 ashprdrptdb01 kernel: bond1: link status definitely down for interface eth3, disabling it.&lt;BR /&gt;Feb 13 13:59:56 ashprdrptdb01 kernel: bond1: link status definitely up for interface eth3.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# ethtool eth0&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;        Supported ports: [ TP ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full &lt;BR /&gt;                                100baseT/Half 100baseT/Full &lt;BR /&gt;                                1000baseT/Half 1000baseT/Full &lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  10baseT/Half 10baseT/Full &lt;BR /&gt;                                100baseT/Half 100baseT/Full &lt;BR /&gt;                                1000baseT/Half 1000baseT/Full &lt;BR /&gt;        Advertised auto-negotiation: Yes&lt;BR /&gt;        Speed: 1000Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 0&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# ethtool eth1&lt;BR /&gt;Settings for eth1:&lt;BR /&gt;        Supported ports: [ TP ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full &lt;BR /&gt;                                100baseT/Half 100baseT/Full &lt;BR /&gt;                                1000baseT/Half 1000baseT/Full &lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  10baseT/Half 10baseT/Full &lt;BR /&gt;                                100baseT/Half 100baseT/Full &lt;BR /&gt;                                1000baseT/Half 1000baseT/Full &lt;BR /&gt;        Advertised auto-negotiation: Yes&lt;BR /&gt;        Speed: 1000Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 0&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# ethtool eth2&lt;BR /&gt;Settings for eth2:&lt;BR /&gt;        Supported ports: [ TP ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full &lt;BR /&gt;                                100baseT/Half 100baseT/Full &lt;BR /&gt;                                1000baseT/Full &lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  10baseT/Half 10baseT/Full &lt;BR /&gt;                                100baseT/Half 100baseT/Full &lt;BR /&gt;                                1000baseT/Full &lt;BR /&gt;        Advertised auto-negotiation: Yes&lt;BR /&gt;        Speed: 1000Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 0&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&lt;BR /&gt;        Supports Wake-on: umbg&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x00000007 (7)&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# ethtool eth3&lt;BR /&gt;Settings for eth3:&lt;BR /&gt;        Supported ports: [ TP ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full &lt;BR /&gt;                                100baseT/Half 100baseT/Full &lt;BR /&gt;                                1000baseT/Full &lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  10baseT/Half 10baseT/Full &lt;BR /&gt;                                100baseT/Half 100baseT/Full &lt;BR /&gt;                                1000baseT/Full &lt;BR /&gt;        Advertised auto-negotiation: Yes&lt;BR /&gt;        Speed: 1000Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 0&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&lt;BR /&gt;        Supports Wake-on: umbg&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x00000007 (7)&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# ethtool bond0&lt;BR /&gt;Settings for bond0:&lt;BR /&gt;No data available&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# ethtool bond1&lt;BR /&gt;Settings for bond1:&lt;BR /&gt;No data available</description>
      <pubDate>Mon, 13 Feb 2006 17:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730566#M85852</guid>
      <dc:creator>kheller2</dc:creator>
      <dc:date>2006-02-13T17:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding and switch config problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730567#M85853</link>
      <description>[root@ashprdrptdb01 network-scripts]# rpm -qa |grep bond&lt;BR /&gt;bonding-1.0.4w-1&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# rpm -qa |grep bcm&lt;BR /&gt;bcm5700-8.2.14a-1&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# cat /etc/redhat-release &lt;BR /&gt;Red Hat Enterprise Linux AS release 3 (Taroon Update 5)&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# uname -a&lt;BR /&gt;Linux ashprdrptdb01.blah.blah 2.4.21-32.ELhugemem #1 SMP Fri Apr 15 21:04:31 EDT 2005 i686 athlon i386 GNU/Linux</description>
      <pubDate>Mon, 13 Feb 2006 17:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730567#M85853</guid>
      <dc:creator>kheller2</dc:creator>
      <dc:date>2006-02-13T17:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding and switch config problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730568#M85854</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Thanks for the information.&lt;BR /&gt;&lt;BR /&gt;One things stands out for me.&lt;BR /&gt;&lt;BR /&gt;eth0 is bcm5700&lt;BR /&gt;eth1 is bcm5700&lt;BR /&gt;&lt;BR /&gt;eth0 and eth1 should be slaves to a single master bond0 or bond1&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;[root@ashprdrptdb01 network-scripts]# cat ifcfg-eth1&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;MASTER=bond1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;eth0 's master is bond0&lt;BR /&gt;eth1 's master is bond1&lt;BR /&gt;&lt;BR /&gt;You have two e1000 cards in there, which are eth2 and eth3.&lt;BR /&gt;&lt;BR /&gt;Perhaps they bond to bond1.&lt;BR /&gt;&lt;BR /&gt;Bottom line is that bcm5700 can only be part of a bond pair with the same nic, ie another bcm5700.&lt;BR /&gt;&lt;BR /&gt;Same goes for Intel.&lt;BR /&gt;&lt;BR /&gt;I think this is the source of the entire problem. Either that or its too late for me to read.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Feb 2006 17:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730568#M85854</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-13T17:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding and switch config problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730569#M85855</link>
      <description>I'll check the bonding driver notes again, but I don't ever remember seeing a statement that you can't bond accross the chipsets when the bonding driver supports both.  This is even more strange when you can run them with the tg3 driver.</description>
      <pubDate>Tue, 14 Feb 2006 09:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730569#M85855</guid>
      <dc:creator>kheller2</dc:creator>
      <dc:date>2006-02-14T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding and switch config problems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730570#M85856</link>
      <description>I think bonding across chipsets is a bad idea and is not supported by the OS.&lt;BR /&gt;&lt;BR /&gt;For two cards to act as one reliably, they should be the same card and have the same firmware, etc.&lt;BR /&gt;&lt;BR /&gt;Just for grins, give my concept a try and see if it helps. My experience says it will help.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;I will be happily proven wrong.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 14 Feb 2006 09:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-and-switch-config-problems/m-p/3730570#M85856</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-14T09:45:02Z</dc:date>
    </item>
  </channel>
</rss>

