Die Switches der S3900-Serie umfassen drei Modelle: S3900-24T4S, S3900-24F4S, S3900-48T4S, vollständig managed stackable Gigabit-Switches, die mit Broadcom-Chips ausgestattet sind, 10G SFP+ Uplinks unterstützen und für SMB-, Campus- und Unternehmensnetzwerke ausgelegt sind.
Produktrichtlinie
Case Study
Download
FAQ
Ein VLAN (virtuelles LAN) ist eine Broadcast-Domain, die in einem Computernetzwerk auf der Datenverbindungsschicht partitioniert und isoliert ist und Geräte aus verschiedenen physischen LANs zu einem einzigen logischen Netzwerk gruppiert, wodurch die Einfachheit, Sicherheit, das Verkehrsmanagement oder die Wirtschaftlichkeit verbessert wird.
Es gibt unterschiedliche Arten der VLAN-Konfiguration, die aus Schnittstellen-basiertem VLAN, MAC-Adressen-basiertem VLAN, IP-Subnet-basiertem VLAN, Protokoll-basiertem VLAN und Richtlinien-basiertem VLAN besteht. Unter diesen Konfigurationen gilt die Zuweisung von VLAN auf der Grundlage von IP-Subnetzen für Szenarien, in denen hohe Anforderungen an Mobilität und vereinfachte Verwaltung, aber geringe Sicherheitsanforderungen bestehen. In diesem Artikel erfahren Sie mehr über die auf IP-Subnetzen basierende VLAN-Funktion der L2+-Switches der S3900-Serie von FS.
Ein Rechenzentrum verfügt über mehrere Services, die unterschiedliche IP-Subnetze verwenden. Verschiedene Services müssen verschiedenen VLANs zugewiesen und auf der Grundlage von VLAN-IDs auf verschiedene Remote-Netzwerke verteilt werden. Das folgende Diagramm zeigt beispielsweise einen FS S3900-24T4S-Switch mit drei Ports, der für die Abwicklung des Datenverkehrs für drei VLANs konfiguriert ist. Durch die IP-Subnet-basierte VLAN-Konfiguration werden die drei verschiedenen IP-Adressen separat VLAN 10, VLAN 20 und VLAN 30 zugewiesen, so dass die Schnittstelle Ethernet 1/0/5-1/0/7 des Switches Pakete mit unterschiedlichen VLAN-IDs an Geräte übertragen kann, die vom Router empfangen werden.
In diesem Beispiel reduziert die IP-Subnet-basierte VLAN-Zuweisung den Verkehr und beschleunigt dadurch das Netzwerk. Darüber hinaus entspricht im Allgemeinen jedes Subnetz einem VLAN. Der mit einem IP-Subnet-basierten VLAN konfigurierte Port weist das Paket einem VLAN auf der Grundlage der Quelladresse des Pakets zu, selbst wenn sich der Port ändert, was die Flexibilität der IP-Subnet-basierten VLAN-Funktion verdeutlicht.
Im folgenden Beispiel ist der FS S3900-24T4S-Switch für ein IP-Subnet-basiertes VLAN konfiguriert. PC-1, PC-2 und PC-3 gehören jeweils zu unterschiedlichen IP-Subnetzen. Die Ethernet 1/1-3-Schnittstellen am Switch sind als Hybrid-Ports konfiguriert. Auf diesen Ports werden ungekennzeichnete Pakete für VLAN 10, VLAN 20 und VLAN 30 gesendet und empfangen.
Hinweis:
Die IP-Subnet-basierten VLAN-Konfigurationen sind nur auf Hybrid-Ports anwendbar.
Die IP-Subnet-basierten VLAN-Konfigurationen werden nur auf nicht gekennzeichnete Pakete angewendet.
Zur Konfiguration von IP-Subnetz-basierten VLANs auf Switches der S3900-Serie von FS sollten die folgenden Richtlinien befolgt werden:
Erstellen Sie VLANs auf dem Switch und konfigurieren Sie die IP-Adressen.
Konfigurieren Sie hybride Schnittstellen und weisen Sie sie den entsprechenden VLANs in einem nicht getaggten Modus zu.
Konfigurieren Sie jeweils einen Pinging-Gateway-Test auf den drei PCs.
Überprüfen Sie die VLAN-Schnittstelle auf dem Switch, um zu sehen, ob der PC die Gateway-IP-Adresse anpingen kann.
S3900-24T4S#configure terminal
S3900-24T4S(config)#subnet-vlan subnet 10.1.1.0 255.255.255.0 vlan 10
S3900-24T4S(config)#subnet-vlan subnet 10.1.2.0 255.255.255.0 vlan 20
S3900-24T4S(config)#subnet-vlan subnet 10.1.3.0 255.255.255.0 vlan 30
S3900-24T4S(config)#exit
S3900-24T4S#show subnet-vlan
S3900-24T4S#configure terminal
S3900-24T4S(config)#vlan database
S3900-24T4S(config-vlan)#vlan 10
S3900-24T4S(config-vlan)#vlan 20
S3900-24T4S(config-vlan)#vlan 30
S3900-24T4S(config-if)#exit
S3900-24T4S(config)#interface vlan 10
S3900-24T4S(config-if)#ip add 10.1.1.1/24
S3900-24T4S(config-if)#exit
S3900-24T4S(config)#int vlan 20
S3900-24T4S(config-if)#ip add 10.1.2.1/24
S3900-24T4S(config-if)#exit
S3900-24T4S(config)#interface vlan 30
S3900-24T4S(config-if)#ip add 10.1.3.1/24
S3900-24T4S(config-if)#exit
S3900-48T4S(config)#interface ethernet 1/1
S3900-48T4S(config-if)#switchport mode hybrid
S3900-48T4S(config-if)#switchport hybrid allowed vlan add 10 untagged
S3900-48T4S(config-if)#switchport hybrid allowed vlan add 20 untagged
S3900-48T4S(config-if)#switchport hybrid allowed vlan add 30 untagged
S3900-24T4S(config-if)#exit
S3900-48T4S(config)#int ethernet 1/2
S3900-48T4S(config-if)#switchport mode hybrid
S3900-48T4S(config-if)#switchport hybrid allowed vlan add 30 untagged
S3900-48T4S(config-if)#switchport hybrid allowed vlan add 20 untagged
S3900-48T4S(config-if)#switchport hybrid allowed vlan add 10 untagged
S3900-24T4S(config-if)#exit
S3900-48T4S(config)#int ethernet 1/3
S3900-48T4S(config-if)#switchport mode hybrid
S3900-48T4S(config-if)#switchport hybrid allowed vlan add 10 untagged
S3900-48T4S(config-if)#switchport hybrid allowed vlan add 20 untagged
S3900-48T4S(config-if)#switchport hybrid allowed vlan add 30 untagged
S3900-24T4S(config-if)#exit
C:UsersDell>ping 10.1.1.1
Pinging 10.1.1.1 with 32 bytes of data:
Reply from 10.1.1.1: bytes=32 timeReply from 10.1.1.1: bytes=32 timeReply from 10.1.1.1: bytes=32 timeReply from 10.1.1.1: bytes=32 timePing statistics for 10.1.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:UsersDell>ping 10.1.2.1
Pinging 10.1.2.1 with 32 bytes of data:
Reply from 10.1.2.1: bytes=32 timeReply from 10.1.2.1: bytes=32 timeReply from 10.1.2.1: bytes=32 timeReply from 10.1.2.1: bytes=32 timePing statistics for 10.1.2.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:UsersDell>ping 10.1.3.1
Pinging 10.1.3.1 with 32 bytes of data:
Reply from 10.1.3.1: bytes=32 timeReply from 10.1.3.1: bytes=32 timeReply from 10.1.3.1: bytes=32 timeReply from 10.1.3.1: bytes=32 timePing statistics for 10.1.3.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
S3900-24T4S#show vlan all
VLAN ID : 1
Name : DefaultVlan
Type : Static
Members :
Eth1/ 1(S) Eth1/ 2(S)Eth1/ 3(S) Eth1/ 4(S) Eth1/ 5(S)
Eth1/ 6(S) Eth1/ 7(S) Eth1/ 8(S) Eth1/ 9(S) Eth1/10(S)
Eth1/11(S)Eth1/12(S)Eth1/13(S) Eth1/14(S) Eth1/15(S)
Eth1/16(S) Eth1/17(S) Eth1/18(S) Eth1/19(S) Eth1/20(S)
Eth1/21(S) Eth1/22(S) Eth1/23(S) Eth1/24(S) Eth1/25(S)
Eth1/26(S) Eth1/27(S) Eth1/28(S) Eth1/29(S) Eth1/30(S)
Eth1/31(S) Eth1/32(S) Eth1/33(S) Eth1/34(S) Eth1/35(S)
Eth1/36(S) Eth1/37(S) Eth1/38(S) Eth1/39(S) Eth1/40(S)
Eth1/41(S) Eth1/42(S) Eth1/43(S) Eth1/44(S) Eth1/45(S)
Eth1/46(S) Eth1/47(S) Eth1/48(S) Eth1/49(S) Eth1/50(S)
Eth1/51(S) Eth1/52(S)
VLAN ID : 10
Name :
Type : Static
Members : Eth1/ 1(S) Eth1/ 2(S) Eth1/ 3(S)
VLAN ID : 20
Name :
Type : Static
Members : Eth1/ 1(S) Eth1/ 2(S) Eth1/ 3(S)
VLAN ID : 30
Name :
Type : Static
Members : Eth1/ 1(S) Eth1/ 2(S) Eth1/ 3(S)
Interface-basierte VLAN-Konfiguration auf Switches der S3900-Serie von FS
Voice-VLAN-Konfiguration auf Switches der S3900-Serie von FS
Can we use 10GBASE-T SFP+ Copper RJ-45 30m Transceivers (SFP-10G-T) in the SFP+ ports? By Christian.Schrefl on 16. November 2021
By FS on
Ich habe den S3900-24T4S und möchte an die SFP+ Ports meinen Server und meine Workstations anbinden. Die NICs in den Rechnern sind Mellanox Connect-X 3 Karten. Welche SFP+ Transceiver könnte ich dafür nutzen? Es ginge sowohl um DAC als auch LWL (welches LWL wäre geeignet? Die längste Strecke ist 10m.) Vielen Dank! By Patrick.Pabst on 13. Februar 2021
# 11552 10G SR kann mit S3900-24T4S kompatibel sein, # 65334 10G SR kann mit Mellanox Connect-X3 kompatibel sein. Das DAC-Kabel ist ein Kupferkabel. Sie können # 69906 wählen (eine Seite Cisco-kompatibel, die andere Seite Mellanox-kompatibel). Das Glasfaserkabel können Sie # 30746 wählen (eine Seite Cisco-kompatibel, die andere Seite Mellanox-kompatibel) By FS on 20. Februar 2021
The current version supports: RSA1, DSA2 , AES-128, AES-192, AES-256, 3DES, des_cbc, Blowfish , MD5, SHA1 The next version will support the latest key exchange algorithms, including: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group- exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256。 By FS on 15. Januar 2021
Does this switch requiere the "FS" 10GBASE-SR Transceiver or could I use the "generic" ones? By Erik.Liebenau on 20. November 2020
Yes, the generic transceivers can work well on your switch S3900-24T4S. By FS on 23. November 2020
Does it need any configuration or can it work by plug and play or won’t I be able to use it without any configuration? I don't need advanced features like VLANs by now... By Nils.Scheider on 30. Juli 2020
Hello, if you need to use other functions, you need to configure it. If you are only involved in simple use, there is no problem if you only need to connect the corresponding cable, that is, you can use it after powering on. By FS on 31. Juli 2020
Are there any 10GBASE-T SFP+ Modules that i can use with S3900-24T4S? By Pascal.Wolz on 27. Februar 2020
Yes, we would recommend the # 66612 SFP-10G-T for you, which is compatible with the S3900-24T4S switch. You could also refer to the “Matching Products” section on the product details page or the S3900 Series Switches Transceiver Modules Guide , which recommends various kinds of transceiver modules and cables that could be used together this switch. By FS on 28. Februar 2020
Hi, I wonder if the device is shipped with rack mount kit? Thank you! By Malte on 24. Juni 2019
Yes, the S3900-24T4S switch is shipped with rack mount kit, including a grounding cable, a couple of rack mount brackets, two power cords, six screws and four rubber pads. By FS on 25. Juni 2019
Does this switch support any dynamic routing protocol such as OSPF? Do you plan a switch in the price range of By Adam on 13. Januar 2019
Regarding to #72944 (S3900-24T4S), confirmed that it is the Layer 2 switches that only supports static routing. If the dynamic routing protocol is what you want, our S58 series switches will be suitable, because they can support OSPF, RIP various dynamic routing protocols. Below switch is listed for your reference. S5850-48T4Q 48-Port 10GBase-T L2/L3 Data Center ToR/Leaf Switch with 4 40G QSFP+ Uplinks#69378 By FS on 17. Januar 2019
kann der S3900-24T4S und der S3900-24F4S mit dem Artikel #74676 oder #11552 über eine Entfernung von 50m gestapelt werden? wieviele LWL Fasern / SFPs sind dazu nötig By xaver on 20. November 2018
der S3900-24T4S und der S3900-24F4S können nicht zusammen gestapelt werden. Der S3900-24T4S kann nur den S3900-24T4S gestapelt werden. Mit freundlichen Grüßen By FS on 21. November 2018
Can a port group be a downlink port if the group is a trunk? By Chavers on 1. Mai 2022
Yes, if the port group is trunk type, it can also be used as a downlink port. By FS on 2. Mai 2022