220
C o n f i g u r i n g S w i t c h I n f o r m a t i o n
www
.dell.com | support.dell.com
L A G C o n f i g u r a t i o n Ta b l e
Configuring LAGs with CLI Commands
The following is an example of how to set up LAG with auto-negotiation disabled, 100Full.
At the system prompt, enter the following to set up static link aggregation:
console> en
console# config
console(config)# interface port-channel 1
console(config-if)# no neg
console(config-if)# speed 100
console(config-if)# exit
console(config)# interface range ethernet 1/e23-24
console(config-if)# no mdix
console(config-if)# no neg
console(config-if)# speed 100
console(config-if)# duplex full
console(config-if)# channel-group 1 mode on
console(config-if)# end