6.4.1.3 Packet Tracer – Configure Initial Router Settings

Activity 6.4.1.3 Packet Tracer – Configure Initial Router Settings


Langkah 1: membuat koneksi konsol untuk R1.
a. Pilih kabel konsol dari sambungan yang tersedia.
b. Klik PCA dan pilih RS 232.
c. Klik R1 dan pilih konsol.
d. Klik tab PCA > desktop > terminal.
e. klik OK dan tekan ENTER. Anda sekarang dapat mengkonfigurasi R1.

Langkah 2: masukkan mode istimewa dan periksa konfigurasi saat ini.
a. Masukkan Privilege EXEC mode dengan memasukkan perintah Enable.
router>enable
 router#
b. masukkan perintah untuk menjalanjan config:
 router#show running-config
c. menampilkan isi saat ini NVRAM.
 router# show running-config

Langkah 3: mengonfigurasi dan memverifikasi konfigurasi router awal
Switch# configure terminal
Switch(config)# hostname R1
R1(config)# exit

R1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)# line console 0
R1(config-line)# password letmein
R1(config-line)# login
R1(config-line)# exit
R1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
R1#

R1# exit
Switch con0 is now available
Press RETURN to get started.

User Access Verification
Password:letmein
R1>

R1> enable
R1# configure terminal
R1(config)# enable password cisco
R1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
R1#
password:letmein
R1>enable
password:cisco
R1# show running-config
R1# config t
R1(config)# enable secret itsasecret
R1(config)# exit
R1#

R1# show run
R1# config t
R1(config)# service password-encryption
R1(config)# exit
R1# config t
R1(config)# banner motd “Unauthorized access is strictly prohibited.”
R1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
R1#

R1# copy running-config startup-config
Destination filename [startup-config]?[Enter]
Building configuration…
[OK]

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.