Users Guide

Table Of Contents
: 使 show spanning-tree active
STP
OS10# show spanning-tree virtual-interface detail
Port 1 (VFP(VirtualFabricPort)) of RSTP 1 is designated Forwarding
Port path cost 1, Port priority 0, Port Identifier 0.1
Designated root priority: 32768, address: 00:78:76:14:60:62
Designated bridge priority: 32768, address: 00:78:76:14:60:62
Designated port ID: 0.1, designated path cost: 0
Number of transitions to forwarding state: 1
Edge port: No (default)
Link Type: Point-to-Point
BPDU Sent: 15, Received: 5
MSTP
VLT (MSTP) MST VLT
VLT VLAN ID
: OS10 64 MST
MSTP over VLT VLT
1. 启用 MSTP
CONFIGURATION
spanning-tree mode mst
2. MST
CONFIGURATION
spanning tree mst configuration
3. MST VLAN
MULTIPLE-SPANNING-TREE
instance instance-number vlan from-vlan-id to-vlan-id
4. MST 0 65535
MULTIPLE-SPANNING-TREE
revision revision-number
5. MST
MULTIPLE-SPANNING-TREE
name name-string
VLT MST VLAN
VLT Peer 1 confoguration
OS10(config)# spanning-tree mode mst
OS10(config)# spanning-tree mst configuration
OS10(conf-mst)# instance 1 vlan 2-10
OS10(conf-mst)# revision 10
OS10(conf-mst)# name ExampleMSTregion
VLT Peer 2 confoguration
OS10(config)# spanning-tree mode mst
OS10(config)# spanning-tree mst configuration
OS10(conf-mst)# instance 1 vlan 2-10
OS10(conf-mst)# revision 10
OS10(conf-mst)# name ExampleMSTregion
VLTi MSTP
1147