QTECH
Software Configuration Manual
15-203
15.4.2
Configure MSTP timer parameter
MSTP timer parameter includes : forward delay, hello time, max age and max hops.
Configure it in global configuration mode :
Configure forward delay
spanning-tree mst forward-time
forward-time
Configure hello time
spanning-tree mst hello-time
hello-time
Configure max age
spanning-tree mst max-age
max-age
Configure max hops
spanning-tree mst max-hops
max-hops
Example :
! Configure max hop to be 10
QTECH(config)#spanning-tree mst max-hops 10
15.4.3
Configure MSTP configuration mark
MSTP configuring mark includes : MSTP name, MSTP revision level and the mapping relationship
between MSTP and VLAN. MSTP possesses the same configuring mark and interconnected network can be treated
as a virtual network logically.
Configure it in global configuration mode :
Configure MSTP name
spanning-tree mst name
name
Configure MSTP revision level
spanning-tree mst revision
revision-level
Configure mapping relationship between MSTP and VLAN
spanning-tree mst instance
instance-num
vlan
vlan-list
Example :
! Configure MSTP name to be QTECH
QTECH(config)#spanning-tree mst name QTECH
! Configure MSTP revision level to be 10
QTECH(config)#spanning-tree mst revision 10
! Configure VLAN2~7mapping to STP instance 5
QTECH(config)#spanning-tree mst instance 5 vlan 2-7
15.4.4
Configure MSTP netbridge priority
In MSTP, netbridge priority is the parameter based on each STP instance. Netbridge priority and interface
path cost determine the topology of each STP instance which construct the base of link load balance.
Configure it in global configuration mode :
Configure netbridge priority in MSTP instance
spanning-tree mst instance
instance-num
priority
priority
Example :
! Configure netbridge priority in MSTP instance 4 to be 4096
QTECH(config)#spanning-tree mst instance 4 priority 4096