Reference Guide
540 | Link Aggregation Control Protocol (LACP)
www.dell.com | support.dell.com
Figure 28-2. Placing a LAG into a Non-default VLAN
Configuring the LAG interface as dynamic
After creating a LAG, configure the dynamic LAG interfaces. The following example shows ports 3/15, 3/
16, 4/15, and 4/16 added to LAG 32 in LACP mode with the command
port-channel-protocol lacp.
Figure 28-3. Creating a Dynamic LAG Example
The port-channel 32 mode active command shown above may be successfully issued as long as there is
no existing static channel-member configuration in LAG 32.
Setting the LACP long timeout
PDUs are exchanged between port channel (LAG) interfaces to maintain LACP sessions. PDUs are
transmitted at either a slow or fast transmission rate, depending upon the LACP timeout value. The timeout
value is the amount of time that a LAG interface waits for a PDU from the remote system before bringing
the LACP session down. The default timeout value is 1 second; it can be configured to be 30 seconds.
Invoking the longer timeout might prevent the LAG from flapping if the remote system is up but
temporarily unable to transmit PDUs due to a system interruption.
Note: The 30-second timeout is available for dynamic LAG interfaces only. The lacp long-timeout
command can be entered for static LAGs, but it has no effect.
Dell(conf)#interface vlan 10
Dell(conf-if-vl-10)#tagged port-channel 32
Dell(conf)#interface TenGigabitEthernet 3/15
Dell(conf-if-te-3/15)#no shutdown
Dell(conf-if-te-3/15)#port-channel-protocol lacp
Dell(conf-if-te-3/15-lacp)#port-channel 32 mode active
...
Dell(conf)#interface TenGigabitEthernet 3/16
Dell(conf-if-te-3/16)#no shutdown
Dell(conf-if-te-3/16)#port-channel-protocol lacp
Dell(conf-if-te-3/16-lacp)#port-channel 32 mode active
...
Dell(conf)#interface TenGigabitEthernet 4/15
Dell(conf-if-te-4/15)#no shutdown
Dell(conf-if-te-4/15)#port-channel-protocol lacp
Dell(conf-if-te-4/15-lacp)#port-channel 32 mode active
...
Dell(conf)#interface TenGigabitEthernet 4/16
Dell(conf-if-te-4/16)#no shutdown
Dell(conf-if-te-4/16)#port-channel-protocol lacp
Dell(conf-if-te-4/16-lacp)#port-channel 32 mode active










