• Tidak ada hasil yang ditemukan

BAB V KESIMPULAN DAN SARAN

5.2 Saran

RIP versi 2 menambahkan fitur autentikasi namun tidak ditampilkan karena IOS yang digunakan pada software Packet Tracer 5.0 tidak mendukung fitur autentikasi. Karena tidak ada fitur autentikasi pada software yang digunakan, sehingga jika ditinjau dari segi keamanan jaringan maka jaringan ini keamanannya kurang baik karena hanya fitur-fitur keamanan yang sederhana saja yang dapat diimplementasikan.

DAFTAR PUSTAKA

1. Arifin, Zaenal, “Langkah Mudah Mengkonfigurasi Router Cisco”, Penerbit Andi, Yogyakarta, 2003.

2. CISCO_CCNA Exploration 2_English.html. Chapter 1-7.

3. Lammle, Todd, “CCNA Cisco Certified Network Associate”, PT. Elex Komputindo, Jakarta, Hal 1-564, 2002.

4. Cara Kerja RIPv1 « Perjalanan Belum Usai.htm 5. Cara Kerja RIPv2 « Perjalanan Belum Usai.htm

LAMPIRAN 1. RIP version 1

Adapun listing script konfigurasi yang dijalankan adalah sebagai berikut: Pada R1:

router> enable

router# configure terminal

router(config)# hostname R_HomeUser R_HomeUser(config)# line console 0

R_HomeUser(config-line)# password lunar_niji R_HomeUser(config-line)# login

R_HomeUser(config-line)# exit R_HomeUser(config)# line vty 0 4

R_HomeUser(config-line)# password lunar_niji R_HomeUser(config-line)# login

R_HomeUser(config-line)# exit

R_HomeUser(config)# no ip domain-lookup

R_HomeUser(config)# banner motd “Authorization acces restricted and employee only” R_HomeUser(config)# enable secret lunar_niji

R_HomeUser(config)# interface fa0/0

R_HomeUser(config-if)# ip address 172.16.2.17 255.255.255.240 R_HomeUser(config-if)# no shutdown

R_HomeUser(config)# interface s0/0/0

R_HomeUser(config-if)# ip address 172.16.2.1 255.255.255.252 R_HomeUser(config-if)# no shutdown

R_HomeUser(config-if)# clock rate 64000 R_HomeUser(config-if)# exit

R_HomeUser(config)# router rip

R_HomeUser(config-router)# version 1 R_HomeUser(config-router)# network 172.16.2.16 R_HomeUser(config-router)# network 172.16.2.0 R_HomeUser(config-router)# exit Pada R2: router> enable

router# configure terminal router(config)# hostname R_Int1 R_Int1(config)# line console 0

R_Int1(config-line)# password lunar_niji R_Int1(config-line)# login

R_Int1(config-line)# exit R_Int1(config)# line vty 0 4

R_Int1(config-line)# password lunar_niji R_Int1(config-line)# login

R_Int1(config-line)# exit

R_Int1(config)# no ip domain-lookup

R_Int1(config)# banner motd “Authorization acces restricted and employee only”

R_Int1(config)# enable secret lunar_niji R_Int1(config)# interface fa0/0

R_Int1(config-if)# ip address 172.16.1.1 255.255.255.252 R_Int1(config-if)# no shutdown

R_Int1(config-if)# exit

R_Int1(config)# interface fa0/1

R_Int1(config-if)# ip address 172.16.1.5 255.255.255.252 R_Int1(config-if)# no shutdown R_Int1(config-if)# exit R_Int1(config)# interface s0/1/0 R_Int1(config-if)# ip address 172.16.2.2 255.255.255.252 R_Int1(config-if)# no shutdown

R_Int1(config-if)# clock rate 64000 R_Int1(config)# exit

R_Int1(config)# router rip

R_Int1(config-router)# version 1

R_Int1(config-router)# network 172.16.2.0 R_Int1(config-router)# network 172.16.1.0 R_Int1(config-router)# network 172.16.1.4

R_Int1(config-router)# exit

Pada R3:

router> enable

router# configure terminal router(config)# hostname R_Int2 R_Int2(config)# line console 0

R_Int2(config-line)# password lunar_niji R_Int2(config-line)# login

R_Int2(config-line)# exit R_Int2(config)# line vty 0 4

R_Int2(config-line)# password lunar_niji R_Int2(config-line)# login

R_Int2(config-line)# exit

R_Int2(config)# no ip domain-lookup

R_Int2(config)# banner motd “Authorization acces restricted and employee only”

R_Int2(config)# enable secret lunar_niji R_Int2(config)# interface fa0/0

R_Int2(config-if)# ip address 172.16.1.13 255.255.255.252 R_Int2(config-if)# no shutdown

R_Int2(config-if)# exit

R_Int2(config-if)# ip address 172.16.1.2 255.255.255.252 R_Int2(config-if)# no shutdown R_Int2(config-if)# exit R_Int2(config)# interface s0/0/0 R_Int2(config-if)# ip address 172.16.3.1 255.255.255.252 R_Int2(config-if)# no shutdown

R_Int2(config-if)# clock rate 64000 R_Int2(config-if)# exit

R_Int2(config)# router rip

R_Int2(config-router)# version 1 R_Int2(config-router)# network 172.16.1.0 R_Int2(config-router)# network 172.16.1.12 R_Int2(config-router)# network 172.16.3.0 R_Int2(config-router)# exit Pada R4: router> enable

router# configure terminal router(config)# hostname R_Int3 R_Int3(config)# line console 0

R_Int3(config-line)# password lunar_niji R_Int3(config-line)# login

R_Int3(config-line)# exit R_Int3(config)# line vty 0 4

R_Int3(config-line)# password lunar_niji R_Int3(config-line)# login

R_Int3(config-line)# exit

R_Int3(config)# no ip domain-lookup

R_Int3(config)# banner motd “Authorization acces restricted and employee only”

R_Int3(config)# enable secret lunar_niji R_Int3(config)# interface fastEthernet 0/0

R_Int3(config-if)# ip address 172.16.1.6 255.255.255.252 R_Int3(config-if)# no shutdown

R_Int3(config-if)# exit

R_Int3(config)# interface fastEthernet 0/1

R_Int3(config)# ip address 172.16.1.9 255.255.255.252 R_Int3(config)# no shutdown

R_Int3(config)# exit

R_Int3(config)# interface serial 0/0/0

R_Int3(config-if)# ip address 172.16.4.1 255.255.255.252 R_Int3(config-if)# no shutdown

R_Int3(config-if)# clock rate 64000 R_Int3(config-if)# exit

R_Int3(config-router)# version 1 R_Int3(config-router)# network 172.16.1.4 R_Int3(config-router)# network 172.16.1.8 R_Int3(config-router)# network 172.16.4.0 R_Int3(config-router)# exit Pada R5: router> enable

router# configure terminal router(config)# hostname R_Int4 R_Int4(config)# line console 0

R_Int4(config-line)# password lunar_niji R_Int4(config-line)# login

R_Int4(config-line)# exit R_Int4(config)# line vty 0 4

R_Int4(config-line)# password lunar_niji R_Int4(config-line)# login

R_Int4(config-line)# exit

R_Int4(config)# no ip domain-lookup

R_Int4(config)# banner motd “Authorization acces restricted and employee only”

R_Int4(config)# enable secret lunar_niji R_Int4(config)# interface fa0/0

R_Int4(config-if)# ip address 172.16.1.10 255.255.255.252 R_Int4(config-if)# no shutdown

R_Int4(config-if)# exit

R_Int4(config)# interface fa0/1

R_Int4(config)# ip address 172.16.1.14 255.255.255.252 R_Int4(config)# no shutdown

R_Int4(config)# interface s0/0/0

R_Int4(config-if)# ip address 172.16.5.1 255.255.255.252 R_Int4(config-if)# no shutdown

R_Int4(config-if)# clock rate 64000 R_Int4(config-if)# exit

R_Int4(config)# router rip

R_Int4(config-router)# version 1 R_Int4(config-router)# network 172.16.1.8 R_Int4(config-router)# network 172.16.1.12 R_Int4(config-router)# network 172.16.5.0 R_Int4(config-router)# exit Pada R6: router> enable

router# configure terminal router(config)# hostname R_Int5

R_Int5(config)# line console 0

R_Int5(config-line)# password lunar_niji R_Int5(config-line)# login

R_Int5(config-line)# exit R_Int5(config)# line vty 0 4

R_Int5(config-line)# password lunar_niji R_Int5(config-line)# login

R_Int5(config-line)# exit

R_Int5(config)# no ip domain-lookup

R_Int5(config)# banner motd “Authorization acces restricted and employee only”

R_Int5(config)# enable secret lunar_niji R_Int5(config)# interface fa0/0

