Create Channel Group and assign Ports
sw3560g> enable
sw3560g# configure Terminal
sw3560g<'config>
sw3560g<'config-if-range>
sw3560g<'config-if-range>
sw3560g<'config-if-range>
sw3560g<'config-if-range>
sw3560g# show etherchannel 1 detail <=Check the status of Etherchannel
sw3560g# copy running-config startup-config
Change Etherchannle Load-Balance Mode
sw3560g> enable
sw3560g# configure terminal
sw3560g<'config># port-channel load-balance src-mac
sw3560g<'config># end
sw3560g# show etherchannel load-balance <=Check the load-balance mode
sw3560g# copy running-config startup-config
Update-20100820
After implemented the etherchannel on switch, I found the switch shows lots of ports flapping messages in log. After google some solution and found that the issue was caused by third party device is not support LACP (Link Aggregation Control Protocol) mode. for this reason, I reset the channel-group mode from Active to On mode and the event log disappeared.