Send document comments to nexus7k-docfeedback@cisco.com
7-32
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
OL-23435-03
Chapter 7 Configuring vPCs
Configuring vPCs
This example shows how to enable the vPC feature:
switch# configure terminal
switch(config)# feature vpc
switch(config)#
Disabling vPCs
Note When you disable the vPC functionality, the device clears all the vPC configurations.
BEFORE YOU BEGIN
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1. configure terminal
2. no feature vpc
3. exit
4. (Optional) show feature
5. (Optional) copy running-config startup-config
Step 3
exit
Example:
switch(config)# exit
switch#
Exits configuration mode.
Step 4
show feature
Example:
switch# show feature
(Optional) Displays which features are enabled on
the device.
Step 5
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional) Copies the running configuration to the
startup configuration.
Command Purpose