2.0 CCNA - Network Access
2.4 Configure and verify (Layer 2/Layer 3) EtherChannel (LACP)
EtherChannel is a technology that allows you to bundle multiple physical Ethernet links into a single logical link, providing increased bandwidth and redundancy. There are two types of EtherChannel protocols: Link Aggregation Control Protocol (LACP) and PAgP (Port Aggregation Protocol). Here's how to configure and verify LACP EtherChannel:
1. Configure LACP EtherChannel:
Enter interface configuration mode for the desired ports using the "interface [port]" command.
Configure the port as a trunk using the "switchport mode trunk" command.
Enable LACP EtherChannel using the "channel-group [group-number] mode active" command.
Verify the EtherChannel configuration using the "show interfaces [port-channel-number] channel" command.
2. Verify LACP EtherChannel:
Use the "show interfaces [port-channel-number] status" command to display information about the EtherChannel, including the current state of the bundle, the number of active links, and the speed and duplex settings.
Use the "show interfaces [port-channel-number] etherchannel" command to display information about the LACP configuration, including the LACP status, the number of active and passive links, and the current LACP rate.