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 PowerConnect Campusスイッチでコマンド ラインを用いてMSTP(Multiple Spanning Tree)を管理する方法

Summary: Dell PowerConnectスイッチでMSTPをセットアップする方法, Dell PowerConnectスイッチでMSTP(Multiple Spanning Tree Protcol)をセットアップする方法

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



この文書では、Dell Networking PowerConnect CampusスイッチでMSTP(Multiple Spanning Tree Protocol)を実装する方法について説明します。 



目次
 

MSTPの有効化

 
 

1. STPの動作モードをMSTPに設定します。

console(config)#spanning-tree mode mst

 

2.MSTインスタンスを作成し、それをVLANに関連付けます。

console(config)#spanning-tree mst configuration

console(config-mst)#instance 10 add vlan 10


 

MSTPトポロジーに正しく参加するには、環境内のすべてのVLANがMSTインスタンスに関連付けられている必要があります

 

HOW10525_ja__1icon Dell Networking PowerConnectスイッチは、最大8個のMSTPインスタンスをサポートします。Dell Networking Nシリーズ スイッチは、最大16個のMSTPインスタンスをサポートします。


 

3.地域名を作成して、同じ地域に属する必要のあるすべてのブリッジでその地域を形成させます。

console(config)#spanning-tree mst configuration

console(config-mst)#name dell


 

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


 

1.グローバルでは、スイッチはより高いルート ブリッジ優先度を設定することによって、地域のルートとして設定することができます。

console(config)#spanning-tree priority 8192


 

優先度の値は、4096の倍数である必要があります。優先度が最も低いスイッチおよび/またはMSTインスタンスは、スパニング ツリーのルートとなります。  最小値は優先度のより高い設定です。


 

2.次に、個々のスイッチを、特定のMSTインスタンスの優先度として設定することができます。  これにより、MSTインスタンスごとのトラフィック フローのバランスを調整することができます。

console(config)#spanning-tree mst 10 priority 4096


 

 

Portfastの有効化


 

エッジ ポート(プリンタ、電話、サーバー、ワークステーションなどの端末デバイスに接続されるポート)はPortfastとして設定することをお勧めします。リンクが立ち上がると、Portfastのポートは、転送時間の遅延を待たずに、直ちにフォワーディング状態に移行します。


 

console(config)#interface te1/0/1

console(config-if)#spanning-tree portfast


 

別のスイッチまたはネットワーク デバイスに接続されているインターフェイスでPortfastを設定しないでください。


 

コマンドの検証


 

console# show spanning-tree mst-configuration

 

console#show spanning-tree mst-configuration

Name: Dell

Revision: 0


 Instance    Vlan Mapped
----------  -----------------------------------------------
 10          10

 

 

 

 

Article Properties


Affected Product
PowerConnect 3524P, PowerConnect 3548, PowerConnect 3548P, PowerConnect 5524, PowerConnect 5524P, PowerConnect 5548, PowerConnect 5548p, PowerConnect 6224, PowerConnect 6224F, PowerConnect 6224P, PowerConnect 6248, PowerConnect 6248P , PowerConnect 7024, PowerConnect 7024F, PowerConnect 7024P, PowerConnect 7048, PowerConnect 7048P, PowerConnect 7048R, PowerConnect 8024, PowerConnect 8024F, PowerConnect 8100 Series, PowerConnect M6220, PowerConnect M6348, PowerConnect M8024, PowerConnect M8024-K ...
Last Published Date

21 Feb 2021

Version

3

Article Type

How To