S3900シリーズスイッチは、S3900-24T4S、S3900-24F4S、S3900-48T4Sの3つのモデルで構成されます。これらは、SMB、キャンパス、およびエンタープライズネットワーク向けに設計され、Broadcomチップを搭載し、10G SFP+アップリンクをサポートするフルマネージドスタッカブルギガビットスイッチです。
STP(スパニングツリープロトコル)は、ネットワークスイッチで実行されるレイヤー2プロトコルです。STPの主な目的は、冗長パスによって引き起こされるループを防ぎ、ブロードキャストストームとMACアドレステーブルが不安定になるのを防ぐことです。FS S3900シリーズの高性能ギガビットイーサネットL2/L3 Liteマネージドスイッチは、家庭用、SMB、エンタープライズおよびキャンパスネットワークに適しています。それらはSTPをサポートし、リンクの冗長性とバックアップを提供すると同時に、望ましくないループを防止します。
図1は、S3900シリーズスイッチの一般的なSTPアプリケーションです。スイッチA、スイッチB、およびスイッチCはすべてSTPを実行しています。STPは、冗長リンクをブロックすることにより、ネットワークに存在する可能性のあるループを排除し、ループのないネットワークを確保できます。図1では、スイッチBがスパニングツリーのルートとして選択されています。パケットはPC 1-スイッチB-スイッチC-PC 2(リンク1)を経由します。STPアルゴリズムは、ループフリーの最適な伝送経路を計算できるため、スイッチAに接続されたスイッチCのポートはブロックされます。PC 1を表すリンク2-スイッチB-スイッチA-スイッチC-PC 2は使用できません。リンク1が故障すると、STPはスイッチCのブロックされたポートをアクティブ化できます。その後、パケットはリンク2を通過し、ついにパケットはPC 2に正常に到着します。
STP、RSTP(Rapid Spanning Tree Protocol)、MSTP(Multiple Spanning Tree Protocol)があることに注意してください。
RSTPはSTPの改良版です。STPネットワークの収束速度は遅いため、IEEEはRSTPを導入し、ネットワークの変更または障害に対応して大幅な回復を実現しました。RSTPは、標準のSTPと下位互換性があります。MSTPを使用すると、ループを作成することなく、複数のVLANインスタンスを同じスパニングツリーにマッピングできます。異なるVLANにトラフィックを配信するために個別に使用される複数のスパニングツリーを生成できます。
FS S3900シリーズスイッチは、S3900-24F4S、S3900-24T4S、およびS3900-48T4Sで構成されています。すべてのスイッチはSTP、RSTP、MSTPをサポートしています。CiscoやJuniperなどのベンダーのスイッチでSTPを構成するために使用できます。MSTPは通常、大規模なエンタープライズ環境で使用されますが、RSTPはSTPのデフォルトオプションです。
S3900シリーズスイッチで実行中のSTP、RSTP、MSTPの構成を成功させるには、CLIコマンドを使用します。S3900シリーズスイッチでSTPおよびRSTPを設定するには、4つの主な手順があります。
STPを有効にします。
STPモードを設定します。
ルートブリッジを設定します。
構成を確認します。
図2は、S3900シリーズスイッチのSTP/RSTP構成のネットワーク図です。
S3900-24F4S-A-2(config)#spanning-tree
S3900-24F4S-A-2(config)#spanning-tree mode stp
S3900-24F4S-A-2(config)#spanning-tree priority 0
S3900-24F4S-B(config)#spanning-tree
S3900-24F4S(config)#interface vlan 1
S3900-48T4S-3(config)#spanning-tree
S3900-48T4S-3(config)#spanning-tree mode stp
S3900-24F4S-A-2#show spanning-tree brief
Spanning Tree Mode: STP
Spanning Tree Enabled/Disabled: Enabled
Designated Root: 0.ECD68A369C78
Current Root Port: 0
Current Root Cost: 0
S3900-24F4S-B#show spanning-tree brief
Spanning Tree Mode: STP
Spanning Tree Enabled/Disabled: Enabled
Designated Root: 0.ECD68A369C78
Current Root Port (Eth): 1/21
Current Root Cost: 20000
S3900-48T4S-A-3#show spanning-tree brief
Spanning Tree Mode: STP
Spanning Tree Enabled/Disabled: Enabled
Designated Root: 0.ECD68A369C78
Current Root Port (Eth): 1/1
Current Root Cost: 20000
Result: S3900-24F4S-A is set as the root bridge because of its highest priority. Eth 1/22 port of S3900-24F4S-B switch is blocked. Thus, a loop-free network is achieved.
S3900-24F4S-A-2(config)#spanning-tree
S3900-24F4S-A-2(config)#spanning-tree priority 0
S3900-24F4S-A-2(config)#spanning-tree mode rstp
S3900-24F4S-B(config)#spanning-tree
S3900-24F4S-B(config)#spanning-tree mode rstp
S3900-48T4S-1(config)#spanning-tree
S3900-48T4S-1(config)#spanning-tree mode rstp
S3900-24F4S-A-2#show spanning-tree brief
Spanning Tree Mode: RSTP
Spanning Tree Enabled/Disabled: Enabled
Designated Root: 0.ECD68A369C78
Current Root Port: 0
Current Root Cost: 0
S3900-24F4S-B#show spanning-tree brief
Spanning Tree Mode: RSTP
Spanning Tree Enabled/Disabled: Enabled
Designated Root: 0.ECD68A369C78
Current Root Port (Eth): 1/21
Current Root Cost: 20000
S3900-48T4S-1#show spanning-tree brief
Spanning Tree Mode: RSTP
Spanning Tree Enabled/Disabled: Enabled
Designated Root: 0.ECD68A369C78
Current Root Port (Eth): 1/1
Current Root Cost: 20000
Result: S3900-24F4S-A is set as the root bridge because of its highest priority. Eth 1/22 port of S3900-24F4S-B switch is blocked. Thus, a loop-free network is achieved.
FS S3900シリーズスイッチでのインターフェイスベースのVLAN構成
FS S3900シリーズスイッチの音声VLAN設定
詳細を見る
このS3900-24T4Sスイッチはvlan 変換の機能を持っていますか? By on 2021年11月6日
このスイッチは当該機能がありますよ。マニュアルを参照し設定しました。 By FS on 2021年11月8日
If this stack connection is lost while this switch is in stack, please tell me the operation and workaround when it is in multi master status. For example, MAD (Multi Active Detection) of HPE switch By Kazuki on 2019年6月10日
Thanks for your question. Firstly, please check whether the module and the cable are normal, if not, we recommend you to replace a new one. Then restart the switches, and the devices will restack automatically. Before restarting, please remember to save the current configuration. By FS on 2019年6月12日
Can a port group be a downlink port if the group is a trunk? By Chavers on 2022年5月1日
Yes, if the port group is trunk type, it can also be used as a downlink port. By FS on 2022年5月2日
How loud is it? I plan to use it in a homelab office and need to know if I will be able to sit next to it all day. Thanks By Harlan on 2022年3月14日
It is fanless, so it's suitable for deployment in work areas or home scenes. By FS on 2022年3月15日
Does this switch requires liscensing like the cisco types? By Aaron Laymon on 2022年3月14日
It does not require a license, all the features listed are available directly on the switch. By FS on 2022年3月14日
What are the dimensions? By Kilby on 2022年3月10日
Physical dimensions 44 x 440 x 280mm(1.73'' x 17.32'' x 11.02''), this fits a standard19"rack slot with a minimum of 1U height. By FS on 2022年3月11日
Does this switch come with rack mount ears and screws? By Herbert on 2022年3月9日
Mine come with the ears and screws for the ears. By FS on 2022年3月11日
Does the 10G Uplink port of this switch support the electrical interface module of FS? What happens to the rate? By Colby on 2022年1月1日
The 10G port of S3900-24T4S switch can use FS electrical interface module, which has no impact on the rate. It only says that the electrical interface module is used with network cables, and the optical module is used with fiber optic cables. By FS on 2022年1月1日
Does the switch support other operating systems besides FSOS? By Keith Carter on 2021年12月30日
S3900-24T4S is a hardware and software integrated switch. It cannot be installed and adapted to other operating systems. By FS on 2021年12月30日
Could you provide inter-VLAN routing and relevant documents? By Bruck on 2021年12月25日
Hello, S3900-24T4S supports inter VLAN routing, You can refer to section 3.1 of this document: S3900 Series Switches Configuration Guide . By FS on 2021年12月25日