Specifying The Link Type For Rapid Pvst+ - Cli Version - Cisco Nexus 9000 Series Configuration Manual

Nx-os layer 2 switching configuration
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring Rapid PVST+ Using Cisco NX-OS

Specifying the Link Type for Rapid PVST+ - CLI Version

Rapid connectivity (802.1w standard) is established only on point-to-point links. By default, the link type is
controlled from the duplex mode of the interface. A full-duplex port is considered to have a point-to-point
connection; a half-duplex port is considered to have a shared connection.
If you have a half-duplex link physically connected point to point to a single port on a remote device, you can
override the default setting on the link type and enable rapid transitions.
If you set the link to shared, STP falls back to 802.1D.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Command or Action
config t
Example:
switch# config t
switch(config)#
interface type slot/port
Example:
switch(config)# interface ethernet
1/4
switch(config-if)#
spanning-tree link-type {auto |
point-to-point | shared}
Example:
switch(config-if)# spanning-tree
link-type point-to-point
exit
Example:
switch(config-if)# exit
switch(config)#
show spanning-tree
Example:
switch# show spanning-tree
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Cisco Nexus 9000 Series NX-OS Layer 2 Switching Configuration Guide, Release 7.x
Specifying the Link Type for Rapid PVST+ - CLI Version
Purpose
Enters configuration mode.
Specifies the interface to configure and enters the
interface configuration mode.
Configures the link type to be either a point-to-point
link or shared link. The system reads the default
value from the device connection, as follows: half
duplex links are shared and full-duplex links are
point to point. If the link type is shared, the STP
falls back to 802.1D. The default is auto, which sets
the link type based on the duplex setting of the
interface.
Exits interface mode.
(Optional)
Displays the STP configuration.
(Optional)
Copies the running configuration to the startup
configuration.
111

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents