Friday, July 10, 2020

Tugas Pertemuan 14 Jarkom



kelompok 5 terdiri dari :
1. 12182793- karolus kia duan
2. 12182734- komar setiawan
3. 12181692- arya nur arifbillah
4.  12182837- sulha sukmawati
5.  12180584- djamila nepiyanti
===================================================================

Router 1. encripsi password
====================================================================
Router>en
Router#ho
Router#conf
Router#configure t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ho
Router(config)#hostname R01
R01(config)#enable secret
R01(config)#enable secret cisco
R01(config)#line con
R01(config)#line console 0
R01(config-line)#pas
R01(config-line)#password cisco
R01(config-line)#login
R01(config-line)#exit
R01(config)#li
R01(config)#line vt
R01(config)#line vty 0 4
R01(config-line)#pas
R01(config-line)#password cisco
R01(config-line)#logi
R01(config-line)#login
R01(config-line)#exit
R01(config)#ser
R01(config)#service pas
R01(config)#service password-encryption
R01(config)#
=======================================================================
Router 1 : membuat Banner
=======================================================================
R01(config)#ban
R01(config)#banner mot
R01(config)#banner motd ?
  LINE  c banner-text c, where 'c' is a delimiting character
R01(config)#banner motd "SELAMAT DATANG - HAK AKSES ADMINISTRATOR"
==================================================================
Router 1 : memberi ip address setiap interface
==================================================================
R01(config)#int g0/0
R01(config-if)#ip add
R01(config-if)#ip address 192.168.10.1 255.255.255.0
R01(config-if)#descrip
R01(config-if)#description SW1
R01(config-if)#no shut

R01(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

R01(config-if)#exit
R01(config)#int g0/1
R01(config-if)#ip address 192.168.11.1 255.255.255.0
R01(config-if)#desc SW2
R01(config-if)#no shut

R01(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

R01(config-if)#exit
======================================================================
Router 1 : membuat DHCP
======================================================================
R01(config)#ip dhcp excluded-address 192.168.11.1 192.168.11.40
R01(config)#ip dhcp excluded-address 192.168.11.150 192.168.11.254
R01(config)#ip dhcp pool JARINGAN_KOMPUTER
R01(dhcp-config)#network 192.168.11.0 255.255.255.0
R01(dhcp-config)#default-router 192.168.11.1
R01(dhcp-config)#exit
R01#copy running-config startup-config
======================================================================
Previous Post
Next Post

0 comments: