Link Aggregation allows administrators to assign multiple physical links to one logical link. This logical link functions as a single, higher-speed link, providing dramatically increased bandwidth.
(switch (config) #) Create and configure the LAG interface:
interface port-channel 1
(switch (config interface port-channel 1) #) Exit port-channel context:
exit
(switch (config) #) Associate member links with the LAG interface:
interface IFACE
channel-group 1 mode on
(switch (config interfaces ethernet 1/7)#) Enable LACP in LAG:
lacp rate fast
show interface port-channel