Configuring The Lacp Fast Timer Rate; Configuring The Lacp System Priority - Cisco 7604-RSP720C-R Configuration Manual

Nx-os interfaces
Table of Contents

Advertisement

Configuring Port Channels
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m

Configuring the LACP Fast Timer Rate

You can change the LACP timer rate to modify the duration of the LACP timeout. Use the lacp rate
command to set the rate at which LACP control packets are sent to an LACP-supported interface. You
can change the timeout rate from the default rate (30 seconds) to the fast rate (1 second). This command
is supported only on LACP-enabled interfaces.
BEFORE YOU BEGIN
Ensure that you have enabled the LACP feature.
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
2.
3.
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface type slot/port
Example:
switch(config)# interface
ethernet 1/4
Step 3
lacp rate fast
Example:
switch(config-if)# lacp rate
fast
This example shows how to configure the LACP fast rate on Ethernet interface 1/4:
switch# configure terminal
switch (config)# interface ethernet 1/4
switch(config-if)# lacp rate fast
This example shows how to restore the LACP default rate (30 seconds) on Ethernet interface 1/4.
switch# configure terminal
switch (config)# interface ethernet 1/4
switch(config-if)# no lacp rate fast

Configuring the LACP System Priority

The LACP system ID is the combination of the LACP system priority value and the MAC address.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
6-34
configure terminal
interface type slot/port
lacp rate fast
Purpose
Enters configuration mode.
Specifies the interface to configure and enters the interface
configuration mode.
Configures the fast rate (one second) at which LACP control
packets are sent to an LACP-supported interface.
To reset the timeout rate to its default, use the no form of the
command.
Chapter 6
Configuring Port Channels
OL-23435-03

Advertisement

Table of Contents
loading

Table of Contents