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 enableconsole# configconsole(config-if)# interface range port-channel allconsole(config-if)# shutdownconsole(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 1console(config-if)# no spanning-tree disableconsole(config-if)# spanning-tree portfastconsole(config-if)# flowcontrol onconsole(config-if)# no shutdownconsole(config-if)# exitconsole(config)# exitconsole# copy running-config startup-configconsole# exitTagged with: vSphere Command Line
Comments are closed for this post.