Testing :
modprobe bonding mode=4 miion=100 xmit_hash_policy=1
ifconfig bond0 192.168.253.101/24 up
ifconfig eth0 down
ifenslave bond0 eth0
ifenslave bond0 eth1
——— sh run ——-
!
interface Port-channel1
description Port channel for RHEL5-Server
switchport access vlan 105
switchport mode access
!
!
interface GigabitEthernet1/0/15
description This port is reversed for RHEL5-Server
switchport access vlan 105
switchport mode access
channel-protocol lacp
channel-group 1 mode active
!
interface GigabitEthernet1/0/16
description This port is reversed for RHEL5-Server
switchport access vlan 105
switchport mode access
channel-protocol lacp
channel-group 1 mode active
!
Finalizing :
put in your /etc/modules.conf :
alias bond0 bonding options bond0 mode=4 miimon=100 xmit_hash_policy=1