Comments on: Ethernet Channel Bonding aka NIC Teaming on Linux Systems https://www.tecmint.com/ethernet-channel-bonding-aka-nic-teaming-on-linux-systems/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 22 Jan 2021 13:26:42 +0000 hourly 1 By: Raj https://www.tecmint.com/ethernet-channel-bonding-aka-nic-teaming-on-linux-systems/comment-page-1/#comment-1420545 Fri, 22 Jan 2021 13:26:42 +0000 http://www.tecmint.com/?p=4144#comment-1420545 Thank you very much. Great explanation with snapshots… Appreciate your explanation.

]]>
By: zahid shaikh https://www.tecmint.com/ethernet-channel-bonding-aka-nic-teaming-on-linux-systems/comment-page-1/#comment-717510 Tue, 01 Dec 2015 17:11:22 +0000 http://www.tecmint.com/?p=4144#comment-717510 Hello, I am novice to Linux . Have a question about the configuration related to teaming. I have understood the configuration shown on this page . Just have a confusion related to the Master connection . The Bond0(Master) connection ip was given 192.168.246.130 . So which ip is given to BOND0 . Is it the machine’s(Server) IP on which the teaming is configured, Or how to get the IP to put in BOND0

]]>
By: mike https://www.tecmint.com/ethernet-channel-bonding-aka-nic-teaming-on-linux-systems/comment-page-1/#comment-416530 Sun, 14 Dec 2014 21:49:23 +0000 http://www.tecmint.com/?p=4144#comment-416530 In reply to Jack.

you could try using mode2

mode=2 (balance-xor)
XOR policy: Transmit based on [(source MAC address XOR’d with destination MAC address) modulo slave count]. This selects the same slave for each destination MAC address. This mode provides load balancing and fault tolerance.

]]>
By: Jack https://www.tecmint.com/ethernet-channel-bonding-aka-nic-teaming-on-linux-systems/comment-page-1/#comment-163592 Wed, 14 May 2014 18:27:32 +0000 http://www.tecmint.com/?p=4144#comment-163592 We have bonding setup as active/standby and our nics are going to 2 separate switches with a vlan going between the 2. We keep seeing the switches switch back and forth on who learn the mac-address for the linux server. When it learns the backup nic the linux server no longer pings.

Is there an option we have set that is causing this behavior or a setting we need to set to stop this behavior?

r-osasumn2-2#sh mac-address-table address 0202.9905.0301
Legend: * – primary entry
age – seconds since last seen
n/a – not available

vlan mac address type learn age ports
——+—————-+——–+—–+———-+————————–
Module 1:
* 503 0202.9905.0301 dynamic Yes 10 Po10
Module 3:
* 503 0202.9905.0301 dynamic Yes 250 Po10

r-osasumn2-1#sh mac-address-table address 0202.9905.0301
Legend: * – primary entry
age – seconds since last seen
n/a – not available

vlan mac address type learn age ports
——+—————-+——–+—–+———-+————————–
Module 1:
* 503 0202.9905.0301 dynamic Yes 45 Te1/2

I wouldn’t think the backup nic would try sending an arp annouce since it the backup and shouldn’t be in use.

]]>
By: Rahim Kanji https://www.tecmint.com/ethernet-channel-bonding-aka-nic-teaming-on-linux-systems/comment-page-1/#comment-158773 Tue, 06 May 2014 14:20:48 +0000 http://www.tecmint.com/?p=4144#comment-158773 Hello Abhishek,

To remove bonding:

ifconfig bond0 down

rmmod bonding

rmmod tg3

ifconfig ethX up or ifconfig ethX “IP.ADD.RE.S” or

then reconfigure your /etc/sysconfig/network-scripts/ifcfg-ethX

NB. X corresponds to 0,1,2 like eth0, eth1.. etc…

]]>