Cisco 7604-RSP720C-R Configuration Manual page 253

Nx-os interfaces
Table of Contents

Advertisement

Chapter 7
Configuring vPCs
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
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
vpc domain domain-id
Example:
switch(config)# vpc domain 5
switch(config-vpc-domain)#
Step 3
auto-recovery [reload-delay time]
Example:
switch(config-vpc-domain)# auto-recovery
Step 4
exit
Example:
switch(config-vpc-domain)# exit
switch(config)#
Step 5
show running-config vpc
Example:
switch# show running-config vpc
Step 6
show vpc consistency-parameters interface
port-channel number
Example:
switch# show vpc consistency-parameters
interface port-channel 1
Step 7
copy running-config startup-config
Example:
switch# copy running-config startup-config
This example shows how to set the vPC autorecovery feature and save it in the switch startup
configuration:
switch# configure terminal
Enter configuration commands, one per line.
switch(config)# vpc domain 5
switch(config-vpc-domain)# auto-recovery
Warning:
Enables restoring of vPCs in a peer-detached state after reload, will wait for 240
seconds to determine if peer is un-reachable
switch(config-vpc-domain)# exit
switch(config)# exit
switch# copy running-config startup-config
OL-23435-03
Purpose
Enters global configuration mode.
Enters the vPC domain number that you want to
configure. The system enters the vpc-domain
configuration mode.
Configures the vPC to assume its peer is not
functional and to bring up the vPC, and specifies the
time to wait after reload to restore the vPC. The
default delay is 240 seconds. You can configure a
delay from 240 to 3600 seconds.
Use the no form of the command to reset the vPC to
the standard behavior.
Exits the vpc-domain configuration mode.
(Optional) Displays information about the vPC,
specifically the reload status.
(Optional) Displays information about the vPC
consistency parameters for the specified interface.
(Optional) Copies the running configuration to the
startup configuration.
Note
End with CNTL/Z.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
To ensure the autorecovery feature is
enabled, you should perform this step.
Configuring vPCs
7-51

Advertisement

Table of Contents
loading

Table of Contents