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
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
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
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
- 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



