Sunday, June 5, 2016

Belajar Routing RIP pada Router CISCO

Buatlah "konfigurasi Routing RIP (Routing Information Protocol) lengkap dengan e-mail google" pada packet tracer seperti gambar berikut:



Pertama-tama lakukan konfigurasi router 1 dengan klik 2x terus masuk ke tab CLI seperti berikut:
Konfigurasi Pada Router 1

Continue with configuration dialog? [yes/no]: no
Press RETURN to get started!

Router>enable
Router#config ter
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R1
R1(config)#enable secret cisco
R1(config)#line con 0
R1(config-line)#password komdat
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#password jarkom
R1(config-line)#exit
R1(config)#banner motd c
Enter TEXT message.  End with the character 'c'.
#######################################################
Labor Komunikasi Data dan Jaringan
STIKOM Dinamika Bangsa Jambi
Silahkan Login dan masukkan password dengan benar
#######################################################
c

R1(config)#int fa0/0
R1(config-if)#ip address 192.168.10.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

R1(config-if)#int s0/1/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

R1(config)#ip host mail.google.com 192.168.10.2                    //DNS pada Router
R1(config)#router rip                                                                 //Konfigurasi Dinamic Routing
R1(config-router)#network 192.168.1.0
R1(config-router)#network 192.168.10.0
R1(config)#exit

R1#copy run start                    //Untuk menyimpan konfigurasi yang telah dilakukan pada router
Destination filename [startup-config]?
Building configuration...
[OK]

Setelah itu Konfigurasi IP pada DNS & DHCP Server dengan klik pada tab Desktop>IP Configuration secara static seperti gambar berikut:
 

Setelah itu konfigurasikan DHCP pada tab Services>DHCP seperti gambar berikut :


 Setelah itu pada tab Services>DHCP di konfigurasikan seperti berikut :


Setelah itu buka Server Google Mail dan konfigurasi IP nya secara Statik dengan klik pada tab Desktop>IP Configuration secara static seperti gambar berikut:


Pada tab Services>Email konfigurasikan domain name dengan google.com dan jangan lupa klik set. setelah itu pada user setup isikan nama user dan passwordnya setelah itu klik tombol + seperti berikut:

 
Setelah itu kita masuk ke konfigurasi router 0 dengan klik 2x terus masuk ke tab CLI seperti berikut :
Konfigurasi Pada Router 0

Continue with configuration dialog? [yes/no]: no
Press RETURN to get started!

Router>enable
Router#config ter
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R0
R0(config)#enable secret cisco
R0(config)#line con 0
R0(config-line)#password komdat
R0(config-line)#exit
R0(config)#line vty 0 4
R0(config-line)#password jarkom
R0(config-line)#exit
R0(config)#banner motd c
Enter TEXT message.  End with the character 'c'.
#######################################################
Labor Komunikasi Data dan Jaringan
STIKOM Dinamika Bangsa Jambi
Silahkan Login dan masukkan password dengan benar
#######################################################
c

R0(config)#int fa0/0
R0(config-if)#ip address 192.168.20.1 255.255.255.0
R0(config-if)#no shutdown
R0(config-if)#exit

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

R0(config-if)#int s0/1/0
R0(config-if)#ip address 192.168.1.2 255.255.255.0
R0(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

R0(config)#ip dhcp pool cisco                                               //DHCP pada Router
R0(dhcp-config)#network 192.168.20.0 255.255.255.0
R0(dhcp-config)#default-router 192.168.20.1
R0(dhcp-config)#dns-server 192.168.10.2
R0(dhcp-config)#exit
R0(config)#ip dhcp exclude 192.168.20.1     //Agar alamat ip ini tidak dipakai dalam DHCP

R0(config)#ip domain-name mail.google.com                       //DNS pada Router
R0(config)#ip name-server 192.168.10.2                   
R0(config)#ip domain-lookup

R0(config)#router rip                                                             //Konfigurasi Dinamic Routing
R0(config-router)#network 192.168.1.0
R0(config-router)#network 192.168.20.0
R0(config-router)#exit
R0(config)#exit

R0#copy run start                //Untuk menyimpan konfigurasi yang telah dilakukan pada router
Destination filename [startup-config]?
Building configuration...
[OK]

Setelah itu pada Semua End devices berupa Laptop dan PC masing-masing diberi pengaturan alamat ip DHCP pada tab Desktop>IP Configuration seperti pada gambar berikut :


 Setelah itu pada tab Desktop klik email masukkan konfigurasi email seperti berikut :


Pada User Information, email address nya diakhiri dengan @google.com sedangkan Pada Logon Information, User name dan Passwordnya disamakan dengan user setup pada Server Google Mail.

No comments: