This example shows how to offload management of LACP from the VSM to the VEMs:
switch# configure terminal
switch(config)# lacp offload
Please do a "copy running startup" to ensure the new setting takes effect on next reboot
LACP Offload Status can be verified using "show lacp offload status"
Change in LACP Offload Status takes effect only on the next VSM Reboot
This can potentially cause modules with LACP uplinks to flap
switch(config)# copy running-config startup-config
switch(config)# show lacp offload status
Current Status : Disabled
Running Config Status : Enabled
Saved Config Status : Enabled
switch(config)# reload
This command will reboot the system. (y/n)? [n] y
2010 Sep 3 11:33:35 n1000v %PLATFORM-2-PFM_SYSTEM_RESET: Manual system restart from Command
Line Interface
n1000v(config)# show lacp offload status
Current Status : Enabled
Running Config Status : Enabled
Saved Config Status : Enabled
switch(config)#
Verifying the Port Channel Configuration
Use the following commands to verify the port channel configuration:
PurposeCommand
Displays the features available and whether they are
enabled.
show feature
Displays the status of a port channel interface.
show interface port-channel channel-number
Displays information about LACP port channels.show lacp port-channel [interface port-channel
channel-number]
Displays information about specific LACP interfaces.
show lacp interface ethernet slot/port
Displays whether LACP management is offloaded to
the VEMs.
• Enabled—LACP is managed by VEMs.
• Disabled—LACP is managed by the VSM.
show lacp offload status
Displays the Network State Tracking configuration
for verification.
show network-state tracking config
Displays the Network State Tracking status for a
module or interface.
show network-state tracking { module modID |
interface channelID}
Displays the parameters that must be the same among
the member ports in order to join a port channel.
show port-channel compatibility-parameters
Cisco Nexus 1000V for VMware vSphere Interface Configuration Guide, Release 5.x
82
Configuring Port Channels
Verifying the Port Channel Configuration