334 | Link Aggregation Control Protocol (LACP)
www.dell.com | support.dell.com
Parameters
 
* The LACP modes are defined in Table 17-1.
Defaults
off 
Command Modes
INTERFACE-LACP
Command
History
Usage
Information
Table 17-1 lists the LACP modes.
Table 17-1.  LACP Modes 
port-channel-protocol lacp
Enable LACP on any LAN port.
Syntax
port-channel-protocol lacp 
To disable LACP on a LAN port, use the no port-channel-protocol lacp command.
Command Modes
INTERFACE
Command
History
Example
Figure 17-1.  port-channel-protocol lacp Command Example 
number
Enter the keyword port-channel followed by a number:
Range: 1 to 128
active Enter the keyword active to set the mode to the active state.* 
passive Enter the keyword passive to set the mode to the passive state.*
off Enter the keyword off to set the mode to the off state.*
Version 8.3.16.1 Introduced on MXL 10/40GbE Switch IO Module
Mode Function
active
An interface is in an active negotiating state in this mode. LACP runs on any link 
configured in the active state and also automatically initiates negotiation with other 
ports by initiating LACP packets.
passive
An interface is not in an active negotiating state in this mode. LACP runs on any link 
configured in the passive state. Ports in a passive state respond to negotiation requests 
from other ports that are in active states. Ports in a passive state respond to LACP 
packets.
off
An interface can not be part of a dynamic port channel in the off mode. LACP will not 
run on a port configured in the off mode. 
Version 8.3.16.1 Introduced on MXL 10/40GbE Switch IO Module
FTOS(conf)#interface TenGigabitethernet 3/15
FTOS(conf-if-tengig-3/15)#no shutdown
FTOS(conf-if-tengig-3/15)#port-channel-protocol lacp
FTOS(conf-if-tengig-3/15-lacp)#port-channel 32 mode active
...
FTOS(conf)#interface TenGigabitethernet 3/16
FTOS(conf-if-tengig-3/16)#no shutdown
FTOS(conf-if-tengig-3/16)#port-channel-protocol lacp
FTOS(conf-if-tengig-3/16-lacp)#port-channel 32 mode active