Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell Networking Nシリーズ スイッチのRapid Per-VLANスパニング ツリー(Rapid-PVST)またはPer-VLANスパニング ツリー(PVST)を有効にする方法

Summary: Dell Networking Nシリーズ スイッチの高速Per-VLANスパニング ツリー(Rapid-PVST)またはPer-VLANスパニング ツリー(PVST)を有効にする方法。

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

目次

PVSTの有効化

PVSTに切り替えるには、次のコマンドを入力します。

console> enable
console# config

rapid-pvstの場合:

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

PVSTを使用するレガシー デバイスの場合:

console(config)# spanning-tree mode pvst
メモ: スイッチの最新のファームウェア バージョンでは、どちらの PVST モードでも最大 64 個の VLAN がサポートされます。詳細については、お使いのモデルとファームウェア バージョンのユーザー ガイドを参照してください。Dell Support

 
PVSTから特定のVLANを削除し、特定のVLANを含めるには、次のコマンドを入力します。この例では、VLAN 10 を削除し、VLAN 20 を追加します。

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

ルート ブリッジ優先度の設定

次のコマンドを実行すると、ルート ブリッジ選択の優先度が設定されます。この例では、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

Article Properties


Affected Product
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 ...
Product

PowerSwitch N3000 Series

Last Published Date

12 Feb 2024

Version

5

Article Type

How To