LACP Port-Channel
1. Enter the configuration mode.
config t
2. Enter the interface/s that you want to add to the port channel/LACP.
int e1/5
For multiples use below.
int e1/5-6
3. Configure the port/s as a switchport.
switchport
4. Configure the port/s as a trunk.
switchport mode trunk
5. Configure the port as a port-channel. Active sets the interface to LACP Active, Passive sets it to LACP Passive, and not setting a mode defaults to On.
channel-group 1 mode active
6. Enter the configuration for the port channel.
int port-channel 1
7. Configure the port-channel as a trunk port.
switchport mode trunk
8. Issue the command no shutdown to enable the port.
no shutdown
9. Add VLANs if needed to the port-channel interface.
switchport trunk allowed vlan add all