Guest User

Untitled

a guest
Jan 17th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [root@baba ~]# cat /proc/net/bonding/bond0
  2. Ethernet Channel Bonding Driver: v3.4.0-1 (October 7, 2008)
  3.  
  4. Bonding Mode: adaptive load balancing
  5. Primary Slave: None
  6. Currently Active Slave: eth1
  7. MII Status: up
  8. MII Polling Interval (ms): 100
  9. Up Delay (ms): 200
  10. Down Delay (ms): 200
  11.  
  12. Slave Interface: eth0
  13. MII Status: up
  14. Speed: 1000 Mbps
  15. Duplex: full
  16. Link Failure Count: 0
  17. Permanent HW addr: 00:19:00:00:00:fb
  18.  
  19. Slave Interface: eth1
  20. MII Status: up
  21. Speed: 1000 Mbps
  22. Duplex: full
  23. Link Failure Count: 0
  24. Permanent HW addr: 00:06:11:11:11:3b
  25.  
  26. [root@baba ~]# ifconfig | sed -n '/^[a-z]*[0-9]/p'
  27. bond0 Link encap:Ethernet HWaddr 00:19:00:00:00:FB
  28. eth0 Link encap:Ethernet HWaddr 00:06:11:11:11:3B
  29. eth1 Link encap:Ethernet HWaddr 00:19:00:00:00:FB
  30.  
  31. If the receiving slave fails, another slave
  32. takes over the MAC address of the failed
  33. receiving slave.
Add Comment
Please, Sign In to add comment