Kamis, 03 Juni 2010

Router RIP


Pembahan kali nie adalah tentang konfigurasi antar Router menggunkan .konfigurasi Router RIP untuk mengkoneksikan antar Router agar bisa berinteraksi satu sama lainnya.

Pada pembahasan sebelumnya kita sedah membahan tentang mengkonfigurasikan 5 buah router menggunakan perintah Router Static yang mana pada Router Static untuk mengkonfigurasikan 5 buah Router kita menggunakan IP Route untuk menghubungkan agar ke 5 Router bisa berjalan dengan mulus.

Dan pada .pembahan kita kali ini untuk mengkoneksikan 3 buah Router agar bisa saling terkoneksi kita menggunakan perintah Router RIP. Bagaimana cara dan konfigurasinya kita langsung aja menuju ke TKP.

1. Konfigurasi Router Cancun
**************************
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname CANCUN
CANCUN(config)#int fa0/0
CANCUN(config-if)#ip add 172.16.10.1 255.255.255.0
CANCUN(config-if)#no sh

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


%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
CANCUN(config-if)#exit
CANCUN(config)#int s2/0
CANCUN(config-if)#ip add 172.16.20.1 255.255.255.0
CANCUN(config-if)#no sh

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
CANCUN(config-if)#exit
CANCUN(config)#router rip
CANCUN(config-router)#version 2
CANCUN(config-router)#network 172.16.0.0
CANCUN(config-router)#no auto-summary
CANCUN(config-router)#^Z
%SYS-5-CONFIG_I: Configured from console by console
CANCUN#wr mem
Building configuration...
[OK]
CANCUN#
CANCUN#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
CANCUN(config)#line con
CANCUN(config)#line console 0
CANCUN(config-line)#pas
CANCUN(config-line)#password 123abc
CANCUN(config-line)#login
CANCUN(config-line)#exit
CANCUN(config)#ena
CANCUN(config)#enable pas
CANCUN(config)#enable password abc123
CANCUN(config)#^Z
%SYS-5-CONFIG_I: Configured from console by console
CANCUN#wr mem
Building configuration...
[OK]
CANCUN#disable
CANCUN>en
Password: 

2. Konfigurasi Router Acapulco
***************************
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname ACAPULCO
ACAPULCO(config)#int fa0/0
ACAPULCO(config-if)#ip add 172.16.30.1 255.255.255.0
ACAPULCO(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
ACAPULCO(config-if)#exit
ACAPULCO(config)#int s2/0
ACAPULCO(config-if)#ip add 172.16.20.2 255.255.255.0
ACAPULCO(config-if)#no sh

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
ACAPULCO(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
ACAPULCO(config-if)#exit
ACAPULCO(config)#int s3/0
ACAPULCO(config-if)#ip add 172.16.40.1 255.255.255.0
ACAPULCO(config-if)#clock rate 9600
ACAPULCO(config-if)#no sh

%LINK-5-CHANGED: Interface Serial3/0, changed state to down
ACAPULCO(config-if)#exit
ACAPULCO(config)#router rip
ACAPULCO(config-router)#version 2
ACAPULCO(config-router)#network 172.16.0.0
ACAPULCO(config-router)#no auto-summary
ACAPULCO(config-router)#^Z
%SYS-5-CONFIG_I: Configured from console by console
ACAPULCO#wr mem
Building configuration...
[OK]
ACAPULCO#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
ACAPULCO(config)#line console 0
ACAPULCO(config-line)#password 123abc
ACAPULCO(config-line)#login
ACAPULCO(config-line)#exit
ACAPULCO(config)#enable password abc123
ACAPULCO(config)#^Z
%SYS-5-CONFIG_I: Configured from console by console
ACAPULCO#wr mem
Building configuration...
[OK]
ACAPULCO#disable
ACAPULCO>en
Password: 

3. Konfigurasi Router Mazatlan
***********************
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname MAZATLAN
MAZATLAN(config)#int fa0/0
MAZATLAN(config-if)#iP add 172.16.50.1 255.255.255.0
MAZATLAN(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
MAZATLAN(config-if)#exit
MAZATLAN(config)#int s3/0
MAZATLAN(config-if)#ip add 172.16.40.2 255.255.255.0
MAZATLAN(config-if)#no sh

%LINK-5-CHANGED: Interface Serial3/0, changed state to up
MAZATLAN(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up
MAZATLAN(config-if)#exit
MAZATLAN(config)#router rip
MAZATLAN(config-router)#version 2
MAZATLAN(config-router)#network 172.16.0.0
MAZATLAN(config-router)#no auto-summary
MAZATLAN(config-router)#^Z
%SYS-5-CONFIG_I: Configured from console by console
MAZATLAN#wr mem
Building configuration...
[OK]
MAZATLAN#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
MAZATLAN(config)#line console 0
MAZATLAN(config-line)#password 123abc
MAZATLAN(config-line)#login
MAZATLAN(config-line)#exit
MAZATLAN(config)#enable password abc123
MAZATLAN(config)#^Z
%SYS-5-CONFIG_I: Configured from console by console
MAZATLAN#wr mem
Building configuration...
[OK]
MAZATLAN#disable
MAZATLAN>en
Password: 

Demikian konfigurasi antar ke 3 Router dengan menggunakan Router RIP semoga temen - temen bisa memahami dan mempelajari konfigurasi Router RIP dengan mudah. Sekian dari kami apabila ada salah kata dalam kalimat nie kami mohon ma'af dan semoga sukses dan menyenangi dalam mengkonfigurasi Router dengan bentuk dan model apapun. Bila ada pertanyaan bisa langsung komen atau melalui e-mail.

update bisa menghendaki PTC langsung bisa download di ZIDDU

0 Komentar Teman - Teman:

Posting Komentar

Kawan berilah sedikit komentar untuk memberi smangat kepada Admin, dan jika temen-temen mau copas posting sekiranya untuk mencantumkan sumber dari blog ini, contoh : Blog'e Cah TI Malem '08

Template by:

Free Blog Templates

SELAMAT DATANG DI .: BLOG'e CAH TI MALEM '08 :. | TEMPAT BERBAGI MATERI KUIAH dan SEDIKIT ILMU PENGETAHUAN | SMS TANPA MODAL MONGGO KE SMS GRATIEZ BROW | TAMPILAN TEMPLATE MAXIMAL DI MOZILLA FIREFOX 4.0 | TERIMA KASIH ATAS KUNJUNGAN TEMEN - TEMEN SEMUANYA | DO'Anya YA KAWAN SEMOGA SEKRIPSI KAMI LANCAR DAN DAPAT SELESAI DALAM SATU SEMESTER KEDEPAN