24-Port 10/100Mbps Layer 2 Switch w/ 4 Gigabit Ports and 2 Shared Mini-GBIC Slots
29-6
This command was introduced
show spanning-tree mst interface
To display the MSTP status, statistics and current setting on interfaces.
show spanning-tree mst [<instance-id(1-64)>] interface
<interface-type> <interface-id> [{ stats | hello-time |
detail }]
interface
interface-type
interface-id
Specify which interface to show the multiple spanning
tree information.
Interface-type including Fa (Fast Ethernet), Gi (Gigabit
Ethernet) or port-channel.
Interface-id is slot/port number or port-channel ID.
Display the BPDU statistic on this interface.
Display the hello-time setting on the interface.
Display details multiple spanning tree on the interface.
switch# show spanning-tree mst 1 interface fa 0/1
Instance Role Sts Cost Prio.Nbr
-------- ---- --- ---- --------
1 Master Forwarding 2000000 128.1
switch# show spanning-tree mst 1 interface fa 0/1 stats
MST01 Bpdus sent 2, Received 0
switch# show spanning-tree mst 1 interface fa 0/1 hello-time
MST01 2
switch# show spanning-tree mst 1 interface fa 0/1 detail
Fa0/1 of MST01 is Master , Forwarding
Port info port id 128.1 priority 128 cost 2000000
Designated root address 00:50:ba:fd:51:49 priority 32768 cost
0
Designated bridge address 00:50:ba:fd:51:49 priority 32768 port
id 128.1
This command was introduced