Rabu, 17 Juni 2020

LTM 10 - ROUTING XYZ


Nama : Rizki Purnama
NIM   : 13180176
Kelas  :13.4A.01


Komputer yang terhubung menggunakan kabel serta terdapat 5 Laptop yang
terhubung menggunakan media Wireless. Sedangkan pada kantor cabang 2, memiliki
20 komputer yang terhubung menggunakan kabel. Dan kantor cabang 3 memiliki 10
komputer. Anda sebagai seorang Network Administrator diminta untuk melakukan konfigurasi
terhadap ketiga kantor cabang tersebut dengan ketentuan, sebagai berikut:

1. Melakukan konfiguarsi IP Address dengan menggunakan Subnetting pada
perangkat Komputer dan Laptop yang Perusahaan XYZ memiliki 3 kantor Cabang. Pada kantor cabang 1 memiliki 14
terhubung. Tidak dianjurkan
menggunakan /24,

2. Berikan IP Address dengan menggunakan subnetting /30 terhadap interface
yang terhubung secara langsung dari router ke router,

3. Terapkan konfigurasi Routing Dynamic,

4. Serta pastikan seluruh Client di Kantor Cabang 1, kantor cabang 2 dan kantor
cabang 3 dapat saling terkoneksi dengan baik


 


Konfigurasi Router X

Router> enable
Router# configure terminal
Router (config)# hostname X
X (config)# interface fa1/0
X (config-if)# ip address 192.168.10.1 255.255.255.128
X (config-if)# no shutdown
X (config-if)# exit
X (config)# ip dhcp pool X
X (dhcp-config)# default-router 192.168.10.1
X (dhcp-config)# network 192.168.10.2 255.255.255.224
X (dhcp-config)# exit
X (config)# interface se2/0
X (config-if)# ip address 10.10.10.1 255.255.255.252
X (config-if)# no shutdown
X (config-if)# exit
X (config)# inteface se3/0
X (config-if)# ip address 13.13.13.3 255.255.255.248
X (config-if)# no shutdown
X (config-if)# exit
X (config)# exit
X# write
 

Konfigurasi Router Y

Router> enable
Router# configure terminal
Router (config)# hostname Y
Y (config)# interface fa0/0
Y (config-if)# ip address ip.167.10.14.1 255.255.255.224
Y (config-if)# no shutdown
Y (config-if)# exit
Y (config)# ip dhcp pool Y
Y (dhcp-config)# default-router 167.10.14.1 
Y (dhcp-config)# network 167.10.14.0 255.255.255.192
Y (dhcp-config)# exit
Y (config)# interface se2/0
Y (config-if)# ip address15.15.14.2 255.255.255.252
Y (config-if)# no shutdown
Y (config-if)# exit
Y (config)# inteface se3/0
Y (config-if)# ip address 70.70.70.2 255.255.255.252
Y (config-if)# no shutdown
Y (config-if)# exit
Y (config)# exit
Y# write
X# configure terminal
X (config)# router rip
X (config)# network 15.15.14.0
X (config)# network 167.10.14.1
X (config)# network 70.70.70.0
X (config)# no auto-summary
X (config)# exit
X# write
 

Konfigurasi Router Z

Router> enable
Router# configure terminal
Router (config)# hostname Z
Z (config)# interface fa0/0
Z (config-if)# ip address 200.209.20.1 255.255.255.224
Z (config-if)# no shutdown
Z (config-if)# exit
Z (config)# ip dhcp pool Z
Z (dhcp-config)# default-router 200.209.20.1
Z (dhcp-config)# network200.209.20.0 255.255.255.224
Z (dhcp-config)# exit
Z (config)# interface se2/0
Z (config-if)# ip address 25.25.25.1 255.255.255.252
Z (config-if)# no shutdown
Z (config-if)# exit
Z (config)# inteface se3/0
Z (config-if)# ip address 31.31.31
.1 255.255.255.252
Z (config-if)# no shutdown
Z (config-if)# exit
Z (config)# exit
Z# write
Z# configure terminal
Z (config)# router rip
Z (config)# network 5.5.5.0
Z (config)# network 200.200.200.0
Z (config)# network 30.30.30.0
Z (config)# no auto-summary
Z (config)# exit
Z# write
 

Seting Router rip router X
X# configure terminal
X (config)# router rip
X (config)# network 10.10.10.0
X (config)# network 192.168.10.0
X (config)# network 13.13.13.0
X (config)# no auto-summary
X (config)# exit            
X# write


Seting Router rip router Y

X# configure terminal
X (config)# router rip
X (config)# network 15.15.14.0
X (config)# network 167.10.14.1
X (config)# network 70.70.70.0
X (config)# no auto-summary
X (config)# exit
X# write


Seting Router rip router Z


Z# configure terminal
Z (config)# router rip
Z (config)# network 5.5.5.0
Z (config)# network 200.200.200.0
Z (config)# network 30.30.30.0
Z (config)# no auto-summary
Z (config)# exit
Z# write


Tidak ada komentar:

Posting Komentar