跳转至主要内容
  • 快速、轻松地下订单
  • 查看订单并跟踪您的发货状态
  • 创建并访问您的产品列表
  • 使用“Company Administration”(公司管理),管理Dell EMC站点、产品和产品级联系人。

如何為 Dell Networking N 系列交換器啟用快速每 VLAN 生成樹 (Rapid-PVST) 或每 VLAN 生成樹 (PVST)

摘要: 如何為 Dell Networking N 系列交換器啟用快速每 VLAN 生成樹 (Rapid-PVST) 或每 VLAN 生成樹 (PVST)。

本文可能已自动翻译。如果您对其质量有任何反馈,请使用此页面底部的表单告知我们。

文章内容


说明

目錄

啟用 PVST

若要切換為 PVST,請輸入下列命令:

console> enable
console# config

如為快速 pvst:

console(config)# spanning-tree mode rapid-pvst

若為使用 PVST 的舊版裝置:

console(config)# spanning-tree mode pvst
注意:使用最新韌體版本的交換器時,兩種 PVST 模式最多可支援 64 個 VLAN。如需詳細資訊,請參閱您型號和韌體版本的使用者指南。Dell 支援

 
若要從 PVST 中移除特定 VLAN 並納入特定 VLAN,請輸入下列命令。此範例會移除 VLAN 10,再新增 VLAN 20。

console(config)#no spanning-tree vlan 10
console(config)#spanning-tree vlan 20

設定 Root 橋接器優先順序

下列命令會設定 Root 橋接器選擇的優先順序。此示例將 VLAN 20 和 30 設置為優先順序 4096,將 VLAN 40 到 45 設置為優先順序 8192。

console(config)# spanning-tree vlan 20,30 priority 4096
console(config)# spanning-tree vlan 40-45 priority 8192

啟用 PortFast

建議將任何連接至印表機、手機、伺服器和工作站等末端裝置的連接埠設定為 PortFast。當連結出現時,PortFast 中的連接埠會直接移至轉送狀態,無需等待轉送時間延遲。

console(config)#interface te1/0/1
console(config-if)#spanning-tree portfast
警示:請勿在連接至其他交換器或網路裝置的介面上設定 PortFast。

確認生成樹

若要檢閱 PVST,請執行下列命令。X 會以您要檢查的 VLAN ID 取代。

console# show spanning-tree vlan X

文章属性


受影响的产品
N Series, PowerSwitch N1100-ON Series, PowerSwitch N1500 Series, PowerSwitch N2000 Series, PowerSwitch N2100 Series, PowerSwitch N2200-ON Series, PowerSwitch N3000 Series, Dell EMC PowerSwitch N3000E-ON Series, Dell EMC PowerSwitch N3100 Series , Dell EMC Networking N3200-ON ...
产品

PowerSwitch N3000 Series

上次发布日期

12 2月 2024

版本

5

文章类型

How To