R_Int5(config-if)# ip address 172.16.5.9 255.255.255.248 R_Int5(config-if)# no shutdown R_Int5(config-if)# exit R_Int5(config)# interface s0/1/0 R_Int5(config-if)# ip address 172.16.5.2 255.255.255.252 R_Int5(config-if)# no shutdown

R_Int5(config-if)# clock rate 64000 R_Int5(config-if)# exit

R_Int5(config)# router rip

R_Int5(config-router)# network 172.16.5.0 R_Int5(config-router)# network 172.16.5.8 R_Int5(config-router)# exit

Pada R7:

router> enable

router# configure terminal router(config)# hostname R_WTC R_WTC(config)# line console 0

R_WTC(config-line)# password lunar_niji R_WTC(config-line)# login

R_WTC(config-line)# exit R_WTC(config)# line vty 0 4

R_WTC(config-line)# password lunar_niji R_WTC(config-line)# login

R_WTC(config-line)# exit

R_WTC(config)# no ip domain-lookup

R_WTC(config)# banner motd “Authorization acces restricted and employee only”

R_WTC(config)# enable secret lunar_niji R_WTC(config)# interface fa0/0

R_WTC(config-if)# ip address 172.16.6.1 255.255.255.0 R_WTC(config-if)# no shutdown

R_WTC(config-if)# exit

R_WTC(config)# interface fa0/1

R_WTC(config-if)# ip address 172.16.7.1 255.255.255.0 R_WTC(config-if)# no shutdown R_WTC(config-if)# exit R_WTC(config)# interface s0/1/0 R_WTC(config-if)# ip address 172.16.3.2 255.255.255.252 R_WTC(config-if)# no shutdown

R_WTC(configrate-if)# clock rate 64000 R_WTC(config-if)# exit

R_WTC(config)# router rip

R_WTC(config-router)# version 1 R_WTC(config-router)# network 172.16.3.0 R_WTC(config-router)# network 172.16.6.0 R_WTC(config-router)# network 172.16.7.0 R_WTC(config-router)# exit Pada R8: router> enable

router# configure terminal

router(config)# hostname R_Cisco R_Cisco(config)# line console 0

R_Cisco(config-line)# password lunar_niji R_Cisco(config-line)# login

R_Cisco(config-line)# exit R_Cisco(config)# line vty 0 4

R_Cisco(config-line)# password lunar_niji R_Cisco(config-line)# login

R_Cisco(config-line)# exit

R_Cisco(config)# no ip domain-lookup

R_Cisco(config)# banner motd “Authorization acces restricted and employee only”

R_Cisco(config)# enable secret lunar_niji R_Cisco(config)# interface fa0/0

R_Cisco(config-if)# ip address 172.16.4.17 255.255.255.240 R_Cisco(config-if)# no shutdown R_Cisco(config-if)# exit R_Cisco(config)# interface s0/1/0 R_Cisco(config-if)# ip address 172.16.4.2 255.255.255.252 R_Cisco(config-if)# no shutdown

R_Cisco(config-if)# clock rate 64000 R_Cisco(config-if)# exit

R_Cisco(config)# router rip

R_Cisco(config-router)# version 1

R_Cisco(config-router)# network 172.16.4.16 R_Cisco(config-router)# exit

2. RIP Version 2

Adapun listing program yang dijalankan adalah sebagai berikut: Pada R1:

router> enable

router# configure terminal

router(config)# hostname R_HomeUser R_HomeUser(config)# line console 0

R_HomeUser(config-line)# password lunar_niji R_HomeUser(config-line)# login

R_HomeUser(config-line)# exit R_HomeUser(config)# line vty 0 4

R_HomeUser(config-line)# password lunar_niji R_HomeUser(config-line)# login

R_HomeUser(config-line)# exit

R_HomeUser(config)# no ip domain-lookup

R_HomeUser(config)# banner motd “Authorization acces restricted and employee only” R_HomeUser(config)# enable secret lunar_niji

R_HomeUser(config)# interface fa0/0

R_HomeUser(config-if)# no shutdown R_HomeUser(config-if)# exit

R_HomeUser(config)# interface s0/0/0

R_HomeUser(config-if)# ip address 172.16.2.1 255.255.255.252 R_HomeUser(config-if)# no shutdown

R_HomeUser(config-if)# clock rate 64000 R_HomeUser(config-if)# exit

R_HomeUser(config)# router rip

R_HomeUser(config-router)# version 2 R_HomeUser(config-router)# network 172.16.0.0 R_HomeUser(config-router)# no auto-summary R_HomeUser(config-router)# exit Pada R2: router> enable

