Send document comments to nexus7k-docfeedback@cisco.com
7-33
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
OL-23435-03
Chapter 7 Configuring vPCs
Configuring vPCs
DETAILED STEPS
This example shows how to disable the vPC feature:
switch# configure terminal
switch(config)# no feature vpc
switch(config)#
Creating a vPC Domain and Entering the vpc-domain Mode
You can create a vPC domain and put the vPC peer link port channels into the identical vPC domain on
both vPC peer devices. Use a unique vPC domain number throughout a single VDC. This domain ID is
used to automatically to form the vPC system MAC address.
You can also use this command to enter the vpc-domain command mode.
BEFORE YOU BEGIN
Ensure that you have enabled the vPC feature.
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1. configure terminal
2. vpc domain domain-id
3. exit
4. (Optional) show vpc brief
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters global configuration mode.
Step 2
no feature vpc
Example:
switch(config)# no feature vpc
Disables vPCs on the device.
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.