1. 程式人生 > >在cisco switch上配置MSTP

在cisco switch上配置MSTP

MSTP(802.1s):多例項生成樹
精華:主要是一個分組的思想,減少傳送的bpdu。如果交換網路中執行的是rstp,假設有1000個vlan,那麼每兩秒就會發1000個bpdu,
      但是如果執行mstp後可以把多個vlan劃分為很少的幾個組,一個組發一個bpdu。大大的減少了bpdu的個數用在vlan較多的環境,多個vlan進行劃分為組。在
配置:
Switch(config)#spanning-tree mo mst//模式改為mst,預設所有的vlan在同一個組裡
Switch(config)#spanning-tree mst configuration//進入mstp的配置模式
Switch(config-mst)#name name//給mstp設定一個名字
Switch(config-mst)#revision rev_num//配置mstp的版本號
Switch(config-mst)#instance instance-number vlan range//配置組號和vlan的範圍
Switch(config-mst)#spanning-tree mst instance_number root primary|secondary
Switch#show spanning-tree mst configuration//檢視mstp的配置資訊
Switch#show spanning-tree mst //檢視mst資訊