Cisco Systems N3KC3064TFAL3 Manual De Usuario

Descargar
Página de 164
Procedure
Purpose
Command or Action
Enters configuration mode.
switch# configure terminal
Step 1
Disables all interfaces on the switch from automatically
interoperating with connected switch that is running in Rapid
switch(config)# no spanning-tree
mst simulate pvst global
Step 2
PVST+ mode. The default for this is enabled; that is, by
default, all interfaces on the switch operate seamlessly
between Rapid PVST+ and MST.
This example shows how to prevent the switch from automatically interoperating with a connecting switch
that is running Rapid PVST+:
switch#
configure terminal
switch(config)#
no spanning-tree mst simulate pvst global
Configuring PVST Simulation Per Port
MST interoperates seamlessly with Rapid PVST+. However, to prevent an accidental connection to a switch
that does not run MST as the default STP mode, you may want to disable this automatic feature. If you disable
PVST simulation, the MST-enabled port moves to the blocking state once it detects it is connected to a Rapid
PVST+-enabled port. This port remains in the inconsistent state until the port stops receiving BPDUs, and
then the port resumes the normal STP transition process.
You can block this automatic feature either globally or per port.
Procedure
Purpose
Command or Action
Enters configuration mode.
switch# configure terminal
Step 1
Specifies an interface to configure, and enters interface
configuration mode.
switch(config)# interface {{type
slot
/port} | {port-channel number}}
Step 2
Disables specified interfaces from automatically
interoperating with connected switch that is running in
Rapid PVST+ mode.
switch(config-if)# spanning-tree mst
simulate pvst disable
Step 3
By default, all interfaces on the switch operate
seamlessly between Rapid PVST+ and MST.
Re-enables seamless operation between MST and Rapid
PVST+ on specified interfaces.
switch(config-if)# spanning-tree mst
simulate pvst
Step 4
Sets the interface to the switch-wide MST and Rapid
PVST+ interoperation that you configured using the
spanning-tree mst simulate pvst global command.
switch(config-if)# no spanning-tree
mst simulate pvst
Step 5
   Cisco Nexus 3000 NX-OS Layer 2 Switching Configuration Guide, Release 5.0(3)U3(1)
110
OL-26590-01  
Configuring Multiple Spanning Tree
Configuring PVST Simulation Per Port