完成自己的交換機(jī)STP配置過程(實例)
交換機(jī)STP配置
生成樹優(yōu)先級的取值范圍是0~61440,增量是4096,其有效值是0,4096,8192,12288,……,61440。優(yōu)先級的值越小優(yōu)先級越高,0最高,61440最低。
當(dāng)一臺交換機(jī)的根端口或阻塞端口接收到劣質(zhì)BPDUs包時,說明該交換機(jī)到根網(wǎng)橋的間接鏈路有問題,網(wǎng)絡(luò)中可能出現(xiàn)交換機(jī)到根網(wǎng)橋的鏈路失效故障。那么阻塞端口會轉(zhuǎn)換成轉(zhuǎn)發(fā)工作狀態(tài)來修復(fù)這個故障,阻塞端口會轉(zhuǎn)換成轉(zhuǎn)發(fā)工作狀態(tài)之前,需要等待一個生成樹最大存活時間,而BackboneFast的功能就是使阻塞端口不再等待這段時間,而是直接將端口由偵聽和學(xué)習(xí)狀態(tài)轉(zhuǎn)換為轉(zhuǎn)發(fā)狀態(tài),這個轉(zhuǎn)換任務(wù)大約需要30s,從而提高了在間接鏈路失效情況下的收斂速度。
UplinkFast的功能是當(dāng)生成樹拓?fù)浣Y(jié)構(gòu)發(fā)生變化和在使用“上連鏈路組”的冗余鏈路之間完成負(fù)載平衡時,提供快速收斂。使阻塞狀態(tài)的端口跳過偵聽和學(xué)習(xí)兩種狀態(tài),直接轉(zhuǎn)換到轉(zhuǎn)發(fā)狀態(tài)。
PostFast用于在接入層交換機(jī)端口上跳過正常的生成樹操作,加快終端工作站接入到網(wǎng)絡(luò)中的速度。它的功能是使交換機(jī)的端口跳過偵聽和學(xué)習(xí)狀態(tài),直接從阻塞狀態(tài)進(jìn)入到轉(zhuǎn)發(fā)狀態(tài)。該端口一般只能用于連接單個主機(jī)或服務(wù)器,不能連接集線器、集中器、交換機(jī)、網(wǎng)橋等網(wǎng)絡(luò)設(shè)備。
BPDU Filter會使交換機(jī)在指定的端口上停止發(fā)送BPDUs,對于進(jìn)入這個端口的BPDUs也不做任何處理,同時立刻將端口狀態(tài)轉(zhuǎn)換為轉(zhuǎn)發(fā)狀態(tài)。
交換機(jī)STP配置實例1
Catalyst 3500:
(1)打開或關(guān)閉STP
格式:spanning-tree vlan <VLAN ID> (啟用)
no spanning-tree vlan <VLAN ID> (關(guān)閉)
(2)設(shè)置主root
格式:spanning-tree vlan <VLAN ID> root primary
(3)備份root
格式:spanning-tree vlan <VLAN ID> root secondary
(4)配置生成樹優(yōu)先級
格式:spanning-tree vlan <VLAN ID> priority <0~61440>
(5)配置BackboneFast生成樹可選功能
格式:spanning-tree BackboneFast
(6)配置UplinkFast生成樹可選功能
格式:spanning-tree UplinkFast
spanning-tree UplinkFast max-update-rate <0~32000>
max-update-rate的值是0~32000,單位是packet/s(每秒更新的包數(shù))。
(7)配置PortFast生成樹可選功能
格式:spanning-tree portfast default
(8)配置BPDU Filter生成樹可選功能
格式:spanning-tree portfast bpdufilter default
交換機(jī)STP配置實例2
Catalyst 6500:
(1)打開或關(guān)閉STP
格式:set spantree enable <VLAN ID> (啟用STP)
set spantree disable <VLAN ID> (關(guān)閉STP)
(2)設(shè)置主root
格式:set spantree root <VLAN ID>
(3)備份root
格式:set spantree root secondary <VLAN ID>
(4)配置生成樹優(yōu)先級
格式:set spantree priority 優(yōu)先級數(shù)
(5)配置BackboneFast生成樹可選功能
格式:set spantree backbonefast enable
set spantree backbonefast disable
(6)配置UplinkFast生成樹可選功能
格式:set spantree uplinkfast enable
set spantree uplinkfast enable rate <station_update_rate>
<station_update_rate> 的缺省值是15packet/100ms
(7)配置PortFast生成樹可選功能
格式:set spantree portfast 模塊號/端口號 enable
set spantree portfast 模塊號/端口號 disable
set spantree portfast 模塊號/端口號 default (缺省啟用portfast)
(8)配置BPDU Filter生成樹可選功能
格式:set spantree portfast bpdu-filter enable (所有端口啟用bpdu-filter)
set spantree portfast bpdu-filter disable (關(guān)閉bpdu-filter)
set spantree portfast bpdu-filter模塊號/端口號 enable (打開bpdu-filter)
set spantree portfast bpdu-filter模塊號/端口號disable (關(guān)閉bpdu-filter)
set spantree portfast bpdu-filter模塊號/端口號default (設(shè)置為缺省)
交換機(jī)STP配置實例給大家提供了兩個,希望讀者能夠參考以上的內(nèi)容完成自己的交換機(jī)STP配置過程。
關(guān)鍵詞:交換機(jī),STP配置
閱讀本文后您有什么感想? 已有 人給出評價!
- 0
- 0
- 0
- 0
- 0
- 0