PEMBUATAN JARINGAN SEDERHANA
KETENTUAN
1.
Buatlah
jaringan komputer sesuai dengan topologi yang telah disediakan
2.
Pada jaringan tersebut tuangkan
sistem keamanan melalui line console dan line vty serta encripsikan password
tersebut.
3.
Buatlah banner motd.
4.
Router Interface GO/0 memiliki
IP: 192.168.10.1/24
5.
Router Interface GO/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
BUATLAH JARINGAN KOMPUTER SESUAI DENGAN TOPOLOGI YANG TELAH DISEDIAKAN
MEMBUAT HOSTNAME DAN BANNER MOTD
Router>ena
Router#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Kelompok-6
Kelompok-6(config)#banner motd z
Enter TEXT message. End with the character ‘z’.
Selamat Datang di Router Kelompok 6 z
Kelompok-6(config)#exit
Kelompok-6#
%SYS-5-CONFIG_I: Configured from console by console
Kelompok-6#exit
Kelompok-6 con0 is now available
Press RETURN to get started.
Selamat Datang di Router Kelompok 6
MEMBUAT SISTEM KEAMANAN MELALUI LINE CONSOLE DAN LINE VTY
Kelompok-6>ena
Kelompok-6#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Kelompok-6(config)#ena secret cisco
Kelompok-6(config)#line con 0
Kelompok-6(config-line)#pass cisco
Kelompok-6(config-line)#login
Kelompok-6(config-line)#exit
Kelompok-6(config)#line vty 0 4
Kelompok-6(config-line)#pas
% Incomplete command.
Kelompok-6(config-line)#pass cisco
Kelompok-6(config-line)#login
Kelompok-6(config-line)#exit
Kelompok-6(config)#ser password-encryption
Kelompok-6(config)#exit
Kelompok-6#
%SYS-5-CONFIG_I: Configured from console by console
Kelompok-6#exit
Kelompok-6 con0 is now available
Press RETURN to get started.
MEMBERIKAN IP ADDRES PADA GIGABYTE G0/0
Selamat Datang di Router Kelompok 6
User Access Verification
Password:
Kelompok-6>ena
Password:
Kelompok-6#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Kelompok-6(config)#int g0/0
Kelompok-6(config-if)#ip address 192.168.10.1 255.255.255.0
Kelompok-6(config-if)#no shut
Kelompok-6(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
Kelompok-6(config-if)#exit
MEMBERIKAN IP ADDRES PADA GIGABYTE G0/1 DAN MEMBUAT SERVER DHCP DENGAN
ROUTER
Kelompok-6(config)#int g0/1
Kelompok-6(config-if)#ip address 192.168.11.1 255.255.255.0
Kelompok-6(config-if)#no shut
Kelompok-6(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
Kelompok-6(config-if)#exit
Kelompok-6(config)#ip dhcp excluded-address 192.168.11.1 192.168.11.40
Kelompok-6(config)#ip dhcp excluded-address 192.168.11.150 192.168.11.254
Kelompok-6(config)#ip dhcp pool JARINGAN-KOMPUTER
Kelompok-6(dhcp-config)#network 192.168.11.0 255.255.255.0
Kelompok-6(dhcp-config)#default-router 192.168.11.1
Kelompok-6(dhcp-config)#exit
Kelompok-6(config)#exit
Post a Comment
0 Comments