Configuration Guide MSTP Configuration
Ruijie# configure terminal
Enter the global configuration mode.
Ruijie(config)# spanning-tree
tx-hold-count numbers
Configure the maximum number of the
BPDU message sent per second in the
range of 1 to10, 3 by default.
Return to the privileged EXEC mode.
Ruijie# show running-config
Verify the configuration.
Ruijie# copy running-config
startup-config
To restore the Tx-Hold-Count to the default value, execute the no
spanning-tree tx-hold-count command in the global configuration mode.
Configuring Link-type
Configure the link-type of a port. This is crucial for rapid RSTP convergence.
For details, refer to Rapid RSTP Convergence. Without configuration, the
device will set the link type of a port according to its duplex status automatically,
with point-to-point for the full duplex port and shared for the half duplex port.
To configure the link type of a port, execute the following commands in the
interface configuration mode:
Ruijie# configure terminal
Enter the global configuration mode.
Ruijie(config)# interface interface-id
Enter the interface configuration mode.
Ruijie(config-if)# spanning-tree
link-type point-to-point/shared
Configure the link type of the interface,
with point-to-point for the full duplex port
and shared for the half duplex port.
Point-to-point indicates the rapid
forwarding is enabled on the port.
Return to the privileged EXEC mode.
Ruijie# show running-config
Verify the configuration.
Ruijie# copy running-config
startup-config
To restore the link type of a port to the default value, execute the no
spanning-tree link-type command in the interface configuration mode.
Configuring Protocol Migration Processing
This command is to check the version globally or on individual port. For related
information, refer to Compatibility of RSTP and STP.