TUGAS PERTEMUAN 10 ( ADM JARINGAN)

NAMA    : RUDIYANTO

NIM        : 12180061

1. Desain Forum Router, Switch, PC dan Laptop, Seperti Gambar ini (Boleh beda)




2. Sambungkan Kabel serial DTE ke 3 Router



3. Sambungkan Kabel Straight Router-Switch & Siwtch-PC



4. Configurasikan Router 1 - 3 untuk menghubungkan data ke PC/Laptop Router masing-masing




A. Router0

Router0 >en

#conf t

conf#hostname R1

R1(conf)#int fa0/0

R1(conf-if)#ip address 192.168.1.254 255.255.255.224

R1(conf-if)#no sh

R1(conf-if)#ex

R1(conf)#ip dhcp pool R1

R1(dhcp-conf)#default-router 192.168.1.254

R1(dhcp-conf)#network 192.168.1.224 255.255.255.224

R1(dhcp-conf)#ex

R1(conf)#ip dhcp excluded-address 192.168.1.254

R1(conf)#int se3/0

R1(conf-if)#ip address 30.30.30.1 255.255.255.252

R1(conf-if)#no shutdown

R1(conf-if)#ex

R1(conf)#int se 2/0

R1(conf-if)#ip address 10.10.10.1 255.255.255.252

R1(conf-if)#no sh

R1(conf-if)#ex

R1(conf)#router rip

R1(conf-router)#net 30.30.30.0

R1(conf-router)#net 192.168.1.224

R1(conf-router)#net 10.10.10.0

R1(conf-router)#no auto-summary

R1(conf-router)#ex


B.Router1

>en

#conf t

(conf)#hostname R2

R2(conf)#int fa0/0

R2(conf-if)#ip address 192.168.2.1 255.255.255.224

R2(conf-if)#no sh

R2(conf-if)#ex

R2(conf)#ip dhcp pool R2

R2(dhcp-conf)#default-router 192.168.2.1

R2(dhcp-conf)#network 192.168.2.1 255.255.255.224

R2(dhcp-conf)#ex

R2(conf)#ip dhcp excluded-address 192.168.2.1

R2(conf)#int se3/0

R2(conf-if)#ip address 20.20.20.2 255.255.255.252

R2(conf-if)#no sh

R2(conf-if)#ex

R2(conf)#int se2/0

R2(conf-if)#ip address 10.10.10.2 255.255.255.252

R2(conf-if)#no sh

R2(conf-if)#ex

R2(conf-router)#router rip

R2(conf-router)#net 20.20.20.0

R2(conf-router)#net 192.168.2.0

R2(conf-router)#net 10.10.10.0

R2(conf-router)#no auto-summary

R2(conf-router)#ex


C. Router2

>en

#conf t

(conf)#hostname R3

R3(conf)#int fa0/0

R3(conf-if)#ip address 192.168.3.1 255.255.255.128

R3(conf-if)#no sh

R3(conf-if)#ex

R3(conf)#ip dhcp pool R3

R3(dhcp-conf)#default-router 192.168.3.1

R3(dhcp-conf)#network 192.168.3.0 255.255.255.128

R3(dhcp-conf)#ex

R3(conf)#ip dhcp excluded-address 192.168.3.1

R3(conf)#int se2/0

R3(conf-if)#ip address 20.20.20.1 255.255.255.252

R3(conf-if)#no sh

R3(conf-if)#ex

R3(conf)#int se3/0

R3(conf-if)#ip address 30.30.30.2 255.255.255.252

R3(conf-if)#no sh

R3(conf-if)#ex

R3(conf)#router rip

R3(conf-router)#net 20.20.20.0

R3(conf-router)#net 192.168.3.0

R3(conf-router)#net 30.30.30.0

R3(conf-router)#no auto-summary

R3(conf-router)#ex


5. Hasil Configurasi






Comments