router# configure terminal router(config)# hostname R_Int1 R_Int1(config)# line console 0

R_Int1(config-line)# password lunar_niji R_Int1(config-line)# login

R_Int1(config-line)# exit R_Int1(config)# line vty 0 4

R_Int1(config-line)# password lunar_niji R_Int1(config-line)# login

R_Int1(config-line)# exit

R_Int1(config)# no ip domain-lookup

R_Int1(config)# banner motd “Authorization acces restricted and employee only”

R_Int1(config)# enable secret lunar_niji R_Int1(config)# interface fa0/0

R_Int1(config-if)# ip address 172.16.1.1 255.255.255.252 R_Int1(config-if)# no shutdown

R_Int1(config-if)# exit

R_Int1(config)# interface fa0/1

R_Int1(config-if)# ip address 172.16.1.5 255.255.255.252 R_Int1(config-if)# no shutdown R_Int1(config-if)# exit R_Int1(config)# interface s0/1/0 R_Int1(config-if)# ip address 172.16.2.2 255.255.255.252 R_Int1(config-if)# no shutdown

R_Int1(config-if)# clock rate 64000 R_Int1(config)# exit

R_Int1(config)# router rip

R_Int1(config-router)# version 2

R_Int1(config-router)# no auto-summary R_Int1(config-router)# exit

Pada R3:

router> enable

router# configure terminal router(config)# hostname R_Int2 R_Int2(config)# line console 0

R_Int2(config-line)# password lunar_niji R_Int2(config-line)# login

R_Int2(config-line)# exit R_Int2(config)# line vty 0 4

R_Int2(config-line)# password lunar_niji R_Int2(config-line)# login

R_Int2(config-line)# exit

R_Int2(config)# no ip domain-lookup

R_Int2(config)# banner motd “Authorization acces restricted and employee only”

R_Int2(config)# enable secret lunar_niji R_Int2(config)# interface fa0/0

R_Int2(config-if)# ip address 172.16.1.13 255.255.255.252 R_Int2(config-if)# no shutdown

R_Int2(config)# interface fa0/1 R_Int2(config-if)# ip address 172.16.1.2 255.255.255.252 R_Int2(config-if)# no shutdown R_Int2(config-if)# exit R_Int2(config)# interface s0/0/0 R_Int2(config-if)# ip address 172.16.3.1 255.255.255.252 R_Int2(config-if)# no shutdown

R_Int2(config-if)# clock rate 64000 R_Int2(config-if)# exit

R_Int2(config)# router rip

R_Int2(config-router)# version 2 R_Int2(config-router)# network 172.16.0.0 R_Int2(config-router)# no auto-summary R_Int2(config-router)# exit Pada R4: router> enable

router# configure terminal router(config)# hostname R_Int3 R_Int3(config)# line console 0

R_Int3(config-line)# password lunar_niji R_Int3(config-line)# login

R_Int3(config-line)# exit R_Int3(config)# line vty 0 4

R_Int3(config-line)# password lunar_niji R_Int3(config-line)# login

R_Int3(config-line)# exit

R_Int3(config)# no ip domain-lookup

R_Int3(config)# banner motd “Authorization acces restricted and employee only”

R_Int3(config)# enable secret lunar_niji R_Int3(config)# interface fastEthernet 0/0

R_Int3(config-if)# ip address 172.16.1.6 255.255.255.252 R_Int3(config-if)# no shutdown

R_Int3(config-if)# exit

R_Int3(config)# interface fastEthernet 0/1

R_Int3(config)# ip address 172.16.1.9 255.255.255.252 R_Int3(config)# no shutdown

R_Int3(config)# exit

R_Int3(config)# interface serial 0/0/0

R_Int3(config-if)# ip address 172.16.4.1 255.255.255.252 R_Int3(config-if)# no shutdown

R_Int3(config-if)# clock rate 64000 R_Int3(config-if)# exit

R_Int3(config-router)# version 2 R_Int3(config-router)# network 172.16.0.0 R_Int3(config-router)# no auto-summary R_Int3(config-router)# exit Pada R5: router> enable

router# configure terminal router(config)# hostname R_Int4 R_Int4(config)# line console 0

R_Int4(config-line)# password lunar_niji R_Int4(config-line)# login

R_Int4(config-line)# exit R_Int4(config)# line vty 0 4

R_Int4(config-line)# password lunar_niji R_Int4(config-line)# login

R_Int4(config-line)# exit

R_Int4(config)# no ip domain-lookup

R_Int4(config)# banner motd “Authorization acces restricted and employee only”

