M BUZZ CRAZE NEWS
// news

Network teaming VS bonding configuration

By John Parsons

as I am understanding we can set on Linux configuration BONDING or network teaming

both approach support LAN fail over

for example

if on the server we have the following up link

eth1
eth2

in BOND when eth1 is fail the eth2 will take action

the same is on network teaming

so what should be the decision between - network teaming VS bonding configuration

1

1 Answer

Well, basically distribution like RedHat in its version 7 highly recommends to use Teaming over Bonding. Teaming have been redesigned with flexibility in mind, more features, and work great with network manager. I think it's better explained in the following link:

Note: RedHat (RHEL7) still support Bonding for backward compatibility but it's expected to be replaced by Teaming in later releases.

Hope this helps.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy