Guest User

Untitled

a guest
Jan 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. You can configure each bond individually by manipulating the files located
  2. in the /sys/class/net/bondN/bonding/ directory. First, the bond you are
  3. configuring must be taken down:
  4.  
  5. ~]# ifdown bond0
  6.  
  7. As an example, to enable MII monitoring on bond0 with a 1 second interval,
  8. run as root:
  9.  
  10. ~]# echo 1000 > /sys/class/net/bond0/bonding/miimon
Add Comment
Please, Sign In to add comment