Cisco Nexus 7000 Series Configuration Manual page 186

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

Advertisement

Specifying the Link Type for MST—CLI Version
SUMMARY STEPS
1. config t
2. interface type slot/port
3. spanning-tree link-type {auto | point-to-point | shared}
4. exit
5. (Optional) show spanning-tree
6. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
interface type slot/port
Example:
switch(config)# interface ethernet 1/4
switch(config-if)#
Step 3
spanning-tree link-type {auto | point-to-point |
shared}
Example:
switch(config-if)# spanning-tree link-type
point-to-point
Step 4
exit
Example:
switch(config-if)# exit
switch(config)#
Step 5
show spanning-tree
Example:
switch# show spanning-tree
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Cisco Nexus 7000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.x
170
Purpose
Enters global configuration mode.
Specifies the interface to configure and enters 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 configuration mode.
(Optional)
Displays the STP configuration.
(Optional)
Copies the running configuration to the startup configuration.
Configuring MST Using Cisco NX-OS

Advertisement

Table of Contents
loading

Table of Contents