0% found this document useful (0 votes)
15 views3 pages

Konfigurasi Routing Static Cisco

The document provides configuration code for setting up routing between three routers and their connected networks. It includes steps to configure the IP addresses and interfaces on each router, and to add routing entries on each router so that packets can be routed between the different networks.

Uploaded by

Jaswandi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views3 pages

Konfigurasi Routing Static Cisco

The document provides configuration code for setting up routing between three routers and their connected networks. It includes steps to configure the IP addresses and interfaces on each router, and to add routing entries on each router so that packets can be routed between the different networks.

Uploaded by

Jaswandi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

3.

Masukkan IP Address, Netmask, dan Gateway pada PC seperti gambar diatas


4. Buka Router 1, pilih tab CLI dan isi dengan kode berikut ini

Router>enable
Router#conf t
Router(config)#int fa 0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int se 2/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shut
Router(config-if)#clock rate 64000
Router(config-if)#exit

5. Selanjutnya buka Router 2, masukkan kode berikut

Router>enable
Router#conf t
Router(config)#int se 2/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int se 3/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shut
Router(config-if)#exit

Router(config)#int fa 6/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shut
Router(config-if)#exit

6. Buka Router 3, masukkan kode berikut

Router>enable
Router#conf t
Router(config)#int fa 0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int se 2/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no shut
Router(config-if)#clock rate 64000
Router(config-if)#exit

IP router sudah, IP PC sudah selanjutnya kita routing

7. Buka Kembali Router 1 dan masukkan kode routing berikut

Router(config)#ip route [Link] [Link] [Link]


Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]

8. Buka Router 2, masukkan kode

Router(config)#ip route [Link] [Link] [Link]


Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]

9. Yang terakhir buka Router 3, masukkan kode

Router(config)#ip route [Link] [Link] [Link]


Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]

Silahkan ping antar PC, setelah itu kirim paket dan hasilnya akan seperti gambar dibawah ini

You might also like