Bonding: Difference between revisions

From DWIKI
mNo edit summary
(One intermediate revision by the same user not shown)
Line 10: Line 10:
  cat /proc/net/bonding/bond0  
  cat /proc/net/bonding/bond0  


/sys/devices/virtual/net/bond*/
cat /sys/devices/virtual/net/bond*/
 
 
=FAQ=
==change bonding type==
only works when the interface are down
ip link set dev bond0 type bond mode active-backup

Revision as of 14:24, 27 July 2020

Ethernet bonding (trunking)

Links

Debug info

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


FAQ

change bonding type

only works when the interface are down

ip link set dev bond0 type bond mode active-backup