FS Switche: Unterschied zwischen den Versionen

Aus d0b
Zur Navigation springenZur Suche springen
Zeile 24: Zeile 24:
 
Rechte Level
 
Rechte Level
 
<pre>
 
<pre>
Switch>               // "en" für enable configure mode
+
Switch>                           //  
Switch#               //   configure mode
+
Switch#                           // Privileged EXEC
 +
Switch(config)#                  // Global Configuration
 +
 
 +
 
 +
configure terminal
 
</pre>
 
</pre>
 +
 +
Basics
 +
<pre>
 +
hostname name                    // Hostnamen setzen                       
 +
no hostname                      // Hostnamen entfernen
 +
 +
</pre>
 +
 +
== Produke ==
 +
=== S5800-8TF12S ===
 +
* [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]

Version vom 1. Juli 2019, 13:14 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 dieht das dann so aus: HP5130 (JG933A)

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

Abweichende Switche

HP1920-24g-poe (JG928A)

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


Console

Rechte Level

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


configure terminal

Basics

hostname name                     // Hostnamen setzen                         
no hostname                       // Hostnamen entfernen

Produke

S5800-8TF12S