|
|
(14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| == Access Control ==
| | [[Kategorie:T2600G/Security]] |
| [[T2600G:Security:Access Security:Access Control]] | |
| | |
| == HTTP Config ==
| |
| [[T2600G:Security:Access Security:HTTP]]
| |
| | |
| [[T2600G:Security:Access Security:HTTPS]]
| |
| | |
| == SSH Config ==
| |
| SSH (Security Shell) provides security and powerful authentication to an unsecured remote management to ensure the management information is protected.
| |
| | |
| ==== Global Config ====
| |
| {| class="wikitable sortable options"
| |
| |-
| |
| ! Option!!Beschreibung
| |
| |-
| |
| | SSH || Enable or disable SSH. SSH is a protocol working in application layer and transport layer. It can provide a secure, remote connection to a device. It is more secure than Telnet protocol as it provides strong encryption.
| |
| |-
| |
| | Protocol V1 || Enable or disable SSH version 1.
| |
| |-
| |
| | Protocol V2 || Enable or disable SSH version 2.
| |
| |-
| |
| | Idle Timeout || Specify the idle timeout time. The system will automatically release the connection when the time is up.
| |
| |-
| |
| | Maximum Connections || Specify the maximum number of the connections to the SSH server. New connection will not be established when the number of the connections reaches the maximum number you set.
| |
| |-
| |
| | Port || Specify the port using for SSH.
| |
| |}
| |
| | |
| ==== Encryption Algorithm ====
| |
| Select the encryption algorithm you want the switch to support and click '''Apply'''.
| |
| | |
| ==== Data Integrity Algorithm ====
| |
| Select the integrity algorithm you want the switch to support and click '''Apply'''.
| |
| | |
| ==== Load Key ====
| |
| {| class="wikitable sortable options"
| |
| |-
| |
| ! Option!!Beschreibung
| |
| |-
| |
| | Key Type || Select the key type. The algorithm of the corresponding type is used for both key generation and authentication.
| |
| |-
| |
| | Key File || Select the desired public key to download to the switch. The key length of the downloaded file ranges of 512 to 3072 bits.
| |
| |}
| |
| | |
| == Telnet Config ==
| |
| ; Configure the telnet login
| |
| | |
| ==== Telnet Config ====
| |
| {| class="wikitable sortable options"
| |
| |-
| |
| ! Option!!Beschreibung
| |
| |-
| |
| | Telnet || Enable or disable Telnet. Telnet is based on the Telnet protocol subjected to TCP/IP protocol. It allows users to log in to the switch remotely.
| |
| |-
| |
| | Port || Specify the port used for Telnet.
| |
| |}
| |
| | |
| == Serial Port Config ==
| |
| ; Configure serial port parameters
| |
| | |
| === Serial Port Settings ===
| |
| {| class="wikitable sortable options"
| |
| |-
| |
| ! Option!!Beschreibung
| |
| |-
| |
| | Baud Rate || Configure the baud rate of the console connection. The default value is 38400 bps.
| |
| |-
| |
| | Data Bits || Displays the data bits.
| |
| |-
| |
| | Parity Bits || Displays the parity bits.
| |
| |-
| |
| | Stop Bits || Displays the stop bits.
| |
| |}
| |
| | |
| [[Kategorie:T2600G:Security]]
| |