S3900シリーズスイッチは、S3900-24T4S、S3900-24F4S、S3900-48T4Sの3つのモデルで構成されます。これらは、SMB、キャンパス、およびエンタープライズネットワーク向けに設計され、Broadcomチップを搭載し、10G SFP+アップリンクをサポートするフルマネージドスタッカブルギガビットスイッチです。
ネットワーキングでは、LACP(リンクアグリゲーション制御プロトコル)テクノロジを使用して単一接続の帯域幅を拡大し、リンクの1つに障害が発生した場合に冗長性を提供します。キャンパスネットワーク、SMB、およびホームネットワーク用に設計されたFS S3900シリーズスイッチもLACPをサポートします。
例として、S3900シリーズスイッチと S5800-8TF12Sの間のLACPアプリケーションを取り上げます。2つのリンクを組み合わせることで、S3900-48T4SとS5800-8TF12Sスイッチ間のロードバランシングモードが有効になり、ネットワークの信頼性が向上します。LACPを適用することで、2つの10Gネットワークリンクが物理的にまとめられ、論理帯域幅が拡大された単一の20Gデータパスが形成されます。1つのリンクが失敗すると、LACPは残りのリンクで転送されるデータパケットを導きます。
FS S3900シリーズスイッチは、S3900-24T4S、S3900-24F4S、およびS3900-48T4Sで構成されています。通常、3つのスイッチは、LACPを実行するために銅と銅、1Gと1G、および10Gと10Gという3種類の接続をサポートできます。次の図では、これら3つの方法の詳細な接続が示されています。
ノート:
理論的には、任意のLACPリンクグループは、異なる伝送メディアとデータレートを持つリンクによって形成できます。ただし、データレートが異なるリンクを1つのアグリゲーショングループとして接続する必要がある場合は、高いデータレートを手動で最低のものに制限することを忘れないでください。
FS S3900シリーズスイッチでは、2台のスイッチ間で最大26のアグリゲーションリンクグループを使用できます。単一のLACP接続グループの場合と同様に、S3900-48T4Sスイッチタイプでは最大52個のポートを一緒にバンドルできます;S3900-24T4SおよびS3900-24F4Sは最大28ポートまで収容できます。S3900シリーズスイッチの各LACPリンクグループが同時に動作できるアクティブポートは8つだけで、残りのポートはバックアップしかできません。代替ポートは、アクティブポートに障害が発生した場合にのみ機能するようにアクティブグループに参加できます。
S3900シリーズスイッチおよび他の設備に対してLACPを実行する必要がある場合は、他の設備もLACPをサポートしていることを確認してください。
TLACP設定は動的LAGと静的LAGの2種類のリンクアグリゲーショングループ (LAGs)を実現できる: 前者は、接続されている2つのデバイス間で設定をネゴシエートします。これは、FS S3900スイッチ間で使用することをお勧めします。手動としても知られている静的なものは、S3900スイッチと異なるブランドのスイッチまたはルーターのような他の種類の装置の間に適用することをお勧めします。
S3900スイッチでの動的および静的LACPの設定は、CLIとWebインターフェイスの両方の方法で実現できます。設定ロードマップはすべて次のものと同じです:S3900-24T4SとS3900-48T4Sの間のLACPリンクの詳細な設定プロセスを以下に示します。
チャネルグループにメンバーインターフェイスを追加します。
LACPシステムプライオリティを設定し、アクターを決定して、パートナーがアクターインターフェイスプライオリティに基づいてアクティブなインターフェイスを選択するようにします。
信頼性を向上させるために、アクティブなインターフェイスの数に上限しきい値を設定します。(このステップは、CLI動的構成コマンドでオプションでのみ適用されます。)
LACPインターフェイスの優先順位を設定し、アクティブなインターフェイスを決定して、優先順位の高いインターフェイスがアクティブなインターフェイスとして選択されるようにします。(このステップは、CLI動的構成コマンドでオプションでのみ適用されます。)
VLANを作成し、VLANにインターフェースを追加します。(このステップは、CLI動的構成コマンドでオプションでのみ適用されます。)
LACP設定を確認します。
S3900-24F4S#configure terminal
S3900-24F4S (config)#interface ethernet 1/21
S3900-24F4S (config-if)#channel-group 1 mode auto
S3900-24F4S(config-if)#exit
S3900-24F4S (config)#interface ethernet 1/22
S3900-24F4S (config-if)#channel-group 1 mode auto
S3900-24F4S (config-if)#exit
S3900-24F4S (config)#interface ethernet 1/23
S3900-24F4S (config-if)#channel-group 1 mode auto
S3900-24F4S (config-if)#exit
S3900-24F4S (config)#interface port-channel 1
S3900-24F4S (config-if)#lacp system-priority 100
S3900-24F4S (config)#interface port-channel 1
S3900-24F4S (config-if)#lacp max-member-count 8
S3900-24F4S (config)#interface ethernet 1/21
S3900-24F4S (config-if)#lacp port-priority 100
S3900-24F4S(config-if)#exit
S3900-24F4S(config)#interface ethernet 1/22
S3900-24F4S (config-if)#lacp port-priority 100
S3900-24F4S (config)#vlan database
S3900-24F4S (config-vlan)#vlan 10
S3900-24F4S (config-vlan)#exit
S3900-24F4S (config)#interface port-channel 1
S3900-24F4S (config-if)#switchport mode trunk
S3900-24F4S (config-if)#switchport trunk allowed vlan add 10
S3900-24F4S#show interfaces status port-channel 1
Group Type: LACP
Port Type: 1000BASE SFP
Link Status: Up
Speed-duplex Status: 1000full
Max Frame Size: 1518 bytes (1522 bytes for tagged frames)
MAC Learning Status: Enabled
Member Ports: Eth1/21, Eth1/22, Eth1/23
Active Member Ports: Eth1/21, Eth1/22,Eth1/23
S3900-48T4S#show interfaces status port-channel 1
Group Type: LACP
Port Type: 1000BASE SFP
Link Status: Up
Speed-duplex Status: 1000full
Max Frame Size: 1518 bytes (1522 bytes for tagged frames)
MAC Learning Status: Enabled
Member Ports: Eth1/21, Eth1/22, Eth1/23
Active Member Ports: Eth1/21, Eth1/22, Eth1/23
S3900-24F4S#show lacp
Port Channel: 1
Max Member Count: 8
Timeout: Long
State: Active
------------------------------------------------------------
Member Port: Eth 1/21
System Priority: 100
Port Priority: 100
------------------------------------------------------------
Member Port: Eth 1/22
System Priority: 100
Port Priority: 100
------------------------------------------------------------
Member Port: Eth 1/23
System Priority: 100
Port Priority: 32768
S3900-48T4S#show lacp
Port Channel: 1
Max Member Count: 8
Timeout: Long
State: Active
------------------------------------------------------------
Member Port: Eth 1/21
System Priority: 32768
Port Priority: 32768
------------------------------------------------------------
Member Port: Eth 1/22
System Priority: 32768
Port Priority: 32768
------------------------------------------------------------
Member Port: Eth 1/23
System Priority: 32768
Port Priority: 32768
S3900-48T4S(config)#interface port-channel 1
S3900-48T4S #configure terminal
S3900-48T4S (config)#interface ethernet 1/21
S3900-48T4S (config-if)#channel-group 1 mode on
S3900-48T4S (config-if)#exit
S3900-48T4S (config)#interface ethernet 1/22
S3900-48T4S (config-if)#channel-group 1 mode on
S3900-48T4S (config-if)#exit
S3900-48T4S (config)#vlan database
S3900-48T4S (config-vlan)#vlan 10
S3900-48T4S (config-vlan)#exit
S3900-48T4S (config)#interface port-channel 1
S3900-48T4S (config-if)#switchport mode trunk
S3900-48T4S (config-if)#switchport trunk allowed vlan add 10
S3900-48T4S #show interfaces status port-channel 1
Group Type: Static
Port Type: 1000BASE-T
Link Status: Up
Speed-duplex Status: 1000full
Max Frame Size: 1518 bytes (1522 bytes for tagged frames)
MAC Learning Status: Enabled
Member Ports: Eth1/21, Eth1/22
Active Member Ports: Eth1/21, Eth1/22
FSスイッチのWeb管理インターフェイスにログインしてLACPを設定します。S3900-24T4Sの構成はS3900-48T4Sの構成と同様であるため、ここでは説明しません。詳細な手順は以下のとおりです:
FSスイッチのS3900 Web管理インターフェイスにログインして、スタティックリンクアグリゲーションを設定します。S3900-24T4Sの構成はS3900-48T4Sの構成と同様であるため、ここでは説明しません。詳細な手順は以下のとおりです:
FS S3900シリーズスイッチのトラフィックセグメンテーション構成
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日