Overview:
Author: Diyaa
Published date: November 14, 2024
Last updated: November 14, 2024
This article contains helpful commands that can be used for troubleshooting bond interface issues on most Linux operating systems.
CLI Commands:
Tip:
This command will show you how the bond interface settings are functioning. It is possible to modify the network settings without applying them. This will result in a mismatch between the network settings file and the bond interface functionality as displayed by the command below.
The following command will list the status of all the slave interfaces participating in a bond group:
Important
bond0
is the id of the bond interface. You might need to change this to match your bond interface.
The bonding mode might be set to something other than 802.3ad
(Also known as LACP.) However, LACP is the most adopted open standard out there.
This indicates that the interfaces of my bond group are functioning as expected (status up). I have the LACP mode set to fast (send an LACP control packet every 1 second.)
The hashing algorithm will indicate how the LACP channel will send packets down the interfaces.