Bonding: Difference between revisions

From DWIKI
mNo edit summary
Line 1: Line 1:
Ethernet bonding (trunking)
Ethernet bonding (trunking), Links Aggregation


=Links=
=Links=
Line 5: Line 5:
*[https://wiki.centos.org/TipsAndTricks/BondingInterfaces Bonding interfaces]
*[https://wiki.centos.org/TipsAndTricks/BondingInterfaces Bonding interfaces]
*[https://wiki.debian.org/Bonding Bonding on Debian]
*[https://wiki.debian.org/Bonding Bonding on Debian]
*[https://docs.bisdn.de/network_configuration/link_aggregation.html


=Debug info=
=Debug info=
Line 17: Line 18:
only works when the interfaces are down (slaves or bond??)
only works when the interfaces are down (slaves or bond??)
  ip link set dev bond0 type bond mode active-backup
  ip link set dev bond0 type bond mode active-backup
[[Category:Network]]

Revision as of 13:27, 2 March 2022

Ethernet bonding (trunking), Links Aggregation

Links

Debug info

cat /proc/net/bonding/bond0 
cat /sys/devices/virtual/net/bond*/


FAQ

change bonding type

only works when the interfaces are down (slaves or bond??)

ip link set dev bond0 type bond mode active-backup