Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > AS/ES/WS v. 3 > Issue <<  49 of 593 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 3758
Last update: 05-22-06
Issue:
How do I configure different modes on bonded interfaces (bonding) in Red Hat Enterprise Linux version 3?
Resolution:
Red Hat Enterprise Linux version 3 bonding supports 7 possible "modes" (0-6) for bonded interfaces. These modes determine the way in which traffic sent out of the bonded interface is dispersed over the real interfaces.

To configure the mode of a bonding interface the mode option for the kernel module supporting that interface in /etc/modules.conf must be set. The example lines in /etc/modules.conf could look like the following in order to set the mode of the bond0 interface to 0 and the mode of the bond1 interface to 1.

 
alias bond0 bonding
options bond0 mode=0 miimon=100
alias bond1 bonding
options bond1 -o bonding1 mode=1 miimon=100
      

These options are put into place when the module is loaded into the kernel. So in the above example if the mode is changed and the /etc/sysconfig/network-scripts/ are correct the following lines will reload the kernel module with the new mode settings.

service network stop
rmmod bonding
rmmod bonding1
service network start


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > AS/ES/WS v. 3 > Issue <<   49  of  593  >>