Quick Reference Guide
172 | Link Aggregation
www.dell.com | support.dell.com
Basic LAG configuration example
This example shows configuring the S-Series switch to support LAGs to a server and to a Layer 2 switch.
Figure 11-127. LAG Example Network Diagram
1. Use the show interface port-channel brief command to learn the LAG IDs already in use (see
Figure 11-130 on page 173). This example assumes that IDs 10 and 20 are available.
2. Create LAG 10.
Figure 11-128. Creating LAG 10
3. Create LAG 20.
Figure 11-129. Creating LAG 20
Force10 #config
Force10 (Config)#interface port-channel 10
Force10 (conf-if-po-10)#no shutdown
Force10 (conf-if-po-10)#channel-member 1/0/2-1/0/3
Force10 (conf-if-po-10)#protocol static <============
Force10 (conf-if-po-10)#exit
required command if you want to
create a static LAG
Force10 (Config)#interface port-channel 20
Force10 (conf-if-po-10)#no shutdown
Force10 (conf-if-po-20)#channel-member 1/0/8,1/0/9
Force10 (conf-if-po-20)#exit