To configure LACP on a Cisco switch
To configure LACP on a Cisco switch, you need to first create a port-channel interface, then specify the LACP mode, and finally assign the physical interfaces to the port-channel. The main commands for LACP configuration are interface port-channel , channel-group , and lacp . You'll also need to ensure that the LACP rate and system priority are properly configured. 1. Create a Port-Channel Interface: Code interface port-channel <channel-number> (e.g., interface port-channel 1 ) 2. Configure the Channel Group with LACP Mode: Code channel- group <channel-number> mode {active | passive} (e.g., channel-group 1 mode active ) active : Initiates LACP negotiation. passive : Responds to LACP negotiation, but does not initiate it. 3. Configure LACP Parameters (Optional): LACP Rate: Controls how often LACP control packets are sent. Code lacp rate {fast | nor...