Disabling Lacp Suspend Individual - Cisco 7604-RSP720C-R Configuration Manual

Nx-os interfaces
Table of Contents

Advertisement

Chapter 6
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
This example shows how to enable LACP graceful convergence on a port-channel:
switch# configure terminal
switch (config)# interface port-channel 1
switch(config-if)# shutdown
switch(config-if)# lacp graceful-convergence
switch(config-if)# no shutdown

Disabling LACP Suspend Individual

LACP sets a port to the suspended state if it does not receive an LACP PDU from the peer. This can cause
some servers to fail to boot up as they require LACP to logically bring-up the port. You can tune behavior
to individual use.
You should only enter the lacp suspend-individual command on edge ports. The port channel has to be
Note
in the administratively down state before you can use this command.
BEFORE YOU BEGIN
Enable LACP.
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface port-channel number
Example:
switch(config)# interface port-channel 1
switch(config-if)
Step 3
shutdown
Example:
switch(config-if) shutdown
OL-23435-03
configure terminal
interface port-channel number
shutdown
no lacp suspend-individual
no shutdown
copy running-config startup-config
Purpose
Enters configuration mode.
Specifies the port channel interface to configure, and
enters the interface configuration mode.
Administratively shuts down the port channel.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring Port Channels
6-39

Advertisement

Table of Contents
loading

Table of Contents