User Manual

20
PMUX Mode of the IO Aggregator
This chapter describes the various configurations applicable in PMUX mode.
Link Aggregation
Unlike IOA Automated modes (Standalone and VLT modes), the IOA Programmable MUX can support
multiple uplink LAGs. You can provision multiple uplink LAGs.
NOTE: In order to avoid loops, only disjoint VLANs are allowed between the uplink ports/uplink
LAGs and uplink-to-uplink switching is disabled.
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 - 12
Dell(conf-if-range-te-0/1-12)#no shutdown
2. Associate the member ports into LAG-10 and 11.
Dell#configure
Dell(conf)#int range tengigabitethernet 0/4 - 5
Dell(conf-if-range-te-0/4-5)#port-channel-protocol lacp
Dell(conf-if-range-te-0/4-5-lacp)#port-channel 10 mode active
Dell(conf-if-range-te-0/4-5-lacp)#end
Dell#
Dell#configure
Dell(conf)#int tengigabitethernet 0/6
Dell(conf-if-te-0/6)#port-channel-protocol lacp
Dell(conf-if-te-0/6-lacp)#port-channel 11 mode active
Dell(conf-if-te-0/6-lacp)#end
Dell#
3. Show the LAG configurations and operational status.
Dell#show interface port-channel brief Codes: L - LACP Port-channel
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/4 (Up)
Te 0/5 (Up)
L 11 L3 up 00:00:01 Te 0/6 (Up)
Dell#
4. Configure the port mode, VLAN, and so forth on the port-channel.
Dell#configure
Dell(conf)#int port-channel 10
216
PMUX Mode of the IO Aggregator