SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface { fastethernet | gigabitethernet | tengigabitethernet} slot/port
4.
lacp rate { normal | fast }
5.
end
6.
show lacp internal
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password if
prompted.
enable
Example:
Switch> enable
Step 1
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Selects the interface to configure.interface { fastethernet | gigabitethernet |
tengigabitethernet} slot/port
Step 3
Example:
Switch(config)# interface gigabitEthernet 2/1
Configures the rate at which LACP control packets are
received by an LACP-supported interface.
lacp rate { normal | fast }
Example:
Switch(config-if)# lacp rate fast
Step 4
To reset the timeout rate to its default, use the no lacp
rate command
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 5
Verifies your configuration.show lacp internal
Example:
Switch# show lacp internal
Switch# show lacp counters
Step 6
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
354
How to Configure EtherChannels