Activity 6.5.1.3 Packet Tracer Skills Integration Challenge
Addressing Table
Device
|
Interface
|
IP Address
|
Subnet Mask
|
Default Gateway
|
Floor14
|
G0/0
|
128.107.20.1
|
255.255.255.0
|
N/A
|
G0/1
|
128.107.30.1
|
255.255.255.0
|
N/A
| |
Room-145
|
VLAN 1
|
128.107.20.10
|
255.255.255.0
| |
Room-146
|
VLAN 1
|
128.107.30.15
|
255.255.255.0
| |
Manager-A
|
NIC
|
128.107.20.25
|
255.255.255.0
| |
Reception-A
|
NIC
|
128.107.20.30
|
255.255.255.0
| |
Manager-B
|
NIC
|
128.107.30.25
|
255.255.255.0
| |
Reception-B
|
NIC
|
128.107.30.30
|
255.255.255.0
|
Setting IP dan GATEWAY pada PC:
konfigurasi pada switch:
Bagian 1:Masukkan Password
Password:
langkah 1: Gunakan Nama router Floor14 dan switch kedua Room-146Switch# configure terminal
Switch(config)# hostname Floor14
S1(config)# exit
langkah2: Gunakan Cisco sebagai pengguna EXEC password untuk semua baris.
S1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S1(config)# line console 0
S1(config-line)# password cisco
S1(config-line)# login
S1(config-line)# exit
S1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
S1#
S1# exit
Switch con0 is now available
Press RETURN to get started.
User Access Verification
Password:cisco
S1>
S1> enable
Langkah 3:Mengenkripsi semua password teks biasa.
S1# configure terminal
S1(config)# enable password class
S1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
S1#
password:cisco
S1>enable
password:class
S1# show running-config
S1# config t
S1(config)# enable secret itsasecret
S1(config)# exit
S1#
S1# show run
S1# config t
S1(config)# service password-encryption
S1(config)# exit
Langkah 4:Konfigurasikan banner yang sesuai.
S1# config t
S1(config)# banner motd "Selamat Datang!"
S1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
S1#
Langkah 5: Simpan konfigurasi Anda.
S1# copy running-config startup-config
Destination filename [startup-config]?[Enter]
Building configuration...
[OK]
langkah 6: Buat line VTY.
room-146#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
room-146(config)#line vty 0
room-146(config--line)#password cisco
room-146(config--line)#login
room-146(config--line)#exec-timeout 3 0
room-146(config--line)#exit
room-146(config)#do wr
Building configuration...
[OK]
Langkah 7:Buat ip default-gateway nya:
room-146#config t
Enter configuration commands, one per line. End with CNTL/Z.
room-146(config)#ip default-gateway 128.107.30.1
room-146(config)#exit
konfigurasi pada Router:
User Access Verification
password:
floor14>enable
password:
room-146#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
room-146(config)#line vty 0
room-146(config--line)#password cisco
room-146(config--line)#login
room-146(config--line)#exec-timeout 3 0
room-146(config--line)#exit
room-146(config)#do wr
Enter configuration commands, one per line. End with CNTL/Z.
room-146(config)#line vty 0
room-146(config--line)#password cisco
room-146(config--line)#login
room-146(config--line)#exec-timeout 3 0
room-146(config--line)#exit
room-146(config)#do wr
Building configuration...
[OK]
[OK]
Langkah Selesai.
Tidak ada komentar:
Posting Komentar