Dell 3348 Switch User Manual


 
220 Configuring Switch Information
www.dell.com | support.dell.com
LAG Configuration Table
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