8 Apr 2018

Konfigurasi switch packet tracer

Klik S1 dan kemudian pilih CLI (enter)
Switch> enable
Untuk membuat nama di switch
Switch# configure terminal
Switch(config)# hostname S1
S1(config)# exit
S1#
Untuk access password letmein
S1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S1(config)# line console 0
S1(config-line)# password letmein
S1(config-line)# login
S1(config-line)# exit
S1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
S1#
Membuktikan access console
S1# exit
Switch con0 is now available
Press RETURN to get started.

User Access Verification
Password:
Untuk melindungi akses password yang pertama dan di ganti
S1> enable
S1# configure terminal
S1(config)# enable password c1$c0
S1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
S1#

User Access Verification
Password:(letmein)
S1>enable
Password:(c1$c0)
Untuk melihat configurasi
S1# show running-configuration
Mengatur kata sandi terenkripsi untuk mengamankan akses
S1# config t
S1(config)# enable secret itsasecret
S1(config)# exit
S1#
Menyandikan /enkripsi password
S1# config t
S1(config)# service password-encryption
S1(config)# exit
Mengconfig banner motd
S1# config t
S1(config)# banner motd "This is a secure system. Authorized Access Only!"               
S1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
S1#
Save configurasi
S1# copy running-config startup-config
Destination filename [startup-config]?[Enter]
Building configuration...
[OK]
 untuk Switch selanjutnya sama aja sama yang pertama 

0 komentar:

Posting Komentar