S3900シリーズスイッチは、S3900-24T4S、S3900-24F4S、S3900-48T4Sの3つのモデルで構成されます。これらは、SMB、キャンパス、およびエンタープライズネットワーク向けに設計され、Broadcomチップを搭載し、10G SFP+アップリンクをサポートするフルマネージドスタッカブルギガビットスイッチです。
スイッチスタッキングテクノロジーは、ネットワークスイッチを同じIPアドレスを持つ単一のユニットとして接続できるようにするネットワークソリューションです。単一エンティティとして設定されたスタック可能なスイッチは、スケーラビリティと柔軟性が最適化されているだけでなく、ネットワーク構成と管理も簡素化されています。FS S3900シリーズスタッカブルスイッチは、キャンパスネットワーク、SMB、およびホームネットワーク用に設計されており、スタックする機能も備えています。
ここでは、2つのS3900-24T4Sスイッチをスタックする例を示します。次のトポロジグラフに示すように、Switch-AとSwitch-Bは1つのグループにスタックされています。2つのS3900-24T4Sスイッチが1つのユニットとしてスタックされるため、ユーザーは複数のデバイスを管理する手間をかけずにネットワーク容量を拡張できます。さらに、スイッチスタックの全体的なパフォーマンスに影響を与えることなく、必要に応じて最大6台のS3900-24T4Sスイッチを追加できます。
この例では、S3900-24T4S-Aがスタックマスターで、S3900-24T4S-Bがスレーブです。S3900シリーズスイッチのスタックマスターの選択は、次の原則に従います。
構成が正常に完了すると、最初に再起動するスイッチがデフォルトでマスターとして選択されます。
同時に稼働している場合、スタックメンバーのプライオリティ値が最も高いスイッチがマスターになります。コマンドを使用して、最高の優先順位値をスイッチに割り当てることができます。
スタック内のスイッチのブート時間と優先度の値が同じ場合、マスターはMACアドレスが最小のスイッチになります。
S3900シリーズスタッカブルスイッチには、すべて4つの10G SFP +ポートが組み込まれており、右端の2つだけがスタッキングに割り当てられています。すべてのS3900シリーズスイッチは、10G SFP +トランシーバーとファイバーパッチケーブルの組み合わせ、または10G SFP + DACまたはAOCケーブルを介して接続できます。2〜6の異なるスタックメンバーの詳細な接続を次の図に示します。
ご注意:
S3900シリーズスイッチは、同じモデルの最大6台のスイッチスタックをサポートします。
スタッキングポートは常に2つの10G SFP+ポートで、最大数のS3900シリーズスイッチがあり、S3900-24T4SおよびS3900-24F4Sスイッチスタック構成の場合はポート27および28、S3900-48T4Sスイッチの場合はポート51および52です。ポートは、サービスポートではなくなり、スタックに適用された後に構成されます。
スタックのセットアップ後にスイッチ間の通信が中断された場合、スタックはスタンドアロンスイッチに分割されます。これをスタック分割と呼びます。分割のプロセスでは、データフローに障害が発生します。その継続時間は約1秒です。ただし、全体的な送信には影響しません。
次のスタック構成では、例として2つのS3900-24T4Sスイッチを使用します。3/4/5/6 S3900シリーズスイッチのスタッキングは、2つのスイッチをスタッキングするのと同じ設定手順とコマンドに従います。
構成ロードマップは次のとおりです。
2つのS3900スイッチのスタッキング機能を有効にします。
スタックのセットアップ後、インジケーターを観察して構成を保存し、2つのスイッチを再起動します。
マスタースイッチの状態を確認してください。
インターフェイス情報を確認します。マスタースイッチにすべてのインターフェイスが表示され、スタック用の4つのポートがポートリストに表示されません。
S3900-24T4S-A(config)#stacking enable 1
S3900-24T4S-B(config)#stacking enable 1
S3900-24T4S-A#copy running-config startup-config
S3900-24T4S-A#restart
S3900-24T4S-B#copy running-config startup-config
S3900-24T4S-B#restart
Switch#show stacking status
Switch#show interfaces brief
Switch(config)#interface ethernet 1/21
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 10
Switch(config)#interface ethernet 2/21
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 10
C:Userss>ping 10.100.10.3
Pinging 10.100.10.3 with 32 bytes of data:
Reply from 10.100.10.3: bytes=32 time=4ms TTL=249
Reply from 10.100.10.3: bytes=32 time=56ms TTL=249
Reply from 10.100.10.3: bytes=32 time=6ms TTL=249
Reply from 10.100.10.3: bytes=32 time=14ms TTL=249
Ping statistics for 10.100.10.3:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 4ms, Maximum = 56ms, Average = 20ms
C:Userss>ping 10.100.10.3
Pinging 10.100.10.3 with 32 bytes of data:
Reply from 10.100.10.3: bytes=32 time=13ms TTL=249
Reply from 10.100.10.3: bytes=32 time=3ms TTL=249
Reply from 10.100.10.3: bytes=32 time=4ms TTL=249
Reply from 10.100.10.3: bytes=32 time=10ms TTL=249
Ping statistics for 10.100.10.3:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 3ms, Maximum = 13ms, Average = 7ms
FS S3900シリーズスイッチの音声VLAN設定
FS S3900シリーズスイッチのトラフィックセグメンテーション構成
詳細を見る
この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日