- Cisco ASR 901 Series Manual

9-7
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 9 Configuring EtherChannels
Configuring Etherchannels
Configuring the LACP Transmit Rate
To configure the rate at which Link Aggregation Control Protocol (LACP) control packets are
transmitted to an LACP-supported interface, complete the following tasks:
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
4. lacp rate {fast | normal}
5. end
DETAILED STEPS
Command Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface
type number
Example:
Router(config)# interface
gigabitethernet 0/1
Specifies an interface type and number, and enters interface
configuration mode.
Step 4
lacp rate {fast | normal}
Example:
Router(config-if)# lacp rate fast
Configures the transmission rate of LACP control packets to an
LACP-supported interface.
fast—Specifies that LACP control packets are transmitted at
the fast rate, once every second.
normal—Specifies that LACP control packets are transmitted
at the normal rate, every 30 seconds after the link is bundled.
Step 5
end
Example:
Router(config-if)# end
Exits the interface configuration mode and enters the privileged
EXEC mode.