Articles

Cisco : Konfigurace Telnet a SSH Přepínač Cisco

X

Soukromí & soubory Cookie

Tento web používá soubory cookie. Pokračováním souhlasíte s jejich použitím. Další informace, včetně toho, jak ovládat soubory cookie.

Mám to!

Inzeráty

Část 6. Konfigurasi Telnet dan SSH Switch Cisco

a., Materiál Lab:

v této části se dozvíme o konfiguraci Telnet a SSH (Secure Shell) pro účely dálkového spínače.

na Rozdíl Telnet a SSH :

B. Topologie :

C. Konfigurace :

za Prvé, jsme nastavení IP Adresy a síťové masky ho ve VLAN 1 Milky-SW1. Proč ve VLAN 1 ? Protože ve výchozím nastavení budou všechna rozhraní v Milky-SW1 přejít na VLAN 1. Učení VLAN budeme diskutovat v další kapitole.

dále nastavujeme uživatelské jméno a heslo pro klienta, který bude mít přístup k telnet.,

Sakti-SW1(config)#username miss password 123

poté nastavte enable secret password nantnya používané pro vstup z režimu Exec uživatele do privilegovaného režimu.

Sakti-SW1(config)#enable secret 123456

nastavujeme řádek hesla vty 0 2. 0 2 ukazuje, že počet uživatelů yanng přístup

Popis :

exec-timeout 5 0 : časový Limit příkazu, takže pokud 5 minut 0 sekund bez aktivity, to bude odhlásit

přihlášení syncronous : synchronizovat výstup ladění a Cisco IOS tak, aby nezasahovala v době konfigurace.

přihlášení místní čas: aby telnet může být vzdálený od místního.,

dále můžeme vytvořit banner MOTD (zpráva dne) uživateli, který se pokouší přihlásit, ale nemá autentizaci.

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

Lze zkontrolovat všechny konfigurace, které jsme krmili.

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#

v poslední době testujeme prostřednictvím klienta.

Pokud již můžeme přepínač nakonfigurovat prostřednictvím PC-klienta, podepište Telnet uspějeme.
dále se pokusíme použít SSH k meremote Switch us. Stále se stejnou topologií., Berikut konfigurasinya :

Bisa dicek dengan příkazu 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