You are on page 1of 5

LAPORAN PRAKTIKUM TM 5

Nama :Putri Himami Hapsawati Amir


NIM :1604000032
TUGAS PRAKTIKUM

1. Buat scenario jaringan WAN seperti pada gambar dibawah ini dan tuliskan cara
konfigurasi nama dan ip address pada masing-masing perangkat !

2. Tuliskan konfigurasi static route pada masing-masing router !


Konfigurasi Router RA:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to


up
exit
Router(config)#interface serial2/0
Router(config-if)#ip address 10.168.1.1 255.0.0.0
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to down


Router(config-if)#exit
Router(config)#ip route 28.0.0.0 255.0.0.0 10.168.1.2
Router(config)#ip route 172.168.0.0 255.255.0.0 10.168.1.2
Router(config)#exit
Konfigurasi Router RB
Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 28.168.1.1 255.255.255.0
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to


up
exit
Router(config)#interface serial2/0
Router(config-if)#ip address 10.168.1.2 255.0.0.0
Router(config-if)#clock rate 64000
This command applies only to DCE interfaces
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
interface serial3/0
Router(config-if)#interface serial3/0
Router(config-if)#ip address 168.168.1.1 255.255.0.0
Router(config-if)#clock rate 64000
Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial3/0, changed state to down


Router(config-if)#exit
Router(config)#ip route 192.168.1.0 255.255.255.0 10.168.1.1
Router(config)#ip route 172.168.0.0 255.255.0.0 168.168.1.2
Router(config)#exit
Konfigurasi Router RC
Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 172.168.1.1 255.255.0.0
Router(config-if)#no shutdown

Router(config-if)#exit
Router(config)#interface serial2/0
Router(config-if)#ip address 168.168.1.1 255.255.0.0
Router(config-if)#clock rate 64000
This command applies only to DCE interfaces
Router(config-if)#no shutdown

Router(config-if)#exit
Router(config)#ip route 28.0.0.0 255.0.0.0 168.168.1.1
%Invalid next hop address (it's this router)
Router(config)#ip route 192.168.1.0 255.255.255.0 168.168.1.1
%Invalid next hop address (it's this router)
Router(config)#exit
3. Cek tabel routing pada masing-masing router dengan cara :
Klik pada router Klik Tab Config Klik Static
Kemudian tuliskan hasilnya !
Router RA
Router RB

Router RC

4. Jelaskan maksud dari tabel static routing pada masing-masing router tersebut !
Static routing adalah jenis routing yang dilakukan admin/pengelola jaringan untuk
mengkonfigurasi informasi tentang jaringan yang dituju secara manual. Jadi setiap router
diolah oleh admin/pengelola jaringan.
5. Lakukan satu kali test koneksi dan tuliskan hasilnya !
Menggunakan Command Prompt
Ping RA1RB1

Menggunakan Simple PDU


Ping RA1RB1
6. Gambarkan scenario jaringan WAN dengan menggunakan 4 buah perangkat router dan
5 buah LAN dan 5 hub, dimana masing-masing LAN memiliki 2 PC !

7. Tuliskan nama dan IP Address dari masing-masing perangkat !


A. Router RA: 192.168.10.1
 PC0: 192.168.10.2
 PC1: 192.168.10.3
 PC2: 192.168.10.4
 PC3: 192.168.10.5
B. Router RB: 172.168.10.2
 PC4: 172.168.10.3
 PC5: 172.168.10.4
C. Router RC: 10.10.10.2
 PC6:10.10.10.3
 PC7: 10.10.10.4
D. Router RD: 192.168.40.1
 PC8: 192.168.40.2
 PC9: 192.168.40.3
8. Tuliskan konfigurasi RIP pada masing-masing router !

You might also like