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#) Create and configure the LAG interface:
interface port-channel 10
no shutdown
(switch#) Associate member links with the LAG interface:
interface ethernet 1/1/1
channel-group 10
(switch#) Enable LACP on the LAG:
interface ethernet 1/1/1
channel-group 10 mode active
(switch#)
show interface port-channel