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.