Minggu, 29 November 2015

Konfigurasi Frame Relay

Kali ini gua mau sedikit berbagi ilmu tentang komputer.tapi saat ini gua mau ngasih tau cara konfigurasi frame relay di Cisco Paket tracert.Sebelum memulai dengan konfigurasinya,ada kalanya kita mempelajari sekilas apa itu frame relay?


Frame relay adalah teknologi komunikasi berkecepatan tinggi yang telah digunakan pada ribuan jaringan di seluruh dunia untuk menghubungkan LAN, SNA, Internet dan bahkan aplikasi suara/voice.

Cara kerja Frame relay adalah mengirimkan informasi melalui wide area network (WAN) yang membagi informasi menjadi frame atau paket. Masing-masing frame mempunyai alamat yang digunakan oleh jaringan untuk menentukan tujuan. Frame-frame akan melewati switch dalam jaringan frame relay dan dikirimkan melalui “virtual circuit” sampai tujuan.
Gausah basa basi lagi gan :D .Bekicot langsung :v ;


Konfigurasi Frame Relay



1.Buat topology seperti diatas
Dengan ip
Router 0 : 1.0.0.1
Router 1 : 1.0.0.2
Router2 : 1.0.0.3

2.konfigurasi pada Router 0


Continue with configuration dialog? [yes/no]: no


Press RETURN to get started!



Router>en
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Dev1
Dev1(config)#interface se2/0
Dev1(config-if)#ip address 1.0.0.1 255.255.255.0
Dev1(config-if)#encapsulation frame-relay
Dev1(config-if)#frame-relay lmi-type cisco
Dev1(config-if)#frame-relay interface-dlci 101
Dev1(config-if)#frame-relay interface-dlci 102
Dev1(config-if)#no shut
Dev1(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Dev1(config-if)#do wr
Building configuration...
[OK]
Dev1(config-if)#ex




3.Konfigurasi pada Router 1

Continue with configuration dialog? [yes/no]: no


Press RETURN to get started!



Router>en
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Dev2
Dev2(config)#interface se2/0
Dev2(config-if)#ip address 1.0.0.2 255.255.255.0
Dev2(config-if)#encapsulation frame-relay
Dev2(config-if)#frame-relay lmi-type cisco
Dev2(config-if)#frame-relay interface-dlci 301
Dev2(config-if)#frame-relay interface-dlci 302
Dev2(config-if)#no shut
Dev2(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Dev2(config-if)#do wr
Building configuration...
[OK]
Dev2(config-if)#ex















4. Konfigurasi Router 2

Continue with configuration dialog? [yes/no]: no


Press RETURN to get started!



Router>en
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Dev3
Dev3(config)#interface se2/0
Dev3(config-if)#ip address 1.0.0.3 255.255.255.0
Dev3(config-if)#encapsulation frame-relay
Dev3(config-if)#frame-relay lmi-type cisco
Dev3(config-if)#frame-relay interface-dlci 301
Dev3(config-if)#frame-relay interface-dlci 302
Dev3(config-if)#no shut
Dev3(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Dev3(config-if)#do wr
Building configuration...
[OK]
Dev3(config-if)#ex


5.setelah konfigurasi router selesai maka konfigurasi selanjutnya yaitu masuk cloud.

  • Masuk cloud >  config > serial 0
 lihat seperti gambar dibawah.Dan setting seperti ini
  •  Lalu ke serial 1
  •  dan terakhir pada serial 2


#maksud dari DLCI yaitu untuk nama penghubung antar router.
contoh:  Dev3 to Dev2 .Dengan DLCI 301,jadi penghubung antara Dev3 to Dev2 dinamai 301

5.kkonfigurasi Frame

cloud > config >frame Relay


antar router menghubungkan ke 2 router disampingnya