R_Int4(config)# enable secret lunar_niji R_Int4(config)# interface fa0/0

R_Int4(config-if)# no shutdown R_Int4(config-if)# exit

R_Int4(config)# interface fa0/1

R_Int4(config)# ip address 172.16.1.14 255.255.255.252 R_Int4(config)# no shutdown

R_Int4(config)# interface s0/0/0

R_Int4(config-if)# ip address 172.16.5.1 255.255.255.252 R_Int4(config-if)# no shutdown

R_Int4(config-if)# clock rate 64000 R_Int4(config-if)# exit

R_Int4(config)# router rip

R_Int4(config-router)# version 2 R_Int4(config-router)# network 172.16.0.0 R_Int4(config-router)# no auto-summary R_Int4(config-router)# exit Pada R6: router> enable

router# configure terminal router(config)# hostname R_Int5 R_Int5(config)# line console 0

R_Int5(config-line)# login R_Int5(config-line)# exit R_Int5(config)# line vty 0 4

R_Int5(config-line)# password lunar_niji R_Int5(config-line)# login

R_Int5(config-line)# exit

R_Int5(config)# no ip domain-lookup

R_Int5(config)# banner motd “Authorization acces restricted and employee only”

R_Int5(config)# enable secret lunar_niji R_Int5(config)# interface fa0/0

R_Int5(config-if)# ip address 172.16.5.9 255.255.255.248 R_Int5(config-if)# no shutdown R_Int5(config-if)# exit R_Int5(config)# interface s0/1/0 R_Int5(config-if)# ip address 172.16.5.2 255.255.255.252 R_Int5(config-if)# no shutdown

R_Int5(config-if)# clock rate 64000 R_Int5(config-if)# exit

R_Int5(config)# router rip

R_Int5(config-router)# version 2

R_Int5(config-router)# network 172.16.0.0 R_Int5(config-router)# no auto-summary

R_Int5(config-router)# exit

Pada R7:

router> enable

router# configure terminal router(config)# hostname R_WTC R_WTC(config)# line console 0

R_WTC(config-line)# password lunar_niji R_WTC(config-line)# login

R_WTC(config-line)# exit R_WTC(config)# line vty 0 4

R_WTC(config-line)# password lunar_niji R_WTC(config-line)# login

R_WTC(config-line)# exit

R_WTC(config)# no ip domain-lookup

R_WTC(config)# banner motd “Authorization acces restricted and employee only”

R_WTC(config)# enable secret lunar_niji R_WTC(config)# interface fa0/0

R_WTC(config-if)# ip address 172.16.6.1 255.255.255.0 R_WTC(config-if)# no shutdown

R_WTC(config-if)# exit

R_WTC(config-if)# ip address 172.16.7.1 255.255.255.0 R_WTC(config-if)# no shutdown R_WTC(config-if)# exit R_WTC(config)# interface s0/1/0 R_WTC(config-if)# ip address 172.16.3.2 255.255.255.252 R_WTC(config-if)# no shutdown

R_WTC(configrate-if)# clock rate 64000 R_WTC(config-if)# exit

R_WTC(config)# router rip

R_WTC(config-router)# version 2 R_WTC(config-router)# network 172.16.0.0 R_WTC(config-router)# no auto-summary R_WTC(config-router)# exit Pada R8: router> enable

router# configure terminal

router(config)# hostname R_Cisco R_Cisco(config)# line console 0

R_Cisco(config-line)# password lunar_niji R_Cisco(config-line)# login

R_Cisco(config)# line vty 0 4

R_Cisco(config-line)# password lunar_niji R_Cisco(config-line)# login

R_Cisco(config-line)# exit

R_Cisco(config)# no ip domain-lookup

R_Cisco(config)# banner motd “Authorization acces restricted and employee only”

R_Cisco(config)# enable secret lunar_niji R_Cisco(config)# interface fa0/0

R_Cisco(config-if)# ip address 172.16.4.17 255.255.255.240 R_Cisco(config-if)# no shutdown R_Cisco(config-if)# exit R_Cisco(config)# interface s0/1/0 R_Cisco(config-if)# ip address 172.16.4.2 255.255.255.252 R_Cisco(config-if)# no shutdown

R_Cisco(config-if)# clock rate 64000 R_Cisco(config-if)# exit

R_Cisco(config)# router rip

R_Cisco(config-router)# version 2

R_Cisco(config-router)# network 172.16.0.0 R_Cisco(config-router)# no auto-summary R_Cisco(config-router)# exit

Dokumen terkait