Cisco 7206 - VXR Router Configuration Manual page 193

Network configuration guide
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
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
Step 4
no lacp graceful-convergence
Example:
switch(config-if)# no lacp
graceful-convergence
Step 5
no shutdown
Example:
switch(config-if) no shutdown
Step 6
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
This example shows how to disable LACP graceful convergence on a port channel:
switch# configure terminal
switch (config)# interface port-channel 1
switch(config-if)# shutdown
OL-23435-03
configure terminal
interface port-channel number
shutdown
no lacp graceful-convergence
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.
Disables LACP graceful convergence on the port
channel.
Brings the port channel administratively up.
(Optional) Copies the running configuration to the
startup configuration.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring Port Channels
6-37

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents