25 Aug 2010 by Simon Greaves
To aggregate the ports together between two switches or between the switch and an ESX(i) host use these instructions
console enable
console# config
console(config-if)# interface range port-channel all
console(config-if)# shutdown
console(config-if)# interface range ethernet g(1-4)
console(config-if)# channel-group 1 mode auto
(add those ports to LAG 1 (of 8), and use the LACP protocol to configure the LAG)console(config-if)# int range port-channel 1
console(config-if)# no spanning-tree disable
console(config-if)# spanning-tree portfast
console(config-if)# flowcontrol on
console(config-if)# no shutdown
console(config-if)# exit
console(config)# exit
console# copy running-config startup-config
console# exit
Tagged with: vSphere Command Line
Comments are closed for this post.