Cisco Systems N5KC5596TFA Switch User Manual


 
PurposeCommand or Action
Enables LACP graceful convergence on the
specified port channel.
lacp graceful-convergence
Example:
switch(config-if)# lacp
graceful-convergence
switch(config-if) #
Step 4
Administratively brings the port channel up.no shutdown
Example:
switch(config-if)# no shutdown
switch(config-if) #
Step 5
(Optional)
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
Step 6
The following example disables 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
switch(config-if) #
Verifying Port Channel Configuration
To display port channel configuration information, perform one of the following tasks:
PurposeCommand
Displays the status of a port channel interface.switch# show interface port-channel
channel-number
Displays enabled features.switch# show feature
Displays the number of resources currently available
in the system.
switch# show resource
Displays LACP information.
switch# show lacp {counters | interface type
slot/port | neighbor | port-channel |
system-identifier}
Displays the parameters that must be the same among
the member ports in order to join a port channel.
switch# show port-channel
compatibility-parameters
Displays the aggregation state for one or more
port-channel interfaces.
switch# show port-channel database [interface
port-channel channel-number]
Cisco Nexus 5000 Series NX-OS Interfaces Configuration Guide, Release 5.2(1)N1(1)
78-26881-OL 63
Configuring Port Channels
Verifying Port Channel Configuration