Tugas jarkom router 3 1235010002

15
TUGAS JARINGAN KOMPUTER MENGHUBUNGKAN 3 JARINGAN DENGAN 3 BUAH ROUTER NAMA : ABRIANTO NUGRAHA ( 1235010002 )

description

jarkom

Transcript of Tugas jarkom router 3 1235010002

Page 1: Tugas jarkom router 3   1235010002

TUGAS

JARINGAN KOMPUTER

MENGHUBUNGKAN 3 JARINGAN DENGAN 3 BUAH ROUTER

NAMA :

ABRIANTO NUGRAHA ( 1235010002 )

SISTEM INFORMASI – FTIUNIVERSITAS PEMBANGUNAN NASIONAL “VETERAN” JATIM

2014

Page 2: Tugas jarkom router 3   1235010002

Cara menghubungkan 3 Router

1. Kita buat dulu desainnya seperti gambar ini (untuk tiap devicenya pakai yang generic)

Page 3: Tugas jarkom router 3   1235010002

2. Atur IP Addess untuk tiap-tiap PC nya:

- klik PC0 pilih tab desktop lalu IP Configuration dan atur seperti ini :

- klik PC1 pilih tab desktop lalu IP Configuration dan atur seperti ini :

Page 4: Tugas jarkom router 3   1235010002

klik PC2 pilih tab desktop lalu IP Configuration dan atur seperti ini :

- klik PC3 pilih tab desktop lalu IP Configuration dan atur seperti ini :

Page 5: Tugas jarkom router 3   1235010002

- klik PC4 pilih tab desktop lalu IP Configuration dan atur seperti ini :

- klik PC5 pilih tab desktop lalu IP Configuration dan atur seperti ini :

Page 6: Tugas jarkom router 3   1235010002

- klik PC6 pilih tab desktop lalu IP Configuration dan atur seperti ini :

- klik PC7 pilih tab desktop lalu IP Configuration dan atur seperti ini :

Page 7: Tugas jarkom router 3   1235010002

- klik PC8 pilih tab desktop lalu IP Configuration dan atur seperti ini :

3. Buat koneksinya, antara PC dengan SWITCH (gunakan yang generic) gunakan KABEL STRAIGHT , kemudian antara SWITCH dengan ROUTER (gunakan yang generic) juga gunakan KABEL STRAIGHT, lalu antara ROUTER dengan ROUTER gunakan KABEL SERIAL ( DTE ).Perhatikan interface yang dipakai ketika menghubungkan antara switch dengan router, disini untuk koneksi switch-router saya menggunakan interface fastethernet 0/0 pada routernya dan serial 2/0 untuk koneksi router 0 – router 1 dan koneksi router 1 – router 2, serial 3/0 untuk koneksi router 1 – router 0 dan router 2 – router 1

Page 8: Tugas jarkom router 3   1235010002

4.Pada Router 0 atur ip address dan subnetmask untuk interface fastethernet 0/0 dan mengatur ip address dan subnetmask untuk interface serial 2/0 serta mengatur ip route dengan cara klik Router 0 pilih tab CLI lalu ketik seperti ini :

INCLUDEPICTURE

"http://secercahcoretan.files.wordpress.com/2012/10/42.png?w=529"

5.Pada Router 1 atur ip address dan subnetmask untuk interface fastethernet 0/0 dan mengatur ip address dan subnetmask untuk interface serial 2/0 dan interface serial 3/0 serta mengatur ip route dengan cara klik Router 1 pilih tab CLI lalu ketik seperti ini :

Page 9: Tugas jarkom router 3   1235010002

6. Pada Router 2 atur ip address dan subnetmask untuk interface fastethernet 0/0 dan mengatur ip address dan subnetmask untuk interface serial 3/0 serta mengatur ip route dengan cara klik Router 1 pilih tab CLI lalu ketik seperti ini :

Page 10: Tugas jarkom router 3   1235010002

6. Sekarang kita coba ping dari PC0 ke PC3, PC6, klik PC 0 lalu pilih tab desktop terus pilih comand prompt :

Page 11: Tugas jarkom router 3   1235010002

7. Sekarang kita coba ping dari PC3 ke PC0, dan PC6 klik PC 3 lalu pilih tab desktop terus pilih comand prompt :

8. Sekarang kita coba ping dari PC6 ke PC0, dan PC3 klik PC 6 lalu pilih tab desktop terus pilih comand prompt :

Dari hasil di atas menunjukan reply sehingga routing sudah dikatakan berhasil.

Page 12: Tugas jarkom router 3   1235010002

SCRIPT UNTUK MENGATUR ROUTER

Router>en Router#configConfiguring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.Router(config)#interface fastethernet 0/0Router(config-if)#ip address 1.5.0.1 255.255.0.0Router(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exit

Router(config)#interface serial 2/0Router(config-if)#ip address 2.10.0.1 255.255.0.0Router(config-if)#clock rate 64000This command applies only to DCE interfacesRouter(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial2/0, changed state to downRouter(config-if)#exit

Router(config)#ip route 2.5.0.0 255.255.0.0 2.10.0.2Router(config)#ip route 3.5.0.0 255.255.0.0 2.10.0.2Router(config)#ip route 3.5.0.0 255.255.0.0 20.10.0.2

Router>en Router#configConfiguring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.Router(config)#interface fastethernet 0/0Router(config-if)#ip address 2.5.0.1 255.255.0.0Router(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exit

Router(config)#interface serial 3/0Router(config-if)#ip address 2.10.0.2 255.255.0.0Router(config-if)#clock rate 64000This command applies only to DCE interfacesRouter(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial3/0, changed state to downRouter(config-if)#exitRouter(config)#interface serial 2/0Router(config-if)#ip address 20.10.0.1 255.255.0.0Router(config-if)#clock rate 64000This command applies only to DCE interfacesRouter(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial2/0, changed state to downRouter(config-if)#exit

Router(config)#ip route 1.5.0.0 255.255.0.0 2.10.0.1Router(config)#ip route 3.5.0.0 255.255.0.0 20.10.0.2

Router>enRouter#configConfiguring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.Router(config)#interface fastethernet 0/0Router(config-if)#ip address 3.5.0.1 255.255.0.0Router(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exit

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

Router(config)#ip route 2.5.0.0 255.255.0.0 20.10.0.1Router(config)#ip route 1.5.0.0 255.255.0.0 20.10.0.1Router(config)#ip route 1.5.0.0 255.255.0.0 2.10.0.1% Invalid input detected at '^' marker.

Keterangan warna script:

Untuk mengatur ip address & netmask untuk interface fastEthernet 0/0 Untuk mengatur ip address & netmask untuk interface serial 2/0 Untuk mengatur ip address & netmask untuk route

Page 13: Tugas jarkom router 3   1235010002