Postingan

Menampilkan postingan dari November, 2019

Pertemuan 10 Administrasi Jaringan

Gambar
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.

Pertemuan 9 Administrasi Jaringan

Gambar
TUGAS PERTEMUAN 9 NAMA            : RHEYNALDY RAMA WAHYU PRADANA NIM                 : 12170366 KELAS           : 12.5A.07 MAKUL         : ADMINISTRASI JARINGAN  R1 R1>en R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router eigrp 1 R1(config-router)#network 172.16.1.0 0.0.0.255 R1(config-router)#network 172.16.3.0 0.0.0.3 R1(config-router)#network 192.168.10.4 0.0.0.3 R1(config-router)#passive-interface g0/0 R1(config-router)#no auto-summary R1(config-router)#end R1# R2   R2>en R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#router eigrp 1 R2(config-router)#network 172.16.2.0 0.0.0.255 R2(config-router)#network 172.16.3.0 0.0.0.3 R2(config-router)#network 192.168.10.8 0.0.0.3 R2(config-router)#passive-interface g0/0 R2(config-router)#no auto-summary R2(config-router)#end R2# R3   R3>en R3#conf t Enter configuration c