Halaman

Selasa, 07 Mei 2013

5.2.1: Configure IP Addresses on Router Interfaces


Laporan Praktikum
5.2.1: Configure IP Addresses on Router Interfaces


Nama : Markhamah Tri Utami
NIM   : 12615056



Tujuan Praktikum
1.   Mahasiswa dapat mengkonfigurasi informasi IP pada router.   
2.   Mahasiswa dapat megkoneksikan komputer satu dengan yang lain dengan router melalui
      switch.
3.   Mahasiswa dapat melakukan uji koneksi dari hasil praktikum ini.


Langkah Praktikum

Hardware
Qty
Description
Cisco Router
3
Part of CCNA Lab bundle.
Cisco Switch
3
Part of CCNA Lab bundle.
*Computer (host)
3
PC1, PC2, PC3.
Straight Through Cable
6
Connects computer hosts to Switch and switch to router
Serial DCE Cabel
2
Connects Router 2 to Router 1 and Router 2 to Router 3

















Keterangan Konfigurasi

Device
Interface
IP Address
Subnet Mask
Default Gateway
R1
Fa0/0
192.168.1.1
255.255.255.0
N/A
S0/0/0
192.168.2.1
255.255.255.0
N/A
R2
Fa0/0
192.168.3.1
255.255.255.0
N/A
S0/0/0
192.168.2.2
255.255.255.0
N/A
S0/0/1
192.168.4.2
255.255.255.0
N/A
R3
Fa0/0
192.168.5.1
255.255.255.0
N/A
S0/0/1
192.168.4.1
255.255.255.0
N/A
PC1
NIC
192.168.1.10
255.255.255.0
192.168.1.1
PC2
NIC
192.168.3.10
255.255.255.0
192.168.3.1
PC3
NIC
192.168.5.10
255.255.255.0
192.168.5.1


Konfigurasi Router
Router 1
R1>enable
R1#config t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#interface fastethernet 0/0
R1(config-if)#ip address 172.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#description
% Incomplete command.
R1(config-if)#
R1(config-if)#interface s0/0/0
R1(config-if)#ip address 192.168.2.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#description
% Incomplete command.
R1(config-if)#

R1(config-if)#clock rate 64000
R1(config-if)#descri
% Incomplete command.
R1(config-if)#
R1#
%SYS-5-CONFIG_I: Configured from console by console

Router 2
R2>enable
R2#config t
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#interface fastethernet 0/0
R2(config-if)#ip address 192.168.3.1
% Incomplete command.
R2(config-if)#descri
% Incomplete command.
R2(config-if)#interface s0/0/0
R2(config-if)#ip address 192.168.2.2
% Incomplete command.
R2(config-if)#descri
% Incomplete command.
R2(config-if)#interface s0/0/1
R2(config-if)#ip address 192.168.4.2
% Incomplete command.
R2(config-if)#descri
% Incomplete command.
R2(config-if)#

Router 3
R3>enable
R3#config t
Enter configuration commands, one per line.  End with CNTL/Z.
R3(config)#interface fastethernet 0/0
R3(config-if)#ip address
% Incomplete command.
R3(config-if)#ip address 192.168.5.1
% Incomplete command.
R3(config-if)#descri
% Incomplete command.
R3(config-if)#interface s0/0/1
R3(config-if)#ip address 192.168.4.1
% Incomplete command.
R3(config-if)#descri
% Incomplete command.
R3(config-if)#
R3#
%SYS-5-CONFIG_I: Configured from console by console


R1(config)#router rip
R1(config-router)#network 192.168.1.0
R1(config-router)#network 192.168.2.0

R2(config)#router rip
R2(config-router)#network 192.168.2.0
R2(config-router)#network 192.168.3.0
R2(config-router)#network 192.168.4.0

R3(config)#router rip
R3(config-router)#network 192.168.4.0
R3(config-router)#network 192.168.5.0
R3(config-router)#




Hasil Praktikum
Berada dalam satu jaringan. Untuk mengecek dilakukan ping di setiap komputer.
PC1 ping ke PC2 dan PC1 ping ke PC3
PC2 ping ke PC1 dan PC2 ping ke PC3
PC3 ping ke PC1 dan PC3 ping ke PC2

PC1 ping ke PC2  dan  PC1 ping ke PC3












PC2 ping ke PC1









PC2 ping ke PC3









PC3 ping ke PC1











PC3 ping ke PC2