Cisco 7604-RSP720C-R Configuration Manual page 256

Nx-os interfaces
Table of Contents

Advertisement

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
peer-switch
Example:
switch(config-vpc-domain)# peer-switch
Step 4
spanning-tree vlan vlan-range priority
value
Example:
switch(config)# spanning-tree vlan 1
priority 8192
Step 5
exit
Example:
switch(config-vpc-domain)# exit
switch(config)#
Step 6
show spanning-tree summary
Example:
switch# show spanning-tree summary
Step 7
copy running-config startup-config
Example:
switch# copy running-config startup-config
This example shows how to configure a pure vPC peer switch topology:
switch# configure terminal
Enter configuration commands, one per line.
switch(config)# vpc domain 5
switch(config-vpc-domain)# peer-switch
2010 Apr 28 14:44:44 switch %STP-2-VPC_PEERSWITCH_CONFIG_ENABLED: vPC peer-switch
configuration is enabled. Please make sure to configure spanning tree "bridge" priority as
per recommended guidelines to make vPC peer-switch operational.
switch(config-vpc-domain)# exit
switch(config)# spanning-tree vlan 1 priority 8192
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
7-54
Purpose
Enters global configuration mode.
Enters the vPC domain number that you want to
configure. The system enters the vpc-domain
configuration mode.
Enables the vPC switch pair to appear as a single
STP root in the Layer 2 topology.
Use the no form of the command to disable the peer
switch vPC topology.
Configures the bridge priority of the VLAN. Valid
values are multiples of 4096. The default value is
32768.
Exits the vpc-domain configuration mode.
(Optional) Displays a summary of the spanning tree
port states including the vPC peer switch.
(Optional) Copies the running configuration to the
startup configuration.
End with CNTL/Z.
Chapter 7
Configuring vPCs
OL-23435-03

Advertisement

Table of Contents
loading

Table of Contents