Ad Banner

Senin, 11 April 2016

TUTORIAL KONFIGURASI DHCP

CARA KONFIGURASI ROUTER RIP ( DHCP )

CARA-CARA MEMBUAT KONFIGURASI ROUTER RIP DI CICSO PACKET TRACER :
  1. buatlah seperti gambar berikut :
  2. kemudian kita tentukan IP ADDRESS pada masing-masing alamat 
    • IP PC4 -->10.10.10.2  GATEWAY --> 10.10.10.1
    • IP PC6 -->10.10.10.3 GATEWAY --> 10.10.10.1
    • IP PC7 -->10.10.10.4 GATEWAY --> 10.10.10.1
    • IP PC0 -->10.10.10.5 GATEWAY --> 10.10.10.1
    • IP PC1 -->11.10.10.2 GATEWAY --> 11.10.10.1
    • IP PC8 -->11.10.10.3 GATEWAY -->11.10.10.1
    • IP PC9 -->11.10.10.4 GATEWAY -->11.10.10.1
    • IP PC2 -->11.10.10.5 GATEWAY -->11.10.10.1
    • IP PC3 -->12.10.10.2 GATEWAY -->12.10.10.1
    • IP PC10 -->12.10.10.3 GATEWAY -->12.10.10.1
    • IP PC11 --> 12.10.10.4 GATEWAY -->12.10.10.1
    • IP PC5 -->12.10.10.5 GATEWAY --> 12.10.10.1
    •  
  3. setelah IP PC telah kita masukan sekarang kita tinggal konfigurasi router di sini ada 3 router yaitu :
    • router0
    • router1
    • router2
  4.  sekarang kita klik router0 , maka akan muncul seperti di bawah ini :

console router0 :

>en
#conf t
#int fa 0/0 (port menuju switch)
#ip add 10.10.10.1 255.0.0.0 (gateway router0)
#no sh (aktifkan port )
#int se 2/0 (port menuju router1)
#ip add 192.168.10.10 255.255.255.0
#clock rate 64o00
#band 64
#no sh
#ex
#router rip
#net 10.10.10.1
#net 192.168.10.10
#ex
#^z (ctrl+z)

console router1 :

>en
#conf t
#int fa 0/0 (port menuju switch)
#ip add 11.10.10.1 255.0.0.0 (gateway router1)
#no sh (aktifkan port )
#int se 2/0 (port menuju router0)
#ip add 192.168.10.12 255.255.255.0
#clock rate 64o00
#band 64
#no sh
#ex
#int se 3/0 (port menuju router2)
#ip add 200.168.10.10 255.255.255.0
#clock rate 64000
#band 64
#no sh
#ex
#router rip
#net 11.10.10.1
#net 192.168.10.12
#net 200.168.10.10
#ex
#^z (ctrl+z)

console router2 :

>en
#conf t
#int fa 0/0 (port menuju switch)
#ip add 12.10.10.1 255.0.0.0 (gateway jakarta)
#no sh (aktifkan port )
#int se 2/0 (port menuju router1)
#ip add 200.168.10.12 255.255.255.0
#clock rate 64o00
#band 64
#no sh
#ex
#router rip
#net 12.10.10.1
#net 200.168.10.12
#ex
#^z (ctrl+z)

SEKIAN DAN TERIMA KASIH

Tidak ada komentar:

Posting Komentar