FS Switche: Unterschied zwischen den Versionen

Aus d0b
Zur Navigation springenZur Suche springen
Zeile 87: Zeile 87:
  
 
== Produke ==
 
== Produke ==
 +
==  S1600-48T4S ==
 +
*
 +
 +
=== S3400-48T4SP ===
 +
* [https://www.fs.com/de/products/90132.html Product Page]
 +
 +
* Fiberstore Co., Limited Internetwork Operating System Software Version 2.2.0J Build 68107,
 +
 +
Abweichende CLI Befehle!
 +
<pre>
 +
enable
 +
config    //
 +
write    // Speichern
 +
 +
 
=== S5800-8TF12S ===
 
=== S5800-8TF12S ===
 
* [https://www.fs.com/de/products/69404.html S5800-8TF12S Product Page]
 
* [https://www.fs.com/de/products/69404.html S5800-8TF12S Product Page]
 
* [https://img-en.fs.com/file/user_manual/fs-s5800-8tf12s-mibs.zip S5800-8TF12S MIBs]
 
* [https://img-en.fs.com/file/user_manual/fs-s5800-8tf12s-mibs.zip S5800-8TF12S MIBs]
  
=== S3400-48T4SP ===
 
* [https://www.fs.com/de/products/90132.html Product Page]
 
  
 
==== Default Login ====
 
==== Default Login ====
 
* User: admin
 
* User: admin
 
* Password: admin
 
* Password: admin

Version vom 21. April 2020, 14:28 Uhr

Allgemein

Terminal Settings

  • Symbolrate von 1200 bis 115200 (default 9600)
  • 8 data bits
  • 1 stop bit
  • no parity
  • flow control set to Xon/Xoff

mit Screen sieht das dann so aus:

screen /dev/cu.usbserial 115200,cs8,-parenb,-cstopb,-clocal

Console

Rechte Level

Switch>                                  // 
Switch#                                  // Privileged EXEC Mode
Switch(config)#                          // Global Configuration Mode

quit/exit                                // Aktuelles Rechtelevel bzw. Switch verlassen


"enable" -> "configure terminal" 
  |                \-------------------- switch to "Global Configuration Mode"
  |                
   \------------------------------------ switch to "Privileged EXEC Mode"

Show Configuration

show management ip address                // Default:  192.168.1.10/24
show management ipv6 address
show interface status


Basic Configuration

hostname name                                                               // Hostnamen setzen                         

management ip address A.B.C.D/M |A.B.C.D mask) (gateway A.B.C.D)            // IPv4-Adresse für Netzwerk Management setzen
management ip address 192.168.1.10/24                                       // Beispoel ohne GW
management ipv6 address (X:X::X:X/M | X:X::X:X mask) (gateway X:X::X:X)     // IPv6-Adresse für Netzwerk Management setzen

enable password

Basic VLAN

conf t
interface vlan 1
no ip address dhcp                                // DHCP CLient abschalten
ip address 192.168.23.23 255.255.255.0
copy running-config startup-config                // config speichern


LACP Dynamic

Eingaben im Global Configuration Mode "(config)#"

lacp system-priority 2000 
port-channel dynamic-load-balance enable 
interface eth-0-1
  no shutdown
  channel-group 1 mode active
  exit
interface eth-0-2
  no shutdown
  channel-group 1 mode active
  exit  
interface agg 1  
  jumboframe enable                               // MTU anpassen
  exit

copy running-config startup-config                // config speichern




show channel-group summary                        // config prüfen
show interface agg 1
show lacp {counters | internal | neighbor | sys-id}  

Produke

S1600-48T4S

S3400-48T4SP

  • Fiberstore Co., Limited Internetwork Operating System Software Version 2.2.0J Build 68107,

Abweichende CLI Befehle!

enable
config    // 
write     // Speichern


S5800-8TF12S

* S5800-8TF12S Product Page * S5800-8TF12S MIBs

Default Login

* User: admin * Password: admin