TUGAS
KETENTUAN BERLAKU :
interface Serial/FastEthernet nya Mengikuti Yang Kalian Pilih
ROUTER KE ROUTER = KABEL SERIAL DCE
ROUTER KE SWITCH = KABEL STRAIGHT
======================================================
-----LAKUKAN konfigurasi ini Di ROUTER DAN SWITCH--------
hostname : NamaKamu-Kelas contoh : Yenni-TKJ1
password all line : CLASS ----->>>>>KAPITAL
password secret : secret ---->>>>>>pakai t bukan tambah
semua password di encripsi
Buat Banner Motd "INI MILIK SAYA YENNI NURHAYATI!"
---------------------------------------------------------------------------------
============================ROUTER 0 --==================
IP interface serial 0 : 10.10.10.1
subnet mask : 255.255.255.252
ip interface fastEthernet 0 : 192.168.1.1
subnet mask : 255.255.255.0
ip route : 192.168.2.0
subnet mask : 255.255.255.0
next hop : 10.10.10.2
======PC 0==========
ip PC 1 : 192.168.1.3
subnet mask: 255.255.255.0
default gateway : 192.168.1.1
========SWITCH 0==========
ip switch: 192.168.1.3 interface vlan 1
subnet mask: 255.255.255.0
default gateway : 192.168.1.1
============================ROUTER 1 --==================
IP interface serial 0 : 10.10.10.2
subnet mask : 255.255.255.252
ip interface fastEthernet 0 : 192.168.2.1
subnet mask : 255.255.255.0
ip route : 192.168.1.0
subnet mask : 255.255.255.0
next hop : 10.10.10.1
=========PC 1===============
ip PC 2 : 192.168.2.3
subnet mask: 255.255.255.0
default gateway : 192.168.2.1
========SWITCH 1=================
ip Switch :192.168.2.3 interface vlan 1
subnet mask: 255.255.255.0
default gateway : 192.168.2.1
SELAMAT MENGERJAKAN!
SISTEM PENILAIAN
Hostname = 2
Line Con & Line vty, Enable password /secret password = 3
Static Routing = 10
Encryption = 12
Banner Motd = 4
IP address router = 20
IP address switch = 20
IP pc = 20
PC 0 - PC 1 SUCCESS = 9
Langkah Pengerjaan
1. Pertama buka aplikasi Cisco Packet Tracer Student
2.
3. Kemudian lakukan konfigurasi Router0 terlebih dahulu, sesuaikan dengan Soal.
Ikuti langkah langkah dibawah ini untuk mengkonfigurasi Router0 :
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname NAMA-KELAS
NAMA-KELAS(config)#line con 0
NAMA-KELAS(config-line)#password CLASS
NAMA-KELAS(config-line)#login
NAMA-KELAS(config-line)#exit
NAMA-KELAS(config)#line vty 0
NAMA-KELAS(config-line)#password CLASS
NAMA-KELAS(config-line)#login
NAMA-KELAS(config-line)#exit
NAMA-KELAS(config)#enable password secret
NAMA-KELAS(config)#enable secret secret
The enable secret you have chosen is the same as your enable password.
This is not recommended. Re-enter the enable secret.
NAMA-KELAS(config)#service password-encryption
Router(config)#banner motd "INI MILIK SAYA NAMA KAMU"
Router(config)#interface se0/0/0
Router(config-if)#ip address 10.10.10.1 255.255.255.252
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 192.168.2.0 255.255.255.0 10.10.10.2
Router(config)#exit
Router#write
Building configuration...
[OK]
Router#
Lakukan juga konfigurasi diatas pada router1 dengan menyesuaikan ip dengan soal.
Ikuti langkah langkah dibawah ini untuk mengkonfigurasi Switch0 :
Switch>enable
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch (config)#hostname NAMA-KELAS
NAMA-KELAS(config)#line con 0
NAMA-KELAS(config-line)#password CLASS
NAMA-KELAS(config-line)#login
NAMA-KELAS(config-line)#exit
NAMA-KELAS(config)#line vty 0
NAMA-KELAS(config-line)#password CLASS
NAMA-KELAS(config-line)#login
NAMA-KELAS(config-line)#exit
NAMA-KELAS(config)#enable password secret
NAMA-KELAS(config)#enable secret secret
The enable secret you have chosen is the same as your enable password.
This is not recommended. Re-enter the enable secret.
NAMA-KELAS(config)#service password-encryption
Switch (config)#banner motd "INI MILIK SAYA NAMA KAMU"
NAMA-KELAS (config)#interface vlan 1
NAMA-KELAS (config-if)#ip address 192.168.1.2 255.255.255.0
NAMA-KELAS (config-if)#no shutdown
NAMA-KELAS (config-if)#exit
NAMA-KELAS (config)#ip default-gateway 192.168.1.1
NAMA-KELAS (config)#exit
NAMA-KELAS #write
Lakukan juga konfigurasi diatas pada Switch1 dengan menyesuaikan ip dengan soal .
Ikuti langkah langkah dibawah ini untuk mengkonfigurasi PC0 :
Double klik PC0
Pilih Dekstop
Klik IP Configuration
Kemudian masukan
IP address = 192.168.1.3
Subnet Mask = 255.255.255.0
Default Gateway = 192.168.1.1
Lakukan juga konfigurasi diatas pada PC1 dengan menyesuaikan ip dengan soal.
SIP. SELESAI