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
Im LAN-Netzwerk gibt es in der Regel mehrere Dienste wie IPTV, VoIP und Internetzugang über verschiedene Protokolle. Um die Netzwerkverwaltung zu erleichtern, werden Dienste, die dasselbe Protokoll verwenden, für die Verwaltung in dasselbe VLAN klassifiziert. Somit gibt es mehrere Protokoll-basierte VLANs in einem Netzwerk. Bei der Verarbeitung von Daten-Frames, die auf Protokollen wie IP, IPX, AT usw. basieren, handelt es sich beim Protokoll-basierten VLAN um ein VLAN, das nur in der hybriden Schnittstelle konfiguriert werden kann, um Filterkriterien für nicht markierte Pakete zu definieren. Dieser Artikel befasst sich mit der Protokoll-basierten VLAN-Konfiguration auf Switches der S3900-Serie von FS, die für das Campus-Netzwerk, SMB und Heimnetzwerk konzipiert sind.
Die folgende Abbildung zeigt eine typische Protokoll-basierte VLAN-Netzwerkanwendung des verwalteten Switches S3900-24T4S. Im Netzwerk werden Internetdienste über die Protokolle IPv4 bzw. IPv6 bereitgestellt. Durch die Konfiguration von Protokoll-basierten VLANs auf FS S3900-24T4S-Switches werden die Internetdienste in zwei verschiedene VLANs aufgeteilt: VLAN 10 und VLAN 20. In VLAN 10 kommunizieren die Endbenutzer mit dem Internet-Server über das IPv4-Protokoll, während in VLAN 20 die Benutzer IPv6 zur Kommunikation verwenden.
Hinweise:
Beim Empfang eines nicht gekennzeichneten Frames von einem Port identifiziert der Switch das Protokollprofil des Frames und bestimmt dann das VLAN, zu dem der Frame gehört.
Wenn auf der Schnittstelle Protokoll-basierte VLANs konfiguriert sind und das Protokollprofil des Frames mit einem Protokoll-basierten VLAN übereinstimmt, fügt der Switch dem Frame das VLAN-Tag hinzu.
Wenn auf der Schnittstelle Protokoll-basierte VLANs konfiguriert sind und das Protokollprofil des Frames mit keinem Protokoll-basierte VLAN übereinstimmt, fügt der Switch dem Frame die PVID (Port-VLAN-ID) der Schnittstelle hinzu.
Die protokollbasierte VLAN-Konfiguration der Switches der S3900-Serie kann über die CLI-Schnittstelle realisiert werden. Und der Konfigurationsprozess eignet sich für alle Modi der Switches der S3900-Serie. Nehmen wir hier als Beispiel den S3900-24T4S.
Konfigurieren Sie die IP-Adressen für die PCs.
Erstellen Sie die VLANs, die den einzelnen Netzwerkschichtprotokollen auf den Switches zugeordnet sind.
Konfigurieren Sie den Porttyp des Switches und lassen Sie das entsprechende VLAN-Protokoll passieren.
Überprüfen Sie Ihre Konfiguration.
IP: 192.168.10.2
IP:192.168.10.3
IP: 2001::1:2
IP: 2001::1:3
S3900-24T4S(config)#vlan database
S3900-24T4S(config-vlan)#vlan 10
S3900-24T4S(config-vlan)#vlan 20
S3900-24T4S(config-vlan)#exit
S3900-24T4S(config)#protocol-vlan protocol-group 1 add frame-type ethernet protocol-type ip
S3900-24T4S(config)#protocol-vlan protocol-group 2 add frame-type ethernet protocol-type ipv6
S3900-24T4S(config)#protocol-vlan protocol-group 3 add frame-type ethernet protocol-type arp
S3900-24T4S(config)#interface ethernet 1/2
S3900-24T4S(config-if)#protocol-vlan protocol-group 1 vlan 10
S3900-24T4S(config-if)#protocol-vlan protocol-group 3 vlan 10
S3900-24T4S(config-if)#exit
S3900-24T4S(config)#interface ethernet 1/3
S3900-24T4S(config-if)#protocol-vlan protocol-group 2 vlan 20
S3900-24T4S(config-if)#exit
S3900-24T4S(config)#interface ethernet 1/4
S3900-24T4S(config-if)#protocol-vlan protocol-group 1 vlan 10
S3900-24T4S(config-if)#exit
S3900-24T4S(config)#interface ethernet 1/5
S3900-24T4S(config-if)#protocol-vlan protocol-group 2 vlan 20
S3900-24T4S(config-if)#exit
S3900-24T4S(config)#int ethernet 1/2
S3900-24T4S(config-if)#switchport mode hybrid
S3900-24T4S(config-if)#switchport hybrid allowed vlan add 10 untagged
S3900-24T4S(config)#int ethernet 1/3
S3900-24T4S(config-if)#switchport mode hybrid
S3900-24T4S(config-if)#switchport hybrid allowed vlan add 20 untagged
S3900-24T4S(config)#int ethernet 1/4
S3900-24T4S(config-if)#switchport mode hybrid
S3900-24T4S(config-if)#switchport hybrid allowed vlan add 10 untagged
S3900-24T4S(config)#int ethernet 1/5
S3900-24T4S(config-if)#switchport mode hybrid
S3900-24T4S(config-if)#switchport hybrid allowed vlan add 20 untagged
S3900-24T4S(config)#int ethernet 1/1
S3900-24T4S(config-if)#switchport mode trunk
S3900-24T4S(config-if)#switchport trunk allowed vlan all
S5800-8TF12S(config)#vlan database
S5800-8TF12S(config-vlan)#vlan 10
S5800-8TF12S(config-vlan)#vlan 20
S5800-8TF12S(config-vlan)#exit
S5800-8TF12S(config)#int ethernet 1/1
S5800-8TF12S(config-if)#switchport mode trunk
S5800-8TF12S(config-if)#switchport trunk allowed vlan all
S5800-8TF12S(config)#int ethernet 1/2
S5800-8TF12S(config-if)#switchport mode trunk
S5800-8TF12S(config-if)#switchport trunk allowed vlan add 10
S5800-8TF12S(config)#int ethernet 1/3
S5800-8TF12S(config-if)#switchport mode trunk
S5800-8TF12S(config-if)#switchport trunk allowed vlan add 20
S3900-24T4S# show protocol-vlan protocol-group
S3900-24T4S# show int protocol-vlan protocol-group
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