Configuration manual
Multiple Uplink LAGs with 10G Member Ports
The following sample commands configure multiple dynamic uplink LAGs with 10G member ports based
on LACP.
1. Bring up all the ports.
Dell#configure
Dell(conf)#int range tengigabitethernet 0/1 - 56
Dell(conf-if-range-te-0/1-56)#no shutdown
2. Associate the member ports into LAG-10 and 11.
Dell#configure
Dell(conf)#int range tengigabitethernet 0/41 - 42
Dell(conf-if-range-te-0/41-42)#port-channel-protocol lacp
Dell(conf-if-range-te-0/41-42-lacp)#port-channel 10 mode active
Dell(conf-if-range-te-0/41-42-lacp)#end
Dell#
Dell#configure
Dell(conf)#int tengigabitethernet 0/43
Dell(conf-if-te-0/43)#port-channel-protocol lacp
Dell(conf-if-te-0/43-lacp)#port-channel 11 mode active
Dell(conf-if-te-0/43-lacp)#end
Dell#
3. Show the LAG configurations and operational status.
Dell#show interface port-channel brief
Codes: L - LACP Port-channel
O - OpenFlow Controller Port-channel
LAG Mode Status Uptime Ports
L 10 L3 up 00:01:00 Te 0/41 (Up)
Te
0/42 (Up)
L 11 L3 up 00:00:01 Te 0/43 (Up)
Dell#
4. Configure the port mode, VLAN, and so forth on the port-channel.
Dell#configure
Dell(conf)#int port-channel 10
Dell(conf-if-po-10)#portmode hybrid
Dell(conf-if-po-10)#switchport
Dell(conf-if-po-10)#vlan tagged 1000
Dell(conf-if-po-10)#link-bundle-monitor enable
Dell#configure
Dell(conf)#int port-channel 11
Dell(conf-if-po-11)#portmode hybrid
Dell(conf-if-po-11)#switchport
Dell(conf-if-po-11)#vlan tagged 1000
% Error: Same VLAN cannot be added to more than one uplink port/LAG.
Dell(conf-if-po-11)#vlan tagged 1001
Dell(conf-if-po-11)#link-bundle-monitor enable
Dell#show vlan
Codes: * - Default VLAN, G - GVRP VLANs, R - Remote Port
Mirroring VLANs, P - Primary, C - Community, I - Isolated
O - Openflow
Q: U - Untagged, T - Tagged
226
PMUX Mode of the IO Aggregator