Advertisement
mar_w

bonding

May 28th, 2020 (edited)
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.78 KB | None | 0 0
  1. # cat /proc/net/bonding/bond0
  2. Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  3.  
  4. Bonding Mode: load balancing (round-robin)
  5. MII Status: up
  6. MII Polling Interval (ms): 0
  7. Up Delay (ms): 0
  8. Down Delay (ms): 0
  9.  
  10. Slave Interface: eth0
  11. MII Status: up
  12. Speed: 1000 Mbps
  13. Duplex: full
  14. Link Failure Count: 0
  15. Permanent HW addr: ac:16:2d:
  16. Slave queue ID: 0
  17.  
  18. Slave Interface: eth1
  19. MII Status: up
  20. Speed: 1000 Mbps
  21. Duplex: full
  22. Link Failure Count: 0
  23. Permanent HW addr: ac:16:2d:
  24. Slave queue ID: 0
  25.  
  26. Slave Interface: eth2
  27. MII Status: up
  28. Speed: 1000 Mbps
  29. Duplex: full
  30. Link Failure Count: 0
  31. Permanent HW addr: ac:16:2d:
  32. Slave queue ID: 0
  33.  
  34. Slave Interface: eth3
  35. MII Status: up
  36. Speed: 1000 Mbps
  37. Duplex: full
  38. Link Failure Count: 0
  39. Permanent HW addr: ac:16:2d:
  40. Slave queue ID: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement