C613-50170-01 Rev B
Command Reference for x510 Series
685
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
S
PANNING
T
REE
C
OMMANDS
SPANNING
-
TREE
MST
INSTANCE
RESTRICTED
-
TCN
spanning-tree mst instance restricted-tcn
Overview
Use this command to prevent a switch port from propagating received topology
change notifications and topology changes to other switch ports. This is named
restricted TCN (Topology Change Notification). A TCN is a simple Bridge Protocol
Data Unit (BPDU) that a bridge sends out to its root port to signal a topology
change.
Use the
no
variant of this command to stop preventing the switch port from
propagating received topology change notifications and topology changes to
other switch ports for the specified MSTI (Multiple Spanning Tree Instance).
The restricted TCN setting applies only to the specified MSTI (Multiple Spanning
Tree Instance).
Syntax
spanning-tree mst instance <
instance-id
> restricted-tcn
no spanning-tree mst instance <
instance-id
> restricted-tcn
Default
Disabled. By default, switch ports propagate TCNs.
Mode
Interface Configuration mode for a switch port interface only.
Examples
To prevent a switch port from propagating received topology change notifications
and topology changes to other switch ports, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
spanning-tree mst instance 3 restricted-tcn
To stop preventing a switch port from propagating received topology change
notifications and topology changes to other switch ports, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no spanning-tree mst instance 3
restricted-tcn
Related
Commands
spanning-tree priority (port priority)
spanning-tree mst instance path-cost
spanning-tree mst instance restricted-role
Parameter
Description
<
instance-id
>
Specify an MSTP instance in the range 1-15. The MST instance must
have already been created using the
command.