Tugas Kelompok Jaringan Komputer Pertemuan 14
1. Buatlah jaringan komputer sesuai dengan topologi yang
telah disediakan.
2. Pada jaringan tersebut tuangkan sistem keamanan (untuk
ROUTER) melalui line console dan line vty serta encripsikan password tersebut.
3. Buatlah banner motd.
4. Konfigurasi Interface dengan pengaturan sebagai berikut:
Router Interface G0/0 memiliki IP:
192.168.10.1/24
Router Interface G0/1 memiliki IP:
192.168.11.1/24 dan digunakan sebagai DHCP Server
• Excluded 192.168.11.1 192.168.11.40
• Excluded 192.168.11.150 192.168.11.254
• DHCP Pool JARINGAN-KOMPUTER
Lihat video materi untuk keterangan lebih lebih kanjut
mengenai tugas ini.
Pembuatan Jaringan
dibuat dalam bentuk video tutorial, kemudian diupload ke youtube.
Video di-embed pada
post baru dalam blog kelompok yang sudah dibuat untuk tugas-tugas sebelumnya.
Kirimkan link blog
post, link youtube, dan file Packet Tracer (.pkt), bersama daftar anggota
kelompok melalui hand-in assignment di classroom, diwakili salah satu anggota
kelompok.
Konsep video bebas,
sesuai kreativitas.
DILARANG berkumpul
saat mengerjakan tugas. Jaga physical distancing. Jika diketahui berkumpul saat
pembuatan tugas ini, nilai dikurangi.
--- System
Configuration Dialog ---
Would you like to enter the initial configuration dialog?
[yes/no]: no
Press RETURN to get started!
Setting Keamanan dan MOTD
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#enable secret cisco
Router(config)#line console 0
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#exit
Router(config)#line vty 0 4
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#exit
.
Router(config)#service password-encryption
Router(config)#banner motd "HAK AKSES
ADMINISTRATOR"
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Setting IP Interface g0/0
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface g0/0
Router(config-if)#ip address 192.168.10.1
255.255.255.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state
to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface
GigabitEthernet0/0, changed state to up
Setting IP Interface g0/1
Router(config-if)#conf terminal
%Invalid hex value
Router(config)#interface g0/1
Router(config-if)#ip address 192.168.11.1
255.255.255.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state
to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface
GigabitEthernet0/1, changed state to up
Router(config-if)#exit
Setting DHCP
Router(config)#ip dhcp excluded-address 192.168.11.1
192.168.11.40
Router(config)#ip dhcp excluded-address 192.168.11.150
192.168.11.254
Router(config)#ip dhcp pool JARINGAN_KOMPUTER
Router(dhcp-config)#network 192.168.11.0 255.255.255.0
Router(dhcp-config)#default-router 192.168.11.1
Router(dhcp-config)#exit
Router(config)#
Anggota Kelompok :
1. Dya Nadila 12183099
2.
Muhamad Tomi 12183912
3.
Muhamad Fadli H. 12184342
4.
Muhamad Rizky R. 12184088
5.
Muhamad Ilham 12183914