S3900シリーズスイッチは、S3900-24T4S、S3900-24F4S、S3900-48T4Sの3つのモデルで構成されます。これらは、SMB、キャンパス、およびエンタープライズネットワーク向けに設計され、Broadcomチップを搭載し、10G SFP+アップリンクをサポートするフルマネージドスタッカブルギガビットスイッチです。
ポートミラーリングは、ネットワークスイッチまたはルーターで使用され、指定されたポート(送信元ポート)上のパケットのコピーを他の指定されたポート(宛先ポート)に送信します。FS S3900シリーズスイッチは、SMB、エンタープライズ、およびキャンパスネットワークに最適なギガビットアクセスおよび集約スイッチです。これらは、ユーザーがネットワークトラフィックを監視および分析し、ネットワーク上のデータをデバッグまたはエラーを診断するのに役立つポートミラーリングをサポートします。
ポートミラーリングには、ミラーリングの有効範囲に基づくローカルポートミラーリングとリモートポートミラーリングが含まれます。
送信元ポートと宛先ポートが1つのS3900スイッチ上にある場合は、ローカルミラーリングモードを選択します。例として、S3900-48T4Sポートミラーリングアプリケーションを取り上げます。ポートミラーリングが設定されると、送信元ポート(11)はパケットを宛先ポート(10)にコピーし、ユーザーは監視デバイスを使用してクライアントデバイスからのデータを監視および分析できます。
リモートミラーリングでは、ソースポートと宛先ポートは1つのS3900スイッチに属しません。1つのスイッチの宛先ポートは、2つの異なるスイッチ間の接続を介して、別のスイッチの送信元ポートを監視できます。例として、S3900-48T4SおよびS3900-24T4Sのリモートポートミラーリングアプリケーションを取り上げます。S3900-48T4Sポート(5)をソースポートとして設定し、S3900-24T4Sポート(5)を宛先ポートとして設定します。そして、両側のポート(10)を介して2つのスイッチ間にアップリンク接続を確立します。したがって、ユーザーはS3900-24T4Sに接続された監視デバイスを使用して、S3900-48T4Sスイッチに接続されたクライアントデバイスからのデータを監視および分析できます。
SS3900シリーズスイッチは、S3900-24F4S、S3900-24T4S、およびS3900-48-T4Sで構成されています。すべてポートミラーリングをサポートしています。ローカルポートとリモートポートのミラーリングを適用する場合、送信元ポートと宛先ポートのレートを一致させる必要があります。場合によっては、宛先ポートのレートが送信元ポートのレートより高くなることがありますが、送信元ポートのレートより低くなることはありません。
ご了承ください:
ローカルポートミラーリングで、1つのポートをソースポートとして設定し、別のポートを宛先ポートとして設定すると、設定が有効になります。
ミラーリンググループを作成する場合、設定できる宛先ポートは1つだけですが、グループには1つ以上のソースポートが存在する可能性があります。
1つのポートが1つのミラーリンググループのソースポートとして指定されている場合、そのポートを別のミラーリンググループのメンバーにすることはできません。
1つのポートが1つのミラーリンググループの宛先ポートとして指定されている場合、そのポートを別のミラーリンググループのメンバーにすることはできません。
宛先ポートにSTP、RSTP、MSTPを適用しないことをお勧めします。適用しない場合、デバイスが誤動作する可能性があります。
S3900シリーズスイッチでローカルおよびリモートのポートミラーリングを実行するには、CLIおよびWebインターフェイスを使用します。ここでは、例としてCLI構成を使用します。
VLANを作成します。
送信元ポートと宛先ポートをVLANに追加します。
IPアドレスを設定します。
宛先ポートでポートミラーリングを構成し、送信元ポートから宛先ポートにパケットをコピーします。
結果を確認します。
グローバルスキーマで送信元ポートを指定します。
1つのスイッチにアップリンクポートを設定します。
グローバルスキーマで宛先ポートを指定します。
結果を確認します。
S3900-48T4S#configure terminal
S3900-48T4S(config)#vlan database
S3900-48T4S(config-vlan)#vlan 10
S3900-48T4S(config)#interface ethernet 1/10
S3900-48T4S(config-if)#switchport mode access
S3900-48T4S(config-if)#switchport access vlan 10
S3900-48T4S(config)#vlan database
S3900-48T4S(config-vlan)#vlan 11
S3900-48T4S(config)#interface ethernet 1/11
S3900-48T4S(config-if)#switchport mode access
S3900-48T4S(config-if)#switchport access vlan 11
S3900-48T4S(config)#interface vlan 10
S3900-48T4S(config-if)#ip add 192.168.3.11 255.255.255.0
S3900-48T4S(config)#interface vlan 11
S3900-48T4S(config-if)#ip add 192.168.2.11 255.255.255.0
S3900-48T4S(config)#interface ethernet 1/10
S3900-48T4S(config-if)#port monitor ethernet 1/11 both
S3900-48T4S#configure terminal
S3900-48T4S(config)#vlan database
S3900-48T4S(config-vlan)#vlan 200 media ethernet rspan
S3900-48T4S(config-vlan)#exit
S3900-48T4S(config)#rspan session 1 source interface e 1/5
S3900-48T4S(config)#rspan session 1 remote vlan 200 source uplink e 1/10
S3900-24T4S#configure terminal
S3900-24T4S(config)#vlan database
S3900-24T4S(config-vlan)#vlan 200 media ethernet rspan
S3900-48T4S(config-vlan)#exit
S3900-24T4S(config)#rspan session 1 destination interface e 1/5
S3900-24T4S(config)#rspan session 1 remote vlan 200 destination uplink e 1/10
S3900-48T4S#show rspan session
RSPAN Session ID : 1
Source Ports (mirrored ports)
RX Only : None
TX Only : None
BOTH : Eth 1/5
Destination Port (monitor port) : None
Destination Tagged Mode : None
Switch Role : Source
RSPAN VLAN : 200
RSPAN Uplink Ports : Eth 1/10
Operation Status : Up
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日