QTECH
Software Configuration Manual
15-200
! Enable mst root-guard of e0/0/1
QTECH(config-if-ethernet-0/0/1)#spanning-tree root-guard
15.2.11
Configure interface to force to send rstp packet
This configuration is used to check whether there is traditional network bridge running STP.
Configure it in interface configuration mode :
Configure interface to force to send rstp packet
spanning-tree mcheck
For example :
! Configure Ethernet 0/0/1 to send RSTP packet
QTECH(config-if-ethernet-0/0/1)#spanning-tree mcheck
15.2.12
Configure link type of specified interface
In rstp, the requirement of interface quickly in transmission status is that the interface must be point to point
link not media sharing link. It can specified interface link mode manually and can also judge it by network bridge.
Configure it in interface configuration mode :
Configure interface to be point-to-point link
spanning-tree point-to-point forcetrue
Configure interface not to be point-to-point link
spanning-tree point-to-point forcefalse
Configure switch auto-detect whether the interface is point-to-point link
spanning-tree point-to-point auto
For example :
! Configure the link connected to Ethernet 0/0/1 as a point-to-point link
QTECH(config-if-ethernet-0/0/1)#spanning-tree point-to-point forcetrue
15.2.13
Configure the current port as an edge port
Edge port is the port connecting to the host which can be in transmission status in very short time after
linkup, but once the port receiving STP packet, it will shift to be non-edge port.
Configure it in interface configuration mode :
Configutr the port to be edge port
spanning-tree portfast
Configutr the port to be non-edge port
no spanning-tree portfast
For example :
! Configure Ethernet 0/0/1 as a non-edge port.
QTECH(config-if-ethernet-0/0/1)#spanning-tree portfast
15.2.14
Configure the speed limit of sending BPDU of
specified interface
Restrict STP occupying bandwidth by restricting the speed of sending BPDU packet. The speed is
determined by the number of BPDU sent in each hello time.
Configure it in interface configuration mode :