Pertemuan 10 Administrasi Jaringan

TUGAS PERTEMUAN 10

NAMA           : RHEYNALDY RAMA WAHYU PRADANA
NIM                : 12170366
KELAS          : 12.5A.07
MAKUL        : ADMINISTRASI JARINGAN




Konfigurasi
Router 1



Router> en
Router# configure terminal
Router(config)# hostname R1
R1(config)# int fa0/0
R1(config-if)# ip address 192.168.1.254 255.255.255.224
R1(config-if)# no shutdown
R1(config-if)# exit
R1(config)# ip dhcp pool R1
R1(dhcp-config)# default-router 192.168.1.254
R1(dhcp-config)# network 192.168.1.224 255.255.255.224
R1(dhcp-config)# exit
R1(config)# ip dhcp excluded-address 192.168.1.254
R1(config)# int se3/0
R1(config-if)# ip address 30.30.30.1 255.255.255.252
R1(config-if)# no shutdown
R1(config-if)# exit
R1(config)# int se2/0
R1(config-if)# ip address 10.10.10.1 255.255.255.252
R1(config-if)# no shutdown
R1(config-if)# exit
R1(config)# router rip
R1(config-router)# net 30.30.30.0
R1(config-router)# net 192.168.1.224
R1(config-router)# net 10.10.10.0
R1(config-router)# no auto-summary
R1(config-router)# exit
R1(config)# 
Router 2

Router> en
Router# configure terminal
Router(config)# hostname R2
R2(config)# int fa0/0
R2(config-if)# ip address 192.168.2.1 255.255.255.224
R2(config-if)# no shutdown
R2(config-if)# exit
R2(config)# ip dhcp pool R2
R2(dhcp-config)# default-router 192.168.2.1
R2(dhcp-config)# network 192.168.2.0 255.255.255.224
R2(dhcp-config)# exit
R2(config)# ip dhcp excluded-address 192.168.2.1
R2(config)# int se2/0
R2(config-if)# ip address 20.20.20.2 255.255.255.252
R2(config-if)# no shutdown
R2(config-if)# exit
R2(config)# int se3/0
R2(config-if)# ip address 10.10.10.2 255.255.255.252
R2(config-if)# no shutdown
R2(config-if)# exit
R2(config)# router rip
R2(config-router)# net 20.20.20.0
R2(config-router)# net 192.168.2.0
R2(config-router)# net 10.10.10.0
R2(config-router)# no auto-summary
R2(config-router)# exit
R2(config)# 
Router 3

Router> en
Router# configure terminal
Router(config)# hostname R3
R3(config)# int fa0/0
R3(config-if)# ip address 192.168.3.1 255.255.255.240
R3(config-if)# no shutdown
R3(config-if)# exit
R3(config)# ip dhcp pool R3
R3(dhcp-config)# default-router 192.168.3.1
R3(dhcp-config)# network 192.168.3.0 255.255.255.240
R3(dhcp-config)# exit
R3(config)# ip dhcp excluded-address 192.168.3.1
R3(config)# int se3/0
R3(config-if)# ip address 20.20.20.1 255.255.255.252
R3(config-if)# no shutdown
R3(config-if)# exit
R3(config)# int se2/0
R3(config-if)# ip address 30.30.30.2 255.255.255.252
R3(config-if)# no shutdown
R3(config-if)# exit
R3(config)# router rip
R3(config-router)# net 20.20.20.0
R3(config-router)# net 192.168.3.0
R3(config-router)# net 30.30.30.0
R3(config-router)# no auto-summary
R3(config-router)# exit
R3(config)#
 

Komentar

Postingan populer dari blog ini

Pertemuan 14 Jaringan Komputer

Pertemuan 12 Jaringan Komputer

Pertemuan 3 Administrasi Jaringan