Articles

Cisco: Configure Telnet and SSH Switch Cisco

X

Privacy & Cookies

Ez az oldal cookie-kat használ. A folytatással elfogadja a használatukat. Tudjon meg többet, beleértve a cookie-k vezérlését is.

megvan!

Reklámok

6. Rész. Konfigurasi telnet dan SSH Switch Cisco

A., Anyaglabor:

ebben a szakaszban megismerjük a telnet és az SSH (Secure Shell) konfigurációját a távoli kapcsoló céljából.

the Difference Telnet and SSH:

B. Topology:

C. Configuration:

először az IP-címet állítjuk be, majd netmask him in VLAN 1 Milky-SW1. Miért a VLAN 1-ben ? Mivel alapértelmezés szerint a tejszerű SW1 összes interfésze a VLAN 1-re kerül. Tanulás VLAN fogjuk megvitatni a következő fejezetben.

ezután beállítjuk annak a kliensnek a felhasználónevét és jelszavát, amely hozzáfér a telnet-hez.,

Sakti-SW1(config)#username miss password 123

ezután állítsa be a titkos jelszó engedélyezése nantnya a felhasználói EXEC módból privilegizált módba való belépéshez.

Sakti-SW1(config)#enable secret 123456

beállítjuk a VTY 0 2 jelszóvonalat. 0 2 azt jelzi, hogy a felhasználók száma yanng elérheti

leírás :

exec-timeout 5 0 : Timeout parancs, így ha 5 perc 0 másodperc nincs tevékenység, akkor kijelentkezés

loging syncronous : szinkronizálni a kimeneti a debug és Cisco IOS, hogy ne zavarja idején konfiguráció.

bejelentkezés helyi idő: annak érdekében, telnet lehet távoli a helyi.,

ezután létrehozhat banner MOTD (üzenet a nap), hogy a felhasználó próbál bejelentkezni, de nincs hitelesítés.

Sakti-SW1(config)#banner motd #Dilarang Login kecuali Admin#

ellenőrizhető az összes olyan konfiguráció, amelyet tápláltunk.

Sakti-SW1#show runBuilding configuration...Current configuration : 1285 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname Sakti-SW1!enable secret 5 $1$mERr$H7PDxl7VYMqaD3id4jJVK/!!!!username miss privilege 1 password 0 123!!spanning-tree mode pvst!interface FastEthernet0/1!interface FastEthernet0/2!interface FastEthernet0/3!interface FastEthernet0/4!interface FastEthernet0/5!interface FastEthernet0/6!interface FastEthernet0/7!interface FastEthernet0/8!interface FastEthernet0/9interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!interface FastEthernet0/14!interface FastEthernet0/15!interface FastEthernet0/16!interface FastEthernet0/17!interface FastEthernet0/18!interface FastEthernet0/19!interface FastEthernet0/20!interface FastEthernet0/21!interface FastEthernet0/22!interface FastEthernet0/23!interface FastEthernet0/24!interface GigabitEthernet0/1!interface GigabitEthernet0/2!interface Vlan1ip address 192.168.1.23 255.255.255.0!banner motd ^CDilarang login selain Admin^C!!!line con 0!line vty 0 2exec-timeout 5 0password misskecupbunglogging synchronouslogin localline vty 3 4loginline vty 5 15login!!!endSakti-SW1#

nemrégiben teszteljük az ügyfelet.

Ha már konfigurálhatjuk a kapcsolót a PC-kliensen keresztül, aláírjuk a Telnet-et.
ezután megpróbáljuk használni SSH meremote váltani minket. Még mindig ugyanaz a topológia., Berikut konfigurasinya:

Bisa dicek dengan command show run atau show running-config:

Sakti-SW1#show running-configBuilding configuration...Current configuration : 1501 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecservice password-encryption!hostname Sakti-SW1!enable secret 5 $1$mERr$H7PDxl7VYMqaD3id4jJVK/!!ip domain-name sakti.smk!username sakti secret 5 $1$mERr$XT1P0TbwImbK/WMjHHP8M1!!spanning-tree mode pvst!interface FastEthernet0/1!interface FastEthernet0/2!interface FastEthernet0/3!interface FastEthernet0/4!interface FastEthernet0/5!interface FastEthernet0/6!interface FastEthernet0/7!interface FastEthernet0/8!interface FastEthernet0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!interface FastEthernet0/14!interface FastEthernet0/15!interface FastEthernet0/16!interface FastEthernet0/17!interface FastEthernet0/18!interface FastEthernet0/19!interface FastEthernet0/20!interface FastEthernet0/21!interface FastEthernet0/22!interface FastEthernet0/23!interface FastEthernet0/24!interface GigabitEthernet0/1!interface GigabitEthernet0/2!interface Vlan1ip address 192.168.1.23 255.255.255.0!banner motd ^CDilarang login selain Admin^C!!!!line con 0!line vty 0 2login localtransport input sshline vty 3 4loginline vty 5 15login!!!endSakti-SW1#Bisa kita cek versi SSH nya :Bisa kita cek versi SSH nya :Sakti-SW1#show ip sshSSH Enabled - version 1.99Authentication timeout: 120 secs; Authentication retries: 3Sakti-SW1#Terakhir, kita test dengan login dari Sakti-PC1