Disabling Lacp Graceful Convergence - Cisco nexus 5000 series Configuration Manual

Nx-os layer 2
Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Disabling LACP Graceful Convergence

This example shows how to set the LACP port priority for Ethernet interface 1/4 to 40000:
switch# configure terminal
switch (config)# interface ethernet 1/4
switch(config-if)# lacp port priority 40000
Disabling LACP Graceful Convergence
Before You Begin
• Enable the LACP feature.
• Confirm that the port channel is in the administratively down state.
• Ensure that you are in the correct VDC. To switch to the correct VDC, enter the switchto vdc command.
SUMMARY STEPS
1. configure terminal
2. interface port-channel number
3. shutdown
4. no lacp graceful-convergence
5. no shutdown
6. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
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) #
Step 3
shutdown
Example:
switch(config-if)# shutdown
switch(config-if) #
Step 4
no lacp graceful-convergence
Example:
switch(config-if)# no lacp graceful-convergence
switch(config-if) #
Cisco Nexus 5000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.1(3)N1(1)
96
Purpose
Enters global configuration mode.
Specifies the port channel interface to configure, and
enters interface configuration mode.
Administratively shuts down the port channel.
Disables LACP graceful convergence on the specified
port channel.
Configuring Port Channels
OL-25842-01

Advertisement

Table of Contents
loading

Table of Contents