0% found this document useful (0 votes)
4 views4 pages

Konfigurasi Static Routing 3 Router

The document outlines the configuration of static routing using three Cisco routers, each with different networks and DHCP settings. It details the IP address settings and DHCP pool configurations for each router, as well as the static routes needed for inter-router communication. The document concludes with instructions for testing the connectivity between routers and PCs.

Uploaded by

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

Konfigurasi Static Routing 3 Router

The document outlines the configuration of static routing using three Cisco routers, each with different networks and DHCP settings. It details the IP address settings and DHCP pool configurations for each router, as well as the static routes needed for inter-router communication. The document concludes with instructions for testing the connectivity between routers and PCs.

Uploaded by

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

ROUTING STATIC 3 ROUTER CISCO

Kemunikasi jaringan Static Routing menggunakan 3 router dengan network yang berbeda
sekaligus mengkonfigurasi dhcpnya. Sehingga antara jaringan pc client yang ada di Router 1
terhubung dengan jaringan pc client yang ada di router 2 dan 3. juga sebaliknya Router 2
terhubung dengan jaringan pc client yang ada di router 3 dan 1. Serta Router 3 terhubung dengan
jaringan pc client yang ada di router 1 dan 2.

KONFIGURASI ROUTER 1 :
1. Setting IP Address di Router1 – fa1/0
Klik Router1
Klik CLI
tekan enter
Router>en
Router#conf t
Router(config)#hostname Router1
Router1(config)#int fa1/0
Router1(config-if)#ip address [Link] [Link]
Router1(config-if)#no shut …. Tekan enter 2 x
Router1(config-if)#exit
Router1(config)#exit
Router1>

2. Setting IP Address di Router1 – fa0/0


Router1>en
Router1#conf t
Router1(config)#int fa0/0
Router1(config-if)#ip address [Link] [Link]
Router1(config-if)#no shut …. Tekan enter 2 x
Router1(config-if)#exit
Router1(config)#exit
Router1>
3. Konfigurasi dhcp pool
Router1>en
Router1#conf t
Router1(config)#ip dhcp pool r1
Router1(dhcp-config)#network [Link] [Link]
Router1(dhcp-config)#default-router [Link]
Router1(dhcp-config)#exit
Router1(config)#
………………………………………………………………………………………………………………………………………………
……

KONFIGURASI ROUTER 2 :
1. Setting IP Address di Router2 – fa0/0
Klik Router2
Klik CLI
tekan enter
Router>en
Router#conf t
Router(config)#hostname Router2
Router2(config)#int fa0/0
Router2(config-if)#ip address [Link] [Link]
Router2(config-if)#no shut …. Tekan enter 2 x
Router2(config-if)#exit
Router2(config)#exit
Router2>

2. Setting IP Address di Router2 – fa1/0


Router2>en
Router2#conf t
Router2(config)#int fa1/0
Router2(config-if)#ip address [Link] [Link]
Router2(config-if)#no shut …. Tekan enter 2 x
Router2(config-if)#exit
Router2(config)#exit
Router2>

3. Setting IP Address di Router2 – fa2/0


Router2>en
Router2#conf t
Router2(config)#int fa2/0
Router2(config-if)#ip address [Link] [Link]
Router2(config-if)#no shut …. Tekan enter 2 x
Router2(config-if)#exit
Router2(config)#exit
Router2>
4. Konfigurasi dhcp pool
Router2>en
Router2#conf t
Router2(config)#ip dhcp pool r2
Router2(dhcp-config)#network [Link] [Link]
Router2(dhcp-config)#default-router [Link]
Router2(dhcp-config)#exit
Router2(config)#
………………………………………………………………………………………………………………………………………………
……

KONFIGURASI ROUTER 3 :
1. Setting IP Address di Router3 – fa0/0
Klik Router1
Klik CLI
tekan enter
Router>en
Router#conf t
Router(config)#hostname Router3
Router3(config)#int fa0/0
Router3(config-if)#ip address [Link] [Link]
Router3(config-if)#no shut …. Tekan enter 2 x
Router3(config-if)#exit
Router3(config)#exit
Router3>

2. Setting IP Address di Router1 – fa1/0


Router3>en
Router3#conf t
Router3(config)#int fa1/0
Router3(config-if)#ip address [Link] [Link]
Router3(config-if)#no shut …. Tekan enter 2 x
Router3(config-if)#exit
Router3(config)#exit
Router3>

3. Konfigurasi dhcp pool


Router3>en
Router3#conf t
Router3(config)#ip dhcp pool r3
Router3(dhcp-config)#network [Link] [Link]
Router3(dhcp-config)#default-router [Link]
Router3(dhcp-config)#exit
Router3(config)#
………………………………………………………………………………………………………………………………………………
KONFIGURASI STATIC ROUTING
ROUTER 1:
(config)#ip route [Link] [Link] [Link]
(config)#ip route [Link] [Link] [Link]
(config)#ip route [Link] [Link] [Link]
ROUTER 2
(config)#ip route [Link] [Link] [Link]
(config)#ip route [Link] [Link] [Link]
ROUTER 3 :
(config)#ip route [Link] [Link] [Link]
(config)#ip route [Link] [Link] [Link]
(config)#ip route [Link] [Link] [Link]
……………………………………………………………………………………………………………………………………………………………

LAKUKAN PENGUJIAN
1. Dari router ke router
2. Dari pc ke pc

….. Semoga berhasil …..

You might also like